Re: Bring a stack to front when it is already open

2024-10-31 Thread Craig Newman via use-livecode
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 >

Re: Bring a stack to front when it is already open

2024-10-29 Thread Bob Sneidar via use-livecode
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

Re: Bring a stack to front when it is already open

2024-10-28 Thread Richard Gaskin via use-livecode
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

Re: Bring a stack to front when it is already open

2024-10-28 Thread Bob Sneidar via use-livecode
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

Re: Bring a stack to front when it is already open

2024-10-26 Thread Phil Davis via use-livecode
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

Re: Bring a stack to front when it is already open

2024-10-26 Thread Phil Davis via use-livecode
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