Re: [qooxdoo-devel] TreeVirtual: Deselect all nodes

2007-09-05 Thread bibliograph
Duh! Why not just look at the error console before posting? this.getSelectionModel().clearSelection(); is the correct call. Sorry, C. bibliograph schrieb: > Hi, > > what is the correct way to deselect all nodes in the TreeVirtual? > > myTreeVirtual.getSelectionManager().getSelectionModel().clear

[qooxdoo-devel] TreeVirtual: Deselect all nodes

2007-09-05 Thread bibliograph
Hi, what is the correct way to deselect all nodes in the TreeVirtual? myTreeVirtual.getSelectionManager().getSelectionModel().clearSelection(); doesn't seem to do the trick. Christian - This SF.net email is sponsored by: S

Re: [qooxdoo-devel] Sending a message

2007-09-05 Thread bibliograph
Jim, I think Derrell is right here - messages are disposed after all subscribers have been notified. Christian Derrell Lipman schrieb: > > > On 9/5/07, *Jim Hunter* <[EMAIL PROTECTED] > > wrote: > > Christian, > > I was excited to see this bit of information

[qooxdoo-devel] Ext theme has a few problems

2007-09-05 Thread Hugh Gibson
After updating to 0.7.1 one of the first things I did was change to the Ext theme. A modern look, great! However, I've found a few problems. You can see them all with the online showcase at http://demo.qooxdoo.org/current/showcase/ The biggest problem for us is that in IE7, the first time a menu

[qooxdoo-devel] Demo application problems

2007-09-05 Thread Hugh Gibson
Just tried the Feedreader to test something and I'm regularly getting the error below in Firefox when clicking on the tree. There's no change of feed either. Not good for a demo. Possibly due to no response to a "GET" for http://feeds.feedburner.com/ajaxian this.getFeeds()[this.getSelecte

Re: [qooxdoo-devel] Sending a message

2007-09-05 Thread Derrell Lipman
On 9/5/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > > Christian, > > I was excited to see this bit of information so I tried out some tests > to see what I could do with messages and I am not able to pass data like > your sample shows. When I do the exact same thing as you have, the getData() > is

Re: [qooxdoo-devel] Sending a message

2007-09-05 Thread Jim Hunter
Christian, I was excited to see this bit of information so I tried out some tests to see what I could do with messages and I am not able to pass data like your sample shows. When I do the exact same thing as you have, the getData() is null. Is there a typo in your code or what might I be doing w

[qooxdoo-devel] Unknown warning

2007-09-05 Thread Jim Hunter
After upgrading from .6.x to .7.x I am getting a warning in the following line of code that used to work. The code no longer works and generates a warning (the message follows the code sample). Here is the code: this.From.addEventListener('keyup', function(){this.setValue( this.getComputedValue().

Re: [qooxdoo-devel] Absolute path in makefile does not work in 0.7.1 ?

2007-09-05 Thread Andreas Ecker
Hi Christian, while it is quite powerful to offer most features of the build process through Makefile variables, it is not as smooth a ride yet as it could be. We are working on a cool solution, stay tuned. ;-) > Hi, > > playing around with some settings in mySkeletonApp/Makefile I have found,

Re: [qooxdoo-devel] Table Problem: constantly growing width

2007-09-05 Thread bibliograph
it must have to do with the Resize behavior. bibliograph schrieb: > var qx_id4518102_tableModel = new qx.ui.table.model.Simple(); > qx_id4518102_tableModel.setColumns(['Property','Label','Value']); > qx_id4518102_tableModel.setColumnEditable(2,true); > var qx_id4518102_resizeBehaviour = { tableCol

[qooxdoo-devel] Table Problem: constantly growing width

2007-09-05 Thread bibliograph
Hello, I am doing complex layouts involving Table and TreeVirtual and constantly run into a wierd problem: under specific circumstances, the Table and the TreeVirtual (which inherits from the Table) start growing in their width without stopping, eventually resulting in a browser crash. There must

Re: [qooxdoo-devel] qooxdoo and portlets

2007-09-05 Thread Joshua Phillips
Hi Fabian, So, is it correct that qooxdoo libraries do not need to be imported from script tags with the html head tag? Also, does qooxdoo need access to the html body tag? By the way, Liferay and Jetspeed2 provide Ajax based renderers. I think it would be really cool to aggregate portlet content

Re: [qooxdoo-devel] TreeVirtual Label alignment problem

2007-09-05 Thread Phaneesh N
Hi Derrell, I will send you the 0.7 code ASAP. We are still in the process of migrating the code from 0.6.6 to 0.7... I open an issue with all the required resources in bugzilla. Thanks Phaneesh - Original Message From: Derrell Lipman <[EMAIL PROTECTED]> To: qooxdoo Development Sent:

Re: [qooxdoo-devel] TreeVirtual Label alignment problem

2007-09-05 Thread Derrell Lipman
On 9/5/07, Phaneesh N <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using 0.6.6 build. I am facing problem with the alignment of Labels > for the nodes. All the labels overlap the folder icons. Please see the > attached png file for a snapshot of the screen. Also please find the > attached code (test

Re: [qooxdoo-devel] Minimum size versus initial one

2007-09-05 Thread Jim Hunter
How about adding an event listener for Appear to the textarea and remove the minHeight from it at that time. This way it is drawn at min 100 then the requirement is removed once it is displayed? Jim On 9/5/07, dperez <[EMAIL PROTECTED]> wrote: > > > Hi > > When I wish to create a resizable conta

[qooxdoo-devel] Absolute path in makefile does not work in 0.7.1 ?

2007-09-05 Thread Christian Schmidt-Guetter
Hi, playing around with some settings in mySkeletonApp/Makefile I have found, that absolute path's do not work at all (even with Unix/Linux). So either documentation at http://qooxdoo.org/documentation/0.7/makefile_defaults#qooxdoo_path and http://qooxdoo.org/documentation/0.7/skeleton

Re: [qooxdoo-devel] New Class: Filtered Table Model

2007-09-05 Thread dperez
It would be interesting if this code could be added to the qooxdoo repository or a wiki. It's a pity to lose valuable code. MootCycle wrote: > > I've written a new table model that allows for hiding rows client side in > a way similar to how TreeVirtual hides data. You can specify to filter > r

Re: [qooxdoo-devel] qooxdoo and portlets

2007-09-05 Thread Fabian Jakobs
Hi Joshua, I have used qooxdoo in portlets some time ago but the page reloads really kill you. Unless you have a portal, which does updates using AJAX, a qooxdoo portlet is not really practical. Back then no such portal existed and I don't think there is one on the market today. Best Fabian >

[qooxdoo-devel] Minimum size versus initial one

2007-09-05 Thread dperez
Hi When I wish to create a resizable container, I do this: var ta = new qx.ui.form.TextArea; ta.set({ minHeight: 100, height: '1*' }) var container = new qx.ui.layout.BoxLayout('vertical'); container.set({ minHeight: 'auto', height: '100%' }) container.add(ta, someOtherWidget); var win

Re: [qooxdoo-devel] get mouse position in a window->appear event?

2007-09-05 Thread Hugh Gibson
> I want to postion a qx.ui.window.Window according to the mouse > position > after it appears. But I don`t know how to get the mouse Position > inside this > Event. It's the wrong type of event for mouse information. I suggest that you listen for "mousemove" at the top level of your app and ca

[qooxdoo-devel] qooxdoo and portlets

2007-09-05 Thread Joshua Phillips
Has anyone on this list used qooxdoo in portlets? - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser

Re: [qooxdoo-devel] Possible bug: openInterval property on menu

2007-09-05 Thread Fabian Jakobs
Hi Mike, this looks like a bug to me. I have just checked the menu sources. Currently the timeout is only used in the constructor to configure the timers. Modifications of the property will have no effect. Please open a bug report for this in our bugzilla. Best Fabian > Hi, > > I want to repor

[qooxdoo-devel] Problem with opera 9.50

2007-09-05 Thread Bart van der Werf
I'm not sure what is wrong here, works fine in ff 2/3 and ie7 JavaScript - http://localhost:4499/Website/prototype/source/index.html Event thread: load Error: name: TypeError message: Statement on line 279: Type mismatch (usually non-object value supplied where object required) Backtrace: Line 2