Ok, the ftp app i mentitioned in the other thread (MUI jump blah) is going on pretty nicely (on aros at least).
I had it almost working on every amigaos (except os4 which i lack the hw), i added an hook on a mui attribute change and can't seem able to figure out how to do it on Morphos, 68k version would be nice too:
DoMethod(stringblah, MUIM_Notify, MUIA_String_Contents, MUIV_EveryTime, app, 2, MUIM_CallHook, &KeyPressHook);
How do i define KeyPressHook on Morphos, and possibily, on OS 3.x?
oh, maybe you can be so nice and tell me which includes i need for each os ?