From: tsumeruby@... Date: 2006-02-10T01:00:43+09:00 Subject: Re: Yahoo! Widgets (JavaScript) - do we have a anything like this? > I believe Glenn called for something that lets him do desktop applets, not > standard GUI. Can you make something like completely borderless windows > with non-rectangular shapes in FOX? > > whore here> > > David Vallner A standard GUI toolkit could be used to create the widgets, using the borderless attribute to the windows. However, FOX is not a good candidate because it isn't pretty. There is Qt, Tk(with tile http://tktable.sourceforge.net/tile/), GTK(not pretty on mac). Best stick with what you're writing for depending on the target: Windows, GNOME, or KDE environments. Tsume