PDA

View Full Version : Please help, menu problems.



mekme
07-02-2005, 02:54 PM
I try to get some items in the menu for the new added stuff.
But i get..

# Processing: write_main_menu.nrx THE_END
Strings file: write_main_menu_ppm.txt
Processing menu file: menu_full.txt
######## 43: Bad value (vibra_level) for field DEF!
######## 46: Bad value (vibra_level) for field CONFID!
######## 65: Bad value (mobile_unlocker) for field CONFID!
######## 79: Bad value (calendar) for field CONFID!
######## 93: Bad value (watch) for field CONFID!
Replacing main menu...
Done!

..
I guess it is an different menustructure on a 3210.

Could someone please post how your menustructure looks like on something above..

Like mobile_unlocker or vibra_level.

So i have something to work with.

Best Regards,
Martin

yak
08-02-2005, 10:26 AM
As for watch, calendar and mobile unlocker use simple:

@item def=watch
@item def=calendar
@item def=mobile_unlocker

instead of @item (...) arg=watch.

vibra_level on the other hand uses old system so you have to create items with arg=vibra_level/0 .../1 and so on. you shouldn't use def's and confid's here since def's are not yet supported by vibra_level (will be in next version) and confid's are used to save something in eeprom and vibra state isn't saved there.

mekme
08-02-2005, 11:25 AM
Ah thanks, i think im getting somewhere now.

@item def=watch
@item def=calendar
@item def=mobile_unlocker

i put those in the menu, making the flash np, re-calc the flash, np.
And checked if the menu was in the structure, ok.

But when i applied this in the mobile. The new menu was showed. But it didnt go click on it.

Is there something inside the menu, or is it what i think just a bad link from the "root-menu"

Thanks,
Mekme

mekme
08-02-2005, 12:40 PM
Just what i thought...

The action was wrong.

Thanks again!

portman
15-02-2005, 06:44 AM
Yak

will u please release a menu_full.txt with support for all the thirdparty scripts like spymode, smscounter, keylock clock, missed call etc.

that would be a great help for newbies like me.

thanks

joci2000
15-02-2005, 12:27 PM
Yak

will u please release a menu_full.txt with support for all the thirdparty scripts like spymode, smscounter, keylock clock, missed call etc.

that would be a great help for newbies like me.

thanks
hi
here is one

portman
16-02-2005, 07:21 AM
thanks for the menu structure

i have a problem with the following line in the add_5e0_id.rx script line
tab=tab||d2c(value("5e0_table/"i"/func",,pool)+1,4)||d2c(value("5e0_table/"i"/action",,pool))||d2c(value("5e0_table/"i"/flags",,pool))||d2c(0,2)

it gives bad arithmatic error

any clue please

joci2000
16-02-2005, 04:47 PM
thanks for the menu structure

i have a problem with the following line in the add_5e0_id.rx script line
tab=tab||d2c(value("5e0_table/"i"/func",,pool)+1,4)||d2c(value("5e0_table/"i"/action",,pool))||d2c(value("5e0_table/"i"/flags",,pool))||d2c(0,2)

it gives bad arithmatic error

any clue please

what kind of flash(phone/version) do you use?

portman
17-02-2005, 06:06 AM
it is a 3310. V. 6.33. i think it was connected with a problem in another script. i am looking to find the script that has the bug.

thanks

joci2000
17-02-2005, 09:02 AM
it is a 3310. V. 6.33. i think it was connected with a problem in another script. i am looking to find the script that has the bug.

thanks


ok

i use 6.07 and with it works corretly with all script :)