PDA

View Full Version : Progress Bar Issue



bloodylemming
September 11th, 2022, 18:34
I have progress bars in one window that need data in another window. How do I point these progress bars to the right place to get the data they need?

Moon Wizard
September 11th, 2022, 18:48
Are you talking about the progressbar template in CoreRPG?
If so, all it cares about is that the paths specified in the source tags are relative to the current window database node.

Regards,
JPG

bloodylemming
September 11th, 2022, 21:41
Are you talking about the progressbar template in CoreRPG?
If so, all it cares about is that the paths specified in the source tags are relative to the current window database node.

Regards,
JPG

So, would that look like

sheet.numMax

I'm using Ruleset Wizard, so that might make a difference...

Moon Wizard
September 11th, 2022, 22:21
I have no idea how it works in RSW. You'll have to ask the RSW community developer.

In the XML, it's just a specific set of tags.



<source>
<current>...</current>
<max>...</max>
</source>


or



<source>
<used>...</used>
<max>...</max>
</source>


Regards,
JPG