Here are a few suggestions for the progress bar taken from my own
progress bar:

1. change constructor
QxProgressBar(vDirection, vMin, vMax)

then the progress bar ca grow in all directions with the following new
constants:

QxConst.DIRECTION_RIGHT = "right";
QxConst.DIRECTION_LEFT = "left";
QxConst.DIRECTION_UP = "up";
QxConst.DIRECTION_DOWN = "down";

2. create a setter for the text to be displayed, and remove it from the
constructor, as it is not always wished.

3. the text displayed is not always % it could be points or decimal or
nothing too 

I will upload my code and see if we can use that in any way for the
standard widget.

Kent



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to