Quote:
Originally Posted by repods
perfect thanks..
1- how uds access to metadata.db ? directly or by the use of some other program ? and in general by which program metadata.db is updated in the dr800 ?
2-what program does exactly the selection between panning/scribble/selection zoom mode ?
3-how the signals sent by the flip bar are handled in dr800 ?
4-what is used for the program ipc ?
|
1. the applications access metedata.db via calls to libermetadb.
2. applications register menu items and toolbar icons via popupmenu which calls back to the application over IPC
3. they are key presses
4. the platform uses DBUS for IPC via glib-dbus and liberipc.
Please check the
iOn development document carefully as it should answer a lot of your questions.