hi
I managed to add tabs (with PAGEs and RESOURCE ARRAY in the RSS file)
lets say that I have a choice list in the dialog.
I want that switching between tabs will not change the existing of this choice list , but only change the current item index of the list.
my problems :
1) when switching from tab to tab (which refer to the same choice list dialog in the RSS file) I loose all of the info which was in the choice list ...
how can I prevent this ?
(I tries to re set the choice list array and re draw the choice list - but nothing happens ... I just see an empty choice list .)
2) how can I identify that a user pressed a specific tab ?
through the HandleControlEventL() ?
thanks a lot