Hello, any idia how i can arrange my stack to the top,left,right,bottom of the screen? all i was able to find for now was the screenLoc wich arranges it at the center of the screen.
Thank you for your time.
Arrange a stack to the screen.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Arrange a stack to the screen.
Knowledge is meant to be shared.
-
- VIP Livecode Opensource Backer
- Posts: 10058
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Arrange a stack to the screen.
See the screenRect, or perhaps more helpfully, the windowBoundingRect.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Arrange a stack to the screen.
Hello FourthWorld, i'v checked screenRect but i dont think it helps because i need my stack to be on the side of the screen on different resolutions, with the screenRect i can get the result i want but if the res changes everything is messed up
Knowledge is meant to be shared.
-
- VIP Livecode Opensource Backer
- Posts: 10058
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Arrange a stack to the screen.
I believe the desktopChanged message may help with that.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Arrange a stack to the screen.
I'ts never too easy with this stuff, needed to make calculations to make it work, if anyone is intrested let me know.
Thank you for your help FourthWorld
Thank you for your help FourthWorld

Knowledge is meant to be shared.