View Full Version : Slide show in main menu
silvamichael
28-11-2002, 05:27 PM
did anyone tried calling the slide show using the main menu (adding another option)? can you post the line you used?
thanks in advance!!!! ;)
cyclo
29-11-2002, 12:32 AM
Try searching the forum. This has been answered before...
silvamichael
29-11-2002, 05:47 AM
i've searched the whole forum regarding this topic, i only found the menu structure (sequence) for editing ang adding menus. the joox posted a code schema but when i tried doing it, it has no effect....
typedef struct menu_entry
{
text *menu_text;
text *menu_desc;
void *reference; // message parameter
_u16 reference_type; // message id
_u16 unknown;
_u16 unknown;
_u16 unknown;
_u16 graphic_id;
}
i doubt that it is the message id... when i tried to change it, nothing happens...
on the other hand when i tried changing the message parameter without changing the id... it does something when it flashed it....
I changed it to "0x0000b64" but when I tried to call the function the "erase phone book entry" is the one that was been called....
what exactly is the hex address for the "sim clock function" really is....
guys.... help!!!!
;)
Powered by vBulletin® Version 4.2.0 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.