• Order of the Butterfly
    Order of the Butterfly
    BalrogSoft
    Posts: 171 from 2006/10/6
    From: Spain
    Balrog Software - AmigaSkool.net
    Mac Mini - MorphOS 3.8 - G4 1.5Ghz - Ati 9200 64 Mb
    Efika - MorphOS 3.6 - Ati 9200 64Mb - 80 Gb HD
    Amiga 1200D - OS 3.9 - Blizzard 603e/240mh
  • »05.10.12 - 10:14
    Profile Visit Website
  • MorphOS Developer
    geit
    Posts: 1054 from 2004/9/23
    You must use MUIA_Selected and not MUIA_Pressed when dealing with a checkbox.

    MUIA_Pressed should only used for button object notifications.

    Beside that is using ReturnID a bad behaviour. Better create a proper subclass and notify a class internal method.

    Geit


    [ Edited by geit 05.10.2012 - 10:22 ]
  • »05.10.12 - 10:18
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    BalrogSoft
    Posts: 171 from 2006/10/6
    From: Spain
    I had defined a notify to change automaticly the state of other buttons, and it had the same problem with the first event, but after changing the notification to MUIA_Selected, it works properly, thanks you!

    [ Edited by BalrogSoft 05.10.2012 - 10:56 ]
    Balrog Software - AmigaSkool.net
    Mac Mini - MorphOS 3.8 - G4 1.5Ghz - Ati 9200 64 Mb
    Efika - MorphOS 3.6 - Ati 9200 64Mb - 80 Gb HD
    Amiga 1200D - OS 3.9 - Blizzard 603e/240mh
  • »05.10.12 - 10:53
    Profile Visit Website