Fixed, more or less as you suggested (in trunk) Massimo
On Feb 27, 7:53 pm, Kuba Kucharski <[email protected]> wrote: > What about some change in gluon/widget.py? > > 224a225,228 > > > (options, args) = console() > > port_number=int(options.port) > > 232c236 > < self.port_number.insert(Tkinter.END, '8000') > > > self.port_number.insert(Tkinter.END, port_number) > > My solution is probably wrong but when you type -p "port_number" you expect > this value to appear in the form.. > > This is a diff based on 1.56.4 > > Regards > > -- > Kuba --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

