Hi all,
i ant to activate date and time view in my application . pls tell me the uid of symbian native date and time applicaion.
and also pls tell me that how ill i use ActivateViewL function in QT with symbian.
Hi all,
i ant to activate date and time view in my application . pls tell me the uid of symbian native date and time applicaion.
and also pls tell me that how ill i use ActivateViewL function in QT with symbian.
With Qt you should not be doing that . Even if you can Switch to DataAndTime View you might not able to get the values in return.
I suggest using QDateTime Widget.
Hi thanks fo reply,
but i want to show default symbian default clock aplication seting view(date and time).
if you really really want then you can use http://wiki.forum.nokia.com/index.ph...eground_events to get the UID of any application
1) monitor all apps running
2) start the one you need the UID for
3) check which UID in the list of apps is the new one
Hi , thanks,
I am able to start native aplication, i am able to launching native symbian clock exe, but i want to launch setting view of clock application.
what you really need is a ViewID that if not documented then it might be hard to find out. I suggest you post a query in Symbian.C++ Section.
Hi,
There is a class (CClkDateTimeView) for this purpose on S60 SDKs. But it's designed to be used from an S60 app that uses AVKON view architecture, you'll probably have problems trying to launch it from a Qt app. Further, the class is marked as deprecated on S60 5th Ed, may not work on S^3.