in reply to there.is.only.xul
in thread use AnyGUI

>> great, where do i get it?
> you cant. At least, not on CPAN and not for Mac/Windows

In other words, if you want a cross-platform GUI toolkit, simply restrict yourself to one platform and you can have it ??

I know there is a book out about programming user interfaces in XUL, but honestly, I don't really see that XUL is the way to go, if it dosen't support Win32 or Mac, as these two platforms are the platforms where the users are.

For Win32, there actually is something like XUL btw, called HTA (HTML Application) - IE displays these in a window of their own, and you can program them in JavaScript (and propably PerlScript as well), or you can simply use the HTA as your user interface and have your main program docked to the application via Win32::OLE WithEvents.

But don't propose yet another open source brainchild that is supposed to be there-in-the-next-release. At least Linux celebrates the 5th year in sequence of "next year Linux will be ready for the desktop".

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Replies are listed 'Best First'.
Re: Re: there.is.only.xul
by Ctrl-z (Friar) on Mar 02, 2003 at 16:06 UTC
    In other words, if you want a cross-platform GUI toolkit, simply restrict yourself to one platform and you can have it ??

    XUL/XPCOM is cross platform, its the perl bindings that are not.

    XPCOM is what powers Mozilla, Netscape, Komodo - This is not a OS fad.
    What you describe with HTA, is a lightweight hack in comparison. XPCOM works similarly to COM, but is available on any platform that has a Mozilla port. plXPCOM supports two-way communication - from any mozilla/gecko based application out to perl, and from perl out to any XPCOM component. This is powerful stuff.
    But the mailing list for plXPCOM is empty. I havn't heard anyone mention either xul or xpcom in the perl community. Python and Java already have bindings.

    In other words, lets get this thing made as Perl needs it (and maybe it needs perl). I cant program in C++ and dont know perl internals, spreading the word is the best i have to offer. I know there are people on these boards who are up to this, and could make this happen.


    time was, I could move my arms like a bird and...