[web2py] Re: Not open source yet... but

2010-12-28 Thread qqsaqq
+1 that impressively shows what is possible with html5. I hope, 'they' get the websocket protocol fixed soon

[web2py] Re: ajax and redirect

2010-11-14 Thread qqsaqq
I assume you mean a redirect from within the browser, after recieving the ajax response and evaluating the retrieved data. In that case you must set the window.location object in your javascript. In the view you could do smthg like that: //... your callback code here window.location.href = {{=URL

[web2py] Re: help us test new admin on windows....

2010-11-10 Thread qqsaqq
IE8 to be precise On 10 Nov., 21:00, qqsaqq wrote: > I tried the nightly on Win7 with FF 3.6 and IE. > > I couldn't break anything significant. Creating an app and fiddling > around with it worked just fine. > > One thing that's a bit odd is the in file search, whic

[web2py] Re: help us test new admin on windows....

2010-11-10 Thread qqsaqq
I tried the nightly on Win7 with FF 3.6 and IE. I couldn't break anything significant. Creating an app and fiddling around with it worked just fine. One thing that's a bit odd is the in file search, which doesn't seem to have any effect on FF (I entered "index" and pressed enter). On IE it's a bi

[web2py] Re: ANN: first pre-alfa release (v0.2) of Web2Py_CC

2010-08-29 Thread qqsaqq
firstly, thank you very much for your work! I'm trying to get web2py_cc running (on Win7 64bit with Python 2.6.6 32bit), but I'm not quite there. Two short notes on the dependencies: - scince one dependency you mention on your site is psutil, you need a 32bit version of Python. Apparently, you

[web2py] Re: please check 1.84.0 (beta)

2010-08-29 Thread qqsaqq
> I think I fixed that problem. Could you try again? Yes, you fixed it. Starts up like a charm now. Thank you. On Aug 29, 3:43 pm, mdipierro wrote: > @qqsaqq > > I think I fixed that problem. Could you try again? > > @mart > are those problems specific about 2.7? Could yo

[web2py] Re: please check 1.84.0 (beta)

2010-08-28 Thread qqsaqq
If I run the windows version, right after klicking on web2py.exe (or web2py_no_console.exe) I get this error: Traceback (most recent call last): File "web2py.py", line 17, in File "gluon/widget.py", line 28, in File "gluon/main.py", line 29, in ImportError: No module named config That co

[web2py] Re: My editor ...

2010-08-19 Thread qqsaqq
Awesome. *drools* On Aug 19, 10:12 pm, Stef Mientki wrote: >  hello, > > I made a movie about the most important features of the editor I'm using, you > can see it here: > > http://mientki.ruhosting.nl/movies/web2py_1.html > > If there's enough interest, I'll make the application available under

[web2py] Re: one to many relationship but Foreign key as non-id,unique field.

2010-08-08 Thread qqsaqq
as I understand this, the DAL always uses the id field for referencing in a one to many relationship. And: you don't link to a certain field (EmailID) but to a record of your emails table. see http://web2py.com/book/default/chapter/06#Legacy-Databases-and-Keyed-Tables On Aug 8, 8:00 am, Phyo Arka

[web2py] Re: UL an OL html helper wrap everything in a LI even sub-ULs/OLs

2010-08-01 Thread qqsaqq
>           one-one >       >     > > > I do not think the former is valid HTML but I may be wrong. > > Massimo > > On Aug 1, 9:50 am, qqsaqq wrote: > > > the UL or OL html helper wrap every *arg that is passed to it with an > > LI (if the arg is no

[web2py] UL an OL html helper wrap everything in a LI even sub-ULs/OLs

2010-08-01 Thread qqsaqq
the UL or OL html helper wrap every *arg that is passed to it with an LI (if the arg is not a LI already). Even if you have a sub-UL in an UL, the sub-UL gets wrapped in an LI. This way you get a bullet too many in the outer UL. To see the effect, try this (plugin_wiki) code: `` {{=UL("item1","it

[web2py] Re: plugin_wiki suggestions

2010-08-01 Thread qqsaqq
Concerning Your THISPAGE idea: You can achieve this simply by writing [[this page #]] in the markmin editor. This will create a Link with the name "this page" and it links to http://127.0.0.1:8000/cube2py/plugin_wiki/page/home# (mind the # in the end!) On Aug 1, 7:22 am, Bruno Rocha wrote: > But

[web2py] Re: plugin_wiki suggestions

2010-08-01 Thread qqsaqq
Concerning Your THISPAGE idea: I think what You mean can be achieved simply by writing [[this page #]] I tried it, works great. On Aug 1, 6:54 am, Bruno Rocha wrote: > I am developing and writing a lot with plugin_wiki (cube2py). I already have > some suggestions, observations and have also foun