i have solved it.
just remove the aGc.Clear(); in DrawArrayOperator() function. :)
Rx-lee
Type: Posts; User: Rx-lee; Keyword(s):
i have solved it.
just remove the aGc.Clear(); in DrawArrayOperator() function. :)
Rx-lee
thx wizard,
but i'm using n9300. and after double buffering, it still flicks.
here is my code with offscreenbitmap:
void CBEJView::DrawArrayOperator(CWindowGc& aGc) const
{
aGc.Clear();...
hi there,
i'm developing an application which draw a list using drawtext (low level approach). when i scroll the list, the screen flicks on s80 (works on s60).
below is the code. any clue?
...
have you solved it?
i am facing the same problem on getting network operator name.
regards,
Rx-lee
i have tried on the real device.
on GetNetworkInfo1() and GetNetworkInfo2(), it returns blank (same with emulator).
on GetNetworkInfo3(), my phone freeze (on emulator it returs blank).
the...
hi there...
i have a problem in detecting network operator name. i am using symbian \7.0s\S80_DP2_0_SDK
on GetNetworkInfo1() and GetNetworkInfo2(), it returns blank
on GetNetworkInfo3(), my app...
hi there...
i have a problem in detecting network operator name. i am using symbian \7.0s\S80_DP2_0_SDK
i have used both NetworkApp from vasant and my own codes (which i think is not too much...
solve it,
adding this line
iInputName->UpdateAllFieldsL();
regards,
Rx-lee
hi wizard_hu_
nope, it cannot.
it gives the following error
error C2664: 'SetTextL' : cannot convert parameter 1 from 'const class TLitC<1>' to 'const class TDesC16 *'
i did this code. with...
hi there,
i'm using symbian 7.0s\S80_DP2_0_SDK.
How to empty the content of CEikGlobalTextEditor?
i have use this way:
TBuf<20> temp;
temp.Zero();
to heuven,
u can send again, by disconnecting the connection first and start to connect and write the data again.
or as said by vin2ktalks by using 2 AO's
-Rxlee
hi there, how to disable a hotkey in symbian s80.
when a menu is dimmed, the hotkey still can be use.
PS: sorry, don't know where to post it.
TIA,
Rx-lee
hi k e k s,
regarding your question below, how is it? have you done that? i have the same problem as yours.
thanks
Rx-lee
hi there,
i have problem when load multiple images using only one variable CFbsBitmap as temporary before append it to array. the problem is solved when using multiple CFbsBitmap variables, but i...
hi boumitran,
thx for the reply.
i use sdk s60 v1.0 and there is no class such as CImageDecoder. what i'm trying to do is to load multiple files and convert it to CFbsBitmap.
below some part...
hi pmilani,
i have the same problem as yours. how to load multiple images synchronously.
can u post me snippet or ur codes?
email: rx_8888@yahoo.com
Thanks in advance,
Ronald
hi indianstud2k2,
i have problem loading multiple images also.
can u post me ur codes?
my email: rx_8888@yahoo.com
thanks in advance,
Ronald
hi there,
i want to load multiple image using CMdaImageDescToBitmapUtility. the problem is that it is an asyncronous process.
i have an array of path (iArrayFileList). each path consist of one...
hi there,
i just installed codewarrior3.1 and symbian sdk 3rd editon. after read some tutorial "S60_2nd_3rd_Ed_Differences_in_Features_v1_3_en.pdf",
1. i still confuse on this line: "S60 3rd...
hi billbonney,
thx for ur advice.
the problem is in the connection of the network. when i change the card (gsm sim card), it all works well.
Rx-
hi,
Has anyone ever tried on N70 (Symbian OS 8.1a)?
plus code would be better ^^
Regards,
Rx-
update:
when i send it using
1. outLine->Des().Copy(_L8("POST http://111.222.333.444:8080/symbian...dler_upload.php HTTP/1.1\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length:...
hi there,
i have a problem on http post.
here is my codes:
void CSocketsEngine::SendL()
{
RFs fs;
RFile exfile;
TInt err,len;
thanks for the answer,
i've done it using callback function <- almost the same idea with active object.
Rx-lee
hi there,
i create an app that load a file, when loading the file, i need to show the progress. my problem is that all the resouce is being used so i cant do anything else.
to show the progress,...