View Single Post
  #28  
Old 08-08-2009, 11:53 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
All new clients are apparently still displaying showpoly 50 tiles south of where it's supposed to be (if it's level-relative, not screen-relative).

For example:
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
showpoly(200, {xy5y55x5});
  
changeimgvis(2003);

This will display the showpoly, except it will be ~50 tiles south of the correct y coordinate.


Edit: Hiding that task bar fixes this problem, still needs to be fixed though.

Edit: Also, external windows need to open at the correct x/y as stated by the script. So, if I did x = 100; y = 300; in the script, that's where it should open. Right now it is opening at top left corner in mac and mousex/mousey in windows.

Edit: External windows need some sort of showtop() to bring the window to the front of the screen. Also an alwaysontop=true; would be very helpful.

Edit: Appears that just resizing the GraalControl's y fixes the y coordinate issue, not just closing the task bar.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”

Last edited by Tigairius; 08-09-2009 at 12:24 AM..
Reply With Quote