Jump to content

Recommended Posts

Posted

is there any way to get some graphics created like this guictrlcreategraphic(-1, 260, 777, 40) to not refresh when $GUI_GR_REFRESH is specified?

global $warming = true
Posted

why not declared $GUI_GR_REFRESH as 0 after you declared the file name, that changes anything in the file to 0 when $GUI_GR_REFRESH is announced

Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah

Posted

why not declared $GUI_GR_REFRESH as 0 after you declared the file name, that changes anything in the file to 0 when $GUI_GR_REFRESH is announced

but then will that graphic refresh, but not the others? because i have multiple graphics

im confuzed you mean like

$1 = guictrlcreategraphic(15,15,15,15)
$GUI_GR_REFRESH = 0
global $warming = true
Posted

ahhhh, why not create a array that refresh instead of $GUI_GR_REFRESH anyways I meant right after the #include declare that $GUI_GR_REFRESH is NULL or 0. Creating the array can be a way to selectively choose what to refresh but then your also getting into another step

Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...