hi,
I encountered a panic 'FIELDS 18", Who can help to tell the reason and discription of this panic?
thank you very much!
Type: Posts; User: JackSu; Keyword(s):
hi,
I encountered a panic 'FIELDS 18", Who can help to tell the reason and discription of this panic?
thank you very much!
hi,
We zip a folder which includes a bunch of files. How can we unzip the folder programmatically in symbian program?
thanks
hi,
Does app have capability to read/write files in \resource\apps?
thanks
hi,
If we know message id, can we open it using system native message view appliaction?
thanks
hi,
In my application, I use CImageDecoder to convert a bunch of PNG files to CFBsbitmap.
A very weird thing is:
1. When I restart device(N95), and run the application for first time, the image...
No, I didn't install OpenC plugin. The fp1 SDK includes libc.lib by default. But there is no epoc32\include\stdapis folder in SDK.
thanks you very much.
but why the lib file "libc.lib" can be found in s60 3rd pf1 SDK?
hi,
I'm confused with standard c and c++ library in symbian.
1. Which lib should I link if I need use standard c/c++ code in symbian project? estlib.lib or libc.lib?
2. which header file should I...
hi,
under my experiment result, some system popups share the same task uid(0x10207218) which mean those popups belong to the same task. Those popups consist of new message notice popup, tasklist...
hi, chenziteng
On N95, every call of SetUnread(ETrue) will invoke native new message notice for one time.
On N96, your solution is feasible
hi,
do you mean call SetUnread(EFalse) and SetUnread(ETrue) continuously? like below:
entry.SetUnread(EFalse);
serverEntry->ChangeL( entry );
entry.SetUnread(ETrue);
serverEntry->ChangeL(...
HI, chenziteng,
1. Your method to remove missed call notice is feasible and has been verified on N95 and N96. Thanks. Previously, I didn't notice the set method is one-shot.
2. Regarding new...
I've tried, but the result shows that all system popup seems share the same task uid.
thank you chenziteng, but your method doesn't work on N96
hi,
When there is a missed call or new mesage, system will show notice dialog in standy screen. I want to remove them or disable them. Anybody can help?
thanks
hi,
while input method is Chinese, when you input some character, the word selection dialog is shown.
Is it possible to know wether word selection dialog is shown or not?
thanks
It works. thanks
1. just call CTelephony::NotifyChange() again to coninue register incoming cal event
2. yes. no matter the ui application is foreground or not, native imcoming call notice dialog will emerge.
hi,
I want to implement the blacklist function in s60 3rd.
In my program, i use CTelephony::NotifyChange() to register CTelephony::EVoiceLineStatusChange event.
when CTelephony::EStatusRinging...
hi,
suppose we have a string "abcdefg", we want to insert the string into an editor(edwin or richtexteditor) as an object, so the editor can treat the string as a whole. Then user can use "C" key to...
hi,
I want to know if it is possible to specify the installation path in jad. And how if it is possible.
thanks
想要利用BTCOMM实现手机与pc间的通信。
初始化的工作基本上就参考wiki上的例子http://wiki.forum.nokia.com/index.php/BTCOMM_serial_communication.
但是在执行RComm::Write()以后,活动对象的RunL()里面iStatus总是KErrNotFound.
不知道是什么东东没找到,是port?还是什么啊?...
hi,
I want to use BTCOMM to communicate with PC.
I init RComm successfully as below
_LIT(CSYMOD2, "BTCOMM");
_LIT(KBTPort1, "BTCOMM::");
TInt ret =...
利用focusIndex变量完成相关操作。例如:
if(aKeyEvent.iCode == EKeyDownArrow)
{
if(ComponentControl(focusIndex)->OfferKeyEventL(aKeyEvent,aType) == EKeyWasNotConsumed)...
在container中调用
iCommandObserver->ProcessCommandL()
在view中实现ProcessCommandL()方法,在该方法中调用handlCommandL()