PDA

View Full Version : the phone stuck with these menu's i've created



ema2000
02-02-2005, 12:48 AM
pls anyone tell me is there's a problem with this menu's
when i try to enter the phone get's stuck :(

# Own number
@item title=text/own_number flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=arg/own_number


# Sec code
@item title=text/default_seccode flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=default_seccode

# Missed Call alert
@item title=text/missedcall/missed_call action=0x3e msg=0x387
@menu dispmode=0xC0
@header action=0xd flags=0x1

# On
@item title=text/missedcall/on flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/on

# Off
@item title=text/missedcall/off flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/off

# Missed Call timeout
@item title=text/missedcall/timeout action=0x3e msg=0x387
@menu dispmode=0xC0
@header action=0xd flags=0x1

# 5
@item title=text/missedcall/timeout/5 flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/timeout/5

# 20
@item title=text/missedcall/timeout/20 flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/timeout/20

# 60
@item title=text/missedcall/timeout/60 flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/timeout/60

# 120
@item title=text/missedcall/timeout/120 flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/timeout/120

# 300
@item title=text/missedcall/timeout/300 flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/timeout/300

# 600
@item title=text/missedcall/timeout/600 flag2=0x52 flag3=0x400 func=0x5E0 confmode=arg confid=missedcall/timeout/600

# Missed Call timeout
@end

# Missed Call alert
@end

plz what's wrong

dvirus666
02-02-2005, 10:47 AM
try this..

# Own number
@item title="Own number" flag2=0x52 flag3=0x400 func=0x5E0 arg=own_number

do this to all of them and try..

ema2000
02-02-2005, 06:42 PM
try this..

# Own number
@item title="Own number" flag2=0x52 flag3=0x400 func=0x5E0 arg=own_number

do this to all of them and try..


here is what i've got


# Processing: write_main_menu.nrx THE_END
Processing menu file: C:\Nokix\example\menu_full.txt
######## 600: Bad value (own_number) for field ARG!
######## 604: Bad value (default_seccode) for field ARG!
######## 612: Bad value (missedcall/on) for field ARG!
######## 615: Bad value (missedcall/off) for field ARG!
######## 623: Bad value (missedcall/timeout/5) for field ARG!
######## 626: Bad value (missedcall/timeout/20) for field ARG!
######## 629: Bad value (missedcall/timeout/60) for field ARG!
######## 632: Bad value (missedcall/timeout/120) for field ARG!
######## 635: Bad value (missedcall/timeout/300) for field ARG!
######## 638: Bad value (missedcall/timeout/600) for field ARG!

:(

szczuru
03-02-2005, 09:52 AM
Try This:


# Own number
@item stitle="Own number" flag2=0x52 flag3=0x400 func=0x5E0 arg=own_number

# Missed Calls
@item stitle="Missed Call" flag2=0x52 flag3=0x400 func=0x5E0 arg=missedcall

# Default SC
@item stitle="Def. SC" flag2=0x52 flag3=0x400 func=0x5E0 arg=default_seccode

In My Project This Menu Works

bagiet
04-02-2005, 12:41 PM
BTW how to create a menu for net monitor with animation (on nokia 3310 v6.33 or v6.39)?

# Net Monitor
@item title=10 gfx=0xE2 anim=??? flag2=0x52 flag3=0x400 func=0x5E0 arg=0x30

spaceimpact33
04-02-2005, 01:05 PM
@bagiet,

You could edit one of the un-used animations (2nd & 3rd start up animations) in flsedit then use its animation id for the menu.
just an idea.

Regards,
Spaceimpact33

ema2000
04-02-2005, 11:01 PM
Try This:


# Own number
@item stitle="Own number" flag2=0x52 flag3=0x400 func=0x5E0 arg=own_number

# Missed Calls
@item stitle="Missed Call" flag2=0x52 flag3=0x400 func=0x5E0 arg=missedcall

# Default SC
@item stitle="Def. SC" flag2=0x52 flag3=0x400 func=0x5E0 arg=default_seccode

In My Project This Menu Works

thx man it works now i guess the problem was in ppm strings or any , anyway thank u guyz dvirus666 , szczuru :) for help