this is in the container class by the way. "iAppUi" is a pointer to the view class..
Type: Posts; User: misfit.physics; Keyword(s):
this is in the container class by the way. "iAppUi" is a pointer to the view class..
i tried your suggestion, it has an access violation something in the cba declaration line. And i cant understand why. I'm just trying to make a pop-up menu and change the softkey labels....out of...
any idea why some tabs will not show during operation? (in my case there are 3 tabs in one screen, but in 1/20 trials, the tabs are lost...though i can stil switch to their respective screen.
...
find the buttons = R_AVKON_SOFTKEYS_OPTIONS_EXIT in your rss file and replace it with R_AVKON_SOFTKEYS_OK_CANCEL.
same here..i need to replace this with my own table but:
1) i dont know how to make a symbol table.
2) i cant find the implementation for this default.
you need to add softkeys_resource somewhere....
softkeys_resource = r_cba_stop_snooze;
well i guess nobody has ever tried to attempt this one...
since it has not been documented in the forum yet and no one's reacting.
anyhow, i hope ill find the answer soon whether on my own or...
thanks. it works now.
however, there is a side effect.
if the 'button = R_AVKON_SOFTKEYS_OK_CANCEL' is used, when the setting text editor is empty[null], the SK1(OK) will not display(which is...
that is basically my problem, i want to use this
CBA_BUTTON
{
id = EAknSoftkeyCancel;
txt = STR_FPIPMSSettingsView_40;
}
so that no matter what the language is, it will always display...
wer? any link? im having trouble changing the language ug text editor setting item.
any news on this one?
the label 'Cancel' on SK2 changes when the phone language is changed.
i want to stick it to English "Cancel" no matter what the language used...i tried to add it to:
RESOURCE CBA...
any news on this?
i cant seem to get the duplicate bitmap you mentioned. its a bmp and a mask in sequence..
the logo.bmp is there as well.
questions:
1) i wonder which file the compiler is complaining about the...
hi mitts, it seems your the only one interested in my problem.
thanks for your guidance..
actually, this line:
<i> "AIF IPMS.aif ..\aif IPMSaif.rss c4,1 context_pane_icon.bmp...
fortunately it does exist in the ..\aif directory;
below is my .mmp file followed by mbmdef file just in case i miss something, please point it to me.
thanks...
-----------
/*&...
hello,
this is as far as ive gone using ur suggestion.
would any1 help me understand this log?
--------------------------
Command Lines Creating temporary file...
hello all,
i need to compile, build and generate sis from a project that was built on carbide c++ developers edition. i am generating a lot of errors. (example is java.util.EmptyStackException)
...
hi all...does this work on s60 8.0a fp2?
im trying to get imsi or msisdn for a n6680 unit..
thanks..
can somebody give a simple way to use it?
like:
1) is this how to use it?
"this is a string KNewline and another string"
2) string1 = "this is a string"
string 2 = "and another...
hi,
i met this same problem now..and i thot some1 might have found the answer...my setting title is too long for one line("this is my setting title"). it will be converted to "this is my ..." .
i...
same here...
any1?
hi,
any update to this..
im trying to find out wahts wrong with my app.
it runs on an emulator but will exit when started on device...
has any1 figured this out? same problem here...app file is not generated because i have an empty .mmp (OT)
well, somehow the mmp file was accidentally deleted...then when update mmp file is...
by the way, my code is now compiling but i got a panic...the app will close immediately..i wonder when will you call stoptimer()?