Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tabstrip problems

Sean_Zhang
Product and Topic Expert
Product and Topic Expert
0 Likes
408

Hi ALL,

I am using tabstrip to do the work.

the flow of call is like this.

1,define the tabstrip, and subscreen for the tabstrip. and some other needed. we assume that the screen of tabstrip is 0100.

any direct click on tabstrip can be performed correctly.

2,after user click one button on the menu, call something like this: perform run_check.

3,in run_check, updated the tabstrip-activetab, and update the content of subscreen, and also called the refresh of subscreen.

4,the update of subscreen content is successful. but the tabstrip didn't.

5, only after all the operation finished, back to screen 0100, the tabstrip update can be visible.

didn't there any operation like the refresh to tabstrip???

Thank you!

Best Regards,

Sean

Edited by: Sean Zhang on Dec 3, 2009 3:10 AM

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
367

Hi Sean,

use debugger to find out where tabstrip-activetab gets changed again afger your update.

Regards,

Clemens

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
368

Hi Sean,

use debugger to find out where tabstrip-activetab gets changed again afger your update.

Regards,

Clemens

Read only

Sean_Zhang
Product and Topic Expert
Product and Topic Expert
0 Likes
367

Hi Clemens,

Thank you!

I have checked it, the tabstrip-ACTIVETAB do changed.

but if do the leave to screen 0100, the tabstrip is valid. (I mean the leave to 0100 can make the screen 0100 is visible, but I can not do this, because there are some other code to do after the tabstrip is activated)

so for this kind of way I do like this:

call screen 0100. then in the pbo of 0100 leave to screen 0.( this can back to the code and go on the following code)

but this way doesnot work.

Thanks,

Best Regards,

Sean

Edited by: Sean Zhang on Dec 3, 2009 3:50 AM