Re: app with standalone gui and web interface

2006-10-03 Thread olive
I agree with Steve and I would advise to use an Ajax toolkit (such as JQuery for example) which will help to make your UI act as a desktop application (and even better if you are creative). Olive. -- http://mail.python.org/mailman/listinfo/python-list

Re: app with standalone gui and web interface

2006-10-03 Thread [EMAIL PROTECTED]
> Johan, your way of doing it resembles XUL somewhat, although I can't > say I fully understand XUL I just took a look some days ago. Let me > see if I understand your approach: Yes it's a lot like XUL, but there are some major differences. The most important one is that, at least back then, you h

Re: app with standalone gui and web interface

2006-10-03 Thread Daniel Nogradi
> > What would the simplest way to make an application that has both a web > > interface and runs from behind a web server but also can be used as a > > standalone app with a gui? More precisely is it possible to avoid > > creating an html/xml/whatever based web interface for the web version > > an

Re: app with standalone gui and web interface

2006-10-03 Thread [EMAIL PROTECTED]
Hi Daniel. > What would the simplest way to make an application that has both a web > interface and runs from behind a web server but also can be used as a > standalone app with a gui? More precisely is it possible to avoid > creating an html/xml/whatever based web interface for the web version >

Re: app with standalone gui and web interface

2006-10-02 Thread Steve Holden
Daniel Nogradi wrote: > What would the simplest way to make an application that has both a web > interface and runs from behind a web server but also can be used as a > standalone app with a gui? More precisely is it possible to avoid > creating an html/xml/whatever based web interface for the web

app with standalone gui and web interface

2006-10-02 Thread Daniel Nogradi
What would the simplest way to make an application that has both a web interface and runs from behind a web server but also can be used as a standalone app with a gui? More precisely is it possible to avoid creating an html/xml/whatever based web interface for the web version and separately creatin