Hi,
i have create a wizard for printer settings. I have the welcome tab with 3 Buttons for create, change or delete printer. if I click on one of this buttons, the wizard class doesn't know, that i have change the tab. The wizard class check this change only, if i click on next. My problem is, that the back button is disabled, because the wizards method curTabName() shows the first tabname.
I try to set the backEnabled to true, but it doesnt work.
Who have an idea to solve this problem?
Thx in Advance.
Witchmaster
*This post is locked for comments
I solve this problem, I wrote an method, that set the tabIdx to the value of the target tab.
public void goToTab(int tabSkipCount) { //change the tab tab.tab(tabSkipCount); //change the index tabIdx = tabSkipCount; this.enableButtons(); }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156