Detect Tab change
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/11/2003 at 06:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.207
Platform: Windows ;
Language(s) : C++ ;---------
I use the tab group within a dialog. To which message I will have to listen to if I want to know that the active tab did change? Yes....I did search the forum, and no, there is not really given a direct answer to that question. It is not BFM_ASK_TABSWITCH as I first did guess, and even not the message with id 1935766117. This message is just one message that is sent, when I change the tab, but not the correct one. If I use this message, I cannot get the correct tab id with GetLong, because at the moment this message is sent, it is not secure which one is the active tab, this message is sent to early. At the moment I help myself with just checking every time I receive a message if the tab id I get with GetLong is different to the last one I did save....this works for a prototype, but isnt a good solution for the final plugin.