thanks for quick reply,
I'm using
ECommDbDialogPrefPromptIfWrongMode-prompt user when in wrong mode
Is it wrong OR its for something else[ wrongMode ???] ?
saur
Type: Posts; User: saurbh_g; Keyword(s):
thanks for quick reply,
I'm using
ECommDbDialogPrefPromptIfWrongMode-prompt user when in wrong mode
Is it wrong OR its for something else[ wrongMode ???] ?
saur
we hv one symbian signed app perfectly running on pre 9.3 devices.
One of the feature app have is,
In configuration file, application have predefined access point name. At startup application go...
soln is to use
R_AVKON_STATUS_PANE_LAYOUT_USUAL_MIRRORED
saur
My requirement is to keep status pane look n feel as earlier versions. So I used..
---
sp->SwitchLayoutL( R_AVKON_STATUS_PANE_LAYOUT_USUAL );
isCPVisible = sp->PaneCapabilities( TUid::Uid(...
I see only two resources that can create issue.
1st is iSmsMessage : its getting initialized in RunL. But getting deleted only in destructor.
2nd may be Socket : According to help "If a socket...
ON similar line,
E70 returns 'True' for query in both modes, i.e. landscape n portrait. Actually in lanscape its QWERTY, in other not.
Do I need to hardcode,
if(E70)
{
QWERTY = FALSE;
...
http://discussion.forum.nokia.com/forum/showthread.php?t=126470
Today I tried to run my app on N81 and found that following function return TRUE for N81 device
CFeatureDiscovery::IsFeatureSupportedL(KFeatureIdQwertyInput );
While device dont hv QWERTY. It is...
chk silentSMS on nokia wiki.
saurabh
AFAI Understood, ip for access point must remain same. for example "airtel' access point(ip)is same for all handsets. And on single ip, u can open 'n' numbe of sockets.
saurabh
I hv one bcakground exe that look for specific sms and delete them silently.
'Observe inbox' Soln that I use is suggested by 'forum nokia PRO' and working pefect for N73, N80, 5500 etc.
except...
thanks for reply,
My rquirement is, I want draw list box with/without skin on basis of a boolean, that user can change.
if(useSkin == FALSE)
{
// set listbox skin EFalse
}
else
{
...
As with txt ctrl, it give me option to use skin or not using function
SetSkinBackgroundControlContextL(iSkinBackground);
SetSkinBackgroundControlContextL(NULL);
Similarly I'm looking for...
thanks u both
adding the line "CHARACTER_SET UTF8" in all rss files worked.
saurabh
My app currently supports eng, denish,french,swedish..etc. All languages r working fine. (all files are saved in utf8 )
Now we hv to add support for russian too...
problem is russian comes...
I just started working on UIQ with CARBIDE IDE.
And I'm unable to see value of local vars in debug mode...
is it somewhat problem with settings or ....
saurabh
I hv two language files l01 [eng], l16 [russian].
in l01 I'm using strings of length > 500. compiler shows no error.
in l16 string > 250 shows error "Text length exceeds specified limit of 255"
...
My rquirement is very simple.I want to connct to default Access point.....
CCommsDatabase* commDB = CCommsDatabase::NewL( EDatabaseTypeIAP );
CCommsDbConnectionPrefTableView* commDBView =...
Now I understood behaviour of phone.
Let me chk sis on any other released device. peheps/may be different behaviour is due to difference of released/prototype device... :)
thanks yucca
...
which language you end up getting in N73 :: English
-----
I jut found that
...N73 hv 'suomi' in phone languages. Word 'Finnish' in Finninsh language is 'suomi'. i.e. phone supports 'finnish'....
When I compile my application from command prompt( on code warrior ) OR on Carbide, compiler giving error ...
-------------------------
If dstfile exists and is identical to srcfile then...
My pkg file is this ..
;Language - standard language definitions
&EN,FI,RU
; standard SIS file header
#{"Eng_XXX","Fin_XXX","Rus_XXX"},(0x2000B3B1),2,6,14
[0x101F7961], 0, 0, 0,...
Yucca,
I'm facing same issue.
My application support 3 lngs english, french, german.
I hv 3 devices N80, N73, E62. Settings are :
Phone language : Automatic
Writing language:English
When...
In my application I'm using a lot of vibration feature.
Problem is ...system set 'OFF' vibration on extensive use. It happened even when I used least values i.e.
TInt aDuration =1 , TInt...
I searched forums...but did not found any way to add 208x208 resolution [device 5500]. I visited forum.nokia.com/devices/5500 also for some clue.
nokia support people...Pls give us correct...