• Welcome to TodayPlus Boards v2.
 

Update a region

Started by keilha, January 15, 2004, 06:57:49 PM

Previous topic - Next topic

keilha

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... I hope rbg08 won't be angry at me for using his work 8-)



Keilha

fishboy

I believe you would normally use the "updateregions" command instead of jumpregions to update a region.
Axim X5 Advanced, Windows Mobile 2003

keilha

Thought it was meant to update subregions when on parent region update  :oops:

Thanks

keilha

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.

fishboy

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.
Axim X5 Advanced, Windows Mobile 2003

Lordtwisted

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

keilha

Thanks but I'm trying to update a region without clicking a button...  :?