google-code-export / rk3066-linux

Automatically exported from code.google.com/p/rk3066-linux
0 stars 0 forks source link

Code review request #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Kindly help with code review...

You need to only install the tgz in /usr/local/picuntu-da-server

and run the command

/usr/local/picuntu/picuntu-da-server

Alok

Original issue reported on code.google.com by AlokSinha2001 on 15 Dec 2012 at 5:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
will fix comment #3, #2

Original comment by AlokSinha2001 on 19 Dec 2012 at 1:30

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Ok.. need to try that... 

Original comment by AlokSinha2001 on 20 Dec 2012 at 2:33

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Comment #2, #3 fixed.

Original comment by AlokSinha2001 on 7 Jan 2013 at 9:51