The problem I am facing right now is that I want a particular tab on the tabbedfolder to be the active one on click of a button. I have tried the setFocus() method on the composite contained in this tab but it is not working how to do so?
The problem I am facing right now is that I want a particular tab
Share
Try to use
Also, you may want to use
Hope this helps.