View Full Version : Question on Informer Elf
sky444
07-21-2009, 07:25 PM
danation hope I'm doing this right if not I apologize
Have a question on the Infomer Elf - wondering if once it's on is it always active or can you shut it off and on. I guess what I'm asking is, is there a "hot key" for it?
To be exact - here's one of my skins with informer running.(taken with MSnap) Can I clear the screen and show it when I want?
http://i44.photobucket.com/albums/f29/skyhawk444/MyMoto/InformerElf_Running.png
Danation
07-21-2009, 07:42 PM
Yeah, you're good :)
But I unfortunately haven't tried this ELF yet, so I don't know the answer to your question.
sky444
07-21-2009, 08:02 PM
Yeah, you're good :)
But I unfortunately haven't tried this ELF yet, so I don't know the answer to your question.
I'm trying to figure some of the elfs out too - I LIKE THEM they sure seem faster.
anyway back to the original - here's the .ini file for Informer as I have it from a zip file.(just the global part) it's in Russian but the key1_exit=10 thing - doesn't that mean you can exit it....forgive me I'll be the first one to admit I'm "dumb" on that....
[GLOBAL]
Key1_Exit=10 ; кнопки выхода
Key2_Exit=11
Key3_Exit=17
Between=12 ; расстояние между строками
Danation
07-21-2009, 08:08 PM
According to paralink, the Russian says "Buttons of an output" and the second one says "Distance between lines." Whatever that means, lol.
sky444
07-22-2009, 09:58 AM
According to paralink, the Russian says "Buttons of an output" and the second one says "Distance between lines." Whatever that means, lol.
I don't know either - maybe Zdune will get in on this when he has time - seems quite up-to-date on it all.
Aravind
07-27-2009, 10:59 PM
[GLOBAL]
Key1_Exit=10 ; кнопки выхода
Key2_Exit=11
Key3_Exit=17
Between=12 ; расстояние между строками
if i'm correct,
Key1_Exit=10 ; кнопки выхода
Key2_Exit=11
Key3_Exit=17 keys to unload the elf. thats what the comment means, keys to unload.
sky444
07-28-2009, 07:30 AM
if i'm correct,
keys to unload the elf. thats what the comment means, keys to unload. Thanks Aravind , so 10 would exit me out of informer ? If that's right - what would make it happen 10 and what button ??
Aravind
07-28-2009, 09:28 AM
Thanks Aravind , so 10 would exit me out of informer ? If that's right - what would make it happen 10 and what button ??
No, the continuous key press of 10,11 & 17 will quit the application.
(let me see which key these correspond to)
normally the unload keyts are #+*+red(or was it right soft key?)
anyways,
Key1_Exit=10 <-- key to pressed
Key2_Exit=11 <-- next key to press
Key3_Exit=17 <-- if this key is pressed, unload else continue doing whatever it does.(that is how the algo will work, but, here you are just giving the constants the names as key1_exit... so that, in the functions, you can just call key1.exit, and not having to compile the entire SC just for a change in combination. in short declaration of constants)
I'm bad at the explaining part :P
anyways, some of the read me files(of the elves) have the keys and their corresponding digits given, refer that.
Danation
07-28-2009, 11:33 AM
That makes sense. Thanks for the info :)
PackPunk
07-28-2009, 03:24 PM
here is the keycode:
KEY_0 0 = 0x00
KEY_1 1 = 0x01
KEY_2 2 = 0x02
KEY_3 3 = 0x03
KEY_4 4 = 0x04
KEY_5 5 = 0x05
KEY_6 6 = 0x06
KEY_7 7 = 0x07
KEY_8 8 = 0x08
KEY_9 9 = 0x09
KEY_STAR 10 = 0x0A
KEY_POUND 11 = 0x0B
KEY_LSOFT 14 = 0x0E
KEY_RSOFT 15 = 0x0F
KEY_MENU 20 = 0x14
KEY_RED 17 = 0x11
KEY_GREEN 18 = 0x12
KEY_SMART 21 = 0x15
KEY_VOLUP 23 = 0x17
KEY_VOLDOWN 24 = 0x18
KEY_UP 44 = 0x2C
KEY_DOWN 45 = 0x2D
KEY_LEFT 46 = 0x2E
KEY_RIGHT 47 = 0x2F
KEY_CENTER 61 = 0x3D
KEY_CAM 63 = 0x3F
KEY_HANDSFREE 51 = 0x33
KEY_VOICE 43 = 0x2B
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.