Re: [qooxdoo-devel] How do you add click events to toolbars?

2007-07-07 Thread Jared Broad
Yes you are right, but Firefox seems to download/render slower for me (im operating off local host). I was using IE for haste, but lost hours because of a bad debug message. Funny huh? Lol =) You have to laugh when its so sad you want to cry. Jared --- It's pr

Re: [qooxdoo-devel] How do you add click events to toolbars?

2007-07-07 Thread Derrell Lipman
On 7/7/07, Jared Broad <[EMAIL PROTECTED]> wrote: > Sorry :| ... ignore that... after working on it 5 hours it was just IE > giving me an invalid line number meaning I was chasing a Red-herring. > > GAAHHH. I don't like javascript =P. Qooxdoo is awesome app though =) It's probably not javascript t

Re: [qooxdoo-devel] How do you add click events to toolbars?

2007-07-07 Thread Jared Broad
Sorry :| ... ignore that... after working on it 5 hours it was just IE giving me an invalid line number meaning I was chasing a Red-herring. GAAHHH. I don’t like javascript =P. Qooxdoo is awesome app though =) Jared -Original Message- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent:

[qooxdoo-devel] How do you add click events to toolbars?

2007-07-07 Thread Jared Broad
Hello Qooxdoo'ers I am trying to make a ToolBar Button call a function, my code is only a slight variant from the ShowCase Toolbar code. I keep getting the message "object doesn’t support this action". Main Calls _createToolBar: Button Created in a function "_createToolBar": //New / Open But

Re: [qooxdoo-devel] Sorting Columns in TreeVirtual

2007-07-07 Thread Derrell Lipman
On 7/7/07, Christian Boulanger <[EMAIL PROTECTED]> wrote: The TreeVirtual probably shouldn't be sorted client-side, but server-side, since single nodes can be refreshed easily. What I then need is a way of finding out when the column header is clicked on: - event "user clicks on column header"

Re: [qooxdoo-devel] Online Showcase demo problem in IE7

2007-07-07 Thread Hugh Gibson
> Can you please open a "critical" bug report for target = 0.7.1 and > assign it to Fabian. Thank you for your help. It's here: http://bugzilla.qooxdoo.org/show_bug.cgi?id=537 Hugh - This SF.net email is sponsored by DB2

Re: [qooxdoo-devel] Online Showcase demo problem in IE7

2007-07-07 Thread Sebastian Werner
Hi Hugh! Can you please open a "critical" bug report for target = 0.7.1 and assign it to Fabian. Thank you for your help. Sebastian Am 07.07.2007 um 06:01 schrieb Hugh Gibson: > > Using IE 7 and my shiny new 8MB internet connection I went to > http://demo.qooxdoo.org/current/showcase/ and g

Re: [qooxdoo-devel] qxtransformer on its way

2007-07-07 Thread Christian Boulanger
Hi Frederic, we are very close but both working on other projects ... We are working on creating a set of files which can be checked out and used to create your own project sketelon. We wanted also to clean up the architecture before we go public. Siarhei is working on the remaining shell/pyth

Re: [qooxdoo-devel] Sorting Columns in TreeVirtual

2007-07-07 Thread Christian Boulanger
The TreeVirtual probably shouldn't be sorted client-side, but server-side, since single nodes can be refreshed easily. What I then need is a way of finding out when the column header is clicked on: - event "user clicks on column header" -> table stores header name internally and triggers refresh