TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: keilha on January 15, 2004, 06:57:49 PM

Title: Update a region
Post by: keilha on January 15, 2004, 06:57:49 PM
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
Title: Update a region
Post by: fishboy on January 16, 2004, 11:14:35 AM
I believe you would normally use the "updateregions" command instead of jumpregions to update a region.
Title: Update a region
Post by: keilha on January 19, 2004, 03:17:01 AM
Thought it was meant to update subregions when on parent region update  :oops:

Thanks
Title: Update a region
Post by: keilha on January 21, 2004, 02:28:52 AM
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.
Title: Update a region
Post by: fishboy on January 21, 2004, 08:47:20 AM
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.
Title: Update a region
Post by: Lordtwisted on January 21, 2004, 09:18:05 AM
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
Title: Update a region
Post by: keilha on January 21, 2004, 12:13:42 PM
Thanks but I'm trying to update a region without clicking a button...  :?