I\'m developing some PyS60 applications and today I\'ve seen that it\'s possible to deploy them to the Ovi Store according to the Release Notes(Discussion Thread too):
I have a listbox control in symbian of type CAknDoubleLargeStyleListBox, and I want to get the selected item Main text, Not the icon index or the sec开发者_如何学JAVAondary text.How can I do that know
I\'m writing an application with Qt for Symbian and I\'m using lots of little SQLite queries to fetch data from the database I\'ve created.
I am currently developing an application using LWUIT and initial socket connection is working fine but after a while our application gets disconnected and it cant reconnect to socket? We have to开发者
I\'m developing a Symbian application. I\'ve written a system for easily changing views, roughly like this:
I\'m using Carbide.C++ 2.7 with S60 5th Ed SDK to crea开发者_JS百科te my application, after I added a SettingsList to my application I removed the \"Change\" item from \"Options Menu\", And I changed
On a Symbian S60 phone, is it possible to create an application that awakes when a voice call starts.I didn\'t want to dial a number through my application, i want that my application runs 开发者_如何
From QtCreator I chose Mobile Gui Application and did not change a line of code. I built it using simulator and it works fine. When I try to dep开发者_开发百科loy it on to my device I get a warning
hi i develop the nokia n97 application on nokia qt sdk but when i run the project开发者_运维技巧 on device it cause th os compatabiliy error
My GUI application has two views, First view has a ListBox control - Derived from CCoeControl - and from this object I want to switch to the second view, How can I do this ?