--- In [email protected], Vladimir Alaev <[EMAIL PROTECTED]> wrote: > luppi_luca wrote: > > >A get property of MUIA_Cycle_Active obviously is always 0 and I don't > >find any property to catch it. > > > > > MUIA_Cycle_Active should work fine. May be you doing something wrong? > It should look like: > > ULONG value; > get(obj, MUIA_Cycle_Active, &value); > > value will contain selected item (it's number).
Yes I do it something wrong. I missed '&' character in get so the variable was always 0. Damn! Many thanks Vladimir, you solved all my today's problem!! :) ------------------------ Yahoo! Groups Sponsor --------------------~--> In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide! http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/16uqlB/TM --------------------------------------------------------------------~-> 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/
