Re: ActivePage
Posted: Fri May 08, 2015 11:24 pm
This is fixed now. "First" will no longer be returned but numeric indices only.
The Cross-Platform Multimedia Application Layer
https://www.forums.hollywood-mal.com/
Ok, but in your first post you said you need a "Next", "Prev" and "Reset to 0" button, and for this you don't need to get the active page, if you use the special values with mui.Set().lazi wrote:Thanks for your answer, but as you can see in my previous post I am using mui.get, not mui.set. I wanted to read which register panel the user selected last time.You simply use it like this:
mui.Set("register", "activepage", "Next")
Ok. I know what made the misunderstandingOk, but in your first post you said you need a "Next", "Prev" and "Reset to 0" button,
There is a similar problem with mui.get ( <id>, "Active" ). There is an "off" return value beside the numeric entry values.airsoftsoftwair wrote:This is fixed now. "First" will no longer be returned but numeric indices only.