Re: Using polygon as line and childControlNames

2014-12-07 Thread Terence Heaford
Thanks, this does work but I am confused why childControlNames only returns POLYGON and not "graphic id 1011" as "graphic id 1011” is it’s actual name as I have not renamed it. All the best Terry This works for those who come across this in their stacks: on deleteChart lock screen repeat

Re: I Hate the New Color Picker

2014-12-07 Thread Howard Bornstein
I wouldn't have seen it myself if I hadn't used my large Holmesian magnifying glass.;-) On Sun, Dec 7, 2014 at 4:27 PM, Roger Guay wrote: > Thank you Howard! There’s a tiny dot there that I had not noticed. You > don’t know how many times I tried to pull down from every point other than > that t

Re: Missing properties

2014-12-07 Thread Monte Goulding
On 8 Dec 2014, at 4:34 pm, Geoff Canyon wrote: >> On the whole I'm not sure if there's a big advantage to implementing it in >> the engine but like I said it's not difficult. > > > I'm assuming that once we have the new syntax definition capability > something like this won't require an engine

Re: Missing properties

2014-12-07 Thread Geoff Canyon
On Sun, Dec 7, 2014 at 5:17 PM, Monte Goulding wrote: > On the whole I'm not sure if there's a big advantage to implementing it in > the engine but like I said it's not difficult. I'm assuming that once we have the new syntax definition capability something like this won't require an engine cha

Re: How to Quit with a button

2014-12-07 Thread William Prothero
Colin: I tried closing the browser window (on the card where I had the quit button) and it still crashes. BUT, I did a test stack, made a standalone, and the quit button works. Hm. Wonder what it could be. My application stack is pretty big and complex, but ….. I don’t think any handlers are

Re: Tab buttons wrong

2014-12-07 Thread William Prothero
BTW, the tab buttons I’m talking about are on the tabbed button control. I know there was discussion about the color of the text on the buttons, but this seems like a big bug to me. The active tab should be lighter, while the inactive tabs are greyed darker. Comments before I submit a bug repor

Re: raiseWindows

2014-12-07 Thread Peter Haworth
Thanks Scott, hidePalettes=false did the trick. Looks like raisePalettes only affects how palettes are displayed in relation to other windows within LC. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

Re: [ANN] homemade slider

2014-12-07 Thread Peter Haworth
Thanks Bernd. After looking through your code a bit more, I think the logic is already there in the calculateThumbPosition handler of the sbThumb graphic of the slider. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

Re: raiseWindows

2014-12-07 Thread Scott Rossi
There’s the raisePalettes property, as well as the hidePalettes property. Perhaps some combination of the two. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On Dec 7, 2014, at 5:41 PM, Peter Haworth wrote: > The raiseWindows global doesn't seem to work for palette sta

raiseWindows

2014-12-07 Thread Peter Haworth
The raiseWindows global doesn't seem to work for palette stacks. If I switch to another program, my other LC windows stay visible but any palettes don't. Is there some other property that makes palettes behave in the same way as non-palettes when raiseWindows is true? LC 6.6.2/OSX 10.7.4 Pete l

Re: [ANN] homemade slider

2014-12-07 Thread BNig
Thanks Pete, I like that idea, will probably include an option to choose between "go to end" or "go to click" I was a little transfixed by the idea of a switch. Kind regards Bernd Peter Haworth wrote > Very nice Bernd, thanks. > > One suggestion. Right now, if you click anywhere on the slider o

Re: [ANN] homemade slider

2014-12-07 Thread Peter Haworth
Very nice Bernd, thanks. One suggestion. Right now, if you click anywhere on the slider outside the thumb, the thumb moves to the beginning or end. Would be good if the thumb movement was a factor of where you click on the slider and min/max values. For example, if you clicked 2/3rds of the way

Re: [ANN] homemade slider

2014-12-07 Thread BNig
Thanks Roger, Jerry @Jerry, yes a on-off switch is what I had in mind with the examples on card 3. with a strong feedback, maybe a bit over the top, can be adjusted. but currently the visual cues are so subtle that one needs a loupe + premonition to find them Kind regards Bernd -- View this

Re: cursor not vanishing in Linux

2014-12-07 Thread J. Landman Gay
She's right. Jeanne is always right. I knew that lock cursor wasn't HC but I got the actual behavior wrong. On December 7, 2014 6:15:41 PM CST, Richard Gaskin wrote: >J. Landman Gay wrote: > >> On 12/7/2014, 3:04 PM, Richard Gaskin wrote: >>> Many seeming oddities in the language are merely c

Re: [ANN] homemade slider

2014-12-07 Thread Jerry Jensen
Very handy! I need a sliding on-off switch, and this will work perfectly! Thanks, Jerry On Dec 7, 2014, at 3:58 PM, BNig wrote: > Dear List, > > sometimes one needs a custom slider for either mobile or desktop. > > I made one that can be "skinned" in many ways. It is horizontal only. > Can als

Re: [ANN] homemade slider

2014-12-07 Thread Roger Guay
That is very cool! Thank you, Bernd . > On Dec 7, 2014, at 3:58 PM, BNig wrote: > > Dear List, > > sometimes one needs a custom slider for either mobile or desktop. > > I made one that can be "skinned" in many ways. It is horizontal only. > Can also be used as progress bar. > > ---

Re: I Hate the New Color Picker

2014-12-07 Thread Roger Guay
Thank you Howard! There’s a tiny dot there that I had not noticed. You don’t know how many times I tried to pull down from every point other than that tiny dot to no avail. What a twit I am!! > On Dec 7, 2014, at 3:16 PM, Howard Bornstein wrote: > > Just pull down from the bottom of the color

Re: cursor not vanishing in Linux

2014-12-07 Thread Richard Gaskin
J. Landman Gay wrote: On 12/7/2014, 3:04 PM, Richard Gaskin wrote: Many seeming oddities in the language are merely conventions established by the HyperCard team. IIRC the need to lock the cursor to have it maintained after idle is one of them It was probably either a SuperCard or MetaCard

Re: How to Quit with a button

2014-12-07 Thread Colin Holgate
A bare bones test seems not to crash. Look for any handlers you have that are still doing something at the time you quit. BTW, I was testing the idea with v7.01 rc3. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Tab buttons wrong

2014-12-07 Thread William Prothero
Folks: On a Mac, when there are tabs, the active tab is hilited and the inactive tabs are greyed out. I’ve seen postings on this previously and figured the situation was fixed. But, not so in LC V7.0.1(rc3) on Mavericks. This seems to be a bug that should be fixed. It’s simply backwards from wha

Re: How to Quit with a button

2014-12-07 Thread William Prothero
Colin: I did try that and it crashed the app too. That’s why I tried to delay the quit until it got through doing the mouseDown handler. Bill On Dec 7, 2014, at 3:25 PM, Colin Holgate wrote: > Try this instead: > > on mouseup >quit > end mouseup > >

Re: Missing properties

2014-12-07 Thread Mike Bonner
There is the exception of a substack which would have 2 stack entries, but not really much of an issue. Adding 2 getprop handlers to the message path implements the desired behavior pretty easily. (mainstack preferrably, or of course a library or inserted script) The following 2 getprops work wel

[ANN] homemade slider

2014-12-07 Thread BNig
Dear List, sometimes one needs a custom slider for either mobile or desktop. I made one that can be "skinned" in many ways. It is horizontal only. Can also be used as progress bar. --- http://berndniggemann.on-rev.com/customslider/customSlider_0_6.livecode.zip ---

Re: Palettising a stack

2014-12-07 Thread Richard Gaskin
Richmond wrote: I wonder why on openStack palette stack "OOMPALOOMPA" end openStack does not palettise my stack? (6.7 Linux) Check the mode of the stack - if it's 4, then it's a palette. You may also want to make sure the raisePalettes property is set to true; in most versions (for reas

Re: How to Quit with a button

2014-12-07 Thread Colin Holgate
Try this instead: on mouseup quit end mouseup ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecod

Re: cursor not vanishing in Linux

2014-12-07 Thread J. Landman Gay
On 12/7/2014, 3:04 PM, Richard Gaskin wrote: Many seeming oddities in the language are merely conventions established by the HyperCard team. IIRC the need to lock the cursor to have it maintained after idle is one of them It was probably either a SuperCard or MetaCard thing. HC kept the cursor

Re: I Hate the New Color Picker

2014-12-07 Thread Howard Bornstein
Just pull down from the bottom of the color picker patches and you'll get 10 rows, just like earlier versions. On Sun, Dec 7, 2014 at 3:01 PM, Roger Guay wrote: > Just the flatness of it, but more importantly, the limit of just one row > of color patches. I was used to using multiple rows to rec

How to Quit with a button

2014-12-07 Thread William Prothero
Folks: I don’t know if this is needed anyway, but I have a button on one of my screens whose intention is to quit the application. The code is; on mouseUp send “quit” to me in 0 seconds end mouseUp This crashes the application. The menu that the standalone creates, in the menu bar also

Re: I Hate the New Color Picker

2014-12-07 Thread Roger Guay
Just the flatness of it, but more importantly, the limit of just one row of color patches. I was used to using multiple rows to record and manage multiple projects. I realize now that It’s no biggie, and I overreacted! I’ll build a better tool for what I need and offer to all to make up for petu

Re: I Hate the New Color Picker

2014-12-07 Thread Roger Guay
What I want is a one-stop place where I can record and manage the color palettes of each and every one of my projects. A subset of the OS picker, as you note. I’m working on it. Roger > On Dec 7, 2014, at 2:44 AM, Graham Samuel wrote: > > How much functionality do you want in a color picker

Re: Stealing things from Metacard

2014-12-07 Thread Roger Guay
I thought Cornery was particularly clever! > On Dec 7, 2014, at 1:38 AM, Richmond wrote: > > Let's be daft :) > > https://www.dropbox.com/sh/ja47l87gg87sn0q/AAAIj99kEQVOb8ev3jz8C5ORa?dl=0 > > I've put 4 files here: CC.zip, CP.zip, GM.zip and PT.zip (there's also > some other nonsense you

Re: I Hate the New Color Picker

2014-12-07 Thread Roger Guay
Thanks again, Richmond. That will be very helpful when I build my own version. > On Dec 7, 2014, at 3:48 AM, Richmond wrote: > > Just uploaded the color picker from the Mac Classic version > of Runtime Revolution 2.0 to https://www.dropbox.com/sh/ja47l87gg87s ... > C5ORa?dl=0 >

Re: I Hate the New Color Picker

2014-12-07 Thread Roger Guay
You’re right of course, I was just overreacting to the ugliness of it. One thing I do miss is multiple lines of color patches where I kept track of the colors I use for various purposes. I do intend to roll my own to fix that, Roger > On Dec 7, 2014, at 2:44 AM, Graham Samuel wrote: > > How

Re: I Hate the New Color Picker

2014-12-07 Thread Richmond
On 08/12/14 00:20, Richmond wrote: Feel free to download THIS: http://forums.livecode.com/download/file.php?id=4597 and you will suddenly love Livecode's built-in color picker. Richmond. That download URL seems problematic. Better go to the message and download from there: http://forums.liv

I Hate the New Color Picker

2014-12-07 Thread Richmond
Feel free to download THIS: http://forums.livecode.com/download/file.php?id=4597 and you will suddenly love Livecode's built-in color picker. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, un

Re: Missing properties

2014-12-07 Thread Monte Goulding
On 8 Dec 2014, at 6:01 am, Geoff Canyon wrote: > On Sun, Dec 7, 2014 at 12:12 PM, Peter Haworth wrote: > >> My point was that a lot of people have spent time coming up with various >> ways of getting a control's owning card/stack which to my way of thinking >> means there should be a built-in

Re: response time of seconds in IDE?

2014-12-07 Thread dochawk
Sent from my iPhone > On Dec 7, 2014, at 11:50 AM, J. Landman Gay wrote: > > But I agree that it needs to be speedier, "Speedier "would not cut it– 80,000 to 1 speed up would still leave this sluggish the way it is performing right now. ___ use-liv

Palettising a stack

2014-12-07 Thread Richmond
I wonder why on openStack palette stack "OOMPALOOMPA" end openStack does not palettise my stack? (6.7 Linux) Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

Re: cursor not vanishing in Linux

2014-12-07 Thread Richard Gaskin
Richmond wrote: Answering his own question yet again: on mouseEnter set the lockCursor to true set the cursor to none end mouseEnter on mouseLeave set the cursor to arrow set the lockCursor to false end mouseLeave not very well documented. Many seeming oddities in the language a

Re: cursor not vanishing in Linux

2014-12-07 Thread Richmond
On 07/12/14 22:28, Richmond wrote: I wonder why (6.7 - Linux) this doesn't work: on mouseEnter set the cursor to none end mouse doesn't make the cursor disappear? Richmond. Answering his own question yet again: on mouseEnter set the lockCursor to true set the cursor to none end mous

cursor not vanishing in Linux

2014-12-07 Thread Richmond
I wonder why (6.7 - Linux) this doesn't work: on mouseEnter set the cursor to none end mouse doesn't make the cursor disappear? Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe an

Re: response time of seconds in IDE?

2014-12-07 Thread J. Landman Gay
On 12/7/2014, 1:09 AM, Erik Beugelaar wrote: I am afraid it must be the unicode beast... Personally I have never seen the need of it to implement it in this way so you can program in another foreign language (eg Chinese ;-). LiveCode has many users (and a local office) in China, and there are

Re: I Hate the New Color Picker

2014-12-07 Thread J. Landman Gay
On 12/7/2014, 12:18 PM, Richmond wrote: BUT, it would have been quite possible to have a development color picker that was uniform across all platforms, and a way of leveraging the operating system's color picker in standalones . . . therefore having the best of both worlds. You can do that you

Re: I Hate the New Color Picker

2014-12-07 Thread Howard Bornstein
The only differences I see from the color wheel in Snow Leopard is that the selected color choice is a small square at the bottom in Yosemite with an eye dropper and it's a bar across the top in Snow Leopard with a magnifying glass. The Saturation slider is on the bottom in Yosemite and down the ri

Re: I Hate the New Color Picker

2014-12-07 Thread Richmond
Have a look at this: http://forums.livecode.com/viewtopic.php?f=5&t=22288 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runr

Re: Using polygon as line and childControlNames

2014-12-07 Thread Geoff Canyon
On Sun, Dec 7, 2014 at 4:17 AM, Terence Heaford wrote: > There seems to be a bug with childControlNames in LC 7.0.1(RC3) as it all > works correctly in LC 6.7.1(RC3). > I think perhaps your code is taking advantage of a quirk in LC. If you don't give an object a name, the childcontrolnames retur

Re: Missing properties

2014-12-07 Thread Geoff Canyon
On Sun, Dec 7, 2014 at 12:12 PM, Peter Haworth wrote: > My point was that a lot of people have spent time coming up with various > ways of getting a control's owning card/stack which to my way of thinking > means there should be a built-in way of doing it. > Agreed -- here's hoping the new synta

Re: I Hate the New Color Picker

2014-12-07 Thread Geoff Canyon
How does the color picker look different to you? I'm on Yosemite and it looks the same as I remember: color picker choices across the top: color wheel (default), color sliders, etc.; then the color wheel itself below that; then the saturation slider below that; then the actual color selected and th

Re: I Hate the New Color Picker

2014-12-07 Thread Richmond
On 07/12/14 18:31, J. Landman Gay wrote: Perhaps so our apps would look native on every platform. The color picker is used for more than just development. BUT, it would have been quite possible to have a development color picker that was uniform across all platforms, and a way of leveraging t

Re: Missing properties

2014-12-07 Thread Peter Haworth
Thanks for the suggestions, they're pretty much variations on what I'm already doing. My point was that a lot of people have spent time coming up with various ways of getting a control's owning card/stack which to my way of thinking means there should be a built-in way of doing it. Pete lcSQL Sof

Re: TopStack focus issue

2014-12-07 Thread J. Landman Gay
One last thing to try: toplevel "main" set the defaultstack to "main" Also, if you haven't already, assign the menu to the palette stack too. You may need to change the menu scripts to check whether the target stack is the palette or not, if some of the commands don't apply to the palette.

Re: I Hate the New Color Picker

2014-12-07 Thread J. Landman Gay
Perhaps so our apps would look native on every platform. The color picker is used for more than just development. On December 7, 2014 5:09:31 AM CST, Richmond wrote >> > >What I do not understand is why RunRev decided that Livecode should >leverage >an operating system's built-in colour picker

Re: Error; Tree not made

2014-12-07 Thread Mike Bonner
If this is only happening when you first open revolution, one question I have is.. did you still have it set up so that the opening screen (welcome) appeared? I wonder if the code for the RSS stuff that gets pulled from the runrev site is no longer working due to the massive website changes. (might

Re: [OT] Personal

2014-12-07 Thread Mike Bonner
Sorry for the slow response, google has been playing hide and seek with my mail lately. (old filter behaving in new and exciting ways) Praying that shes doing well and that she makes a full recovery. On Tue, Nov 25, 2014 at 12:00 PM, J. Landman Gay wrote: > I'm glad it all went well, Ralph. Ple

Re: Error; Tree not made

2014-12-07 Thread Mark Schonewille
Hi Jim, Which operating system do you use? Have you ever installed plug-ins or externals? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Installer Maker for Li

Re: Using polygon as line and childControlNames

2014-12-07 Thread Earthednet-wp
Terry, Try "delete object of group me" I had a similar issue and this fixed it. Bill William Prothero http://es.earthednet.org > On Dec 7, 2014, at 1:17 AM, Terence Heaford wrote: > > I use polygons to draw a line using this script. Me is a group. > > on drawLine x,y,x1,y1,tColor > lock scr

Re: Error; Tree not made

2014-12-07 Thread Earthednet-wp
Jim, You can download the free community version on the livecode site. I think that will save you a lot of grief and provide you a more rewarding experience. Bill William Prothero http://es.earthednet.org > On Dec 6, 2014, at 6:07 PM, Jim Beckmann wrote: > > I use a very old version REVOLUTIO

Re: Missing properties

2014-12-07 Thread Dr. Hawkins
On Sun, Dec 7, 2014 at 4:47 AM, Geoff Canyon wrote: > If the object in question is inside a group, you'd have to recurse your way > out, or you could use: > > put word -5 to -1 of the long id of btn 1 > I actually define a shId() function for figuring these things out and tracking them: unct

Re: TopStack focus issue

2014-12-07 Thread Robert Brenstein
I have seen such issues having invisible stacks, that is when I was hiding some stacks not closing them during the open sequence. Somehow they got focus at the end and did not release it happily. This was in earlier versions, though. RObert On 06.12.2014 at 23:00 Uhr + Graham Samuel appar

Re: Missing properties

2014-12-07 Thread Geoff Canyon
On Sat, Dec 6, 2014 at 8:03 PM, Peter Haworth wrote: > Every now and again, I wonder why certain properties are not available in > LC. The ones that puzzles me the most are the owning card and owning stack > of an object. > Do you mean some shortcut to get the owning card no matter what? If you

Re: I Hate the New Color Picker

2014-12-07 Thread Richmond
On 07/12/14 12:44, Graham Samuel wrote: How much functionality do you want in a color picker? If you just want to allow a user to pick from a fixed set of colours, it’s easy to grow your own - cross-platform too. But of course that’s just a small subset of an OS’s picker. The color chooser fr

Re: I Hate the New Color Picker

2014-12-07 Thread Richmond
Just uploaded the color picker from the Mac Classic version of Runtime Revolution 2.0 to https://www.dropbox.com/sh/ja47l87gg87s ... C5ORa?dl=0 RCC.zip As far as I can see it is identical to the one from Metacard 2.5

Re: I Hate the New Color Picker

2014-12-07 Thread Richmond
On 07/12/14 12:44, Graham Samuel wrote: How much functionality do you want in a color picker? If you just want to allow a user to pick from a fixed set of colours, it’s easy to grow your own - cross-platform too. But of course that’s just a small subset of an OS’s picker. Graham What I do n

Re: I Hate the New Color Picker

2014-12-07 Thread Graham Samuel
How much functionality do you want in a color picker? If you just want to allow a user to pick from a fixed set of colours, it’s easy to grow your own - cross-platform too. But of course that’s just a small subset of an OS’s picker. Graham > On 6 Dec 2014, at 03:21, Roger Guay wrote: > > I’m s

Stealing things from Metacard

2014-12-07 Thread Richmond
Let's be daft :) https://www.dropbox.com/sh/ja47l87gg87sn0q/AAAIj99kEQVOb8ev3jz8C5ORa?dl=0 I've put 4 files here: CC.zip, CP.zip, GM.zip and PT.zip (there's also some other nonsense you are welcome to play with). These are components "stolen" from Metacard: CC = Character Chooser from Me

Re: response time of seconds in IDE?

2014-12-07 Thread Richmond
On 07/12/14 09:09, Erik Beugelaar wrote: I am afraid it must be the unicode beast... Personally I have never seen the need of it to implement it in this way so you can program in another foreign language (eg Chinese ;-). But I hope it will be parameterized so you can choose which unicode you want

Using polygon as line and childControlNames

2014-12-07 Thread Terence Heaford
I use polygons to draw a line using this script. Me is a group. on drawLine x,y,x1,y1,tColor lock screen set the style of the templateGraphic to polygon put x & "," & y & return & x1 & "," & y1 into tPoints create grc in me put the id of the last grc of me into tID set the foregr