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
use-livecode@lists.runrev.co
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 w
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
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 'topLevel'
Kay C Lan wrote:
> 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 palettised. But if I put this in the message box:
>
>put the style of stack "guineapig"
>
> the result is: topLevel ??
>
> If I revert t
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 mode
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:
http://
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
use-livecode@lists.runr
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 palettised.
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 manage
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 palette.
>
> I'm obviously missing s
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 palette.
I'm obviously missing something.
Richmond.
___
use-livecode mailing list
use-livecode@lists.runrev.
12 matches
Mail list logo