Thanks for your attention towards my query..
Do you mean below block of code?
CParaFormat* paraFormat=CParaFormat::NewLC();
TParaFormatMask paraFormatMask;
paraFormat->iFillColor = KRgbBlue;...
Type: Posts; User: rohit.shah; Keyword(s):
Thanks for your attention towards my query..
Do you mean below block of code?
CParaFormat* paraFormat=CParaFormat::NewLC();
TParaFormatMask paraFormatMask;
paraFormat->iFillColor = KRgbBlue;...
No body can guide me on forum?? or no body knows it..? Please put comments...
Symbian experts..Please help me I am still not able to change background color of global text editor....I have gone through all the help provided in below mentioned threads but everything is in...
I have used RCall to test outgoing call with CUG enabled SIM.
But still unable to make outgoing call, as well as i make out going call, call gets terminated & "unknown closed user group" pop-up...
Hi,
I am having the same problem with CTelephony, my application can make Out going call very well if normal SIM card(CUG disabled) is inserted. But my application can not make outgoing calls if...
yes you are correct I want to set priority...
In listbox Options (Left Softkey), I will have Move menu, once Move Option will be selected, item focused in listbox should move in listbox using...
I am having one listbox in my application, I am having fixed number of items inside say Item1 to Item10 arranged in sequence.
Now I want to move or change position of item10 (which is focused) at...
Kamalakshan,
I gone through the provided link and it is really very informative. I followed the steps provided there but still not able to see Red background of my editor...
kamalakshan,
Thanks for your kind attention towards my query...I understood your comments...but
I think my query is miss interpreted....
I mean to say I have my application having multi views...
I am surprised with behavior of Symbian application which I also want to implement in my application.
I was standing in Nokia menu->Settings->Call->Call Divert->All Calls->Activate->Enter Number...
I am trying to fill background color of CEikGlobalTextEditor but not at all...I am using 3rd edition FP2
CEikGlobalTextEditor* iGlobalTextEditor;
iGlobalTextEditor = new ( ELeave)...
In my application I have enabled Skin support and also using help provided at this http://symbian.newlc.com/Enable-Skin-support-in-your.html link to draw skin as background in my container.
...
I am developing application in S60 3rd edition FP2.
I have created single line Text grid using instance of CAknGrid and it gets displayed successfully.I am also able to change focus on text grid...
Thanks a lot Wizard....
1) I have done it using help provided but "filename[0]=RProcess().FileName()[0];" statement only converting drive c to C..I mean small cap c to capital C but why it...
Thanks Wizard and Yucca for your kind attention towards my query.
I tried with two options,
1) I have put xx.gif file at epoc32\winscw\c\resource\apps\xx.gif and accessed in application using...
I am using S60 3rd FP2 and want to use GIF file for to have animation on phone.
I have given path using z:\\resource\\apps\\xx.gif this works fine on emulator but once I am going to test the same...
Wizard,
I am wating for your comments and probable solution if any...Please revert me..
Sorry for late reply Wizard...But I was busy with some other work...
I have checked and got that I am getting "CEikonEnv::Static()->AppUiFactory()->MenuBar()" pointer NULL and that's why not able...
Thanks not_dying...It is done...
Thanks Wizard,
I want to place image as backgroud of Label same as that we are changing background color of label....Can we do by deriving class from CEikLabel or somethink like that...are you...
Wizard,
Please reply to my query...I am waiting for your guidance...
I have got the solution.....If any body else have any such issue please refer "C:\S60\devices\S60_3rd_FP2_SDK_v1.1\S60CppExamples\BrCtlSampleApp" example
I want to change left soft key of CAknQueryDialog at run time and to do that I got guide line from forum that, we need to create own class derived from CAknTextQueryDialog and I done the same..Please...
Thanks wizard...
I gone through Wiki and fond great help to change color of the label and text too...but not finding answer to second query that,
how to put bitmap/Image in label along with...
Thanks Wizard for your kind attention to my query..but sad to say that it gives me KERN EXCE 3 panic.
Where to call this?...
Actually I called your suggested function...