Re: [qooxdoo-devel] Icon in column of treevirtual

2007-10-31 Thread Bill Adams
Cool. I tried out cellrenderer.Boolean, and then cellrenderer.Image, with my own image, and got what I needed. Previously I'd tried IconCellRenderer, but it kind of broke the table. Thanks, Bill From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

[qooxdoo-devel] Maintain Session State with RPC

2007-10-31 Thread Jeremy Hahn
Im using qx.io.remote.Rpc to hit a PHP backend JSON RPC server, which then passes the request onto some PHP and Java classes. How can I maintain a session state with these backend classes so that each new async or sync request does not start a new session? Thanks begin:vcard fn:Jeremy Hahn n:H

[qooxdoo-devel] Basic Two-state Toggle Button

2007-10-31 Thread Damian Grant
Hi folks, I'm a noob to qooxdoo (~1 week now) so forgive me if this is covered elsewhere. Was trying to get a button to toggle on and off but the only Widget that appeared to suit my needs was qx.ui.toolbar.CheckBox. When adding toolbar.CheckBox to a CanvasLayout (ie. not a Toolbar as it was i

Re: [qooxdoo-devel] Icon in column of treevirtual

2007-10-31 Thread Derrell Lipman
On 10/31/07, Bill Adams <[EMAIL PROTECTED]> wrote: > > With Derrell's help, I learned how to make clicking on a cell trigger an > action. > > I would like the cell (in column 1 or 2) to contain an icon instead of > text. I've spent quite a while on this but am still stumped. > Take a look at the

Re: [qooxdoo-devel] Inconsistent table cells click event behavior with Firefox

2007-10-31 Thread Philipp Wabinski
Emil Prichici wrote: > > Hi, > > Thanks for your answers. > > In my opinion the cause of the problem is the > qx.ui.table.pane.Scroller._focusIndicator. When this widget is set to > visible a click event is dispatched only if the click is located in the > focused cell as opposed to when the wi

[qooxdoo-devel] Icon in column of treevirtual

2007-10-31 Thread Bill Adams
With Derrell's help, I learned how to make clicking on a cell trigger an action. I would like the cell (in column 1 or 2) to contain an icon instead of text. I've spent quite a while on this but am still stumped. Regards, Bill -

Re: [qooxdoo-devel] Inconsistent table cells click event behavior with Firefox

2007-10-31 Thread Emil Prichici
Hi, Thanks for your answers. In my opinion the cause of the problem is the qx.ui.table.pane.Scroller._focusIndicator. When this widget is set to visible a click event is dispatched only if the click is located in the focused cell as opposed to when the widget is not visible when every mouse clic

Re: [qooxdoo-devel] Table row selection: Internet Explorer-specific issue

2007-10-31 Thread Helder Miguel Magalhães
Thank you for your attention to the problem. I was able to post a video sample, but unfortunately my reply was considered a new thread: http://sourceforge.net/mailarchive/forum.php?thread_name=BA0FD0EA8282D74CAE2088A5DCB4474B201473%40S005.maia.efacec.pt&forum_name=qooxdoo-devel Regards, Hel

Re: [qooxdoo-devel] Inconsistent table cells click event behavior with Firefox

2007-10-31 Thread Tobias Koller (GERMO GmbH)
Hi, I guess it's not a cell-click problem. The "click"-event (on the table-widget) only fires in FireFox if a row is already selected. If my focus is on another widget and I click into the table, no click-event is fired. If the table-widget has the focus then I can catch the click-event on each

Re: [qooxdoo-devel] Inconsistent table cells click event behavior with Firefox

2007-10-31 Thread Fabian Jakobs
Hi Emil, the click events on table cells are pretty new and what you observe probably is a bug. Could you please add this bug to bugzilla? Bsasically the contents of this mail would suffice to describe the bug. Best Fabian > Hello, > > I encountered the following problem and I didn’t find anyth