Re: Palette command problem

2016-05-20 Thread Kay C Lan
On Fri, May 20, 2016 at 10:56 PM, J. Landman Gay wrote: > Richard explained it pretty well. I think of the command form as a > temporary override. Yes he did and that's a nice summary. Thanks. ___ use-livecode mailing list

Re: Palette command problem

2016-05-20 Thread Richard Gaskin
J. Landman Gay wrote: > I think of the command form as a temporary override. The bug here > seems to be that the command fails on Linux. After Fraser's excellent work on the Linux engine, the palette command seems to be working well - most of the time. I have found a very few odd edge cases

Re: Palette command problem

2016-05-20 Thread J. Landman Gay
Richard explained it pretty well. I think of the command form as a temporary override. The bug here seems to be that the command fails on Linux. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 20, 2016

Re: Palette command problem

2016-05-20 Thread RM
If I put 'palette "XYZ"' in the messageBOx I get a palette. If I put 'palette "XYZ"' in a stack called "XYZ" insode, say, a mouseUp message, I DON'T get a palette. Richmond. On 20.05.2016 17:23, Richard Gaskin wrote: Kay C Lan wrote: > Here on OSX 10.9.5 LC 8.0.1 rc 1 if I open a

Re: Palette command problem

2016-05-20 Thread Paul Dupuis
On 5/20/2016 4:08 AM, Kay C Lan wrote: > If anyone else can confirm what Richmond is seeing or what I'm seeing > I can raise a bug report. > Same thing in LC8.0.0 under Windows 8.1 palette stack "Untitled 1" -- works fine put the style of stack "Untitled 1" result: toplevel However, put the

Re: Palette command problem

2016-05-20 Thread Kay C Lan
If anyone else can confirm what Richmond is seeing or what I'm seeing I can raise a bug report. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Palette command problem

2016-05-20 Thread Kay C Lan
And as a further test - on OSX 10.9.5 LC 8.0.1 rc 1 New default stack In message box: palette stack "Untitled 1" -- works fine put the style of stack "Untitled 1" result: toplevel Seems to be a bug. ___ use-livecode mailing list

Re: Palette command problem

2016-05-20 Thread Kay C Lan
Interesting! The example in the Dictionary Entry for 'palette' is: palette stack "Tools" so there is no reason why Richmond's original code should not work. Here on OSX 10.9.5 LC 8.0.1 rc 1 if I open a 'topLevel' stack and in the message box: palette stack "guineapig" the stack is

Re: Palette command problem

2016-05-20 Thread RM
Yes, it does: thanks a lot. Richmond. On 20.05.2016 02:08, panagiotis merakos wrote: set the style of stack "newTools" to palette ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Palette command problem

2016-05-19 Thread panagiotis merakos
Hi Richmond, Does [set the style of stack "newTools" to palette] work? On 19 May 2016 22:29, "RM" wrote: > So, I have this command in the stackScript of a stack: > > on openStack > palette stack "newTools" > end openStack > > and the stack is not becoming a