Controlling IDE Windows
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Controlling IDE Windows
Is it possible to have all IDE windows come forward when I select the LiveCode menubar. I'm going nuts always having to bring window after window forward in order to work on.
Jeff G potts
Re: Controlling IDE Windows
Hi Jeff,
Would it help if you activate the backdrop?
Mark
Would it help if you activate the backdrop?
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Controlling IDE Windows
In your message box, I think you can set the raisewindows to true and then it will behave as you wish. IE no interleaving of non-ide windows.
Code: Select all
set the raisewindows to true
jpottsx1 wrote:Is it possible to have all IDE windows come forward when I select the LiveCode menubar. I'm going nuts always having to bring window after window forward in order to work on.
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Re: Controlling IDE Windows
Well all right!sturgis wrote:In your message box, I think you can set the raisewindows to true and then it will behave as you wish. IE no interleaving of non-ide windows.Code: Select all
set the raisewindows to true
Sturgis Rocks!
Been wanting to do that forever.
Had a quick look thru the Preferences in LiveCode but didn't find it.
Unless its worded differently.
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Re: Controlling IDE Windows
Actually, its not a preference as far as I know, its a property you can set that will affect your apps. But since livecode is made with livecode, setting it while in the IDE has the desired affect.
Great for stopping interleave in a multiwindow app.
Its in the dictionary along with its cousins, raisepalettes and raisemenus
Great for stopping interleave in a multiwindow app.
Its in the dictionary along with its cousins, raisepalettes and raisemenus
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Re: Controlling IDE Windows
Acknowledged!
Can't tell you how much more comfortable the LiveCode IDE is with this setting turned on.
Brilliant!
Can't tell you how much more comfortable the LiveCode IDE is with this setting turned on.
Brilliant!
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
-
- Posts: 1201
- Joined: Sun Apr 24, 2011 2:17 am
Re: Controlling IDE Windows
This command doesn't last between LiveCode sessions.
But sturgis, an absolute champ, has posted and tested a way to setup a plugin for raiseWindows.
LOL. Now thats the kind of content I'm looking for!
http://forums.runrev.com/viewtopic.php? ... 873#p42499
hthnh - here to help - not hender
But sturgis, an absolute champ, has posted and tested a way to setup a plugin for raiseWindows.
LOL. Now thats the kind of content I'm looking for!
http://forums.runrev.com/viewtopic.php? ... 873#p42499
hthnh - here to help - not hender
All my best,
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.
Barry G. Sumpter
Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.