Hi,
Swiping of widgets by finger touch can be achieved by using Gestures.
Common panning, pinching and swiping gestures are represented by specialized classes: QPanGesture, QPinchGesture and...
Type: Posts; User: alasriv; Keyword(s):
Hi,
Swiping of widgets by finger touch can be achieved by using Gestures.
Common panning, pinching and swiping gestures are represented by specialized classes: QPanGesture, QPinchGesture and...
what is the crash you are getting on n73?
Are you getting the IAP selection dialog when you try to open session?
I suppose IAP is not set. Please check below link, IAP is selected only once by the user....
Please check the link below, this looks like address your issue.
http://www.developer.nokia.com/Community/Discussion/showthread.php?142132-silent-sms-messages-received-upon-reboot
I have tested sometime back on 5th edition devices the following API. I suppose same might work for belle too. API seems to be internal to Nokia.
CMPSettingsModel Common API for MMF specific...
Can you also try using "--caps=NONE" option?
Is the problem appears only in Nokia 5800(software version 60.0.003)?
I think the exit button is required to create. Frameworkwork creates that by default.
The below code may not required at all
// Create Exit CBA SP_ArrowBack
QAction *pExitButton = new...
I think you can add the actions to standard menubar from mainwindow to get desired UI look and feel.
Also, I achieved this using following changes:
QAction *pOptions = new...
Hope you have seen this link which uses the standard Menubar from Mainwindow.
http://www.developer.nokia.com/Community/Wiki/How_to_create_a_menu_in_Qt
Can you please clean and execute Run Make and finally Build your application?
also can you paste full console output to verify properly.
I suspect that as libs actually are available for device(QtSDK\Symbian\SDKs\Symbian3Qt473\epoc32\release\armv5\lib), you may not able to link and run them properly in QT Simulator.
I suppose...
Please check that in your QT SDK.
for libs that you have included should be here.
QtSDK\Symbian\SDKs\Symbian3Qt473\epoc32\release\armv5\lib
For header files please search whether you have all...
I hope u have checked the options of "ensymble_python.py py2sis -h" which might have certain command line arguments...
here is a wiki which describes the call information for video call....
SocketServer - which is exe and will be started by SocketClient and your logic of listening to socket can be taken care here.
SocketClient - which is dll and works as interface between SocketServer...
you can find a sample example how to create client server framework from below path in your SDK
\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\non_gui\Base\IPC\ClientServer\Simple
Add...
This API is internal to Nokia. Please raise technical support request for this API if needed.
I think you need to have a client server framework for your logic.
CSMSSocket is created in a server like CSMSSocketServer (which will continuously listening)
CSMSSocketClent, Client interface...
Remove setactive() from your constructor of CSMSSocket. As said by wizard_hu_, you need to have an asynchrous call for calling setactive.
This looks like WP7 app. Please visit MS site for necessary support.
If you have below statement in your pro file, please remove and check
Avoid auto screen rotation
DEFINES += ORIENTATIONLOCK
is this a symbian or QT case? a small code snippet will certainly help for checking and verifying.
Have you checked the below link which explains how to communicate between two sockets.
http://www.developer.nokia.com/Commu...he_sockets_API
Topic: Code example: connecting sockets
Have you checked the below link which explains how to communicate between two sockets.
http://www.developer.nokia.com/Community/Wiki/Using_the_sockets_API
Topic:...