Tab Register

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
QuangVu
Posts:2
Joined: Mon Sep 25, 2017 12:19 pm

Tab Register

Post by QuangVu »

Hello,

how can i get the active index from a Tab Register control?

Best Regards

mkerk
Posts:75
Joined: Wed Oct 20, 2010 12:25 pm

Re: Tab Register

Post by mkerk »

Hello,

you can use the attribute "activeRegister" to set the active tab through the index "idx" (starting at 0) or to read the index of the active tab.

setValue (string shape, "activeRegister", int idx);
getValue ( string shape, "activeRegister", int &idx);
shape.activeReer (int idx);

BR,
Mousser

QuangVu
Posts:2
Joined: Mon Sep 25, 2017 12:19 pm

Re: Tab Register

Post by QuangVu »

just found it in the help document too :cheer: wasnt reding it carefully. Thanks

3 posts • Page 1 of 1