Hi,
I'm using CEikrichtexteditor in N97 SDK as available at http://www.forum.nokia.com/info/sw.nokia.com/id/9393d23f-3b2d-48e9-a210-30fce3dd5af0/S60_Platform_Rich_Text_Editor_Example.html
...
Type: Posts; User: astarter; Keyword(s):
Hi,
I'm using CEikrichtexteditor in N97 SDK as available at http://www.forum.nokia.com/info/sw.nokia.com/id/9393d23f-3b2d-48e9-a210-30fce3dd5af0/S60_Platform_Rich_Text_Editor_Example.html
...
Thanks folks for you help.
Hi,
I'm not sure whether this is right forum to ask this question but i'm looking for lang code for Traditional Chinese for both mmp and pkg file.
Could not find it in Tlanguage structure....
Hi,
I'm trying to set scrollbar for CEikRichTextEditor using the following code
iScrollBarFrame = iEditor->CreateScrollBarFrameL(); ...
I'm using this snippet of code to extract system time.
TBuf<20>testTimeStr;
TTime testTime;
testTime.HomeTime();
HBufC * tempBuf = NULL;
buf =...
Thanks chenziteng for you reply. But I also observed that it is not even called when CEikMenu(normal menu which comes when you click options) is opened or closed. So, I was just wondering when...
Hi,
I've CCoeControl derived class where I'm creating CAknStylusPopupMenu object. For this, I had to implement MEikMenuObserver Interface. There is a pure virtual function SetEmphasis in that...
Hi,
I want to enforce default input langauge as english for an edwin control but i want to do specify it in resource file only. From source file, I know a way by which this can be done:...
Hi,
I want to pass a HBufC* to a function whose argument expects TDes&.
Let's say the function signatur is Foo(TDes & text, <other parameters>)
I'm doing like this:
HBufC* buf =...
I'm creating a custom listbox in N97 where i'm drawing listbox item in CColumnListBoxItemDrawer::DrawItemText. I want to show the latched state when listbox item is tapped. Can someone point me to...
To be precise, this is the error, I'm hitting when I do bldmake bldfiles:
warning: "C:\S60\devices\Nokia_N97_SDK_v1.0\epoc32\tools\GCCEV6.bsf" Invalid BSF
specification - customization...
I tried the same thing with 3rd Ed FP2, it worked for me then as far as i remember. Dont know what is happening wrong this time?
Can someone please comment?
Hi,
I have N97 SDK installed on one machine. Unfortunately, I lost the setup files for the same and now want to install it on my other machine. With pathetic network condition in my area, I'm...
I'm still unable to find make file. can you please exactly tell the location and name of file?
Thanks skumar, i really appreciate your quick replies.
I'm not being able to locate the makefile which is created intermediately. At which location, makefile is created? When it is created?...
When you say that it can be done by writing script on my own, what exactly the script is supposed to do?
Before calling abld build, go and change mmp as per the need?
Can't we specify some MACRO...
Thanks skumar for your prompt reply. But if i define it in mmp file, i'll have to define/undefine it in mmp file before I build the project. I dont want that behavior.
I want that from command...
Hi,
How to define a MACRO while building in symbian. Basically, my code would be something like this:
#ifdef TESTMACRO
<some code here>
#endif