Welcome, Guest. Please login or register.

Author Topic: Help needed with MUI Hooks - MOS - 68K  (Read 2322 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mastergeppTopic starter

  • Newbie
  • *
  • Join Date: Aug 2006
  • Posts: 7
    • Show all replies
Help needed with MUI Hooks - MOS - 68K
« on: August 26, 2006, 12:32:32 AM »
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 ?
 

Offline mastergeppTopic starter

  • Newbie
  • *
  • Join Date: Aug 2006
  • Posts: 7
    • Show all replies
Re: Help needed with MUI Hooks - MOS - 68K
« Reply #1 on: August 26, 2006, 02:13:58 PM »
Thanks piru, tried only on mos for now and works fine.