Hi All, I am wondering how can i retain the usage/data files of my application user who wants to re-install my application. Currently re-installing the application overwriting the data/usage files...
Type: Posts; User: kalinga_ray; Keyword(s):
Hi All, I am wondering how can i retain the usage/data files of my application user who wants to re-install my application. Currently re-installing the application overwriting the data/usage files...
Hi,
Is there a dedicated forum for N9 Harmattan SDK related discussion.
Where can we discuss problem facing while using N9 Harmattan SDK.
...
Hi all,
Any one knows How to extract T9 user dictionary words (custom words) programatically.
I did not find any such api available in pticore/engine.
can i read it as file read...
I am facing same problem.Please share your findings.
thanks,
Kalinga
I found the solution!!
It happens if you try to link .libs those are built with different "new" than your current one.
Try commenting some LIBS in .pro file.
Hi Aditya,
I am facing same problem.Could you plz tell me the solution for that.
Thanks,
Kalinga
Can you tell your SDK and Qt details.
Also paste the real error it shows.What ever you have copied are file names and location.
thanks,
Kalinga
Hi All,
After few try, i add the following to my .pro file
# Defines plugin stub file into Symbian .pkg package
pluginDep.sources = InputContext.dll
pluginDep.path =...
Thanks treinio for your input,
But i am still wondering!!! I am not sure how much credible, your source of information is, do you have any link or press release or some thing like that related...
Thanks a lot treinio,
As you point out Qt makes use of whatever FEP (CCoeEnv::Static()->Fep()) there's currently installed in the system. I need to process all the key events(multi tap key ) before...
Hi All,
I am facing a problem while creating a third party Fep application in Qt for Symbian.
As you all know, for third party Fep we have to derive it from CCoeFep.This is the abstract base class...
HI All,
Anyone faced such problem please share your experience.
thanks,
kalinga
Ideally, if I create a plug-in where it should it get stored.
I can see that my InputContext.dll and InputContext.lib both are stored in...
Thanks danhicksbyron,
I am facing a problem as follows.
I created a plug in for InputContext as follows
class InputPlugin : public QInputContextPlugin
QInputContext *InputPlugin::create(const...
Hi,I am trying to create a plug-in using Qt.
Currently testing on S60 3rdEd Emulator.
I was looking at some examples given in assistant.
target.path =...
In your first post i can see only this..
How come "我调用了啊" It means :
you had called the function "iSocket.Ioctl( KIoctlReadMessageSucceeded,iStatus, &iPckgBuf, KSolSmsProv);"
Seems to be...
Thanks wizard_hu_ and Symbian_Neil.
So the concluded better approach would be.
(i) Take a back up of your "Epoc32" while installing a SDK
(ii) Remember or list down what are the plug-ins or...
Hi,
I am not able to find what is the post about?
Most of the text is in "我调用了啊。" square characters.
kalinga
Hi All,After days of home work i found following.
Share your findings and thought.
Currently Input Context provided by Qt has support for SymbianS60, Mac, Windows and Maemo(X11 based).In future...
Thanks Neil R.Bhasme for your reply,
The method you suggested wont work for all user installed application in a single shot. You have know all the application name and do a manually search and...
Hi All,
I am using S60 3rdEd FP2 SDK.
After i tried various dummy examples my installation Folder on emulator has lots of entries.
Is there any cleaner approach to remove all application in a...
Hi hinyunsin,
I tried same example on 3Ed FP2 it compiled fine and application getting launched on emulator.Just check whether you are able to compile any other Qt project on that SDK or not.
...
A front end processor (FEP) is a program or operating system component that allows computer users to enter complex characters and symbols (such as Japanese, Chinese, Tibetan and Korean characters),...
Re-phrasing the title according to Divanov.
Someone there to answer this, please.
Hi All,
Can some enlighten How Front End processor mechanism works in Qt and Maemo.
In Symbian we have CAknFep(default fep) as a Ecom Plug-in architecture.
CCoeFep is there which serves as base...