Cannot get card windows on top

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
supergrass
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 7
Joined: Thu Jan 11, 2007 2:02 am

Cannot get card windows on top

Post by supergrass » Fri Feb 16, 2007 2:41 am

Hello,

I am an XP SP2 user with Build 291 V 2.7.4 A.

In the IDE, I cannot get the card with focus to sit on top. I end up resizing or moving the different cards that are open (or minimising them) so that I can see the card I am working on. Is this a bug or have I missed a setting somewhere?
Regards,
Supergrass

supergrass
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 7
Joined: Thu Jan 11, 2007 2:02 am

more information

Post by supergrass » Fri Feb 16, 2007 3:28 am

I should add that I have tried to use Ctrl + ' or the Send to Back under the window menu to no effect. View> Go First etc is a *kind of* workaround, but this is not standard windows behaviour.

I am running a second monitor with the notebook's display transferred to the second monitor.

I will try opening the stack file elsewhere to see if this is still an issue
Regards,
Supergrass

marielle
Livecode Opensource Backer
Livecode Opensource Backer

Re: Cannot get card windows on top

Post by marielle » Sat Feb 17, 2007 11:20 pm

supergrass wrote:Hello,

I am an XP SP2 user with Build 291 V 2.7.4 A.

In the IDE, I cannot get the card with focus to sit on top. I end up resizing or moving the different cards that are open (or minimising them) so that I can see the card I am working on. Is this a bug or have I missed a setting somewhere?
Hi supergrass,

What do you mean exactly by "the card with focus"?
Have you tried

Code: Select all

go to card tCardName of stack tStackName
or more simply

Code: Select all

go to stack tStackName

marielle
Livecode Opensource Backer
Livecode Opensource Backer

Re: more information

Post by marielle » Sat Feb 17, 2007 11:25 pm

supergrass wrote:Send to Back under the window menu to no effect.
Note that this is for controls on the card (buttons, fields, etc), not for cards.

What happens when you click on the stack, anywhere on the stack?

What are the settings of the other stacks. Does any of the other stacks appears with a very thin window bar at the top. If yes, this means they are in palette mode, which mean that they are meant (by settings) to float over other windows. This is set in (menu at the very top) > Object > Stack Inspector. Then on Basic Properties "Float above everything".

supergrass
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 7
Joined: Thu Jan 11, 2007 2:02 am

more information

Post by supergrass » Thu Feb 22, 2007 12:54 am

Thanks for the response Marielle,

What I meant is when I am in edit mode, I double click on cards in the Application Browser and they tile on the desktop.

Normal windows behaviour is if I click on the title bar of a card, I would expect it to jump to the foreground. Instead the first card of the main stack stays on top and I have to move it out of the way using click and drag or killing it altogether! Maybe this is normal on a Mac, however I find it annoying.
Regards,
Supergrass

supergrass
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 7
Joined: Thu Jan 11, 2007 2:02 am

float above everything was on!!

Post by supergrass » Thu Feb 22, 2007 1:01 am

Marielle,

Thanks for the tip. I have now removed "float above everything" from the main stack and the windows are moving as expected.

:D
Regards,
Supergrass

Post Reply