Guido Mersmann schrieb: > There is a user field within the custom class, but how can I access it while > within the dispatcher and more important how can I set it before the > dispatcher get's called?
there is also a user field in IClass and you can access to this through MUI_CreateCustomClass() as in the Dispatcher. mcc = MUI_CreateCust..() mcc->mcc_Class->cl_UserData = data; in the Dispatcher: data = cl->cl_UserData; ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hj1l600/M=362343.6886682.7839641.1493532/D=groups/S=1705701045:TM/Y=YAHOO/EXP=1124800736/A=2894354/R=0/SIG=11qvf79s7/*http://http://www.globalgiving.com/cb/cidi/c_darfur.html">Help Sudanese refugees rebuild their lives through GlobalGiving</a>.</font> --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
