Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 13 votes, 4.69 average. Display Modes
  #1  
Old 10-10-2012, 04:02 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by alskdjfhg View Post
even on Windows?
Yes.
__________________
Quote:
Reply With Quote
  #2  
Old 10-10-2012, 05:26 AM
Hoyt1134 Hoyt1134 is offline
Registered User
Join Date: Jul 2004
Posts: 18
Hoyt1134 is on a distinguished road
There is a bug with the drawobject() function for drawing panels. If you define your own object it won't draw it outside of the top 64x64 pixels of the panel. The clearall() function also doesn't seem to be working either.

Using the following code:
NPC Code:

//#CLIENTSIDE
function onCreated(){
new GuiDrawingPanel("Test_DrawingPanel") {
x=0;
y=0;
width=screenwidth;
height=screenheight;
}
with(findimg(200)){
ani="idle";
}
setTimer(0.05);
}
function onTimeout(){
setTimer(0.05);
with("Test_DrawingPanel"){
clearall();
drawobject(mousescreenx,mousescreeny,findimg(200)) ;
}
}



leaves me with this mess:



It won't clear the panel, and the coordinates reset to 0 every time they pass 64 pixels.
Reply With Quote
Reply

Tags
graal v6, windows


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:53 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.