08-15-2011 12:45 PM
Is there any way to add a new page to the TabPageCtrl in the SUD Dialog Editor?
08-15-2011 01:17 PM
Hello Beth!
Yes! There a two ways to open the pages configuration dialog:
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
08-15-2011 01:21 PM
Opps, I'm sorry! I meant to ask if there's a way to add pages in script?
For example, I want to add a certain number of pages and titles depending on a configuration file I read.
08-15-2011 01:49 PM
Hello Beth!
Than the answer is no. Even if it would be possible you wouldn't have fun with them because SUD does not allow dynamic creation of controls.
What you can do is to add the maximum number of pages you need (if possible) and hide the pages you don't need via the 'Visible' property of each page.
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
08-15-2011 01:57 PM
Good to know.
Thanks Matthias!