[qooxdoo-devel] How to doubleclick-close a tab in TabView?

2011-12-21 Thread Scott Chapman
I have a tab view and want to double-click on a tab to close it. The code below should log when the double-click happens, in console.log, but doesn't. What am I doing wrong? Thanks! Scott   this.__mapTabView = new qx.ui.tabview.TabView();   this.__mapTab = this._createMapTab ("Map");    

[qooxdoo-devel] Pinch gesture in desktop application

2011-12-21 Thread odg
Hey, im currently developing a desktop application and want to be able to use it with mobile browsers too. The application opens without problems and is displayed correctly, but I cannot use the pinch gesture to zoom/move the screen. On an iPhone 3G, the application is rendered verry small and zo

Re: [qooxdoo-devel] How do you do a ForEach over members of a class?

2011-12-21 Thread Simon White
Hi It does not seem to show the items I added like this: this.__conDetails = new dcbase.conDetails({set: {legend: "Customer Details"}}); this.__pgStd1.add(this.__conDetails,{top: 100,left: 255}); where "this" is the Window. Simon On 16/12/2011 2:19 AM, thron7 wrote: > Try the .getChildren me

Re: [qooxdoo-devel] Dayplaner?

2011-12-21 Thread Mustafa Sak
Just take a look at virtual table on demo browser. It's a bit complex but in case of performance it does great. By the if you combine virtual infrastructure with data model binding your widget will be most effective. Von meinem iPhone gesendet Am 21.12.2011 um 20:11 schrieb "smisonli...@google

[qooxdoo-devel] Dayplaner?

2011-12-21 Thread smisonli...@googlemail.com
i want to create a little complex dayplaner. i try it with some containers, but its takes long to create and load data inside it. i try a table, but i need to colspan some rows, and that not working. have someone ideas /concept to start this task? thank you

Re: [qooxdoo-devel] app is acting like a breakpoint has been set withFirebug.

2011-12-21 Thread Scott Chapman
Thanks! That fixed it!  I don't see a way to change it to "Break on uncaught errors". I think that's the default if you turn off "Break on All errors". -Tristan Koch wrote: - To: qooxdoo Development From: Tristan Koch Date: 12/21/2011 06:50AM Subject: Re: [qooxdoo-devel] app is acting

[qooxdoo-devel] size table to its content?

2011-12-21 Thread smisonli...@googlemail.com
Hello, is it possible to size a table automativcal to its content size? -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumer

Re: [qooxdoo-devel] app is acting like a breakpoint has been set withFirebug.

2011-12-21 Thread Tristan Koch
Hi Scott, what you probably enabled in Firebug is to "break on all errors" (i.e. even caught errors). Change "to break on uncaught errors". Tristan Am 21.12.2011 um 12:49 schrieb Marc Puts: > Firebug has soms options like 'break on JavaScript error' and such. Maybe > it's breaking on that? >

Re: [qooxdoo-devel] sizing text Area

2011-12-21 Thread Tristan Koch
Hi Rubén, sure, you can define a minimal height for the widget using the "minHeight" property. See [1] for a working example. If you need to decrease the initial height to one line, adjust "minimalLineHeight". Tristan [1] http://demo.qooxdoo.org/current/demobrowser/#ui~AutoSizeTextArea.html A

[qooxdoo-devel] sizing text Area

2011-12-21 Thread xina towner
Is there any way to fix the init size of a text area but with re-sizing mode on? I want to fix the init height of a text area to 30 but if the user writer more then the text area should re-size automatically -- Thanks, Rubén ---

Re: [qooxdoo-devel] app is acting like a breakpoint has been set withFirebug.

2011-12-21 Thread Marc Puts
Firebug has soms options like 'break on JavaScript error' and such. Maybe it's breaking on that? -Oorspronkelijk bericht- Van: Scott Chapman Verzonden: 21-12-2011 2:20 Aan: qoxdoo-devel Onderwerp: [qooxdoo-devel] app is acting like a breakpoint has been set withFirebug. I'm using Firefo