Re: [qooxdoo-devel] setDataCellRenderer not working?

2016-03-31 Thread Norbert Schroeder
Try "2" for the column index: tcm.setDataCellRenderer(2, new qx.ui.table.cellrenderer.Boolean()); Regards, Norbert qdev schrieb am 31.03.2016 11:06: > I struggle with this code where setDataCellRenderer is used. > I would like to render the third column of table as boolean. My qooxdoo > co

Re: [qooxdoo-devel] How do I access a list item?

2016-03-29 Thread Norbert Schroeder
> > > Still getting error. > > > On Tue, Mar 29, 2016 at 1:23 PM, Norbert Schroeder <mailto:n.schroe...@scro34.de> > wrote: >> The variable "selection" in your example is an array with all selected list >> items, i.e. selection[0] gives you the fi

Re: [qooxdoo-devel] How do I access a list item?

2016-03-29 Thread Norbert Schroeder
The variable "selection" in your example is an array with all selected list items, i.e. selection[0] gives you the first selected item. Regards, Norbert Tomás Antunes schrieb am 29.03.2016 14:00: > How do I access a list item in this event? > > > self.myList.addListener("changeSelect

Re: [qooxdoo-devel] Qx framework RoadMap ?

2015-11-13 Thread Norbert Schroeder
Well roared, Benoît, I couldn't agree more, exactly my thoughts / feelings. Norbert -- ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.source

Re: [qooxdoo-devel] How do you properly do collapse/open animations of widgets in qooxdoo.

2015-11-10 Thread Norbert Schroeder
Hello Sanne, I've been using the .fadeIn() method of qooxdoo widgets quite a lot recently (http://demo.qooxdoo.org/devel/apiviewer/#qx.ui.core.Widget~fadeIn!method_public), even as a replacement for collapsing animations (cf. "References" at http://scro34.de). It's not what I actually would lik

Re: [qooxdoo-devel] How to tell what nodes in a tree have been selected?

2015-10-08 Thread Norbert Schroeder
You're welcome - and thank you, too :-) Norbert NelsonAz schrieb am 08.10.2015 17:15: > Hello Norbert, > > Thank you very much for all your help. > > Also, thank you for all your work on the revised Dark Theme. > > Out of all the available themes, Dark Theme has been the most visually > plea

Re: [qooxdoo-devel] How to tell what nodes in a tree have been selected?

2015-10-08 Thread Norbert Schroeder
Hello Nelson, I have created a little demo (based on your source code) showing how to iterate an array of selected tree nodes: http://tinyurl.com/nrssqw5 The example should, hopefully, answer the questions you asked below. One additional point regarding your first question: You shouldn't use "f

Re: [qooxdoo-devel] GraydientTheme and RetroTheme on Qooxdoo 5.0.1 API

2015-09-16 Thread Norbert Schroeder
Hello Pete, I just tried the GraydientTheme with qx 5.0.1. The little sample application got generated with only a few warnings and runs without problems, as long as I dont't use sliders or scrollbars. The theme uses grid decorators to display these widgets and grid decorators are the only ones

Re: [qooxdoo-devel] Theming

2015-04-27 Thread Norbert Schroeder
Hello Vincent, I'm not aware of any way to animate the focus change. As qooxdoo's animation capabilities in general are concerned there is still some room for improvement... Best regards, Norbert Vincent Vandenschrick schrieb am 27.04.2015 09:22: > Thank you Norbert, that looks great. An ex

Re: [qooxdoo-devel] qx.ui.table.model.Filtered not working after adding new rows

2015-03-20 Thread Norbert Schroeder
Hello Alicia, welcome to qooxdoo :-) And yes, you found a bug in the "Filtered Table Model" which is actually quite old (see the discussion in [1] and the bug report in [2]) but still not fixed. You can, however, work around this bug by using tableModel.setData instead of tableModel.addRows. Y

Re: [qooxdoo-devel] React on Doubleclick on TreeFile

2015-03-17 Thread Norbert Schroeder
Hi Bober, this playground example may give you an idea: http://tinyurl.com/lsxzaer Regards, Norbert Bober schrieb am 17.03.2015 14:55: > Hi, > > I have a simple qooxdoo desktop application with one window including a > qx.ui.tree.Tree() with some TreeFolder and TreeFiles. > I now want to r

Re: [qooxdoo-devel] UploadMgr % Progress Status (Wow!)

2015-02-27 Thread Norbert Schroeder
No, looks like the Simple theme with custom buttons (http://qooxdoo.678.n2.nabble.com/file/n7586852/UploadMgr.png). Norbert John Spackman schrieb am 27.02.2015 11:01: > I think it’s just the modern one; which .png do you mean? > > John >> On 26 Feb 2015, at 23:54, slah wrote: >> >> Hello,

Re: [qooxdoo-devel] New dark theme

2015-02-10 Thread Norbert Schroeder
No, there isn't. Bernstein is a desktop-only theme - and I am almost entirely "immobile" (in terms of communication devices) anyway. Sorry, Norbert Frédéric schrieb am 10.02.2015 13:25: > Le 10/02/2015, N. a écrit : > >> if you prefer "dark and dirty" GUI designs to "clean and modern" ones

Re: [qooxdoo-devel] Qooxdoo users

2014-12-03 Thread Norbert Schroeder
Hi Martin, > Sure, it is limited in some points but I don’t see that these limitation keep > anyone from writing blog posts or giving talks about the framework. If someone > is writing about qooxdoo, we are always open to link to that post or repost. > That would be a good promotion as those posts

Re: [qooxdoo-devel] theme, appearance, decorator question

2014-04-25 Thread Norbert Schroeder
Hello Michael, you probably have a margin mismatch between hovered and normal button states. Can you provide a playground example illustrating your problem? (BTW: Widget margins, among other things, are by default defined in the item's appearance, so using custom decorators won't help.) Regard

Re: [qooxdoo-devel] Changing selected tab changes the size of the page

2014-04-22 Thread Norbert Schroeder
Hi John, yes, the bug is to do with margins, I could reproduce the issue in the Widget Browser (http://demo.qooxdoo.org/3.5/widgetbrowser/). Fixing this bug is fairly easy: - Open Appearance.js (in qx.theme.modern) and search for the first occurrence of "tabview-page/button". - Find the "else"

Re: [qooxdoo-devel] Dark theme

2013-08-19 Thread Norbert Schroeder
Hi Kora, you've never seen qooxdoo's Contrib Demo Browser, have you? http://demo.qooxdoo.org/contrib/demobrowser/ The dark theme you'll find there is compatible with qooxdoo 2.1.2 or *earlier*. Whether there will be a port to qx 3.0 I don't know yet. Regards, Norbert > Hi, > > I'm very

Re: [qooxdoo-devel] Customize a list

2012-12-19 Thread Norbert Schroeder
Congratulations, looks much better now :-) - Original Message - From: jlmag...@live.fr To: qooxdoo-devel@lists.sourceforge.net Date: 19.12.2012 16:14:25 Subject: Re: [qooxdoo-devel] Customize a list > Hi Nobert, > > Thanks for your help. It's work fine ( draft >

Re: [qooxdoo-devel] Customize a list

2012-12-19 Thread Norbert Schroeder
Hi Jean-Luc, I don't think you need to extend the ListItem class, all you have to do is extend its appearance. A procedure how this can be done for a MenuButton is described in [1] (with ListItems it's basically the same); see [2], [3] and [4] for some background information. HTH, Norbert

Re: [qooxdoo-devel] anchor (link) insite a tablecell

2012-11-28 Thread Norbert Schroeder
Norbert, > > that is actually a pretty good solution. > Thanks! > I really need to switch my mind from regular website coding to ria style > coding. ;) > > Is there also a simple solution to initiate a download without changing > location.href or the use of an iframe

Re: [qooxdoo-devel] CaptionBar and ScrollButton disappear with Aristo in Firefox15

2012-09-03 Thread Norbert Schroeder
Hi Mustafa, your hint was great. I've tried the current branch_2_0_x version as well as the trunk. With both versions FF 15 displays Grid decorators perfectly, thank you very much :-)) For my di_lemmata application I finally went for branch_2_0_x because with the trunk the generator keeps thro

[qooxdoo-devel] IE 9 display problems depending on server platform

2012-08-21 Thread Norbert Schroeder
Hi, I have a somewhat strange IE problem here which I can't find a solution for. Please have look a the attached JPG files. Both of them show a simple login window with a select box: The first one ("deco_ok") shows the window as it is supposed to be and which is displayed this way on my local

Re: [qooxdoo-devel] Decorator Questions

2012-01-21 Thread Norbert Schroeder
Hi Simon, all I can see in your example is a naming conflict: "rolloverButton-css" (in Decoration.js) vs. "rolloverButton" (in your setDecorator call). Apart from that you are on the right track, but don't forget to also define a custom appearance for your button. Cheers, Norbert - Orig

[qooxdoo-devel] "Tea Timer" application

2010-12-02 Thread Norbert Schroeder
Here's a new toy application called "Tea Timer" which a few people might be interested in: http://www.scro34.de/qx/teatimer. Basically, I've written it just for fun - and I also wanted to give the SoundManger 2 package a try which had been discussed here on the list quite a while ago [1]. So far

Re: [qooxdoo-devel] Generator, contributions & proxy server

2010-11-16 Thread Norbert Schroeder
Thomas, I finally found the time to file a bug (#4322) concerning urllib/2. And thanks to your suggestions I could solve my problem of a contrib-enhanced program not showing up in the browser window. I found out that - at least under Windows - the cache/downloads directory for contributions ha

Re: [qooxdoo-devel] Generator, contributions & proxy server

2010-11-10 Thread Norbert Schroeder
e registry will be > queried. On MacOS, the Internet Config will be queried. > > At least, that's what the docs say. Give it a go, and report back any > outcomes. For details see [1]. > > T. > > [1] http://docs.python.org/release/2.5.4/lib/module-urllib.html > >

[qooxdoo-devel] Generator, contributions & proxy server

2010-11-10 Thread Norbert Schroeder
Hi, is there any chance of getting the generator to download a qooxdoo contribution from behind a proxy server? Cheers, Norbert -- View this message in context: http://qooxdoo.678.n2.nabble.com/Generator-contributions-proxy-server-tp5724085p5724085.html Sent from the qooxdoo mailing list a

Re: [qooxdoo-devel] generate issues

2010-11-04 Thread Norbert Schroeder
I had the same problem (Errno 10054) yesterday and about a week ago with the Dialog contribution. After several tries the download of the contrib files finally succeeded. Marc Puts wrote: > > Sounds like this is the same issue as what Felipe described yesterday in > the "SVG contrib: Could not

Re: [qooxdoo-devel] HtmlArea and context menus

2010-10-19 Thread Norbert Schroeder
Thanks for the hint, Alex. I have now managed to extend the "contextmenu" event handler to make the menu popup next to the mouse cursor: htmlArea.addListener("contextmenu", function(e) { var mouseData = e.getData(); var location = htmlArea.getContainerLocation(); this.popupMenu.setOffsetLef

[qooxdoo-devel] HtmlArea and context menus

2010-10-18 Thread Norbert Schroeder
Hi, I'm currently struggling with context menus in the HtmlArea widget. When performing a right click within the text area of the widget I would like it to display a popup menu at the mouse cursor position, however, it refuses to do so. With the default settings the menu gets placed at the bottom

Re: [qooxdoo-devel] Question about the added themes and generator

2010-09-28 Thread Norbert Schroeder
Hi Stefan, I'm not at all a licensing expert, so I can't answer your first question. As to your second question: I personally don't care whether you use only parts of the dark theme or the complete set of files. How this should/can "officially" be handled with regard to LGPL etc. I have no idea,

Re: [qooxdoo-devel] Question about the added themes and generator

2010-09-28 Thread Norbert Schroeder
Hi Stefan, and here comes the answer of the dark theme creator: I don't understand your question ;-) Am I right to suppose your are talking about unused image files in the resource directory? Regards, Norbert Stefan A wrote: > > > Is the reason why you add all the themes with the app when

Re: [qooxdoo-devel] Decrease, increase Font size?

2010-09-18 Thread Norbert Schroeder
Hello Hansjoerg, can you show us some more code context? Where exactly within your application did you define the bigfont/smallfont functions? Best regards, Norbert Qoodary wrote: > > > Has nobody an advice for me? :-) > > I know that my problem is; > this.getRoot() in the function "bigf

Re: [qooxdoo-devel] simple table in HelloWorld

2010-09-18 Thread Norbert Schroeder
Hello Georg, and welcome to qoxxdoo The crucial point in your code is this statement: var rowData = this.createRandomRows(50); When running your application I'm sure you'll find the following message in your browser's error console: "this.createRandomRows is not a function" If you add the f

Re: [qooxdoo-devel] How do use a new theme

2010-09-17 Thread Norbert Schroeder
> I don't get an error generating source/build and when I start the newly > generated application it has the new theme. > > Cheers, > Fritz > > On Fri, 17 Sep 2010, Norbert Schroeder wrote: > >> >> Hi Fritz, >> >> what do you mean by "w

Re: [qooxdoo-devel] How do use a new theme

2010-09-17 Thread Norbert Schroeder
Hi Leandro, you should uncomment the "jobs" section in your config.json. However, I'm afraid this won't work either (at least in my case it doesn't). Cheers, Norbert Leandro Santiago wrote: > > Ops, it isn't working for me :-( > > If I run a generate build or source-all, I see this error:

Re: [qooxdoo-devel] How do use a new theme

2010-09-17 Thread Norbert Schroeder
Hi Fritz, what do you mean by "works for me"? Is the theme actually applied to a running application? Or does a "generate source" just produce no errors? I now get the same error message as Leandro. Cheers, Norbert Fritz Zaucker-2 wrote: > > "libraries" : { > "library" : [ { "mani

Re: [qooxdoo-devel] Qooxdoo themes

2010-09-15 Thread Norbert Schroeder
Hi Sub, the first release of the contribution is taking shape - slowly, though, because I'm a completely unexperienced committer of qooxdoo-contribs. Andreas has partly taken over now, so I think it won't be too long any more... Cheers, Norbert sub wrote: > > Hi Norbert, > > I'm bumping

Re: [qooxdoo-devel] Qooxdoo themes

2010-09-10 Thread Norbert Schroeder
Thank you very much, Petr. For the artwork I used Paint Shop Pro and a little bit of PhotoFiltre. I couldn't afford the Adobe Suite (and I don't like it anyway). Regards, Norbert Petr Kobalíček wrote: > > Excellent work! > > I have only minor suggestion, adding hover effects for tab-close

Re: [qooxdoo-devel] Qooxdoo themes

2010-09-10 Thread Norbert Schroeder
Thank you, Thomas. I didn't know about bug#3896, but I hope it's not going to live very much longer ;-)) thron7-2 wrote: > >> I'm currently working on a "dark" theme which I will soon make available >> as >> a qooxdoo contribution. You can have a look at it's present development >> status here:

Re: [qooxdoo-devel] Qooxdoo themes

2010-09-09 Thread Norbert Schroeder
Thanks a lot, Daniel. At the moment I'm trying to figure out the details of preparing a contribution for submission. Be sure to hear from me pretty soon (hopefully tommorrow). Cheers, Norbert Daniel Wagner wrote: > > Great work, Norbert! Looking forward to seeing this in contrib. > > > Re

Re: [qooxdoo-devel] Qooxdoo themes

2010-09-09 Thread Norbert Schroeder
Hi Stefan, thank you. You are right, one could certainly try to speed up loading the demo application. On the other hand, it's just a demo which contains almost the complete "widget" branch of the qooxdoo Demo Browser, plus several showcase mini applications, in a single file. I found this approa

Re: [qooxdoo-devel] Qooxdoo themes

2010-09-09 Thread Norbert Schroeder
for qooxdoo? > > Best regards, > Adam, > > 2010/9/9 Norbert Schroeder > >> >> Hi Adam, >> >> I'm currently working on a "dark" theme which I will soon make available >> as >> a qooxdoo contribution. You can have a look at it'

Re: [qooxdoo-devel] Qooxdoo themes

2010-09-09 Thread Norbert Schroeder
Hi Adam, I'm currently working on a "dark" theme which I will soon make available as a qooxdoo contribution. You can have a look at it's present development status here: http://www.scro34.de/qx/dark http://www.scro34.de/qx/dark (please note: this is an "all-in-one" demo application which may ta

Re: [qooxdoo-devel] Problem with default font in HtmlArea v1.1

2010-05-03 Thread Norbert Schroeder
Hi Alex, issue filed as bug #3670. Thanks, Norbert Alexander Steitz wrote: > > Hi Norbert, > > thanks for the detailed report. > > [...] > > I'll test your cases as soon as I can to confirm these issues. However, > you can > open up bug reports for these issues (maybe multiple if the d

Re: [qooxdoo-devel] Problem with default font in HtmlArea v1.1

2010-05-03 Thread Norbert Schroeder
Alexander Steitz wrote: > > Hi Norbert, > > thanks for the detailed report. > > [...] > > I'll test your cases as soon as I can to confirm these issues. However, > you can > open up bug reports for these issues (maybe multiple if the described > issues > can be isolated). > > > cheers, >

Re: [qooxdoo-devel] Problem with default font in HtmlArea v1.1

2010-05-03 Thread Norbert Schroeder
Alexander Steitz wrote: > > Hi Norbert, > > thanks for the detailed report. > > [...] > > I'll test your cases as soon as I can to confirm these issues. However, > you can > open up bug reports for these issues (maybe multiple if the described > issues > can be isolated). > > > cheers, >

[qooxdoo-devel] Problem with default font in HtmlArea v1.1

2010-05-02 Thread Norbert Schroeder
Hello, qooxdoo v1.1 introduced two new properties to the HtmlArea widget: defaultFontFamily and defaultFontSize. Up to v1.0.1 these properties could be passed in the "styleInformation" parameter of the widget's constructor, e.g. ({"body": "font-family: ..."}). Apparently, this feature is not supp