This was exactly the case. The output of put "the working screenRects :" && the working screenRects & CR into msg box put "the screenRects :" && the screenRects & CR into msg box
is the working screen Rects : 0,0,1680,1020 1680,24,2960,824 the screenRects : 0,0,1680,1050 1680,24,2960,824 So putting "line 1 of" ... in there worked like it was supposed to work. That also makes sense that the compiler could not identify the line since it was multi-lined data. However, the compiler's code should be changed to account for this, as well as the documentation/dictionary. Larry On Wed, Jan 13, 2010 at 5:14 PM, zryip theSlug <[email protected]> wrote: > Hi Larry, > > How many screens have you when it's works or not ? > > If more than one the working screenRects will return you as many lines > as you have screens. > That's means that item 4 will contains item 4 of the rect of your > first screen and all the other screen rect behind. Take a look to your > variable tSCR on the debugger and count how many lines you have. I'm > sure that more than one;) > > Insteed used : > - put the working screenRect into tSCR > - or put line 1 of the working screenRects into tSCR > > 2010/1/13 Larry Snider <[email protected]>: >> I'm trying to anchor a card to the bottom left corner of the screen >> but I want to dynamically determine the screen size, card size, etc >> and then change it's location. >> >> When doing something like this I sometimes get "coordinate is not a >> point" errors at run time...but not all the time, mind you. Putting >> numbers in the coordinate position of bottomLeft works but not using a >> variable. >> >> Can anyone guide me on the proper way to snap a card to the edge of >> the screen? I'd like to add the option to choose which corner to >> anchor to but if variables in the coordinates are sketchy I won't. >> ;-) >> >> Thanks. >> >> Larry > > -- > -Zryip TheSlug- wish you the best! 8) > http://www.aslugontheroad.co.cc > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
