View Full Version : DR1000 Minimizing the 'Please wait' box..


bokjeid
04-19-2011, 04:45 AM
Hello,
I already posted a reply about this issue on the Mackx's patch thread but I'd like to hear voices about it from many users so I post it here too..
Whenever the device is loading the page, the current loading box covers too much area now and this is an inconvenience for me.
Please see the attached picture and let me know if it is possible to change like this..
Thanks!

rvs
04-19-2011, 10:32 AM
I've briefly looked at it (I think the code for the dialog is in /Irex/libs/ergtk/src/ergtkbusydialog.c), but this is beyond my capabilities...

dima_tr
04-19-2011, 12:03 PM
I have commented out one line of code for not showing this dialog at all; light indicator is sufficient to show a busy status.

Working solution with minimal changes to the code: comment out the line popupmenu/src/dialog.c:7465 . This is in the method dialog_wait_show(...), call gtk_widget_show(dialog_wait).

Mackx
04-19-2011, 01:23 PM
That is indeed an elegant approach. bokjeid has too many requests/improvement proposals it is hard to keep up with them ;).
I have a version 0.10 ready of the dr1000-hackx (also know as MackxPatch) I will release it soon so I get my 'main'-line free for implementing the feature proposals and implementation ideas that are made here in the forum the past weeks.


Edit: I noticed in the picture that bokjeid has his/her top-led covered with some tape, so not showing the dialog might not help bokjeid :chinscratch:.

bokjeid
04-20-2011, 09:38 AM
I have commented out one line of code for not showing this dialog at all; light indicator is sufficient to show a busy status.

Working solution with minimal changes to the code: comment out the line popupmenu/src/dialog.c:7465 . This is in the method dialog_wait_show(...), call gtk_widget_show(dialog_wait).

Hello dima_tr,
Yes, to hide the dialog box at all is also a good solution.
In my opinion,
advantage:a very simple, cool method
disadvantage:sometimes page turning doesn't work so we have to push the button again - we can't differentiate it from this case with the covered led.

Anyway, could you upload the file for it please? It'll be helpful for many users, I assume..

ps. Can we turn off the led, too?


That is indeed an elegant approach. bokjeid has too many requests/improvement proposals it is hard to keep up with them ;).
I have a version 0.10 ready of the dr1000-hackx (also know as MackxPatch) I will release it soon so I get my 'main'-line free for implementing the feature proposals and implementation ideas that are made here in the forum the past weeks.


Edit: I noticed in the picture that bokjeid has his/her top-led covered with some tape, so not showing the dialog might not help bokjeid :chinscratch:.

Well, all of proposals here help make our device become more advanced, you know, Mackx. I assume that this would be the very forte of DR1000S.. And you don't have to think of my posts seriously, of course.:) I just post what I think would help for other users as well. :iloveyou:

And even no dialog box is better than it is now, at least for me. I use DR1000S for PDF mostly so the dialog box appears too frequently every time - too bothering it is. The flickering led light, too. So I should have covered the led. But I couldn't remove the dialog box hh;;
:thanks:

Mackx
05-14-2011, 04:01 PM
Hi bokje,

I uploaded a new dr1000-hackx update with a configurable wait-dialog and with configurable top-led behaviour.

Hope you like it.

Marcel.