Hi,
> - Make a "welcome" application sample document for application
> documentation standard (will include it's own makefile)
I successfully created a first draft for this yesterday.
I currently cannot upload to LP.
But I send you the file per PM and upload to LP next week.
Regards.
--~--
Thats a flamin excellent idea.
You may need a init script and a rollback script.
So that on install tables could be generated etc and then a rollback would
gracefully cleanout the w2p.
Especially plugins or modules that you might want to try and then feel that
its not worth it etc.
Maybe the files
maybe
mydict['myINPUT'] = myINPUT
would help before "return mydict" ?
> In the View I want to code something like:
>
>
> {{ =myINPUT }}
>
>
> When I run it, I get a runtime error indicating that the form variable
> does not exist.
--~--~-~--~~~---~--~
On 8 May, 20:23, mdipierro wrote:
> I will change the name of the setting but this needs a little more
> design in light of the fact that we want to integrate this with LDAP
> (done by Fran but still in my list of things to process)
Not 'done' - just made a couple more steps towards it...I'll wo
Has anyone managed to implement a editable grid into web2py, something
like http://datatables.net/examples/example_editable.html ?
If so could you share a full (working!) example ?
Hans
On 8 Mai, 14:46, mdipierro wrote:
> http://www.ajaxline.com/10-best-jquery-plugins-for-working-with-tables
>
I was trying to change the data of an existing user and I had noticed
that I had to re-upload the image. Even if I click the little check box
to select the current one.
Regards,
Jason Brower
--~--~-~--~~~---~--~~
You received this message because you are subscri
Thank you - I will try it.
And perhaps I should put
mydict[:] = [] in front of that to clear out the crud-generated
controls since I don't want them.
On May 9, 6:43 am, Jurgis wrote:
> maybe
> mydict['myINPUT'] = myINPUT
> would help before "return mydict" ?
>
>
>
> > In the View I want to co
On Windows XP, in folder
C:\Google\Web2Py\web2py_win_01_60_2\Source\web2py
I created this file "idle.bat":
start C:\Python252\Lib\idlelib\idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9
-
In the web2py folder I have the usual "applications" fold
You could try an eval or even a free version of Wing:
http://www.wingware.com/wingide/features
On Sat, May 9, 2009 at 12:59 PM, dlypka wrote:
>
> On Windows XP, in folder
>
> C:\Google\Web2Py\web2py_win_01_60_2\Source\web2py
>
>
> I created this file "idle.bat":
>
>start C:\Python252\Lib\idl
I have used dataTable but I never tried jEditable. Should be easy to
do.
On May 9, 12:03 pm, Hans
wrote:
> Has anyone managed to implement a editable grid into web2py, something
> likehttp://datatables.net/examples/example_editable.html?
> If so could you share a full (working!) example ?
>
> Ha
Could you explain better?
On May 9, 12:25 pm, Jason Brower wrote:
> I was trying to change the data of an existing user and I had noticed
> that I had to re-upload the image. Even if I click the little check box
> to select the current one.
> Regards,
> Jason Brower
--~--~-~--~~
Yes, I intend to purchase Wing, however I still wish to gain some
experience with the core debuggers.
On May 9, 2:53 pm, Yarko Tymciurak wrote:
> You could try an eval or even a free version of
> Wing:http://www.wingware.com/wingide/features
>
>
>
> On Sat, May 9, 2009 at 12:59 PM, dlypka wrot
hello,
is this still a problem? Does this mean we should be using bzr to get
updates until moving to mercurial?
Richard
On May 8, 12:57 am, mdipierro wrote:
> I hate svn!
>
> massimo-di-pierros-macbook:web2py_svn mdipierro$ svn rm --force doc/
> build
> D doc/build
> massimo-di-pierros
Hi,
I've tried to set this auth.settings.update_next=URL(r=request,f='index')
but it keeps going to data/tables
Is it a bug?
Thanks!
On Sun, Apr 19, 2009 at 7:36 PM, mdipierro wrote:
>
> yes.
>
> auth.settings.update_next=URL(...)
>
> On 19 Apr, 16:55, Tito Garrido wrote:
> > Now it works...
I have not been able to update svn in a couple of days. launchpad
(bzr) is more updated the svn..
I do not know understand svn well enough to fix this problem.
Massimo
On May 9, 5:02 pm, Richard wrote:
> hello,
>
> is this still a problem? Does this mean we should be using bzr to get
> updates
oops. should have been
crud.settings.update_next=URL(r=request,f='index')
Let us know if it works.
On May 9, 5:48 pm, Tito Garrido wrote:
> Hi,
>
> I've tried to set this auth.settings.update_next=URL(r=request,f='index')
> but it keeps going to data/tables
>
> Is it a bug?
>
> Thanks!
>
>
>
>
Working!
Thank you!
On Sat, May 9, 2009 at 8:46 PM, mdipierro wrote:
>
> oops. should have been
>
> crud.settings.update_next=URL(r=request,f='index')
>
> Let us know if it works.
>
> On May 9, 5:48 pm, Tito Garrido wrote:
> > Hi,
> >
> > I've tried to set this auth.settings.update_next=URL(r=
Greetings:
I'm creating my first model. I set up the database and first table
like this:
db=SQLDB('sqlite://db.db')
db.define_table('contact',
SQLField('cont_first_name', 'string', length=15),
SQLField('cont_last_name', 'string', length=25),
SQLField('cont_organization', 'stri
On Thu, May 7, 2009 at 11:57 AM, mdipierro wrote:
> I hate svn!
>
> massimo-di-pierros-macbook:web2py_svn mdipierro$ svn rm --force doc/
> build
> D doc/build
> massimo-di-pierros-macbook:web2py_svn mdipierro$ svn commit -m
> "cleanup"
> svn: Commit failed (details follow):
> svn: Directo
This has nothing to do with upload (and your table is correct) but
something is wrong with validators.
Are you setting any validators? Can you post the code?
Massimo
On May 9, 7:36 pm, Keith wrote:
> Greetings:
>
> I'm creating my first model. I set up the database and first table
> like this:
I may be mistaken, but it appears you may have manually deleted the
files prior to issuing the command to Subversion. When subversion goes
to commit the change, it then tries to clean up the files you have
"marked" for deletion. The error complains that it cannot complete
your request because the
That is true. I will do what Alvaro suggested.
On May 10, 12:35 am, lesh wrote:
> I may be mistaken, but it appears you may have manually deleted the
> files prior to issuing the command to Subversion. When subversion goes
> to commit the change, it then tries to clean up the files you have
> "m
22 matches
Mail list logo