PDA

View Full Version : Making menu's in g3n0lite2



da outcast
16-02-2004, 09:12 AM
I have read the tutorial for making menus for controling rhytmic http://www.geocities.com/smarkenshin/tutorial3.htm

the menu structure comes out fine but when you go into the menu there is no menu text. then in the sub menu it has funny graphics and no text but the fucntions still work.

how do i fix this??

this is the menu structure taken out of g3n0lite

[0x0032F608] [0x00000000] [0x00334578] (0x0175) (0x0387) (0x0000) (0x003E) (0x0000) (0x0024) Extra
[0x00334584] (0x01) (0xC0) (0x0101) [0x00000000]
# --------------
[0x00000000] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E)
[0x00330A68] [0x00000000] [0x003345AC] (0x0175) (0x0387) (0x0000) (0x003E) (0x0000) (0x0024) Rhytmic LEDs
[0x003345B8] (0x02) (0xC0) (0x0101) [0x00000000]
# --------------
[0x00000000] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E)
[0x00331F04] [0x00000000] [0x000000BA] (0x0175) (0x05E0) (0x0000) (0x003E) (0x2800) (0x0024) off
[0x00331F0E] [0x00000000] [0x000000BB] (0x0175) (0x05E0) (0x0000) (0x003E) (0x1300) (0x0024) on
# --------------
# --------------

Thanks

danwood76
16-02-2004, 11:42 AM
I have read the tutorial for making menus for controling rhytmic http://www.geocities.com/smarkenshin/tutorial3.htm

the menu structure comes out fine but when you go into the menu there is no menu text. then in the sub menu it has funny graphics and no text but the fucntions still work.

how do i fix this??

this is the menu structure taken out of g3n0lite

[0x0032F608] [0x00000000] [0x00334578] (0x0175) (0x0387) (0x0000) (0x003E) (0x0000) (0x0024) Extra
[0x00334584] (0x01) (0xC0) (0x0101) [0x00000000]
# --------------
[0x00000000] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E)
[0x00330A68] [0x00000000] [0x003345AC] (0x0175) (0x0387) (0x0000) (0x003E) (0x0000) (0x0024) Rhytmic LEDs
[0x003345B8] (0x02) (0xC0) (0x0101) [0x00000000]
# --------------
[0x00000000] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E)
[0x00331F04] [0x00000000] [0x000000BA] (0x0175) (0x05E0) (0x0000) (0x003E) (0x2800) (0x0024) off
[0x00331F0E] [0x00000000] [0x000000BB] (0x0175) (0x05E0) (0x0000) (0x003E) (0x1300) (0x0024) on
# --------------
# --------------

Thanks

Try changing this line (both of these):
[0x00000000] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E)

for this

[0x00000000] [0x00000000] [0x00000000] (0x0175) (0x00DC) (0x0000) (0x0013) (0x0100) (0x0024)

Its probably because you're trying to call up an animation ID and picture on the header lines of your submenus

Also try changing this:
[0x003345B8] (0x02) (0xC0) (0x0101) [0x00000000]

For a value like (0xFFFF)

regards,
Danny

sk3done
16-02-2004, 03:39 PM
Try changing this line (both of these):
[0x00000000] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E)

for this

[0x00000000] [0x00000000] [0x00000000] (0x0175) (0x00DC) (0x0000) (0x0013) (0x0100) (0x0024)

Its probably because you're trying to call up an animation ID and picture on the header lines of your submenus

Also try changing this:
[0x003345B8] (0x02) (0xC0) (0x0101) [0x00000000]

For a value like (0xFFFF)

regards,
Danny

nope i know what u mean mate i followed that guide as well the problem is
(0x0175) it needs to be (0x0179) then it will be fine tested and now working on my phone

da outcast
16-02-2004, 04:19 PM
Cool thanks for the help i will try that as soon as i get my computer workin again (little brother fucked it up)