Chris Mellon wrote:
I'd like to embed some HTML in a wx application, and
the tricky part is I need the user to be enter data in
form fields. Is this possible in wx?For example, if I had a form field that looked like
this:<input type="email" name="textfield">
Is there a way to learn the contents of it from my wx
App?Also, is there a way for me to know when the user has
clicked the "submit" button?I implemented form support for wxHTML using custom tag handlers and
posted it to this list a while ago, try searching the archives to see
if you can find it.
in the wxPython demo there's also a very good example, look for "HtmlWindow" (also based on wxHTML).
I've used as an interactive instruction / answer form, and it's really greate (and very easy to use),
you can see this part of my application here:
http://stef.mientki.googlepages.com/pylab_works_demo_html_instruction.html
cheers,
Stef
···
On Jan 22, 2008 7:28 AM, Alec Bennett <whatyoulookin@yahoo.com> wrote:
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org