Re: [qooxdoo-devel] Select a specific row in a table

2007-10-18 Thread Tobias Koller (GERMO GmbH)
Hi, and then you could use myTable.focus() to see the "active"-selection. Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH) Gesendet: Freitag, 19. Oktober 2007 08:41 An: qooxdoo Development Betreff: Re: [qooxdoo

Re: [qooxdoo-devel] Select a specific row in a table

2007-10-18 Thread Tobias Koller (GERMO GmbH)
Hi, maybe you can use this: var selectFrom = 1; var selectTo = 1; myTable.getSelectionModel().setSelectionInterval( selectFrom, selectTo); Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Juan Matias Granda Gesendet: Freitag, 19. Oktob

Re: [qooxdoo-devel] How to pack() a window?

2007-10-18 Thread Dan
Can anyone explain me what I don't get about qooxdoo's layouts? On 10/17/07, Dan <[EMAIL PROTECTED]> wrote: > > > > On 10/17/07, dperez <[EMAIL PROTECTED]> wrote: > > > > > > You're missing a vLayout.auto() call. > > > > with(vLayout) > > { > > auto(); > >

Re: [qooxdoo-devel] Select a specific row in a table

2007-10-18 Thread Juan Matias Granda
i have the same question, Christian If you have been able to solve your "problem", please tell me as you solved Grettings insulae 2007/10/5, Kolodziej Christian <[EMAIL PROTECTED]>: > > > Hello everybody (the 1st time), > > currently I'm trying to select one specific row of a table. The row has a

Re: [qooxdoo-devel] Localization - tr() - in NON Qooxdoo code

2007-10-18 Thread Dan
> I wonder if I could set up the build to make the tr() & trn() functions > available in a much smaller version of the library and then call them like > static/global functions? The this.tr thing works through inheritance, if you don't inherit from a qooxdoo class, it won't work. You could us

[qooxdoo-devel] Blink background color cell table

2007-10-18 Thread Aníbal Pinto
Hi, it's possible to put the background color of a cell of a table to blink, to change between white an red ? If not possible, have ideas how implement ? A timer on data cell renderer to blink, and update the state when cellrenderer updates ?? Thanks for the time. --

[qooxdoo-devel] Localization - tr() - in NON Qooxdoo code

2007-10-18 Thread mshillin
I have an app that is part Qooxdoo (20%) and part plain javascript & html (80%). Is it possible to expose the qooxdoo internationalization stuff to the 80% of my app that does not use the full Qooxdoo library. I am currently only using Qooxdoo for the really complex parts of the app, so I don't

Re: [qooxdoo-devel] Table changeSelection-event?

2007-10-18 Thread Tobias Koller (GERMO GmbH)
Thanks, that works fine ! Tobias Ps: i'm happy too ;) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fa. Linstep, Stefan Volbers Gesendet: Donnerstag, 18. Oktober 2007 14:56 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Table changeSele

Re: [qooxdoo-devel] Table changeSelection-event?

2007-10-18 Thread Fa. Linstep, Stefan Volbers
Hi, try myTable.getSelectionModel().addEventListener("changeSelection", function(e) { // to be executed upon event var theId = this.getLeadSelectionIndex(); // get selection } As far as I can see, this is still working within 0.7.2. HTH Stefan PS happy to hear your PDF

Re: [qooxdoo-devel] Table changeSelection-event?

2007-10-18 Thread Derrell Lipman
On 10/18/07, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote: > > Hello, > > is there an event that fires when the selected row has changed? > It looks like the selection model (table.getSelectionModel()) dispatches a "changeSelection" event. Derrell -

[qooxdoo-devel] Table changeSelection-event?

2007-10-18 Thread Tobias Koller (GERMO GmbH)
Hello, is there an event that fires when the selected row has changed? Thanks! Tobias - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events

Re: [qooxdoo-devel] [Till, Derrell] qx.ui.table.model.Remote and cell editors

2007-10-18 Thread Derrell Lipman
On 10/18/07, bibliograph <[EMAIL PROTECTED]> wrote: > > Thanks Derrell for the info. It would be very useful to proceed as you > have proposed, to put editing in a mixin, " included by default in > Simple.js but not included by default in Remote.js". When I have time, > I'll open a bug for this. >

Re: [qooxdoo-devel] [Till, Derrell] qx.ui.table.model.Remote and cell editors

2007-10-18 Thread bibliograph
Derrell Lipman schrieb: > On 10/17/07, *bibliograph* <[EMAIL PROTECTED] > > wrote: > > Hi, > > looking at the API, the remote table model does not support cell > editors. I have also tried to assign a boolean cell renderer to the > remote model but it does

Re: [qooxdoo-devel] Table problems: editing and styling

2007-10-18 Thread Tobias Koller (GERMO GmbH)
In IE its just one click. In FF 2 clicks. I think it's a firefox bug. Tobias Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Kolodziej Christian Gesendet: Donnerstag, 18. Oktober 2007 12:32 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] Table

Re: [qooxdoo-devel] Table problems: editing and styling

2007-10-18 Thread Kolodziej Christian
Thanks Tobias, that's a good solution although 2 mouseclicks are needed because the first click first changes the selection model. But it works fine for our requirements... Best regards, Christian - This SF.net email is spo

[qooxdoo-devel] Error when trying to show qx.ui.window.Window

2007-10-18 Thread Kirk Abbott
Hello, I am trying to add some events to bring up a dialog (see line 150 and 176 of the attached code). The page has a tab which includes a table and a toolbar. I am using a verticallayout. The action that I am trying to invoke is attached to the Edit button on the toolbar. However, I get th

Re: [qooxdoo-devel] PDF-Plugin Buttonview Problem IE 6/7

2007-10-18 Thread Tobias Koller (GERMO GmbH)
Hi, maybe it's not a bug. I redesigned the layout and now it works fine in FF AND IE. I'm still using ButtonViews...so I guess the problem was my source-code ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH)

[qooxdoo-devel] ElementFromPoint - does it what it should do?

2007-10-18 Thread [EMAIL PROTECTED]
Hi there, I did (again) experience some troubles with my Drag&Drop behaviour when the feedback widget is below the cursor (bug 688, see http://bugzilla.qooxdoo.org/show_bug.cgi?id=688 ). I try to detect the "real" widget below the cursor using qx.html.element.ElementFromPoint.getElementFrom(x,y).