readme could include that line! ;)
Type: Posts; User: ManuMies; Keyword(s):
readme could include that line! ;)
Released!
https://projects.forum.nokia.com/notificationsapi/raw-attachment/wiki/WikiStart/ovinotifs_architectureoverview.png
https://projects.forum.nokia.com/notificationsapi/
Package is signed... :)
Ovi Notifications API will be released REALLY REALLY soon.
http://www.forum.nokia.com/piazza/blogs/resources/300143/previews-med/NotificationsAPI.jpg
Read about it here:...
Can someone report a bug to Qt about this issue. Or is it fixed already for Qt 4.7?
I don't know about WGT, but WGZ support will be there for a quite some time.
Couple of things...
request.open("GET", "http://www.macrumors.com", false);
Isn't that false suppose to be true, if you are using it asynchronously?
And set the callback, before...
That's bug in Nokia Qt SDK, it's missing that file. Already discussed here.
Here's the eiksrv.dso. Copy it to C:\NokiaQtSDK\Symbian\SDK\epoc32\release\armv5\lib -folder.
I sincerely hope that...
Ok, thank for the info about stack. :) Now, how about heap which would be more useful info?
Check the wiki page here and remember to add the libs to PRO-file. Or check my little app's pro and main.cpp files: www.sendspace.com/file/8skqw3
If you are using Nokia Qt SDK, then you not need...
And one other feature that should have been there or actually in QProcess, is the ability to get list of running processes! That's possible in ALL platforms with native code.
I checked through all those APIs, no luck.
Can somebody verify if it's possible or not, to check other processes heap size? I've seen stacksize at least in Y-Tasks.
No point to get sarcastic. It should be part of Qt Mobility, but now you have to inject some Symbian code, which always sucks.
PS. That rotation lock isn't perfect, it also locks input modes (no...
I'm running QTcpServer in localhost and everything works as long as roaming or network break happens, after that I'm getting this intresting qDebugs from system in Device:
13/11/2010 18:50:35...
If I know applicaiton UID, is there a way to fetch heap and stack usage of that process?
User::After()?
KERN-EXEC-3 for sure.
But I've seen AknsUtils used from native Symbian server application and it worked. That InitSkinSupportL should return KErrNotSupported or similar and SkinInstance() should...
I just tried changing the application to (UI-) QApplication and it works now. That's the good news, but I really need to have the application as non-UI application.
I'll try that...
Intrestingly it seems to compile without that aknswallpaperutils.lib, but when I run the application it crashes on this call.
MAknsSkinInstance* skin = AknsUtils::SkinInstance();
Can...
group.setFirstName() and group.setLastName() should do the trick.
I want to get an application icon by its UID and I'm using Nokia Qt SDK.
I tried AknsUtils, but aknswallpaperutils.lib is missing from the SDK, then I tried the older RApaLsSession to get the...
Yes, you can directly use Symbian C++ code inside Qt code and vice versa. We made a ECOM plugin that used Qt code inside for example and it worked like a charm.
Basically just make a QTcpServer....
As said in title, does that combination work? Or is the only Symbian^3 PDK? :(
Sorry about spam, but I'm so freaking happy. :D
I managed get the XmlHTTPRequest working with local host QTcpServer!! :D
My QTcpSocket reply was just missing proper header. ;) Now I can do...
How about Qt server?