Hi,
I also have some problems with the UDF. Maybe you can help me, would be very cool.
OK, i'm using the UDF for an Interface which is created just with this UDF. I noticed that I can just release hotkeys with a function, which isn't called by a hotkey, that was really annoying lol. So, I use a variable to store a bool value which says "release or not" and an adlibregister() function which checks this var and if true, it releases all hotkeys. This should work I think, but it doesn't. If I don't use $hk_flag_noerror to assign the hotkeys and leave the flag in _hotkey_release() blank, it returns 0, @error =1 and @extended =-1. So I tryed with $hk_flag_noerror in _hotkey_release(), but no $hk_flag_noerror in the _hotkey_assign()-function. it returns 1 and @error =0, but after that it crashes in _hk_wm_hotkey() in line 734. If i use $hk_flag_noerror in both cases, _hotkey_assign() and _hotkey_release(), it says 1 too, but my new hotkeys won't work correctly (some work, some don't). So, how the hell, can I fix this problem? I just need to release my hotkeys, because first of all I have a menu, after that I have to use other hotkeys and also the same but for other things... I don't know, what can I do? Please, if you know how, help me. Lol. Oh, i've forgotten to tell you that i'm using the beta 2.0b, because I need the $hk_flag_postcall feature. So, please give me some hints.
best regards,
Timtam