CustomUI issues
hi folks.
after trying a lot on myself in addition with the fact that I am a total beginner to editorial and Python I am asking for your brains here.
thanks a lot in advance for wasting your time on my problems :)
target:
want to start a workflow in which opens a CustomUI ('starting level') offering me several buttons for different functions. depending on which button I tap a CustomUI from the '2nd level' should be opened with functions.
Means:
'starting UI' should be close/in background and another UI displayed in the same workflow since I use global variables for storing information out of those UIs.
what I have so far
I can start the workflow and it displays the 'starting' UI.
After pressing a button for one of the 2nd level UIs nothing happened.
Tried to use 'DismissUI' command after pressing the button in 'starting' UI but then the complete workflow stops.
Guess I am just starting this whole issue the wrong way. Not sure.
So far I used workflow commands together with CustomUI and some small Python scripts in those UIs.
Any help highly appreciated! :)
Thanks a lot.