Re: [qooxdoo-devel] Release of new qxe widget: DocumentViewer

2011-12-07 Thread Stefan Andersson
T! Eclipse is a tough regimen but it apparently has worked very successfully during the years. I guess if measured, they have produced more quality code per hour than qooxdoo, definitively involved more people and then mainly due to the fact that they delegated it on more hands. I agree on la

Re: [qooxdoo-devel] Can a Virtual ComboBox be bound to a Store?

2011-12-07 Thread Christian Hagendorn
Hi Simon, that's the right way, just bind the store model with the model from the VirtualComboBox. Do you also set the label path? You can also have look at the "Grouped with Persons" demo from the VirtualSelectBox, it should also work with the VirtualComboBox [1]. Cheers, Chris [1] http://de

Re: [qooxdoo-devel] Release of new qxe widget: DocumentViewer

2011-12-07 Thread thron7
> i agree that many of good quality contributions should also release as > part > of the qooxdoo under different name space , may be qx.contrib inside > official release. > That way those contributions are also making sure that they are compatible > , and reach quality of core qooxdoo . I don't th

Re: [qooxdoo-devel] Another lint question

2011-12-07 Thread thron7
> @lint ignoreUndefined(START) > > did work. Should I submit a bug report, or is this on your radar anyhow? Please have a look. There might be an existing bug concerning label support in the generator. If so, add your use case in a comment. If not I would be happy if you open one. T. > > Cheers,

Re: [qooxdoo-devel] qooxdoo 1.6 and 1.5.1 released

2011-12-07 Thread thron7
> I was eagerly waiting for the release! Thanks guys! > > Just i little question, to settle down my curiosity. > > I've seen that this releases have a smaller zip ? > Just a better compression or less files but more stuff ? :D The previous release was unnecessary bloated by media files, e.g. video

Re: [qooxdoo-devel] Another source question

2011-12-07 Thread Fritz Zaucker
Hi Thomas, thanks, so some more lines of code that can be removed ... nice. Cheers, Fritz On Wed, 7 Dec 2011, thron7 wrote: > Hi Fritz, > > no, there is no relevance for #module anymore. I can't say exactly when > this happened, and I only faintly remember what it once meant. I think it > had t

Re: [qooxdoo-devel] Another source question

2011-12-07 Thread thron7
Hi Fritz, no, there is no relevance for #module anymore. I can't say exactly when this happened, and I only faintly remember what it once meant. I think it had to do with the class being defined in that file being assigned to a specific namespace, alias module. I might be wrong. But the current sc

[qooxdoo-devel] Can a Virtual ComboBox be bound to a Store?

2011-12-07 Thread Simon White
Hi I am trying to get a virtual comboBox to display data from a remote table. So I created a store and tried to bind the store to the combobox the same way I do for a virtual list but it does not work. I am trying the following: this.myStore.bind("model.MYTable",this.comboBox,"model"); Can

Re: [qooxdoo-devel] VirtualSelectBox - changing the width of the attached list?

2011-12-07 Thread Simon White
Hi I would vote for option 2 as that is what I am use to seeing in Windows Desktop apps. The selectbox or combobox is one width while the drop down list may be much wider so you can see the entirety of each item in the list. Simon On 07/12/2011 9:59 AM, omrihar wrote: > Hi List, > > I am us

Re: [qooxdoo-devel] qooxdoo 1.6 and 1.5.1 released

2011-12-07 Thread Marco Pompili
I was eagerly waiting for the release! Thanks guys! Just i little question, to settle down my curiosity. I've seen that this releases have a smaller zip ? Just a better compression or less files but more stuff ? :D - La coincidenza non ha madre. -- View this message in context: http://qooxd

[qooxdoo-devel] qooxdoo 1.6 and 1.5.1 released

2011-12-07 Thread Andreas Ecker
Here's good news: As planned another joint release of the framework is now available, qooxdoo 1.6 and qooxdoo 1.5.1. Please see the corresponding announcements: http://news.qooxdoo.org/qooxdoo-1-6-released http://news.qooxdoo.org/qooxdoo-1-5-1-released Everyone is encouraged to upgrade. For you

Re: [qooxdoo-devel] Code Freeze for the upcoming qooxdoo Releases 1.6/1.5.1

2011-12-07 Thread thron7
Concerns: qooxdoo committers Dear all, code freeze for the Github repository is over. The release commits for 1.6 and 1.5.1 have been tagged in Git, pushing to Github is open again. Thanks, Thomas -- Cloud Services C

Re: [qooxdoo-devel] VirtualSelectBox - changing the width of the attached list?

2011-12-07 Thread Christian Hagendorn
Hi Omri, thanks, for opening the bug report. I think you are right using "LayoutItem" is better. I will fix it. Cheers, Chris Am 07.12.2011 17:20, schrieb omrihar: > I realize now that "item" means "LayoutItem". I don't know if it's being too > pedantic but perhaps using explicitly "the LayoutI

Re: [qooxdoo-devel] VirtualSelectBox - changing the width of the attached list?

2011-12-07 Thread omrihar
I realize now that "item" means "LayoutItem". I don't know if it's being too pedantic but perhaps using explicitly "the LayoutItems preferred width" will be a safer description? I really don't think it is extremely important, but since it did confuse me for a while (especially since the VirtualSel

Re: [qooxdoo-devel] VirtualSelectBox - changing the width of the attached list?

2011-12-07 Thread omrihar
Hi Chris, thanks for the quick reply. I opened an enhancement bug for the tooltips [1] idea, I hope you also find it a good idea as I do :) I will check the idea with adding a listener to the "resize" event of the popup (even though for me it seems to be sufficient atm to use the tooltips). I re

Re: [qooxdoo-devel] VirtualSelectBox - changing the width of the attached list?

2011-12-07 Thread Christian Hagendorn
Hi Omri, > 1. It seems to me to be a rather generic case that, at least when the item's > name is too long, it should > display a tooltip. Is there a way to do it without defining a delegate? > In any case, I suggest either > making this functionality default, or add some property to all

[qooxdoo-devel] VirtualSelectBox - changing the width of the attached list?

2011-12-07 Thread omrihar
Hi List, I am using a VirtualSelectBox in a place where it cannot be very wide, but the names of the items contained within it can be sometimes rather long. I used a delegate to bind the tooltipText property of the items in the list to the "name" property, so this is some help. I have several que

[qooxdoo-devel] Another source question

2011-12-07 Thread Fritz Zaucker
Hi, in some of our older QX-apps we have at the beginning comments like /* #module(someName) */ This is probably from QX 0.7 times. I couldn't find #m

Re: [qooxdoo-devel] Another lint question

2011-12-07 Thread Fritz Zaucker
@lint ignoreUndefined(START) did work. Should I submit a bug report, or is this on your radar anyhow? Cheers, Fritz On Wed, 7 Dec 2011, thron7 wrote: > It's probably a bug, as support for labels is weak in qooxdoo. As for > suppressing it you could try the normal ignore facilities. > > T. > > O

Re: [qooxdoo-devel] Release of new qxe widget: DocumentViewer

2011-12-07 Thread Phyo Arkar
i agree that many of good quality contributions should also release as part of the qooxdoo under different name space , may be qx.contrib inside official release. That way those contributions are also making sure that they are compatible , and reach quality of core qooxdoo . On Wed, Dec 7, 2011 a

Re: [qooxdoo-devel] How to use Google Map API V3 on QooXdoo?

2011-12-07 Thread arsousa
Hi Cherrot, In my project I have an integration with Qooxdoo and OpenLayers and I use qx.html.Element#getDomElement with success. var wdom = wdg.getContentElement().getDomElement(); var map = new OpenLayers.Map(wdom, mapOptions); In case of Google Maps could be done in the same way: var wdom =

Re: [qooxdoo-devel] Release of new qxe widget: DocumentViewer

2011-12-07 Thread Stefan Andersson
Hej Leandro! >It seems to be really nice Thank! >But is it a good idea to use Flash when the open technologies like >html5 are replacing it? Adobe will discontinue the flash in mobile >platforms, where qooxdoo is beggining to explore. It is all about compatibility and staying with old browsers

Re: [qooxdoo-devel] Another lint question

2011-12-07 Thread thron7
It's probably a bug, as support for labels is weak in qooxdoo. As for suppressing it you could try the normal ignore facilities. T. On 12/07/2011 10:04 AM, Fritz Zaucker wrote: > Hi, > > I get the following lint warning: > > Use of undefined or global identifier 'START' > > for the following

[qooxdoo-devel] Another lint question

2011-12-07 Thread Fritz Zaucker
Hi, I get the following lint warning: Use of undefined or global identifier 'START' for the following code fragement: START: for (i=0; ihttp://www.accelacomm.com/jaw/sfnl/114/51491232/ ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourcefor

Re: [qooxdoo-devel] Release of new qxe widget: DocumentViewer

2011-12-07 Thread Martin Wittemann
Hey, > Do the developers intend to merge the qxe in qooxdoo in a near future? No, there are currently no plans to merge qxe into the core framework. Regards, Martin -- Cloud Services Checklist: Pricing and Packaging Optim

Re: [qooxdoo-devel] #ignore and lint

2011-12-07 Thread thron7
lint is not honoring the #ignore hints, s. bug#4561. for lint, you have to use @ignore JSDoc comment tags. t. On 12/07/2011 09:26 AM, Fritz Zaucker wrote: > Hi, > > I am getting the following warnings when running lint: > > .../source/class/bwt/ui/WorkloadTable.js (98,-3772): Use of undefine

Re: [qooxdoo-devel] #ignore and lint

2011-12-07 Thread Tristan Koch
Hi Fritz, try to add @lint ignoreUndefined(canvascell, uploadwidget) to the API-Doc of the method using the globals. > Am I missing something? Or is #ignore being ignored by lint? Its just a generator flag. Tristan Am 07.12.2011 um 09:26 schrieb Fritz Zaucker: > Hi, > > I am getting the fol

[qooxdoo-devel] #ignore and lint

2011-12-07 Thread Fritz Zaucker
Hi, I am getting the following warnings when running lint: .../source/class/bwt/ui/WorkloadTable.js (98,-3772): Use of undefined or global identifier 'canvascell' .../source/class/bwt/ui/Upload.js (95,-2742): Use of undefined or global identifier 'uploadwidget' The lines in question are:

Re: [qooxdoo-devel] Announcing a new version of Kameleoon!

2011-12-07 Thread Tristan Koch
Hi Jean-Noël, > We recently opened the website http://www.abtests.net/ where we > describe our product. There is a live online demo that I encourage > everyone to try. > Pretty impressive and very smooth. Its obvious you put a lot of work into it. Great! > We will add ourselves to the real lif

Re: [qooxdoo-devel] How to use Google Map API V3 on QooXdoo?

2011-12-07 Thread Tristan Koch
Hi Cherrot, take a look here: http://demo.qooxdoo.org/current/demobrowser/#showcase~Maps.html You can toggle the HTML/JS Code and learn from it. Also, you may want to read this thread which talks about the correct use of qx.html.Element#getDomElement and will give you more details about how qo