Ideas about screen position

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
alemrantareq
Posts: 203
Joined: Wed Jul 23, 2008 8:46 am

Ideas about screen position

Post by alemrantareq » Fri Jan 23, 2009 1:32 pm

Hi everybody,

I'll be thankful if I get the solutions of the following problems -

1. Using the "screenloc" function, we can open our app in the center of the screen. But I want to open my app at the right bottom of the screen just above the taskbar whether the screen is 800X600 or 1024X768. How to do that?

2. Is there any idea to remember the last screen position of the app and next time the app will be opened at that position? Thanks in advance......

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Post by mwieder » Sat Jan 24, 2009 2:13 am

You might want to position the bottom of your app at the bottom of the working screenrect. That should set it just above the taskbar.

Post Reply