Is there a command or a trick to do a straight update of a region after testing a condition with if...endif (without comming back to that point like with "jumpregions")?
I can't resist to show my not yet completed skin :wink:
It mostly started as modifications of OSX Complete Skin (http://www.dark-mojo.com/todayplus/viewtopic.php?t=1022)... I hope rbg08 won't be angry at me for using his work 8-)
(http://sd75.free.fr/TP-Skin/TP%20Screenshot.png)
Keilha
I believe you would normally use the "updateregions" command instead of jumpregions to update a region.
Thought it was meant to update subregions when on parent region update :oops:
Thanks
Like I thought, "updateregions" is only meant to set what other regions to update when you update the region with the "updateregions" command.
What I'm looking for is a command to immediatly update a region.
I believe placing an "updateregions" call within your "if...else" should force the specified region to update. I could be wrong, but give it a try if you haven't already.
this is a comand that will udate a region. The button or imagebutton comand like so:
imagebutton,210,40,buttx.png,,1,4,0,-1
The 1 is for region, the 4 is to update/go to, the 0 is for page in region and the -1 is for region or regions to update. -1 one means update all regions.
And you can do the sam for a button.
Lordtwisted :D
Thanks but I'm trying to update a region without clicking a button... :?