• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Tcheko
    Posts: 510 from 2003/2/25
    From: France
    mode pedantic

    Code:

    DoMethod(ausPPC, MUIM_Notify, MUIA_Selected, TRUE, ausPPC, 3, MUIM_Set, MUIA_Text_Contents, "1");
    DoMethod(ausPPC, MUIM_Notify, MUIA_Selected, FALSE, ausPPC, 3, MUIM_Set, MUIA_Text_Contents, "0");


    /mode pedantic

    There is a single notify solution:

    Code:

    DoMethod(ausPPC, MUIM_Notify, MUIA_Selected, MUIV_EveryTime, ausPPC, 4, MUIM_SetAsString, MUIA_Text_Contents, "%ld", MUIV_TriggerValue);


    Saving some bytes. ;)

    ++
    Quelque soit le chemin que tu prendras dans la vie, sache que tu auras des ampoules aux pieds.
    -------
    I need to practice my Kung Fu.
  • »17.03.16 - 08:34
    Profile Visit Website