Re: [qooxdoo-devel] Demobrowser comes up with an empty page

2011-07-25 Thread aditya siram
And the same thing just happened when I downloaded 1.5 and ran "generate.py build" on the demobrowser. The build process completed (after 35 mins) and the index page "../build/index.html" is blank. The browser Firefox 4.0.1. -deech On Mon, Jul 25, 2011 at 6:59 PM, aditya siram wrote: > The demobr

[qooxdoo-devel] Demobrowser comes up with an empty page

2011-07-25 Thread aditya siram
The demobrowser http://demo.qooxdoo.org/current/demobrowser comes up empty on my Firefox v. 4.0.1 browser. -deech -- Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property that ha

[qooxdoo-devel] Question about loading a menu from JSON.

2011-07-25 Thread Simon White
Hi Is there a way to have a menu created from JSON data automatically or do I manually go through the JSON and add the items to the menu? Thanks, Simon -- Storage Efficiency Calculator This modeling tool is based on pa

[qooxdoo-devel] Proposal: Unintended override warning for Qx class members

2011-07-25 Thread Gian Marco Gherardi
Hi, inspired by the implementation of warning for job shadowing, and by @Override annotation in Java, i propose to have the same functionality for Qx class members here is an example: qx.Class.define("trackr.view.EditTaskComposite", { extend: qx.ui.container.Composite, members: {

Re: [qooxdoo-devel] multiline table header cells

2011-07-25 Thread Tristan Koch
Thanks for sharing :) Am 25.07.2011 um 14:38 schrieb alexandr: > Hi, > > I made what I wanted. Maybe, it will be useful for somebody: -- Storage Efficiency Calculator This modeling tool is based on patent-pending inte

Re: [qooxdoo-devel] problem with qx.core.Environment.get() under qooxdoo-1.5

2011-07-25 Thread danovics
Thank you Thron! That was it. -- View this message in context: http://qooxdoo.678.n2.nabble.com/problem-with-qx-core-Environment-get-under-qooxdoo-1-5-tp6615622p6618267.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] multiline table header cells

2011-07-25 Thread alexandr
Hi, I made what I wanted. Maybe, it will be useful for somebody: http://demo.qooxdoo.org/devel/playground/#%7B%22code%22%3A%22qx.Class.define%28%2522MultilineHeaderRenderer%2522%252C%2520%257B%250A%2520%2520extend%2520%253A%2520qx.ui.table.headerrenderer.Default%252C%250A%2520%2520members%2520%

[qooxdoo-devel] Double click on unfocused row in table doesn't trigger double click event

2011-07-25 Thread Jeroen Smit
Hi, I recently started using Qx v 1.4.1 and one thing that I noticed is that when I double click a row in a grid that doesn't have the focus yet, the actual double click event is not triggered. I have been looking at the fix for IE implemented in Mouse.js (__doubleClickFixPre) but with logging

Re: [qooxdoo-devel] Using the treeController to generate a tree from JSON data

2011-07-25 Thread omrihar
Hey Martin, Thanks for your patient reply. I have noticed the part describing the converter options of single value binding after seeing your sample code, but beforehand I didn't pay much attention to it. Maybe I was simply not concentrated enough. I think that it is worth mentioning also in the c

Re: [qooxdoo-devel] Multiline table header

2011-07-25 Thread slah
Hello, I think you can create images containing multi-line text and render it to the table column header. Regards Tristan Koch wrote: > > Hi Alexandr, > > sorry, this feature is not available. > > Am 25.07.2011 um 08:27 schrieb alexandr: > >> Hi, >> >> Does the qooxdoo feature to set table

Re: [qooxdoo-devel] windowbuilder & qooxdoo

2011-07-25 Thread Tom Schindl
Hi, I already answered your question on this topic at the eclipse newsgroup. It looks like you didn't understand how RAP is working because the only thing you find in the js-code of RAP is the widget definitions. The UI (or better said the widget-instances) is created through ajax-request by qoox

Re: [qooxdoo-devel] Multiline table header

2011-07-25 Thread Tristan Koch
Hi Alexandr, sorry, this feature is not available. Am 25.07.2011 um 08:27 schrieb alexandr: > Hi, > > Does the qooxdoo feature to set table header cell to multiline? > > __ > Thanks, > Alexandr > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Multiline-table-header-

Re: [qooxdoo-devel] remote.Rpc vs. Xhr for JSON-RPC calls

2011-07-25 Thread Tristan Koch
Hi Omri, currently, there is no JSON-RPC implementation that uses the new IO stack. You can watch [1] for any progress on this. Tristan [1] http://bugzilla.qooxdoo.org/show_bug.cgi?id=3975 Am 22.07.2011 um 11:32 schrieb omrihar: > Hi all, > > I have recently come across a thread regarding th

[qooxdoo-devel] windowbuilder & qooxdoo

2011-07-25 Thread FD
WindowBuilder can be used to create in eclipse SWT, RCP and RAP applications.( http://code.google.com/intl/fr/javadevtools/wbpro/) RAP (RWT) is implemented in qooxdoo: I can create a rap application and open it in a web browser to see the qooxdoo javascript source code. Unfortunatelly this js code