kattunga / IWBootstrapFramework

Intraweb Bootstrap 3 Framework for Delphi
http://kattunga.github.io/IWBootstrapFramework
MIT License
98 stars 42 forks source link

Changing TIWBSTabControl activepage by code #23

Closed robertonicchi closed 8 years ago

robertonicchi commented 8 years ago

In a page of the iwbstabcontrol i have a label that has the onasyncclick event defined; it changes the activepage.

menu_tab.ActivePage:=5;

The first time this works but if i click again it has no effects.

thanks

kattunga commented 8 years ago

Please check latest commit

robertonicchi commented 8 years ago

it's ok now. thanks.