Dear Sir.
I want to create a Label in container view dynamically. I am using Ceiklabel class for same but its not draw on container.
Please see my code below-
void...
Type: Posts; User: satish1985; Keyword(s):
Dear Sir.
I want to create a Label in container view dynamically. I am using Ceiklabel class for same but its not draw on container.
Please see my code below-
void...
Dear Sir,
thanx for reply...
I have a container view in which i draw a background image with the help of bitblt method.
In main screen having 3 other image on different coordinate & a custom...
Dear Sir/mam,
Please suggest how to add calender at the top of the listbox.
My requirement to add calender format like Date & time at the top of the listbox for selecting date from month.
all...
Dear Sir,
my requirement to design focus behind the control in container view. Now i am able to create control & handle that control with the help of up/down key.
I have a container view & in...
Dear Sir/mam,
My Requirement is to create dynamic listbox (singleNumberStyle) programmatic. I refer the thread like http://www.developer.nokia.com/Community/Wiki/How_to_create_a_simple_listbox ...
Dear Sir,
My requirement is to split container view in 3 part like upper, middle & lower part. I want to handle focus on each pat on the basis of up/down key. when ever focus is set then with the...
Hi mam,
I am able to handle left/right & top/bottom key but my problem is to Handle enter key or middle key of sdk fp2 .
Please suggesr how to redirect another page when the key event is Enter or...
Dear Sir,
Thanx for reply!!!
Now, I am able to create list box in container view & draw its at custom coordinate.
Now i want to handle that list box with the help of up/down key means when we...
Dear Sir,
My requirement to create a list view on container view screen( in specific coordinate) in which we want to display array item.
firstly suggest can any control in s60 for creating...
Dear Sir,
thanx for reply!
I have been used below link in s60 fp2 its changes the back ground of status pane, navi pane & control pane separately.
But my requirement is to set same image in full...
Dear Sir,
I am working in s60 sdk. I have container view. I want to add an back ground skin bmp on view. Please suggest how to add back ground skin on container view.
I have been read thread...
Dear Sir,
Please suggest how to create custom focus for Cfbsbitmap image. I am able to create bitmap & draw its on screen. but my problem is how to handle some event with bitmap focus. I am not...
Dear Sir,
I have requirement to access image file from C:\\ data\\image in phone. I am able to install images on phone but not able to get image from that path display its on main screen of the...
Dear Sir,
thanx a lot ...
its working fine after using DrawNow() function.
Regards,
Satish
Dear Mam,
Thanx for reply!!!
but still same problem. I have using this code & testing both device & emulator but not changing the text of label control.
Please suggest from where i change so...
Dear Sir,
My requirement is to handle key up/ down & left/right in s60 sdk. I have a label control & i want to set the text of that label by left/right & up/down key.Please see my code below-
...
Dear Sir,
I am able to create bitmap on screen of container view with the help of Draw method .
CWindowGc& gc1 = SystemGc();
TInt width= aRect.Width();
TInt height= aRect.Height();
...
Dear Sir,
I am new in ui designing in s60. My requirement is to develop custom control to display picture on it from array.
I am not able to create custom control for this please suggest basics...
Dear Sir,
My requirement to handle key event for keyboard left ,right , top & bottom key. I am able to find the icode for that key.
but my problem to handle Image like set next image if right...
Dear Sir,
Please suggest in which folder i find .mbm resource file. I am little bit confuse.
As per my knowledge In .bld.inf -> mmp ->image-> imageconvert.mbm & adding some bmp file from gfx...
Dear Wizard sir,
I have been seen in my console view & find that its cause of "Invalid bitmap mode specified." please see below error code
BMCONV version 112.
Compiling...
Multiple bitmap...
Dear Sir,
Thanx for reply!
My problem is when ever we want to add some other bmp image in *.mbm resource. this gives below error.
when ever i remove that bmp all error remove.
please suggest...
Dear Sir,
Please suggest how to add other bmp format image in ceikImage control. when ever i want to add other image of same size its give resource error like-
Creation...
Dear Sir,
I have a container view which is containing 4 image & each image is set by a picture.
My task is to setfocus of each image which the help of offerkeyEvenL method. I have been handled...
Dear Sir,
I have been create a class for custom controls creation. but custom control is not display on containerview.
Please see my code below-
CMycontrol::CMycontrol()
{
// No...