please, anyone reply me :mad:
Type: Posts; User: Nourayn; Keyword(s):
please, anyone reply me :mad:
Hello everyone,
I'm a beginner and I have a problem that I want to apply OMA DRM 1.0 Separate delivery to a SIS file but I'm confused with nokia tutorials espicially server and download issues
...
I've used that link for set image to the editor background,
http://wiki.forum.nokia.com/index.ph...RichTextEditor
and the editor background appeared as default mobile skin ,
so how to modify...
I've used that link for set image to the editor background,
http://wiki.forum.nokia.com/index.php/How_to_insert_an_image_into_a_skin_aware_CEikRichTextEditor
and the editor background appeared as...
my probelm is solved , but i need to draw lines over the grid,to be as calendar grid
I've used gc.drawline into Draw fn but the line doesn't appear,
any one know how to draw over grid??
okay if I want to add background to my grid ,
I've used Drawing skins in container but could not replace the skin by the image which I want ,
and I'm trying to darw my bitmap into draw function but...
you are right mayankkedia , and I solve this problem ...
but I want to use CEikCalendar or CEikDateEditor classes to build Monthly Calender Grid,
I searched in nokia forum a lot but no one had...
I have same problem as somnathbanik :(
, I've used code which snipped in wiki
http://wiki.forum.nokia.com/index.php/Grid_example
but I faced panic code AVKON 0, and I'm trying to build grid...
Hi
I want to stretch images to be compatible with any device screen resolution , using that code
CGraphicsContext &=SystemGc();;
amp.DrawBitmap(aRect,bitmap1);
the application...
Yesssss , now I can draw over any image :D
thanks wizard so so much for your help , I appreciate it..
thank u alot.
it now draws over image1.
but what about the other contained controls?
after returning 0 from CountComponentControls(), only image1 appears, I have other controls.
really...
I have a class that uses CImageDecoder to convert the JPG and return a bitmap object asynchronously and then use this bitmap object to set the background image of my container.
The problem is that...
gc is object from CWindowGc, which allocated in Draw function ...
gc is object from CWindowGc, which allocated in Draw function ...
gc is object from CWindowGc, which allocated in Draw function ...
Okay wizard...
I've used your code but it appear to a sec then the image drawn over it ,
the point is what I mentioned in post no. 14 in this topic the , I mean converting the jpg image to bmp
...
I discovered that the ellipse is drawn behind the image because it appear to a sec then the image is drawn , and when i removed the image i saw it ?
Hi, it may be so late :$
but I converted the jpg image to bitmap using Image_Reader
using this code :
in constructor :
TBuf<50> name1;
name1.Append(_L("C:\\Data\\Others\\pics\\n.jpg"));...
the problem while adding element to the array
MyArray->AppendL(_L("1\tMytext"));
// aIcon->ResizeL(10);
when I comment it evry thing is ok ,and the emulator panic is "avkon0", can you...
no any one Know ???
Now I have another problem , when I run the code it is work fine and the grid container has no data , and while I added element to the grid by appending it to array in GetArrayL function the emulator...
it is working now
thank you very much skumar , Really I appreciate it :)
undefined identifier CAknGrid* iMyGrid;
Hi All
I have problem with including avkon.lib
I've used Grid code which snipped from this link :
http://wiki.forum.nokia.com/index.php/Grid_example
and I included #include <avkon.rh> in the...
is that mean I can't add any font except that present in device ??
because I used the code in that link http://wiki.forum.nokia.com/index.php/Custom_font
and i'm not get the needed font ,
can...