Re: [web2py] Re: Web2py MVC and Qooxdoo

2011-10-31 Thread Phyo Arkar
Please check out the latest mercurial source too. Many fixes and now it is fully functional on GAE! http://herspos.appspot.com/HersPOS On 10/31/11, wwwgong wrote: > Phyo, > I have downloaded your app at http://code.google.com/p/herspos/ > Thanks a lot for sharing and will provide you with feedba

[web2py] Re: Web2py MVC and Qooxdoo

2011-10-31 Thread wwwgong
Phyo, I have downloaded your app at http://code.google.com/p/herspos/ Thanks a lot for sharing and will provide you with feedback after trying it out Wen

[web2py] Re: Web2py MVC and Qooxdoo

2011-10-20 Thread omicron
Wikipedia is you friend http://en.wikipedia.org/wiki/JSON-RPC and read this http://manual.qooxdoo.org/1.5.x/pages/communication/rpc.html On 20 oct, 09:47, Phyo Arkar wrote: > I have not dig into JSON RPC of web2py and qooxdoo yet , > > Thank you soo much for giving me. > > I will try to replace w

Re: [web2py] Re: Web2py MVC and Qooxdoo

2011-10-20 Thread Phyo Arkar
I have not dig into JSON RPC of web2py and qooxdoo yet , Thank you soo much for giving me. I will try to replace with JSON RPC. Can you also list me advantages? Thanks. Phyo. On 10/20/11, omicron wrote: > Why not jsonrpc ? > > In web2py, i use decorator like this : > @service.jsonrpc > def i

[web2py] Re: Web2py MVC and Qooxdoo

2011-10-19 Thread omicron
Why not jsonrpc ? In web2py, i use decorator like this : @service.jsonrpc def insert(code, libelle, cours=1.0): try: id = dba.devise.insert(code=code, libelle=libelle) except: dba.rollback() raise Exception(sys.exc_info()[1]) else: dba.commit() r

Re: [web2py] Re: Web2py MVC and Qooxdoo

2011-10-19 Thread Phyo Arkar
Here it is. Check it out. http://code.google.com/p/herspos :) On 10/20/11, Phyo Arkar wrote: > Yes, > > I was writing a POS application for my wife's sushi shop as a practice > . I am enjoying QooXDoo A Lot now. > > Its unfinished but already usable for adding Items and record. You > will get

Re: [web2py] Re: Web2py MVC and Qooxdoo

2011-10-19 Thread Phyo Arkar
Yes, I was writing a POS application for my wife's sushi shop as a practice . I am enjoying QooXDoo A Lot now. Its unfinished but already usable for adding Items and record. You will get whole idea. Now i am going to Release it as Opensource, so Everyone can use and contribute too. I am uploadi

[web2py] Re: Web2py MVC and Qooxdoo

2011-10-18 Thread wwwgong
Hi Phyo, I have exactly the same question as yours when you first started this thread 1 month ago. can you share your working sample with qooxdoo and web2py integration? I am interested in using Qooxdoo for custom UI in front of web2py. Thanks, Wen my email=wen.g.g...@gmail.com On Sep 19, 3:31 pm

Re: [web2py] Re: Web2py MVC and Qooxdoo

2011-09-19 Thread Phyo Arkar
yeah , how abt retrofitting Qooxdoo into pyjamas? it should work. It will be easier. Then introduce it into web2py how thats soudns? I only tested pyjamas a bit. after coding mnore and more in Qooxdoo ,I realize jquery-UI main weakness is making user depending on html and css , and selectors. Actu

Re: [web2py] Re: Web2py MVC and Qooxdoo

2011-09-19 Thread Ross Peoples
I have been looking at qooxdoo as a replacement for jQuery UI for quite a while, since they seem to have a nice set of widgets. I don't know why it takes the jQuery UI team over a year to make a menubar widget (that's still not finished), when you could probably write your own high-quality versi

Re: [web2py] Re: Web2py MVC and Qooxdoo

2011-09-19 Thread Phyo Arkar
Don't sweat massimo , we are talking about source build of qooxdoo's application! :D You should give qooxdoo a try , it is quite innovative . First learning curve is steep for starters with Java Style programming but later it getting so well and i am getting addicted now. Only problem at web2py s

[web2py] Re: Web2py MVC and Qooxdoo

2011-09-16 Thread Massimo Di Pierro
I am lost, are you referring to web2py source or something else? Can you explain better what is slow? On Sep 16, 9:35 pm, Phyo Arkar wrote: > Yeah thanks to u i get it working :) > > Source version is not worth it , it loads so slow and it is slow. > > On 9/15/11, Alexei Vinidiktov wrote: > > >