Re: Multiple Select

2009-10-02 Thread Ethan Furman
Victor Subervi wrote: I have the select called variable "these". Whichever option is selected is passed through the cgi: import cgitb; cgitb.enable() import cgi form = cgi.FieldStorage() these = form.getfirst('these', '') As I mentioned before, I get the variable all right. That is not the i

Re: Multiple Select

2009-10-02 Thread Victor Subervi
I have the select called variable "these". Whichever option is selected is passed through the cgi: import cgitb; cgitb.enable() import cgi form = cgi.FieldStorage() these = form.getfirst('these', '') As I mentioned before, I get the variable all right. That is not the issue. What is the issue is

Re: Multiple Select

2009-10-02 Thread Rami Chowdhury
On Fri, 02 Oct 2009 14:25:55 -0700, Victor Subervi wrote: Hi; I'm trying to create an HTML with several options in a form that is posted to a script. I want to enable the user to select multiple options. The problem is I don't know how to call those options in my cgi calls in the script

Multiple Select

2009-10-02 Thread Victor Subervi
Hi; I'm trying to create an HTML with several options in a form that is posted to a script. I want to enable the user to select multiple options. The problem is I don't know how to call those options in my cgi calls in the script to which it posts. Only one of them gets associated with the variabl

Re: Multiple select in wx.GenericDirCrtl

2007-04-28 Thread Soren
On Apr 27, 3:13 pm, [EMAIL PROTECTED] wrote: > On Apr 27, 7:31 am, Soren <[EMAIL PROTECTED]> wrote: > > > Hi! > > > Is it possible to do multiple file selections in a wx.GenericDirCtrl?? > > > Thanks, > > Soren > > I'm not finding anything. I do know you can select multiple files > using the FileDi

Re: Multiple select in wx.GenericDirCrtl

2007-04-27 Thread kyosohma
On Apr 27, 7:31 am, Soren <[EMAIL PROTECTED]> wrote: > Hi! > > Is it possible to do multiple file selections in a wx.GenericDirCtrl?? > > Thanks, > Soren I'm not finding anything. I do know you can select multiple files using the FileDialog. You should email the wxPython users group though. They m

Multiple select in wx.GenericDirCrtl

2007-04-27 Thread Soren
Hi! Is it possible to do multiple file selections in a wx.GenericDirCtrl?? Thanks, Soren -- http://mail.python.org/mailman/listinfo/python-list