Re: [web2py]Web2py MVC and Qooxdoo

2011-09-16 Thread Phyo Arkar
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: > I think it's all you need to do. > > I created the default type of application. > > I don't think I had to adjust anything inside config.json. > > Only th

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-15 Thread Alexei Vinidiktov
I think it's all you need to do. I created the default type of application. I don't think I had to adjust anything inside config.json. Only the build version of the app seems to work with web2py. The source one doesn't, at least without modifications. I think there is a way to make the source v

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-15 Thread Phyo Arkar
and all thanks goes to Alexei On 9/15/11, Phyo Arkar wrote: > Finally it worked! > > even base is set . if thers no > "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> > http://www.w3.org/1999/xhtml"; xml:lang="en"> > > it dont work! > > so here is the code for everbody who have problem putting q

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-15 Thread Phyo Arkar
Finally it worked! even base is set . if thers no http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en"> it dont work! so here is the code for everbody who have problem putting qxdoo app into web2py : http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http:

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-15 Thread Phyo Arkar
Thanks alot! thats all you need? anything need to adjust at qxdoo application ? inside config.json etc? what application type created in qxdoo ? default? On 9/15/11, Alexei Vinidiktov wrote: > Here is what I have in default/index.html view of Phonetizer: > > http://www.w3.org/TR/xhtml11/DTD/xh

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-15 Thread Alexei Vinidiktov
Here is what I have in default/index.html view of Phonetizer: http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en"> http://www.phonetizer.com"+URL(r=request,c='static',f='phonetizer/build/')}}" /> Add phonetic transcription to any English text with Pho

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-14 Thread Phyo Arkar
i.body is null http://localhost:8080/sExtract/static/ft/script/ft_ui.js Line 3816 exact error. Can you show me how u call it in ur example? On 9/15/11, Phyo Arkar wrote: > i manage to build a Qooxdoo , only ui and i am quite impressed by its > power. > > But when i put inside web2py , it dont

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-14 Thread Phyo Arkar
i manage to build a Qooxdoo , only ui and i am quite impressed by its power. But when i put inside web2py , it dont load at all what did i do wrong? in controller: /sExtract/default/ft def fasttract(): return dict(test="ok") in view: http://www.w3.org/1999/xhtml"; xml:lang="en">

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-12 Thread Alexei Vinidiktov
I'm afraid it really does have a minimum of 600 KB. It's compiled with build. Too bad the server the app is hosted on is so unreliable. On Sun, Sep 11, 2011 at 11:16 PM, Phyo Arkar wrote: > that never runs , giving me error in json response , too bad. > > And the javascript alone really have 60

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Phyo Arkar
that never runs , giving me error in json response , too bad. And the javascript alone really have 600KB ? is that compiled with source-all ? On 9/11/11, Alexei Vinidiktov wrote: > You are right about the CAPTCHA. The reason I'm not using it is that at the > moment the site is only a playground

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Alexei Vinidiktov
You are right about the CAPTCHA. The reason I'm not using it is that at the moment the site is only a playground where I'm getting familiar with web2py and qooxdoo and testing things out. Please try again. Registration should work this time. On Sun, Sep 11, 2011 at 7:20 PM, Phyo Arkar wrote: > T

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Phyo Arkar
That page should have a CAPCHA . spambots will like to spam registration it till your mailserver down with registrations. One thing i am liking about qooxdoo is that really eliminate HTML CSS and Graphics skills needed to develop a desktop like web-app easily. Normally desiging web2py app needs a

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Alexei Vinidiktov
Oops, sorry. I'll see if I can fix it. It's been a long time since I touched the app last. On Sun, Sep 11, 2011 at 7:05 PM, Phyo Arkar wrote: > AH sorry i write this post before read the previous post. > > Yeah as it seems all view code needs to go into Qooxdoo , and web2py > as Json RPC only. hm

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Phyo Arkar
AH sorry i write this post before read the previous post. Yeah as it seems all view code needs to go into Qooxdoo , and web2py as Json RPC only. hmm.. so half of web2py potential will only be used, pyjamas todo tutorial i cannot register at all , ur mail sender seems to be down. it saids unable

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Alexei Vinidiktov
Yes, that sounds right. The whole view logic resides within the qooxdoo app. On Sun, Sep 11, 2011 at 6:59 PM, Phyo Arkar wrote: > Anyone have experience with qooxdoo? > > It seems that only way web2py applicable with QooXDoo is as a JSON-RPC > Server. Whole view logic will be only in Qooxdoo , c

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Alexei Vinidiktov
Forgot you say that you can add todo items both by clicking tha "Add task" button and pressing the enter key when entering a task. You can delete todo items by clicking them in the todo list. On Sun, Sep 11, 2011 at 6:59 PM, Alexei Vinidiktov < alexei.vinidik...@gmail.com> wrote: > I don't have m

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Phyo Arkar
Anyone have experience with qooxdoo? It seems that only way web2py applicable with QooXDoo is as a JSON-RPC Server. Whole view logic will be only in Qooxdoo , cannot use any Template langauge of web2py i guess. If anyone have any expeirence , enlighten me. On 9/11/11, Phyo Arkar wrote: > Anyon

Re: [web2py]Web2py MVC and Qooxdoo

2011-09-11 Thread Alexei Vinidiktov
I don't have much experience with qooxdoo, but I've used it to build a web app that adds phonetic transcription to English texts www.phonetizer.com I use web2py on the back end and qooxdoo on the front end. I use a simple json-rpc web service to communicate between web2py and qooxdoo. I also hav