Daniel Fetchinson wrote:
>>> is there a GUI toolkit library for python which can render html?
>> At least GTK comes with libgtkhtml, but I bet there are others, too.
Ah, and there is also WebKit. Don't know how stable the Python bindings are,
but you might know WebKit as part of Apple's browser.
> >> On the other hand, if you want pure HTML for your web app, maybe you
> should
> >> consider making the desktop app HTML-based, too?
> >
> > Jorge Godoy brought that up too, sounds pretty good, but how would
> > that work? The desktop app would launch a mini webserver and the user
> > would use
Hi,
Daniel Fetchinson wrote:
>> On the other hand, if you want pure HTML for your web app, maybe you should
>> consider making the desktop app HTML-based, too?
>
> Jorge Godoy brought that up too, sounds pretty good, but how would
> that work? The desktop app would launch a mini webserver and the
> > I'm looking for a simple text based GUI definition format and
> > associated python modules to work with it that is capable of defining
> > simple GUI's for *both* the web and the desktop. I have an application
> > that is accessible through the web and also through desktop
> > applications and
Daniel Fetchinson wrote:
> I'm looking for a simple text based GUI definition format and
> associated python modules to work with it that is capable of defining
> simple GUI's for *both* the web and the desktop. I have an application
> that is accessible through the web and also through desktop
> a
> > It's clear to me that the logic behind a web interface and a desktop
> > interface are two totally different things. I don't want a magic
> > method to convert an html/javascript based web app to a desktop app as
> > this is clearly impossible.
>
> But it is not impossible to embed a server on
Daniel Fetchinson wrote:
> It's clear to me that the logic behind a web interface and a desktop
> interface are two totally different things. I don't want a magic
> method to convert an html/javascript based web app to a desktop app as
> this is clearly impossible.
But it is not impossible to emb
> >> >> > I'm looking for a simple text based GUI definition format and
> >>
> >> [...]
> >>
> I believe Glade produces XML descriptions of its interfaces, so wxGlade
> >> >> would be one possible starting-point.
> >> >>
> >> >
> >> > Glade does, but dont confuse it with wxGlade. wxGlad
Guilherme Polo wrote:
> 2008/2/3, Steve Holden <[EMAIL PROTECTED]>:
>> Guilherme Polo wrote:
>> > 2008/2/3, Steve Holden <[EMAIL PROTECTED]>:
>> >> Daniel Fetchinson wrote:
>> >> > Hi pythoneans,
>> >> >
>> >> > I'm looking for a simple text based GUI definition format and
>>
>> [...]
>>
>>
2008/2/3, Steve Holden <[EMAIL PROTECTED]>:
> Guilherme Polo wrote:
> > 2008/2/3, Steve Holden <[EMAIL PROTECTED]>:
> >> Daniel Fetchinson wrote:
> >> > Hi pythoneans,
> >> >
> >> > I'm looking for a simple text based GUI definition format and
>
> [...]
>
> >> I believe Glade produces XML d
> I have an application
> that is accessible through the web and also through desktop
> applications and both clients should be presented a simple dialog GUI.
> This dialog will only include text fields, radio buttons and a file
> upload field.
>
> My idea is that if there was a lightweight G
On 3 Feb., 04:42, "Daniel Fetchinson" <[EMAIL PROTECTED]>
wrote:
> Hi pythoneans,
>
> I'm looking for a simple text based GUI definition format and
> associated python modules to work with it that is capable of defining
> simple GUI's for *both* the web and the desktop. I have an application
> that
Guilherme Polo wrote:
> 2008/2/3, Steve Holden <[EMAIL PROTECTED]>:
>> Daniel Fetchinson wrote:
>> > Hi pythoneans,
>> >
>> > I'm looking for a simple text based GUI definition format and
[...]
>> I believe Glade produces XML descriptions of its interfaces, so wxGlade
>> would be one possible s
Daniel Fetchinson schrieb:
> Hi pythoneans,
>
> I'm looking for a simple text based GUI definition format and
> associated python modules to work with it that is capable of defining
> simple GUI's for *both* the web and the desktop. I have an application
> that is accessible through the web and al
2008/2/3, Steve Holden <[EMAIL PROTECTED]>:
> Daniel Fetchinson wrote:
> > Hi pythoneans,
> >
> > I'm looking for a simple text based GUI definition format and
> > associated python modules to work with it that is capable of defining
> > simple GUI's for *both* the web and the desktop. I have
Daniel Fetchinson wrote:
> Hi pythoneans,
>
> I'm looking for a simple text based GUI definition format and
> associated python modules to work with it that is capable of defining
> simple GUI's for *both* the web and the desktop. I have an application
> that is accessible through the web and also
2008/2/3, Daniel Fetchinson <[EMAIL PROTECTED]>:
> Hi pythoneans,
>
> I'm looking for a simple text based GUI definition format and
> associated python modules to work with it that is capable of defining
> simple GUI's for *both* the web and the desktop. I have an application
> that is accessib
17 matches
Mail list logo