Open GoogleCodeExporter opened 8 years ago
[deleted comment]
[deleted comment]
In the "Network Configuration" menu, "Show IP Address and Subnet" and "Show
network interfaces" display the same things. maybe we can remove one of them.
Original comment by christop...@gmail.com
on 19 Dec 2012 at 12:48
When we reload the menu, it lunch another pdmenu.
So when you want to exit, you need to exit for each reload.
Original comment by christop...@gmail.com
on 19 Dec 2012 at 1:10
Comment #4 - loading pdmenu again and again...
Well the reason for that is - I have not learnt how to force pdmenu to
re-evaluate the variables and re-draw the menu - based on new condition.....
As such, I am forced to reload and this causes a lot of mess...
If there is any solution to this - can be integrated.
Alok
Original comment by AlokSinha2001
on 19 Dec 2012 at 1:23
will fix comment #3, #2
Original comment by AlokSinha2001
on 19 Dec 2012 at 1:30
Comment #5 - If there is any solution ...
Do we really need the ability to redraw the menu ?
In wich cases ?
Original comment by christop...@gmail.com
on 19 Dec 2012 at 2:47
When you are in the menu, ctrl+r or ctrl+l redraw the menu .
maybe it can help
Original comment by christop...@gmail.com
on 19 Dec 2012 at 4:16
I found it !!! :D
replace :
exec: Re_load this menu::pdmenu /usr/local/picuntu-da-server/pdmenu.main -c
with :
exec: Re_load this menu::pkill -28 pdmenu
It simulate a change on screen resolution so it force the program to redraw.
:)
Original comment by christop...@gmail.com
on 19 Dec 2012 at 4:24
Ok.. need to try that...
Original comment by AlokSinha2001
on 20 Dec 2012 at 2:33
Ok - have tried it, the pkill -28 pdmenu, does re-draw, but does not
re-evaluate....
thus menu options that are required based on the evaluation preproc do not
still work... and hence i still need to use the full link :(
Any suggestions...
Original comment by AlokSinha2001
on 3 Jan 2013 at 5:23
Comment #2, #3 fixed.
Original comment by AlokSinha2001
on 7 Jan 2013 at 9:51
Original issue reported on code.google.com by
AlokSinha2001
on 15 Dec 2012 at 5:50