Deteching same tab selected
BlitzMax Forums/MaxGUI Module/Deteching same tab selected| 
 | ||
| Curious if anyone knows how to detect when a selected tab is selected again? Trying to think of a way to do this but can't think of anything at the moment. To paint the picture, I have a splitter, both with tabbers, both with a textarea gadget. I'd like to switch between the two by clicking their tabs, even if their tabs are already selected. Only an event is generated if it's a new tab that is selected so I'm sure I'll have to use a different method to detect if the same tab was selected. Thanks. | 
| 
 | ||
| Probably posted prematurely as for the moment I'm using gadget sensitivity to generate a mouse down even for the tabbers. |