i find some code from web:
CBufFlat* nOutBuf = CBufFlat::NewL(128);
CBufferManager* nBufferManager = CBufferManager::NewLC(aData,*nOutBuf, 128);
CEZCompressor* compressor =...
Type: Posts; User: csu_nj; Keyword(s):
i find some code from web:
CBufFlat* nOutBuf = CBufFlat::NewL(128);
CBufferManager* nBufferManager = CBufferManager::NewLC(aData,*nOutBuf, 128);
CEZCompressor* compressor =...
网上找到的压缩代码,但是好像不是gzip,而是 zlib的
CBufFlat* nOutBuf = CBufFlat::NewL(128);
CBufferManager* nBufferManager = CBufferManager::NewLC(aData,*nOutBuf, 128);
CEZCompressor* compressor =...
thanks. but the code don't work on the emulator
how to capture screen on windows phone, what api will be used?
i solve it. show dialog before AddViewL(view), it's ok
i use CAknMessageQueryDialog show my update info before SetDefaultViewL( firstView). before i press the button, the phone is locked, after unlocked, the dialog is under the firstView. what's wrong,...
i add the if clause , but the problem is still exist. Now i try on device debugging, but it too slow
iPlayerView is the member variable of the AppUi, only when the app quit, it can be deleted
the problem is my app can't run in the emulator
my app is a video player, i do something when it get focus or not :
HandleWsEventL(const TWsEvent &aEvent, CCoeControl *aDestination)
{
switch (aEvent.Type())
{
case EEventFocusLost:
{...
ComponentControl andCountComponentControls functions are correct
thank you very much
i write a button,that inherits from CCoeControl. i use the function
"SetTitle(const TDesC& aTitle){ iTitle.Copy(aTitle); DrawNow();} "
to set the text of the button. when the app load, i...
thanks. do you know other ways that don't need other executable
i use the drawNow firstly, the Draw() is called, but secondly, the Draw() is not called, why? how to solve it
how to delete the file on installing
I know the method to judge the apn is a wlan or gprs, but how to know the apn is gprs or wcdma?
when connecting, how to judge the apn's type, eg. wlan, wcdma, cdma2000, gprs
Oh, it's a pity.
it supports EColor16MA, I have checked. And if not in player, it works ok
when watching video, I want to show something on a transparent window. I find that,...
thank you very much. I have solved it
I use CVideoPlayerUtility to play video on x6 or n97mini, it's ok. But on c5-03, it's only sound. it's ok to play the same video on c5-03 using the system video player. who can help me? thanks
symbian3 自带的播放器中 详情 半透明悬浮框是怎么实现的
the SI logs:
2011/08/18 10:14:56 CADMAppUi::CADMAppUi()
2011/08/18 10:14:56 + CADMAppUi::ConstructL()
2011/08/18 10:14:59 + ProcessCommandLineArgsL(): 7...