Thank you a lot of for your quick reply Andrew. Yes, I will use dev cert.
Thanks again for supporting!
juha
Type: Posts; User: jusav; Keyword(s):
Thank you a lot of for your quick reply Andrew. Yes, I will use dev cert.
Thanks again for supporting!
juha
Can I use Publishing Wizard when using Remote Compiler? It just say that "Publishing is currently not possible for project" and there isn't any Available wizards. I found instructions from...
Hello,
I try to use Nokia Qt SDK Remote Compiler (Qt Creator 2.3.1)
to create unsigned sis(Symbian3(Anna) and Symbian1) for starting app
publishing, but it dosen't work with my UID's which I...
Thank you Janne. There was other problems too, but now I have succeeded to compile QtWebkit from trunk.
About refptr/passrefptr patch, I don't find WebCore/bridge/jni/jni_instance.h when trying to apply patch?
Yes, I have noticed this :) I get weird error messages(
..\JavaScriptCore\runtime\UStringImpl.h:263: struct/union/class member 'WTF::FastAllocBase::operator new(unsigned int, void *)' redefined...
Sorry, this belongs to symbian c++ area.
Hi,
I wonder, is there any possibility to get gif animation loop flag's value? I use CImageDecoder to decode frames from Gif file, but now I don't know where I can get that loop value? Is it...
Hi,
I wonder, is there any possibility to get gif animation loop flag's value? I use CImageDecoder to decode frames from Gif file, but now I don't know where I can get that loop value? Is it...
Ok, a little bit more code then :) Thank you.
I wonder, is there possible to record video (mp4) in CCamera class? There are Enum TFormat, but what is the right frame format in this case? There are CVideoRecordUtility which makes it possible ,...
I think that now you got the point :) So I have async calls, which user must see like sync call. The code looks really Good, so I think that I try it :)
This works well, if your function can go on after async function call. But in this case,
it must waits errorcode. If we but DoNextThing() function to the
DoThingComplete -function, iErr maybe...
What is the best way to solve this one little problem:
I have async function, DoThing() and when it complete, it calls MMyObserver::DoThingComplete( TInt aError ).
When I first make DoThing()...