Quote:
Originally Posted by Gertjan
All dialogs are centered by the window manager (matchbox in this case), I think.
Disabling the busy dialog should be fairly easy though. Check out sysd/busy.c which has a "dialog_delay" after which the dialog is shown (default is 1 second). Increase this time or remove/disable the timeout completely.
The flashing LED is controlled from sys_update_rgb_led() in sysd/system.c.
|
Hi Gertjan,
Thanks for the info. I changed the code in ergtk (the wait dialog is not a normal message dialog, but 'build up from scratch' in ergtk), adding an extra function allows me to create the dialog the 'normal' way or a icon-less version at the top of the screen. I further modified popupmenu-dialog.c to be able to not display the dialog. Currently the behaviour is coupled to a variable, which needs to be coupled to a gconf item and a settings-dialog to control the behaviour.
W.r.t. the led I added a 'secret' option to gconf in the lastest dr1000-hackx release allow to disabling the top-led. I also need to create a settings-dialog for this function.