Hi,
I'm working on a simple mime-handler application for
series 60. the application is a default viewer for text
files.
if a text file is selected from the messaging
application or file...
Type: Posts; User: akermen; Keyword(s):
Hi,
I'm working on a simple mime-handler application for
series 60. the application is a default viewer for text
files.
if a text file is selected from the messaging
application or file...
'lines' variable must be added to the edwin resource definition:
-----------------------------------------------------
flags = EEikEdwinAllowUndo;
width = 0;
lines = 2;...
I've created a CEikEdwin editor in a container (CCoeControl) just as shown
in the SDK editor sample. the editor works perfectly. only line-feed character
in special character table seems to be not...
I'm using two CPeriodic objects with different interval values within same thread.
but it seems that both objects call callback functions at the same time or
one of them dies.
any idea about...