Re: [web2py] Web2py Application Exhibition ( Version 2.0 )

2010-11-03 Thread Martín Mulone
I'm not going to participate this time!!!, but i'm going to help netadmin with the submittion application. 2010/11/3 rochacbruno rochacbr...@gmail.com Nice! Until december I will finish one of my open projects. Enviado via iPhone Em 03/11/2010, às 19:18, NetAdmin mr.netad...@gmail.com

Re: [web2py] Re: web2py as a cross-platform mobile application platform

2010-11-03 Thread Martín Mulone
Yes, the new welcome is based in htmlboilerplate and has some things for mobile but you have to test and make proper changes to static/css/handheld.css and not all mobiles support media=handheld. Other thing is the new jquery has improvements for mobile. Also there are a new project in alpha

Re: [web2py] Re: MENU improvements

2010-11-03 Thread Martín Mulone
Or pass an A() instead of a url and you have all the elements. 2010/11/3 mdipierro mdipie...@cs.depaul.edu I guess we can modify MENU so that is we pass a fifth argument, it will be used for _onclick On Nov 3, 4:43 pm, Martin.Mulone mulone.mar...@gmail.com wrote: I want to pass to

Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Martín Mulone
The problem with the last one and many other use jquery-ui, this is a decision to make if we want to include jquery-ui by default, because is a big library. 2010/11/2 Branko Vukelic bg.bra...@gmail.com On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins minkto...@gmail.com wrote: +1 for this one:

Re: [web2py] Re: new admin layout

2010-11-02 Thread Martín Mulone
For me this last mockup look really nice. 2010/11/2 Branko Vukelic bg.bra...@gmail.com Yeah, I thought about it, and would want to keep exposes smaller. Icon size is good. Smaller would be harder to click, which is not what I want. Here's an alternative with filename looking like buttons.

Re: [web2py] Re: web2py 1.88.1 is OUT

2010-11-01 Thread Martín Mulone
I'm going to start an w2p-app, called app by an example or testing app. The idea is to have in one app some code for testing pourpose, that make for example insert,select,delete like the code in the bottom of sql.py. What do you think?. 2010/10/30 rochacbruno rochacbr...@gmail.com At my company

Re: [web2py] new admin layout

2010-11-01 Thread Martín Mulone
Yes, looking great, a way better than the old one!. +1 2010/11/1 Albert Abril albert.ab...@gmail.com Just say that in changeset: 1108:9d9d4de746af there's no ... img src=/admin/static/gae.pnghttp://127.0.0.1:8000/admin/static/gae.png ..then the img link is broken. The rest seems

Re: [web2py] web2py 1.88.1 is OUT

2010-10-29 Thread Martín Mulone
Massimo, seems there are a problem with list: string, and using contains. Iam going to make an example. Or do you change anything about using contains in list string?. Because sentence like db(db.posts.keywords.contains('tag')).select() is returning nothing 2010/10/29 mdipierro

Re: [web2py] web2py 1.88.1 is OUT

2010-10-29 Thread Martín Mulone
','dark']) nid=db.posts.insert(title=The Earth,keywords=['earth','blue','humans']) *in controller/default.py* posts=db(db.posts.keywords.contains('moon')).select() return dict(posts=posts) Now in this version return nothing, and in previous version work. 2010/10/29 Martín Mulone mulone.mar

Re: [web2py] width and height attribute IMG helper

2010-10-28 Thread Martín Mulone
{{=IMG(_src=URL(r=request,c='static',f='init/businesscard/ image.jpg'),_width=200px,_height=200px)}} 2010/10/28 annet annet.verm...@gmail.com Is it possible to set a width and height attribute using the following IMG helper? {{=IMG(_src=URL(r=request,c='static',f='init/businesscard/

<    1   2   3   4