PDA

View Full Version : Graphic Menu Problem:help me, please.


OSvaldo
04-23-2003, 17:31
Hello,

I have improved the graph menu without problems... it looks really fines, but I'm not able to find the exact values to control the arrow keys.

The addresses I refer are:

27D51B: FF Ex; ... modify E3 with Ex where x is increment for DOWN Arrow
27D525: FF Ex;... modify E3 with Ex where x is decrement for UP Arrow
27D52F: FF Ex; ... modify E1 with Ex where x is increment for RIGHT Arrow
27D539: FF Ex;... modify E1 with Ex where x is decrement for LEFT Arrow

I have tested differents values but I'm not able to achieve that the cursor moves step by step... with the combinations I have tested, the cursors makes random jumps and in this way, the graph menu is unuseful....

I am using the GFX_menu_by_Vektor (you can see it in the next link:

http://www.calver.cz/luke/

I really will appreciatte your help because I am really very ilusioned with the graph menu...

Thanks in advance for your help.

Best Wishes from Spain,

OSvaldo

zalaros
04-23-2003, 23:17
Very simple :) replace E3 with E4. Leave E1 as it is :)

OSvaldo
04-24-2003, 09:31
:( :( :(

this values do not work....

:( :( :(

The full patch I applyed is: (I only copy you the entry points of the path)
----------------------------------------------------
27D4DC: FFFFFF 3C40DB ;... Organiser
27D4DF: FFFFFF 4C40DB ;... Surf/Fun
27D4E2: FFFFFF 0840DB ;... Message
27D4E5: FFFFFF 620AD9 ;... WriteMessage
27D4E8: FFFFFF 1C40DB ;... Record
27D4EB: FFFFFF 6C40DB ;... Audio
27D4EE: FFFFFF 7C40DB ;... Time/Charge
27D4F1: FFFFFF 8C40DB ;... Divert
27D4F4: FFFFFF 2C40DB ;... Setup
27D4F7: FFFFFF B4E1D8 ;... Java
27D4FA: FFFFFF C4E1D8 ;... MP3Player
27D4FD: FFFFFF 50FBEC ;... Help

;left soft key for Gfx Menu:

3B0368: 54 3C
3B036E: 3C 54
------------------------------------------------


Any ideas????, I ahve tested ALL the numbers in the x values without success.... maybe the patch is not correctly applied?

Thanks for your help...

OSvaldo :(

ValeraVi
04-24-2003, 09:58
download this patch http://www.calver.cz/luke/images/other/Project_Zero_GFXMenu.vkp and apply his - it must work.
P.S. Latest version of V_KLay: http://www.ValeraVi.tk, may be you use old one...

OSvaldo
04-24-2003, 17:09
:D :D :D

Problem Solved!!!!!

Thanks a lot to all the people that have helped me to find how to solve this terrible headache...

The problem was that I have put the .bmp files with the icons in a incorrect order in the flash file.... :(

Just put the correct order and all goes fine....

Thanks again for all your help,

OSvaldo