Symbian C++ - Community
Wiki articles
-
How to display ticker on Symbian active idle screen
-
Wiki
by hamishwillee
09 May 2012
-
Code ExampleSource file: Media:TickerDemo.zipArticleCreated: mayankkedia (10 Jun 2009)Last edited: hamishwillee (09 May 2012) The active idle remains somewhat the sacrosanct space of the device so to speak.
-
How to display ticker on Symbian active idle screen
-
Wiki
by hamishwillee
09 May 2012
-
Code ExampleSource file: Media:TickerDemo.zipArticleCreated: mayankkedia (10 Jun 2009)Last edited: hamishwillee (09 May 2012) The active idle remains somewhat the sacrosanct space of the device so to speak.
-
How to display splash screen in a non GUI thread in Symbian C++
-
Wiki
by hamishwillee
09 May 2012
-
Code ExampleSource file: Media:MultiThreaded SplashScreen.zipArticleCreated: mayankkedia (12 Jun 2009)Last edited: hamishwillee (09 May 2012) There are lot of times when before the application can start and displaying the view, we need to do a lot of background processing/initializations from the main UI thread itself.
-
How to display splash screen in a non GUI thread in Symbian C++
-
Wiki
by hamishwillee
09 May 2012
-
Code ExampleSource file: Media:MultiThreaded SplashScreen.zipArticleCreated: mayankkedia (12 Jun 2009)Last edited: hamishwillee (09 May 2012) There are lot of times when before the application can start and displaying the view, we need to do a lot of background processing/initializations from the main UI thread itself.
View more »
Blogs
-
How to Setup Qt Quick 4.7.3 / QML Project with Microsoft Visual Studio C++ 2008 Express
-
Blog
by ceefour
07 August 2011
-
It's possible to configure Qt Quick 4.7.3 / QML Development using Microsoft Visual Studio C++ 2008 Express project. Quick Start Install Microsoft Visual Studio C++ 2008 (Express) Install Qt Library 4.7.x for Visual C++ 2008 Set environment QTDIR to C:\Qt\4.7.x How to Create A New Qt Project in Visual Studio 2008 Create a new Makefile project For Debug, set the build command as: qmake && nmake Set the Debug launch command as: debug\YourApp.exe For Release, set the build command as: qmake && nmake...
-
How to Setup Qt Quick 4.7.3 / QML Project with Microsoft Visual Studio C++ 2008 Express
-
Blog
by ceefour
07 August 2011
-
It's possible to configure Qt Quick 4.7.3 / QML Development using Microsoft Visual Studio C++ 2008 Express project. Quick Start Install Microsoft Visual Studio C++ 2008 (Express) Install Qt Library 4.7.x for Visual C++ 2008 Set environment QTDIR to C:\Qt\4.7.x How to Create A New Qt Project in Visual Studio 2008 Create a new Makefile project For Debug, set the build command as: qmake && nmake Set the Debug launch command as: debug\YourApp.exe For Release, set the build command as: qmake && nmake...
-
Sign Symbian/Qt SIS Apps with Qt Creator on Linux (Bonus: Qt+Qt Mobility Smart Installer for Nokia)
-
Blog
by ceefour
30 November 2010
-
The latest version of Qt Creator 2.0+ (included in Nokia Qt SDK) can now easily sign Qt/Symbian applications (.SIS files) with your Symbian Signed certificate and key files. The best part of it is that it can also be used with Linux operating systems (e.g. Ubuntu).