Bob.
Not odd at all. I just went through something similar:
https://forums.livecode.com/viewtopic.php?f=9&t=39422
Haunted software. It is halloween, after all.
Craig
> On Oct 29, 2024, at 11:09 AM, Bob Sneidar via use-livecode
> wrote:
>
> Okay, that’s odd. It IS working now.
>
> Bob S
>
Okay, that’s odd. It IS working now.
Bob S
> On Oct 28, 2024, at 4:45 PM, Richard Gaskin via use-livecode
> wrote:
>
> Bob wrote:
>
>> This may seem simple, but for some reason it’s not working. I have a
>> Views function that can open multiple windows in one click, but
>> sometimes stacks
Bob wrote:
> This may seem simple, but for some reason it’s not working. I have a
> Views function that can open multiple windows in one click, but
> sometimes stacks can be obscured by others, so I have a Modules Menu
> where you can select a stack and it will open it.
>
> The problem is, Open S
Thanks Phil. I suspected it might be a workaround, but it just seemed odd to me
that with all the window commands and functions, there was no way to do this
with a single command.
Bob S
> On Oct 26, 2024, at 12:58 PM, Phil Davis via use-livecode
> wrote:
>
> Oops - sorry about the run-on w
Oops - sorry about the run-on words. Weird.
put the style of stack "untitled 1" into x
set the style of stack "untitled 1" to "palette"
set the style of stack "untitled 1" to x
On 10/26/24 12:48 PM, Phil Davis via use-livecode wrote:
Hi Bob,
This may answer your need but isn't very e
Hi Bob,
This may answer your need but isn't very elegant:
*put*thestyleofstack"untitled 1"intox
*set*thestyleofstack"untitled 1"to*palette*
*set*thestyleofstack"untitled 1"tox
Phil Davis
On 10/25/24 9:38 AM, Bob Sneidar via use-livecode wrote:
This may seem simple, but for some reas