Re: [qooxdoo-devel] Jump Start

2009-01-13 Thread lycovian
Having a Homer Simpson moment ... Doh! You are so correct. I didn't realize that the source for this great little app was under /application/feedreader/source/class/feedreader. Studying it diligently now. Thanks. Mike Jonathan Rass wrote: > > Hi Mike! > > Did you take a look at our Feed Re

[qooxdoo-devel] Jump Start

2009-01-12 Thread lycovian
I'm looking to jump start an application (actually a few of them). I've worked with Qooxdoo a while ago (0.6) and have basically forgotten just about all of it since then, that and my previous employer owns the source so I don't have a reference. Does anyone have a simple example of a basic app

[qooxdoo-devel] CellRenderer Format

2006-12-07 Thread lycovian
I have a Table object with some numeric columns. I am storing integers in the columns. The cell renderer seems to be formatting the cells though as #,### (with commas). Is there any way to turn this off. In one case the column is the primary key (numberic) and it doesn't make any sense to form

Re: [qooxdoo-devel] Url bug in table cell renderer?

2006-11-30 Thread lycovian
I've filed a bug report for this. lycovian wrote: > > I had a custom Url cell renderer that was working a few weeks ago but one > of my users commented today that when they click on the url in the cell of > the table that nothing happens. After some poking around I've

[qooxdoo-devel] Url bug in table cell renderer?

2006-11-29 Thread lycovian
I had a custom Url cell renderer that was working a few weeks ago but one of my users commented today that when they click on the url in the cell of the table that nothing happens. After some poking around I've discovered that, in Firefox at least, that this has stopped working. Anyone else hav

[qooxdoo-devel] Table Events

2006-10-20 Thread lycovian
Looks like the SelectionModel for a Table fires a "selectionChanged" event. This is a problem as qx.constant.Event.CHANGESELECTION actually evaluates to "changeSelection" (it's missing the 'd'). Just a small incongruity that someone might want to fix. Mike -- View this message in context: htt

[qooxdoo-devel] HTML Cell for Table?

2006-10-12 Thread lycovian
I can't find a reference to this in the board but I know it is possible. Sorry if this is a redundant questions but I have a URL that I would like to show as a link in a cell inside of .Table. Any idea on how to get a hyperlink inside of a cell? Thanks in advance for the help. -- View this mes

[qooxdoo-devel] Ajax Status Indicator

2006-09-19 Thread lycovian
There are numerous animated Gifs out on the web that can be displayed while the browser is "doing something". I pull a large record set (about 3000 rows) via an Ajax call and use it to populate a qx.ui.table.Table. I've subclassed the table include an qx.ui.basic.Atom that includes the animated

Re: [qooxdoo-devel] Announcing release qooxdoo 0.6

2006-09-08 Thread lycovian
I noticed this change also in the new build system a few weeks back. Seems like --add-new-lines doesn't actually do anything now. Not a biggie but a little problematic if you accidentally trace into the qx.js file. Mike dperez wrote: > > Hi, > > I've discovered a change I don't like with the

Re: [qooxdoo-devel] Feature not working in table demo

2006-09-07 Thread lycovian
Yep, I noticed that the button was broken on Tuesday's svn checkout. I've got the same problem. dperez wrote: > > http://demo.qooxdoo.org/html/example/Table_1.html > > The button at the right to toggle the visibility of columns does nothing. > -- View this message in context: http://www.

Re: [qooxdoo-devel] Yay! Splitters ...

2006-09-01 Thread lycovian
Thanks for the info. I will wait until next week. Can't wait to use them though. Splitters have been high on my wishlist of widgets for while now. Volker Pauli wrote: > > Hi, > > On Thu, 2006-08-31 at 22:40 -0700, dperez wrote: >> Hi Lycovian, >> >

[qooxdoo-devel] Yay! Splitters ...

2006-08-31 Thread lycovian
Now how do you use them? Examples Splitter1/2/3 under Test don't seem to do anything. Anyone have a simple working example? -- View this message in context: http://www.nabble.com/Yay%21--Splitters-...-tf2199462.html#a6088937 Sent from the qooxdoo-devel forum at Nabble.com. --

[qooxdoo-devel] Possible bug in qx.ui.window.Window

2006-08-24 Thread lycovian
With the most recent svn (4000) checkout of Qxd there seems to be a problem with the showMinimize/Maximize/Close calls. If any of these calls is made then the window will not show. Possibly a bug. I'm new to this slightly so let me know where I should post this if not here. Here is a small exa

[qooxdoo-devel] Inherited Properties (in Docs)

2006-08-24 Thread lycovian
I was curious about setSpace method for the qx.ui.window.Window object so I opened the doc page for it and asked the Properties area to expose Inherited properties. The space property didn't show up. From grepping the source I can see this properly is created in the qx.ui.core.Widget object.

Re: [qooxdoo-devel] Table.js Scrollbar issues

2006-08-23 Thread lycovian
seems like this is a relatively core issue that should "just work". DPerez, you seem like you hang out here more than I, do you think I file a ticket? dperez wrote: > > Hi Lycovian, > > I use successfully qx.ui.core.Widget.flushGlobalQueues(true) > > > lyco

Re: [qooxdoo-devel] Feature Wishlist

2006-08-23 Thread lycovian
By the way, the link to the Wish List page that you mention in your previous post is broken. I had wanted to add a wish list item though: In the new documentation, it would be nice if there were a link (per class) that also allowed you to see the source. The docs are still a little sparse (but m

[qooxdoo-devel] Table.js Scrollbar issues

2006-08-22 Thread lycovian
I've successfully subclassed a qx.ui.table.Table and packaged it with an Ajax datasource. Way cool! I'm having problems with the vertical scroll bar though, particularly getting the thumb to show up on the bar. I've set the Ajax call to be asyncronous so the table is first painted without dat