[web2py] ExtJS / qooxdoo - Python wrapper

2011-03-27 Thread Indra Gunawan
Hi, wondering is there exists ExtJS or Qooxdoo wrapper for Python? I know some but its Pascal wrapper (take a look how they work/wrap), they parse ExtJS classes source code and create ObjectPascal classes code, this produced classes interface ability to produce JS code http://code.google.com/p/ex

Re: [web2py] Re: OpenERP like widgets

2011-03-24 Thread Indra Gunawan
controller and put like this in your template 3. Done, you get responsive ajax based web interface like that* PS. Sorry my English :) Thank you On 24 March 2011 15:34, Mengu wrote: > what exactly do you need and want us to tell about? > > On Mar 23, 1:47 pm, Indra Gunawan wrote: &g

[web2py] OpenERP like widgets

2011-03-23 Thread Indra Gunawan
Hi, any idea how to create application (I mean the view, javascript/ajax widget etc) like this http://demo.openerp.com/ ? Using Web2Py off course. OpenERP also build from python: 1. Server (XML-RPC) -> Python 2. Web Client http://demo.openerp.com/ -> TurboGears (this presentation layer interest me

Re: [web2py] Re: new URL router use cases

2011-03-22 Thread Indra Gunawan
Warning, TMIIW; Those technique require to load all exposed functions, it won't act as lazy load (load on demand). Thats I've read on Flask book :) On 22 March 2011 23:06, Tom Atkins wrote: > It uses Werkzeug - full details here: > > http://werkzeug.pocoo.org/docs/routing/ > > > On 22 March 201

Re: [web2py] Re: reddit again

2011-03-22 Thread Indra Gunawan
Just my2cents yah, I think the most and more important to showing its power first is good eye catching design. Most of them: instant2press, pyforum, qa-stack having bad look, at least for me. Get a graphic/web designer. Show how commonly web 2.0 look. I do care the first look impression, functiona

Re: [web2py] Re: new URL router use cases

2011-03-21 Thread Indra Gunawan
Agree, Flask way looks more elegant (see Variable Rules). It could be nice if this way also exists on Web2Py. On 22 March 2011 06:05, Tom Atkins wrote: > I was playing with Flask and I have to say its solution to routing is very > nice: > > http://flask.pocoo.org/docs/quickstart/#routing > > The