Controlling IDE Windows

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
jpottsx1
Posts: 46
Joined: Thu Jun 04, 2009 12:46 am
Contact:

Controlling IDE Windows

Post by jpottsx1 » Tue Aug 23, 2011 8:45 pm

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

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Controlling IDE Windows

Post by Mark » Tue Aug 23, 2011 11:25 pm

Hi Jeff,

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

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Controlling IDE Windows

Post by sturgis » Thu Aug 25, 2011 10:09 pm

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.

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Controlling IDE Windows

Post by BarrySumpter » Fri Aug 26, 2011 10:58 am

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
Well all right!
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.

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Controlling IDE Windows

Post by sturgis » Fri Aug 26, 2011 2:06 pm

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

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Controlling IDE Windows

Post by BarrySumpter » Sat Aug 27, 2011 5:44 am

Acknowledged!

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.

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Controlling IDE Windows

Post by BarrySumpter » Sun Aug 28, 2011 5:18 am

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
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.

Post Reply