[web2py] Re: web2py 1.89.2 is OUT

2010-11-16 Thread Percy
I am getting the same error: web2py Error An unexpected error has occurred during execution of the main script TclError: couldn't open splashlogo.gif: no such file or directory I am on Mac OS X 10.4.11 and I used the auto-update feature this morning to upgrade to 1.89.2. -Percy On Nov 16, 1

[web2py] Re: web2py 1.89.2 is OUT

2010-11-16 Thread Percy
I am getting the same error: web2py Error An unexpected error has occurred during execution of the main script TclError: couldn't open splashlogo.gif: no such file or directory I am on Mac OS X 10.4.11 and I used the auto-update feature this morning to upgrade to 1.89.2. -Percy On Nov 16, 1

[web2py] Question about unique=True and IS_NOT_IN_DB

2010-11-14 Thread Percy
I test I am able to create as many entries as I desire with the same account. Is there an easier way to do this? Is there something wrong with the way I am using the validator? I have it set to readable=True and writable=False for testing purposes only. Thanks in advance. -Percy

[web2py] Can jqgrid be resized?

2010-10-15 Thread Percy
/default/chapter/13?search=jqgrid), there seems to be no visual effect when I view my jqgrid in my app. Am I doing something wrong, or is there a way other than changing parameters to further edit a jqgrid's look and size? Thank you. -Percy

[web2py] Re: Can jqgrid be resized?

2010-10-15 Thread Percy
messed up and the text is nearly unreadable. Thanks again for your help. -Percy On Oct 15, 4:27 pm, Richard Vézina ml.richard.vez...@gmail.com wrote: In a view you can do this : {{=plugin_wiki.widget('jqgrid',tablename,width=900,height=400)}} Richard On Fri, Oct 15, 2010 at 5:01 PM, Percy

[web2py] Re: Can jqgrid be resized?

2010-10-15 Thread Percy
Also, I was wondering: is there a way for jqgrid columns to have an auto expand or auto width etc. property? I know you can set the col_width attribute with numerical values, but I was hoping for something more dynamic. Thanks again! -Percy On Oct 15, 4:27 pm, Richard Vézina ml.richard.vez