[qooxdoo-devel] ES6 ES2015 ecmascript primitive usage in qooxdoo 6.0.0-alpha

2018-10-02 Thread Marcel Ruff
Hi, when I use "let" or "const" from ES6 ES2015 ecmascript in qooxdoo I get: : Unknown operator u'let' (pos (223, 7)) Does anybody know a simple way to at least use "let" and "const" in my code with the existing qooxdoo python framework? I have read   https://github.com/qooxdoo/qooxdoo/issues/

[qooxdoo-devel] Download PDF from inside qooxdoo desktop

2015-12-04 Thread Marcel Ruff
Hi, how do I best download a PDF from inside a qooxdoo desktop application? If I use window target the popup blocker of firefox reacts. How is it possible that inside my qooxdoo application the firefox download dialog opens to save the pdf? Thank you Marcel ---

Re: [qooxdoo-devel] Button Events missing: Qooxdoo 5.0.1 with Edge Browser 20.10240

2015-10-03 Thread Marcel Ruff
er("touchmove", this._onMovePointerMove, this); which caused the problem, removing the above and all works fine. Marcel On 16.09.2015 07:52, Tobias Oetiker wrote: On 16.09.2015, at 00:27, Marcel Ruff mailto:m...@marcelruff.info>> wrote: Hi, first of all thank you for the new qooxd

[qooxdoo-devel] Button Events missing: Qooxdoo 5.0.1 with Edge Browser 20.10240

2015-09-15 Thread Marcel Ruff
Hi, first of all thank you for the new qooxdoo 5.0.1! I'm running Qooxdoo 5.0.1 desktop with Microsoft Internet Explorer Edge Browser 20.10240 inside VirtualBox on Windows 10. When clicking buttons etc on the main page all clicks react fine. When opening a qx.ui.window.Window with some contr

Re: [qooxdoo-devel] Qooxdoo virtual list is so slow for mobile.

2015-09-05 Thread Marcel Ruff
I had decided some years ago to use the qooxdoo desktop virtual list to be able to easily cope with unlimited number of data in my model. But virtual list is very slow, infact almost unusable, it was broken since ever and never was fixed. regards Marcel On 19.08.2015 17:56, Phyo Arkar wrote:

[qooxdoo-devel] right mouse click: qx.ui.virtual.core.Pane versus qx.ui.table.Table cellTap

2015-06-21 Thread Marcel Ruff
Hi, I use qooxdoo 5.0 desktop on Linux with Chrome or Firefox The "cellTap" event behaves different for: qx.ui.virtual.core.Pane -> does *not* fire on right mouse click qx.ui.table.Table -> fires onright mouse click Is this by design or a bug? Thank you Marcel qx.ui.form.Button "tap" -> do

[qooxdoo-devel] Javascript editor CodeMirror integration: Space key is not invoked properly

2015-02-18 Thread Marcel Ruff
Hi, I use CodeMirror.version = "4.12.1" (same with 4.12.0) and qooxdoo 4.1 desktop in google-chrome or firefox on Linux. CodeMirror is embedded into qooxdoo with qx.ui.embed.Html("") and attached to the div. When I hit the space key ( keyCode 32) inside the CodeMirror editor nothing happens,

Re: [qooxdoo-devel] IE11 in Edge document mode does not react on mouse clicks on buttons

2014-08-14 Thread Marcel Ruff
Am 14.08.2014 08:12, schrieb Martin Wittemann: > Hey, >> I have a desktop qooxdoo 4.0.1 web page which works fine in Firefox and >> Chrome. >> >> However, in IE 11 the mouse clicks on qx.ui.tabview.Page tabs are not working >> any more, also clicks on buttons. >> Moving the mouse over the button t

[qooxdoo-devel] IE11 in Edge document mode does not react on mouse clicks on buttons

2014-08-13 Thread Marcel Ruff
Hi, I have a desktop qooxdoo 4.0.1 web page which works fine in Firefox and Chrome. However, in IE 11 the mouse clicks on qx.ui.tabview.Page tabs are not working any more, also clicks on buttons. Moving the mouse over the button the color changes but the click does nothing. If switching IE11 via

Re: [qooxdoo-devel] Migration Error from qooxdoo 3.0.1 to 4.0.1 RESOLVED

2014-08-13 Thread Marcel Ruff
Resolved, I have now modified all migration.log hints and in Firefox and chrome it works fine. Thank you Marcel Am 13.08.2014 22:39, schrieb Marcel Ruff: Hi, I try to upgrade from 3.0.1 desktop to 4.0.1 The migration job has not changed any file but had some hints (see below). Opening the

[qooxdoo-devel] Migration Error from qooxdoo 3.0.1 to 4.0.1

2014-08-13 Thread Marcel Ruff
Hi, I try to upgrade from 3.0.1 desktop to 4.0.1 The migration job has not changed any file but had some hints (see below). Opening the web page in Chrome most runs fine but in the debugger I can see many "Uncaught TypeError: Cannot read property 'call' of undefined " For example: 1. Uncau

[qooxdoo-devel] Mouse up event of resize qx.ui.window.Window is missing if over OpenLayers 2.13.1 OSM map

2014-02-05 Thread Marcel Ruff
Hi, we have a qx.ui.window.Window with qooxdoo 3.6 When we resize it with the mouse it always worked well with OpenLayers.js 2.11 The Window is in front of the OSM map. Now we have updated to OpenLayers.js 2.13.1 and when we want to increase the window size with the mouse the mouse up event see

Re: [qooxdoo-devel] qooxdoo 3.5 generate.py fails: Resolved in 3.6

2014-01-04 Thread Marcel Ruff
roduce the issue with a skeleton. I would > still be very interested to see the code that triggers that ... Please > follow up in the bug report. > > Cheers, > Thomas > > On Fri, Dec 20, 2013 at 1:02 PM, Marcel Ruff wrote: >> http://bugzilla.qooxdoo.org/show_bug.cgi

Re: [qooxdoo-devel] Unable to parse JSDoc entry

2013-12-20 Thread Marcel Ruff
Good to know, so I will patiently and persistently wait with my JSDoc 3 style to blossom with qooxdoo ;-) thank you and all best with your future job Marcel Am 20.12.2013 13:06, schrieb thron7: > On Fri, Dec 20, 2013 at 12:57 PM, Marcel Ruff wrote: >> According to >&

Re: [qooxdoo-devel] qooxdoo 3.5 generate.py fails

2013-12-20 Thread Marcel Ruff
http://bugzilla.qooxdoo.org/show_bug.cgi?id=8020 Thank you Marcel Am 20.12.2013 12:44, schrieb thron7: > Please open a bug report for this, and add your stack trace. > > Thanks, > T. > > On Fri, Dec 20, 2013 at 11:44 AM, Marcel Ruff wrote: >> I have checked with qoox

Re: [qooxdoo-devel] Unable to parse JSDoc entry

2013-12-20 Thread Marcel Ruff
/api_jsdoc_ref.html @param{} [] is qooxdoo style, as you pointed out. Is there a way to keep the two frameworks in harmonic coexistence (is there a syntax which both like)? Thank you Marcel Am 20.12.2013 12:19, schrieb thron7: > On Fri, Dec 20, 2013 at 11:36 AM, Marcel Ruff wrote: &g

Re: [qooxdoo-devel] qooxdoo 3.5 generate.py fails

2013-12-20 Thread Marcel Ruff
self.curr_hint.search_upward()): AttributeError: 'CreateHintsVisitor' object has no attribute 'curr_hint' Thank you Marcel Am 20.12.2013 11:22, schrieb thron7: > Marcel, > > could you run generate.py with the '-s' option and post the output?! > > C

[qooxdoo-devel] Unable to parse JSDoc entry

2013-12-20 Thread Marcel Ruff
Hi, when running generate.py with qooxdoo 3.5 I get: - Warning: MsgBox (50): Unable to parse JSDoc entry: @param {String} text HTML formatted or plain What is wrong with this syntax? /** * ... * @param {String} text HTML formatted or plain * ... * @return {qx.ui.wi

[qooxdoo-devel] qooxdoo 3.5 generate.py fails

2013-12-20 Thread Marcel Ruff
Hi, executing (qooxdoo 3.5 with Python 2.7.3 on OpenSuse 13.1 x86_64) python2.7 generate.py source fails with Executing: source::source-script -

Re: [qooxdoo-devel] qx.event.Manager.js#654 slow?

2013-12-18 Thread Marcel Ruff
Hi, I come again back on the same performance issue. Example: On closing the browser tab with qooxdoo 3.01: This task can take many seconds/minutes with the same application as described in my previous mails. Like this the complete firefox 27.0 (Linux 3.4GHz) blocks to be unresponsive. When I

Re: [qooxdoo-devel] Is it possible to use mobile Picker in my qooxdoo desktop project?

2012-12-03 Thread Marcel Ruff
> to the one that is > used in qx.Mobile. > > That is why you can not mix the widget from qx.Desktop with the widgets from > qx.Mobile. > > > Greetz Christopher > > > Am 03.12.2012 um 08:58 schrieb Marcel Ruff: > >> Hi, >> >> how can I u

[qooxdoo-devel] Is it possible to use mobile Picker in my qooxdoo desktop project?

2012-12-03 Thread Marcel Ruff
Hi, how can I use the mobile picker in my 'classical' qooxdoo desktop web page? Thank you Marcel -- Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. ht

[qooxdoo-devel] "dataEdited" returns wrong rowIndex when col is sorted

2012-11-25 Thread Marcel Ruff
Hi, I use the smart.model.Default which uses qx.ui.table.pane.Scroller If I edit a column which is sorted the callback event "dataEdited" returns the rowIndex before the Celleditor ends (sorting order of oldValue). But accessing the data in this callback fails as the model already has th

Re: [qooxdoo-devel] qx.event.Manager.js#654 slow?

2012-11-14 Thread Marcel Ruff
Am 12.11.2012 13:12, schrieb Martin Wittemann: > Hey, > >> in my qx.event.Manager.js#654 >> >> the entryList is sequentially looped: >> >> for (var i=0, l=entryList.length; i> { >>entry = entryList[i]; >>if (entry.handler === listener && entry.context === self) >>... >> >> Now the deb

[qooxdoo-devel] qx.event.Manager.js#654 slow?

2012-11-11 Thread Marcel Ruff
Hi, in my qx.event.Manager.js#654 the entryList is sequentially looped: for (var i=0, l=entryList.length; ihttp://p.sf.net/sfu/appdyn_d2d_nov ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listi

Re: [qooxdoo-devel] 2.0 migration problem

2012-06-23 Thread Marcel Ruff
I had a similar issue, if I remember correctly it was something like if (a) if (b) x=1; else x=2; else x=3; When I added {} arround every statement the parser was happy. (Note that the code worked fine in previous qooxdoo releases) Marcel Am 23.06.2012 15:24, schrieb Ed Adasiew

[qooxdoo-devel] Monetary input and display

2012-06-04 Thread Marcel Ruff
Hi, is there any specialized widget in qooxdoo to enter & display money values? E.g. to display 2,50 (or 2.50) instead of a normal float 2,5 (or 2.5) Thank you Marcel -- Live Security Virtual Conference Exclus

Re: [qooxdoo-devel] qx.ui.window.Window on mobile device not moveable by touch

2012-05-30 Thread Marcel Ruff
not designed to be used on touch devices. But you could do >> that yourself by subclassing the window and using the touch events [1] >> e.g. >> Regards, >> Martin >> >> [1] >> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.Widget~touchmove!event &

Re: [qooxdoo-devel] Use cover/content flow with qooxdoo -> Resolved

2012-05-29 Thread Marcel Ruff
it in front of me to look however, did you change the init function inside that script to not set a flag keeping it from reloading browser data? Matt On Apr 18, 2012 2:35 AM, "Marcel Ruff" mailto:m...@marcelruff.info>> wrote: Hmm, I was a bit to fast with my success mail.

Re: [qooxdoo-devel] Bug: Error in the 'Layout' queue:TypeError: can't convert content to string

2012-05-27 Thread Marcel Ruff
Am 27.05.2012 10:22, schrieb Marcel Ruff: Hi, with current qooxdoo git version 2.0 (and with v1.6 release): I have a composite with VBox and some buttons to add/remove entries. After adding/removing some I get: "004033 Error in the 'Layout' queue:TypeError: can't conve

[qooxdoo-devel] Bug: Error in the 'Layout' queue:TypeError: can't convert content to string

2012-05-27 Thread Marcel Ruff
Hi, with current qooxdoo git version 2.0 (and with v1.6 release): I have a composite with VBox and some buttons to add/remove entries. After adding/removing some I get: "004033 Error in the 'Layout' queue:TypeError: can't convert content to

Re: [qooxdoo-devel] Use cover/content flow with qooxdoo -> Resolved

2012-04-17 Thread Marcel Ruff
Hmm, I was a bit to fast with my success mail. The example fails in Google Chrome and Opera, only Firefox displays it nicely. There still seems to be a race condition, so I need to dig into this again to find the timing issue of loading ... Marcel Am 14.04.2012 01:29, schrieb Marcel Ruff: Am

Re: [qooxdoo-devel] Use cover/content flow with qooxdoo -> Resolved

2012-04-13 Thread Marcel Ruff
Am 13.04.2012 09:47, schrieb Marcel Ruff: Am 12.04.2012 21:48, schrieb Matt Cavins: Now I have a full grasp on your issue. I will start digging into the contentflow script, as the issue seems to be that it runs its initialize function once the document is done loading. This means that by the

Re: [qooxdoo-devel] Use cover/content flow with qooxdoo

2012-04-13 Thread Marcel Ruff
on, I will give it a try. Marcel Hope that helps. Matt Cavins On 04/12/2012 02:56 PM, Marcel Ruff wrote: Am 12.04.2012 20:26, schrieb Matt Cavins: With the way you have the images defined: "images/marker/[image-name].png" this would point to your app root/source/images/marker...

Re: [qooxdoo-devel] Use cover/content flow with qooxdoo

2012-04-12 Thread Marcel Ruff
Thanks, Matt Cavins On 04/12/2012 01:57 PM, Marcel Ruff wrote: button1.addListener("execute", function(e) { var pictureArray = new Array(); pictureArray.push({url:"images/marker/green-arrow.png", title:"Green Arrow"});

[qooxdoo-devel] Use cover/content flow with qooxdoo

2012-04-12 Thread Marcel Ruff
Hi, I have tried to embed the impressive MIT licensed content flow http://www.jacksasylum.eu/ContentFlow/docu.php into qooxdoo, but I can only see the loading animation, showing the images fail. var html = new qx.ui.embed.Html(); html.setHtml(htmlStr); // the HTML code snippet from Content

[qooxdoo-devel] Use cover/content flow with qooxdoo

2012-04-12 Thread Marcel Ruff
Hi, I have tried to embed the impressive MIT licensed content flow http://www.jacksasylum.eu/ContentFlow/docu.php into qooxdoo, but I can only see the loading animation, showing the images fail. var html = new qx.ui.embed.Html(); html.setHtml(htmlStr); // the HTML code snippet from Conte

[qooxdoo-devel] qx.ui.window.Window on mobile device not moveable by touch

2011-12-12 Thread Marcel Ruff
Hi, I use a lot of qx.ui.window.Window, unfortunately the windows can't be dragged on mobile devices with the finger (Android-Chrome, iOS-Safari). Are there chances to get this implemented? Thanks Marcel -- Learn Window

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null: Resolved

2011-09-19 Thread Marcel Ruff
y or the body is present...something like that...? I tested it with FF 6.02 and Chrome 13. Both browsers show the same behaviour which I didn´t expect...but it´s like that.:) HTH, Rob. >>> thron7 9/15/2011 1:05 >>> Marcel, On 09/14/2011 07:02 PM, Marcel Ruff wrote: It was my

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null: Resolved

2011-09-14 Thread Marcel Ruff
Coming back to my original question. It was my stupidity, I never checked the HTML (as it worked fine for some years now). The javascript include was in the section, moving it to all runs fine - so simple ... thank you for all support, Marcel On 31.08.2011 19:27, Marcel Ruff wrote: Am

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-31 Thread Marcel Ruff
Am 31.08.2011 14:34, schrieb thron7: > > > On 08/31/2011 01:41 PM, Marcel Ruff wrote: >> Am 30.08.2011 23:44, schrieb Derrell Lipman: >>> I haven't been following the whole conversation, but this sort of problem >>> is typically from use >>> of a

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-31 Thread Marcel Ruff
Am 30.08.2011 23:44, schrieb Derrell Lipman: > On Tue, Aug 30, 2011 at 17:23, Marcel Ruff <mailto:m...@marcelruff.info>> wrote: > > Uups I was too fast responding. > > When I do a > generate.py build > for distribution I get again: > >

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-30 Thread Marcel Ruff
ght:k.body.clientHeight; -------- Marcel Am 30.08.2011 21:32, schrieb Marcel Ruff: > Thank you for your insights. > > The original problem of this thread has gone, > I'm not sure what the reason was. > Probably by fixing all assert hints. > After upgrading to

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-30 Thread Marcel Ruff
Thank you for your insights. The original problem of this thread has gone, I'm not sure what the reason was. Probably by fixing all assert hints. After upgrading to the current svn all runs fine, regards Marcel Am 30.08.2011 11:45, schrieb thron7: > > > On 08/30/2011 12:07 AM, Mar

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-29 Thread Marcel Ruff
Am 29.08.2011 22:21, schrieb Marcel Ruff: > Ok, resolved to find the source qooxdoo files. > The reason was that in my HTML file I have loaded my own qooxdoo specific js > explicitely > (to enable debugging with the compresses script/track.js in my own code). > When building a s

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-29 Thread Marcel Ruff
e it is very hard to find all these places (there is no hint which .js file caused it). How can I switch off the asserts? Thanks Marcel Am 29.08.2011 17:57, schrieb thron7: > > > On 08/29/2011 05:29 PM, Marcel Ruff wrote: >> 1. generaty.py migration(1.4 -> 1.6) &g

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-29 Thread Marcel Ruff
#x27;s simplest storage, starting under $10K > The only unified storage solution that offers unified management > Up to 160% more powerful than alternatives and 25% more efficient. > Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev > > > ___

Re: [qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-29 Thread Marcel Ruff
pp? > > T. > > On 08/29/2011 01:53 PM, Marcel Ruff wrote: >> Hi, >> >> I have an app running fine with qooxdoo-svn-2011-02 (1.4-pre) on multiple >> browsers. >> >> When updating to qooxdoo 1.5 (or similar problem with current svn checkout) >&g

[qooxdoo-devel] Can't migrate from qooxdoo v1.4 to 1.5 or current svn: i.body is null

2011-08-29 Thread Marcel Ruff
Hi, I have an app running fine with qooxdoo-svn-2011-02 (1.4-pre) on multiple browsers. When updating to qooxdoo 1.5 (or similar problem with current svn checkout) and generate the script/myapp.js I get following error in js console during loading myapp.js in Firefox 6.0: "i.body is null"

Re: [qooxdoo-devel] Missing checkbox decoration

2011-03-22 Thread Marcel Ruff
Ok, I'have found it, was my own mistake with my custom Theme, sorry Marcel Am 23.03.2011 00:43, schrieb Marcel Ruff: > Hi, > > my checkbox is missing the square around the check: > >MissingCheckboxDecoration.png > > This is since I have updated to the current qoo

[qooxdoo-devel] Missing checkbox decoration

2011-03-22 Thread Marcel Ruff
Hi, my checkbox is missing the square around the check: MissingCheckboxDecoration.png This is since I have updated to the current qooxdoo svn. I believe it is related that I somehow do wrong generate.py building ... What is the name of this png and where should it reside (so I can copy it

[qooxdoo-devel] How change image height of Atom icon

2010-09-05 Thread Marcel Ruff
Hi, I have a set of icons which are too big for a specific Atom: atom.setIcon("tooBig.png"); // is 22 Can I force the icon to be scaled down similar to Thank you Marcel -- Marcel Ruff http://www.xmlBlaster.org http://w

Re: [qooxdoo-devel] How to transport qooxdoo context from plain HTML onclick?

2010-02-15 Thread Marcel Ruff
des features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > ___ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/

Re: [qooxdoo-devel] How to transport qooxdoo context from plain HTML onclick?

2010-02-13 Thread Marcel Ruff
ossible to pass some hash code of 'this' to doSomething(hashValue); (or to your static method) and find the 'this' later by using this hashValue; Is there a lookup built into qooxdoo to search for a 'this' by having its 'hashValue' or similar? Thanks Marcel

[qooxdoo-devel] How to transport qooxdoo context from plain HTML onclick?

2010-02-11 Thread Marcel Ruff
Hi, I have a qooxdoo class, where I create a plain HTML table: { // inside my qooxdoo class ... var tableData = ... tableData += "bla" + ... // other framework displays the table } When the user clicks on the 'bla' link the global function doSomething() is triggered. But I have lost th

Re: [qooxdoo-devel] How to trigger a download when clicking a qooxdoo button RESOLVED

2009-12-09 Thread Marcel Ruff
ype > ("text/csv", for example) and "Content-Disposition" [1] to force a download > and hint for a filename. ;-) > > > Hope this helps, > Helder > > > [1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1 > -- Marcel Ruff http://w

Re: [qooxdoo-devel] Table is not showing icon in cell, needs mouse click to trigger RESOLVED

2009-11-26 Thread Marcel Ruff
llRenderer(2%252C%2520new%2520qx.ui.table.headerrenderer.Icon(%2522icon%252F16%252Fapps%252Foffice-calendar.png%2522%252C%2520%2522A%2520date%2522))%253B%250A%22%7D > > Best, > Martin > > > Marcel Ruff wrote: > >> I don't know of any. >> >> Marcel >> &g

Re: [qooxdoo-devel] Virtual Table no caching of visible CellWidgets

2009-11-23 Thread Marcel Ruff
Hi again, I hope it is OK to ask: Is there a proximate schedule when this is fixed? (Not to offend you, just that I know if I need to code some workaround myself) Thanks Marcel > Fabian Jakobs schrieb: > >> Marcel Ruff schrieb: >> >> >>> Fabian, >

Re: [qooxdoo-devel] Table is not showing icon in cell, needs mouse click to trigger

2009-11-23 Thread Marcel Ruff
eos Project | www.eyeos.org | Web Desktop & Cloud Computing >> Operating >> System >> >> >> 2009/11/23 Marcel Ruff >> >> >>> Hi, >>> >>> I'm using a >>> >>> this.tableQX = new qx.ui.table.Table(this

[qooxdoo-devel] Table is not showing icon in cell, needs mouse click to trigger

2009-11-23 Thread Marcel Ruff
Hi, I'm using a this.tableQX = new qx.ui.table.Table(this.tableModel); in some columns it contains icons, declared with qx.ui.table.cellrenderer.Image(width, height) On table loading (inside a qx.ui.window.Window), the icons are not displayed. As soon as I click on a column label for

[qooxdoo-devel] qx.ui.form.SelectBox setIcon refresh view does not work

2009-11-23 Thread Marcel Ruff
Hi, I'm changing an icon with listItem.setIcon(icon) but the new icon is not displayed in the currently displayed ListItem of qx.ui.form.SelectBox. When i open the box and close it again (by mouse click) the new icon appears. I have tried: selectBox.updateAppearance(); listItem.updateAppe

[qooxdoo-devel] How to trigger a download when clicking a qooxdoo button

2009-11-14 Thread Marcel Ruff
Hi, it sounds trivial, but I'm missing the right idea. When a user clicks on a qooxdoo Button I want to start a download and not reloading my current page (e.g. in another browser tab (target="_blank")). this.exportButton.addListener("execute", function(e){ var link = "http://xxx.com/downlo

[qooxdoo-devel] href link in table cell does not work on click

2009-10-30 Thread Marcel Ruff
Hi, i have a qx.ui.table.Table with a qx.ui.table.cellrenderer.Html and in this a href tag: Google The link is displayed blue and underlined as expected and is properly displayed in the firefox status bar (on mouse over). But when I click on it nothing happens. What could be the reason for t

Re: [qooxdoo-devel] How do get Key arrow down / up event in table?

2009-10-29 Thread Marcel Ruff
eyIdentifier(); if (ident == "Up" || ident == "Down") { var rowNum = table.getFocusedRow(); // ... } }, this); > T. > > Marcel Ruff wrote: > >> Hi, >> >> I'm using a qx.ui.table.Table with qx.ui.tabl

[qooxdoo-devel] How do get Key arrow down / up event in table?

2009-10-26 Thread Marcel Ruff
Hi, I'm using a qx.ui.table.Table with qx.ui.table.model.Simple. How can I register to be notified when somebody scrolls up/down the table with the 'The Up Arrow key' or 'The Down Arrow key' keys? The current table line is nicely highlighted but I can't find out how to get the events. (I don't m

Re: [qooxdoo-devel] qx.ui.form.CheckBox broken in current svn? Resolved

2009-09-03 Thread Marcel Ruff
I have now updated to the current svn and the problem has dissapeared. But I believe it happened because I have not recursively copied the current qooxdoo-0.8.3-pre/framework/source/resource to my development path, regards Marcel Marcel Ruff schrieb: > Martin, > > thanks for taking

Re: [qooxdoo-devel] qx.ui.form.CheckBox broken in current svn?

2009-07-18 Thread Marcel Ruff
distclean) and rebuild your > application. > > If that also does not work, I guess we do have a bigger problem here > and we need to reproduce that bug over here to remove it. > > Best, > Martin > > Am 15.07.2009 um 12:32 schrieb Marcel Ruff: > > >> Hi, >&g

[qooxdoo-devel] qx.ui.form.CheckBox broken in current svn?

2009-07-15 Thread Marcel Ruff
ouse over'. Thanks Marcel -- Marcel Ruff http://www.xmlBlaster.org http://watchee.net Phone: +49 7551 309371 -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For

[qooxdoo-devel] How to add to real-life examples?

2009-06-17 Thread Marcel Ruff
Hi, how can I add our web application to the qooxdoo real-life examples? Thanks Marcel -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-f

Re: [qooxdoo-devel] virtual table with rowSpan: Needing getCellWidget()

2009-05-05 Thread Marcel Ruff
Ok, it works fine now. For others, the method name to call is: this.widgetCellSpan.getRenderedCellWidget(row, column); Thanks Marcel > Fabian Jakobs schrieb: > >> Hi Marcel, >> >> I plan to implement it. I hope I can work on it next week. >> >> >> > This sounds great! > > Thanks

Re: [qooxdoo-devel] Error: Could not select qx.ui.form.ListItem[ja], because it is not a child element!

2009-05-05 Thread Marcel Ruff
t; Hi Marcel, >>> >>> sounds strange, this error occurs only if you select a ListItem which is >>> not a child element from the SelectBox. >>> >>> I will have a look, why this error occurs by using removeAll(). >>> >>> Che

Re: [qooxdoo-devel] Error: Could not select qx.ui.form.ListItem[ja], because it is not a child element!

2009-05-04 Thread Marcel Ruff
ox. >> >> I will have a look, why this error occurs by using removeAll(). >> >> Cheers, >> Chris >> >> Marcel Ruff schrieb: >> >> >>> Hi, >>> >>> I use the current svn from today. >>> >>> Sometimes my

[qooxdoo-devel] Error: Could not select qx.ui.form.ListItem[ja], because it is not a child element!

2009-05-02 Thread Marcel Ruff
Hi, I use the current svn from today. Sometimes my calls to selectBox.removeAll() throw this exception: Error: Could not select qx.ui.form.ListItem[ja], because it is not a child element! Is this a known issue? Thanks Marcel -

[qooxdoo-devel] Spinner in current svn fails: setMaxiumum

2009-05-02 Thread Marcel Ruff
Hi, there is a type in the current svn here is a patch to fix it: Index: class/qx/ui/form/Spinner.js === --- class/qx/ui/form/Spinner.js (Revision 18978) +++ class/qx/ui/form/Spinner.js (Arbeitskopie) @@ -789,7 +789,7 @@ */

[qooxdoo-devel] How to include external *.js files into generate.py?

2009-04-30 Thread Marcel Ruff
Hi, I almost guess it is a stupid question ... but here I go: I have several external javascript files (like helper.js) which are not depending on qooxdoo (and are used in other projects as well). How can I include them into the qooxdoo build process so that the code is schrinked etc and ends up

Re: [qooxdoo-devel] virtual table with rowSpan: Needing getCellWidget()

2009-04-24 Thread Marcel Ruff
Fabian Jakobs schrieb: > Hi Marcel, > > I plan to implement it. I hope I can work on it next week. > This sounds great! Thanks Marcel > Best Fabian > >> Hi again, >> >> is the new function getRenderedWidget() accepted >> to be implemented >> or will it be rejected? (just that I know if I ne

Re: [qooxdoo-devel] virtual table with rowSpan: Needing getCellWidget()

2009-04-24 Thread Marcel Ruff
dered * currently */ getRenderedWidget : function(row, column) { } Thanks Marcel Marcel Ruff schrieb: > Fabian Jakobs schrieb: > >> All three issues should be fixed in rev. 18783. >> >> > Fabian, > > thanks for the quick fix, id=2258 and id=2260 work no

Re: [qooxdoo-devel] Virtual Table no caching of visible CellWidgets

2009-04-24 Thread Marcel Ruff
Fabian Jakobs schrieb: > Marcel Ruff schrieb: > >> Fabian, >> >> thank you, it is good to know you take care of, >> this gives me safety to continue with my approach! >> >> I'm testing the table with 2 entries and it scales beautifully. >

Re: [qooxdoo-devel] Axis.js:230 does not protect against empty range

2009-04-22 Thread Marcel Ruff
rtual table. >> >> Probably Axis should protect itself for this case, >> >> >> > Absolutely. Can you post a small snippet, which causes this error and > open a bug report for it? > >

Re: [qooxdoo-devel] Virtual Table and rowSpan: is not transparent for decoration

2009-04-22 Thread Marcel Ruff
a real life check. Since you are > probably the first person using this code outside of the qooxdoo core > team I' very interested in any kind of feedback. What do you like, where > do you have problems, etc. > > Best Fabian > -- Marcel Ruff http://www.xmlBlaste

Re: [qooxdoo-devel] Window zIndex or "focusout" and bringToFron()

2009-04-22 Thread Marcel Ruff
nce programatically? Thanks Marcel > > Cheers, > Jonathan > > > On 16.04.2009, at 18:37, Marcel Ruff wrote: > > >> Hi, >> >> how can I force that one Window always remains above others (0.8.2)? >> >> 1. approach: >> windwoAbove.setZIndex(

Re: [qooxdoo-devel] virtual table with rowSpan: Needing getCellWidget()

2009-04-21 Thread Marcel Ruff
Fabian Jakobs schrieb: > All three issues should be fixed in rev. 18783. > Fabian, thanks for the quick fix, id=2258 and id=2260 work now fine! But please reconsider your decision with the getCellWidget(e.getRow(), e.getColumn()) call http://bugzilla.qooxdoo.org/show_bug.cgi?id=2259 I think t

[qooxdoo-devel] Virtual Table and rowSpan: is not transparent for decoration

2009-04-21 Thread Marcel Ruff
cells, but NOT on the cell which is a colSpan. Thanks, Marcel -- Marcel Ruff http://www.xmlBlaster.org http://watchee.net Phone: +49 7551 309371 -- Stay on top of everything new and different, both inside and

[qooxdoo-devel] Axis.js:230 does not protect against empty range

2009-04-21 Thread Marcel Ruff
Hi, I'm using the current svn qooxdoo. In Axis.js:230 I get "ranges[0] is undefined" when I remove all rows in the virtual table. Probably Axis should protect itself for this case, thank you Marcel -- Stay on top of

Re: [qooxdoo-devel] Table Cell Editor Showcase with no vertical scrollbar

2009-04-20 Thread Marcel Ruff
Uups, sorry the noice, the window was to small to show the scrollbar. Mea culpa, Marcel Marcel Ruff schrieb: > Hi, > > I have copied the table code from > http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html > > but when I reduce the Window height no scroll

[qooxdoo-devel] Table Cell Editor Showcase with no vertical scrollbar

2009-04-20 Thread Marcel Ruff
Hi, I have copied the table code from http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html but when I reduce the Window height no scrollbar of the table is shown. What could be the reason? Thanks Marcel --

[qooxdoo-devel] virtual table with rowSpan: Mouse events don't reach cell widget

2009-04-19 Thread Marcel Ruff
Hi, I'm using the qx.ui.virtual.layer.WidgetCellSpan v0.8.2 and have noticed following: 1. If colSpan=2 is declared: I have an Atom in the cell with an own "click" event listener. This is not reached anymore. Having the Atom without colSpan it works fine. The spanned cell returns a

[qooxdoo-devel] Changing knob of Slider

2009-04-18 Thread Marcel Ruff
he time being I have extended Slider and overwritten _createChildControlImpl : function(id) which does what I need. thanks Marcel -- Marcel Ruff http://www.xmlBlaster.org http://watchee.net Phone: +49 7551 309371 -- Stay

Re: [qooxdoo-devel] Table with rowspan?

2009-04-18 Thread Marcel Ruff
Derrell Lipman schrieb: > On Thu, Apr 16, 2009 at 6:10 PM, Jim Hunter > mailto:diamondcomput...@gmail.com>> wrote: > > To me, it looks like for your example you only have one column and > that column has lots of data in it. I would use the Html renderer and > 'fake' the structure for e

Re: [qooxdoo-devel] CheckBox setEnabled(false): No contrast to see check icon

2009-04-18 Thread Marcel Ruff
ity : !states.replacement && states.disabled ? 0.8 : 1 > } >} > } > > > Regards, > Daniel > > Marcel Ruff schrieb: > >> Hi, >> >> I need to display some qx.ui.form.CheckBox (0.8.2) >> and disable them: setEnabled(fal

[qooxdoo-devel] Table with rowspan?

2009-04-16 Thread Marcel Ruff
Salute again, I would like to use a table (or tree?) which has in *each row* a header label and below the several columns: +-+ | Age|Gender| H | ... | ... | +-+ | Averell Dalton, the big one | | 32 | male | 184 | ... | ... | +

[qooxdoo-devel] CheckBox setEnabled(false): No contrast to see check icon

2009-04-16 Thread Marcel Ruff
Hi, I need to display some qx.ui.form.CheckBox (0.8.2) and disable them: setEnabled(false); Unfortunately the contrast of the disable-grey makes the hook-icon invisible so I can't see anymore if it is checked or not. Is there a trick to make it more visible? Thank you Marcel -

[qooxdoo-devel] Window zIndex or "focusout" and bringToFron()

2009-04-16 Thread Marcel Ruff
Hi, how can I force that one Window always remains above others (0.8.2)? 1. approach: windwoAbove.setZIndex(1000); windwoAbove.open(); This didn't help 2. approach: windwoAbove.addListener("focusout", function(e) { xyz.getWindowManager().bringToFront(windwoAbove); }, this); I don't know h

Re: [qooxdoo-devel] track.conf.ConfigureDevice is not a constructor ...

2008-02-27 Thread Marcel Ruff
Fink, Andreas wrote: > Ok, > > try this: > > qx.Class.define("track.conf.ConfigureDevice", > { > > extend : qx.core.Object, //new line > > construct : function(a, buddyTO) { > ... > }, > ... > > I think it is necessary to extend the Object class (or a other Qooxdoo Class) > to get t

Re: [qooxdoo-devel] track.conf.ConfigureDevice is not a constructor ...

2008-02-22 Thread Marcel Ruff
> > Regards > > Andreas > (I hope my english is understandable) > > -Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Marcel Ruff > Gesendet: Freitag, 22. Februar 2008 12:30 > An: qooxdoo Development > Betreff: [qooxdoo-d

[qooxdoo-devel] track.conf.ConfigureDevice is not a constructor ...

2008-02-22 Thread Marcel Ruff
Hi, i'm sure it is my mistake, but i'm trying since hours now ... I call this.configureDevice = new track.conf.ConfigureDevice(this, this.buddyTO); from a class in namespace "track", and the new added js is class/track/conf/ConfigureDevice.js with code qx.Class.define("track.conf.Confi

[qooxdoo-devel] qx.ui.form.CheckBox.setEnabled(false) fails on IE

2008-01-26 Thread Marcel Ruff
It seems to be a bug? (qooxdoo 0.7.2) Thanks Marcel -- Marcel Ruff http://www.xmlBlaster.org http://watchee.net - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http:

[qooxdoo-devel] qx.ui.form.Button.isPressed() ?

2008-01-13 Thread Marcel Ruff
Hi, how can i check if a qx.ui.form.Button is pressed down or not? Thanks, Marcel -- Marcel Ruff http://www.xmlBlaster.org http://watchee.net - Check out the new SourceForge.net Marketplace. It's the best place t

Re: [qooxdoo-devel] this._closeButton() has no properties ...

2008-01-07 Thread Marcel Ruff
hanks for some help, Marcel Derrell Lipman wrote: > On Jan 7, 2008 9:09 AM, Marcel Ruff <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi, > > i'm using a Window: > > -- > qx.Class.define("watchee.MyCo

[qooxdoo-devel] this._closeButton() has no properties ...

2008-01-07 Thread Marcel Ruff
s no properties (qooxdoo 0.7.2, Linux, firefox 2.x). What could be the reason for this? Thanks Marcel -- Marcel Ruff http://www.xmlBlaster.org http://watchee.net - This SF.net email is sponsored by: Microsoft Defy

  1   2   >