Is it possible to extend the menu of another application using pys60? Say I want to add an item to the menu of the camera application, is that possible?
Is it possible to extend the menu of another application using pys60? Say I want to add an item to the menu of the camera application, is that possible?
Hi bercobeute,
I would say that probably no. As you probably know, menus, labels... for the native application written in C++ are stored in resource files. Even modifying those resource files wouldn't help since the events code wouldn't be handled.
LFD
Devices:
Nokia E61 3rd Edition - pys60 1.4.0
Tips and modules:
http://www.lfdm.net/thesis
hi lfd
probably not possible in python,but possible in c++.one examle is the app coolsms+ that add an item to the built-in message app menu.but how to,i have no idea.anybody knows??