Re: [qooxdoo-devel] ProgressBar

2007-05-06 Thread Simon Bull
Hi Leander, There was a ProgressBar widget contributed by Kent Olsson a long while back (I think it may have been around Qx 0.5), but it was never "officially" supported. There isn't any similar widget included in either 0.6.x or 0.7 as far as I know. The main issue that I've encountered with

[qooxdoo-devel] skeleton/quickstart setup

2007-05-06 Thread Martin Drautzburg
I got a little lost in the qooxdoo directory structure and I don't quite know how to setup a "project". I do not need the qooxdoo sources, first because I don't want to debug qooxdoo and second I don't want to load too many files as it slows down turnarounds. Good turnaround times are very impo

Re: [qooxdoo-devel] Hyperlinks

2007-05-06 Thread Jim Hunter
If you choose not to use a qx.ui.embed.LinkEmbed control, you can add an event listener to the click event of almost every visual control and process the event like an tag would. So basically you can make every area of your page 'active' if you want. Jim www.D4PHP.org www.D4PHP-Hosting.com On

[qooxdoo-devel] Hyperlinks

2007-05-06 Thread Chris Haynes
Newbie here - still finding my way around... So far, the only way I've found to make an area of the screen 'active', i.e. cause a new page to be fetched, is to use a Button. Is it possible to associate HTML hyperlinks with Atoms? With table rows? With 'any' event? TIA Chris Haynes -