Sudzer / gui2py

Automatically exported from code.google.com/p/gui2py
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Support for web2py controller action syntax #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to share controller code with standard web2py applications, gui2py 
should handle functions without arguments as actions (a block of code that 
process the output and passes it to a linked view).

Also, a way of selecting wich actions are to be exposed by gui2py (and wich by 
web2py) would be necessary, since not all actions designed for web2py will work 
with gui2py.

Finally, a mechanism to call wx functions safely (without conflicts at the 
web2py environment) should by provided within the gui2py application so the 
desktop app would not be limitated by the web2py features.

Original issue reported on code.google.com by spame...@gmail.com on 21 Dec 2011 at 11:17