Re: [qooxdoo-devel] Minimize WIndows

2010-03-10 Thread Jim Hunter
Yes, I am interested in a better window class. My app opens lots of 'windows' (we call then tools) and I think a better approach would be great. Thanks, Jim On Wed, Mar 10, 2010 at 5:31 PM, waysoftheearth wrote: > > A long time ago (in the days of Qx 0.6.x) I wrote the "WindowManagerEx" > cont

Re: [qooxdoo-devel] Minimize WIndows

2010-03-10 Thread waysoftheearth
A long time ago (in the days of Qx 0.6.x) I wrote the "WindowManagerEx" contribution which included a lot of the generally desired "extra" window functionality. None of that code made it into the 0.8 framework, however, so when I needed to port my legacy Qx app to 0.8.x, I set about reimplementin

Re: [qooxdoo-devel] Combobox ReadOnly?

2010-03-10 Thread Bruce Bockius
You want a SelectBox instead of a ComboBox. Pretty much the same API. -Bruce -Original Message- From: smisonl...@googlemail.com [mailto:smisonl...@googlemail.com] Sent: Wednesday, March 10, 2010 12:03 PM To: qooxdoo Development Subject: [qooxdoo-devel] Combobox ReadOnly? Hello, i fi

[qooxdoo-devel] Combobox ReadOnly?

2010-03-10 Thread smisonl...@googlemail.com
Hello, i find no property/method to set a combobox to readonly. is this not possible? I wan a combobox where the user can only select the preloaded valueoptions. -- Download Intel® Parallel Studio Eval Try the new

[qooxdoo-devel] keyinput?

2010-03-10 Thread smisonl...@googlemail.com
i have a login window in qooxdoo but when i enter something in my browser url and enter return the shaing effect of the loginbox is starte too. How can this be?! -- Download Intel® Parallel Studio Eval Try the new soft

[qooxdoo-devel] formrenderer ? ccellspacing/rowspacing?

2010-03-10 Thread smisonl...@googlemail.com
i try a standard doublerow renderer but i dont see any easy possibility to add for example a textfiled under the double column formlayout. ANd another youstion. Is it not possible to dynamic resize the formfields to the parent windowsize? i try a grow,.. but i dont get it to work. ---

[qooxdoo-devel] Invalid Message?

2010-03-10 Thread smisonl...@googlemail.com
Hello, i try to add a textfield and make it "needed" but i always get the sandard error tooltip "This field is required" but i want to change this text or to another language. i found the ivalidMessage Propety and i think that s my wanted property but nothing chaged when i add this code

[qooxdoo-devel] (Small) issue with 1.0.1 API Viewer

2010-03-10 Thread Peter Schneider
Hi List, while browsing the API, I found a minor little issue with the link in the apply method descriptions: The link after "For further details take a look at the property definition:" points to itself (see attachment a). Shouldn't it point to the property definition (attachment b)? I didn't fi

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
Hi Alex, > [...] > Where those "a"s come from is a mystery still to solve > [...] Mystery solved! "Adblock Plus"[1] did add those s ;) Bye, Peter [1] http://adblockplus.org/ -- Download Intel® Parallel Studio Ev

Re: [qooxdoo-devel] Using qooxdoo-widgets to render html-tags

2010-03-10 Thread Mario Neudeck
Hi Alex, the main purpose of my question is to give google something to search for. Therefore I need some html-tags. I have already a standalone application and now I would like to do the final step to integrate with an existing HTML page. And there was the problem with the search engines. I have r

Re: [qooxdoo-devel] resize virtual pane / scroller when column width changes

2010-03-10 Thread Jonathan Weiß
Hello Daniel, the virtual widgets are still in development and at an experimental state. It might be that you are using them correctly, but there are just buggy or not working the way you expect them to work... You wrote: > When I change the width of the "righter" columns in the bottom > table,

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
Hi Alex, Original From: Alexander Steitz Date: 10.03.2010 16:43 > [...] > If you modeled the class like "qx.ui.embed.Html" then the "a" element can > only > end up in the DOM by adding it :) > I mean: there is no magic code to insert an "a" element in the framework. It > woul

Re: [qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-10 Thread thron7
> -- add -w options(which you asked), and the command line prompts: > generator.py: error: no such option: -w Ah, sorry, I'm ahead of versions... Please use 'generate.py -s -v' ('-v' in place of '-w'). This will produce quite a bit of output, so redirect stdout and stderr to a file (The normal Cmd

Re: [qooxdoo-devel] Little Feature

2010-03-10 Thread Alexander Steitz
Hi, On Wednesday March 10 2010 13:52:24 smisonl...@googlemail.com wrote: > i actual dont need it but the form validation tooltip has the wrong of > the arrow when the tooltipp have not enough place to display on the > right . Right, this is a bug. Please file this issue as bug report at

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Alexander Steitz
Hi Peter, On Wednesday March 10 2010 14:12:54 Peter Schneider wrote: > we still have mayor problems with gmane (don't know if it's on our side...) > so sorry about my late reply. No problem at all. > I've tried your suggestions and I'm getting closer :-D > Although there are still some mysteries

Re: [qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-10 Thread hchaojie
Sorry Thomas I didn't describe my problem clearly. It's fairly easy to reproduce my issue, here are detailed steps (I will post output later): - log in my system with a non-English name. - E:\web\qooxdoo-1.0.1-sdk\tool\bin>create-application.py -n firstapp -o ..\..\application (OK) - cd ..\..\

Re: [qooxdoo-devel] Missing destruct definitions in qx.ui.decoration.Grid

2010-03-10 Thread Jonathan Weiß
Hello Daniel, to improve the performance of qooxdoo, we looked at the decorators and how to optimize them. Since modern browsers can render stuff like rounded corners natively, we decided to build a wrapper to use CSS and save DOM elements, if the browser supports it. We will document this, onc

Re: [qooxdoo-devel] qx.ui.table.Table: edit cell and order

2010-03-10 Thread Dave Baggett
As a side note, the Smart table model contrib is intended to support automatic resorting of edited cells, though this hasn't been well tested yet AFAIK. Dave On Mar 10, 2010, at 5:52 AM, Alexander Steitz wrote: > Hi Jean-Luc, > > On Tuesday March 9 2010 21:36:25 jlmag wrote: >> When a ce

Re: [qooxdoo-devel] qx.ui.table.Table: edit cell and order

2010-03-10 Thread jlmag
Hi Alex, Thanks for reply, Bug 3511 Bye, Jean-Luc -- View this message in context: http://n2.nabble.com/qx-ui-table-Table-edit-cell-and-sortable-tp4704971p4709227.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
> Hi Peter, > [...] Hi Alex, we still have mayor problems with gmane (don't know if it's on our side...) so sorry about my *late* reply. I've tried your suggestions and I'm getting closer :-D Although there are still some mysteries to solve for me. Here's one for example: When my class is deriv

[qooxdoo-devel] resize virtual pane / scroller when column width changes

2010-03-10 Thread Daniel Hirtzbruch
Hello, its me once again ;-) This time my problem is the following: In my layout I'm using a nested layout, containing the following items (image attached http://n2.nabble.com/file/n4708762/layout.jpg layout.jpg ): - qx.ui.container.Composite, layout VBox - qx.ui.container.Composite, layout

[qooxdoo-devel] Little Feature

2010-03-10 Thread smisonl...@googlemail.com
Hello, i actual dont need it but the form validation tooltip has the wrong of the arrow when the tooltipp have not enough place to display on the right . see here http://demo.qooxdoo.org/current/demobrowser/#ui~FormInvalids.html ---

Re: [qooxdoo-devel] (no subject)

2010-03-10 Thread Ian Horst
Yes, Thomas is right, don't forget to add object to refer as this in a function. I just demonstrated a workaround for your issue. It makes sense to add changeFocusedCell event to Table. What does qx team think about it? If we speak about passing this, qx.lang.Function.bind(func, self) architectu

Re: [qooxdoo-devel] qx.ui.table.Table: edit cell and order

2010-03-10 Thread Alexander Steitz
Hi Jean-Luc, On Tuesday March 9 2010 21:36:25 jlmag wrote: > When a cell is in edit mode and i click to sort column, the cell (in > editing) don't move and replace cell's content of new row. It's same in > demobrowser. > Is it normal? Does i block sortable feature before? or perhaps a bug? It's se

Re: [qooxdoo-devel] data binding question

2010-03-10 Thread hkalyoncu
hi martin please look at this http://bit.ly/9XdGUk while firebug is active -- View this message in context: http://n2.nabble.com/data-binding-question-tp4694961p4708252.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] data binding question

2010-03-10 Thread MartinWittemann
Hi, your code does not look wrong to me. I need to dig in deeper to see whats going wrong. Don't you have a playground example where I can see the behavior and what's wrong? Regards, Martin -- View this message in context: http://n2.nabble.com/data-binding-question-tp4694961p4708201.html Sent fr

Re: [qooxdoo-devel] table content needs mouse click to be shown

2010-03-10 Thread Fink, Andreas
Hi, That's because of the asynchronous request. Your data is not received when the table is shown. You should set the tables data in the "completed" event handler: http://bit.ly/9C5uWm Regards, Andreas > -Ursprüngliche Nachricht- > Von: hkalyoncu [mailto:hkalyo...@gmx.com] > Gesendet:

[qooxdoo-devel] table content needs mouse click to be shown

2010-03-10 Thread hkalyoncu
Hello im trying to update the content of a table with remote request. but after creation table needs a single mouse click to its content to be shown. (Gecko/20100115 firefox 3.6) please take time to look at the following example: http://bit.ly/c4s8KG -- View this message in context: http://n2.na

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Alexander Steitz
Hi Peter, On Wednesday March 10 2010 09:50:05 Peter Schneider wrote: > thanks for your "insights". Glad it helped to shed some light into the dark :) > I got myself into extending qx.ui.embed.Html already, but was not able to > completely solve all my problems. > But thanks to you, I'm more confi

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
1st: Sorry for the "triple-posts", I had problems accessing news.gmane.org via NNTP yesterday... Hi Alex, thanks for your "insights". I got myself into extending qx.ui.embed.Html already, but was not able to completely solve all my problems. But thanks to you, I'm more confident ;) I unde

[qooxdoo-devel] qx.ui.table.Table: edit cell and order

2010-03-10 Thread jlmag
Hello, When a cell is in edit mode and i click to sort column, the cell (in editing) don't move and replace cell's content of new row. It's same in demobrowser. Is it normal? Does i block sortable feature before? or perhaps a bug? Show here http://jlmag.labo.free.fr/projets/simplebrowserfile/ or

Re: [qooxdoo-devel] blocker responding to any remote request

2010-03-10 Thread Daniel Hirtzbruch
Hello guys, thank you for your hints. I've now added a loading icon to the application header which is displayed whenever a remote request is made. Maybe you're right with mentioning that a blocker'd lock all user actions. Until now I only used the blocker when preloading data which is needed bef

Re: [qooxdoo-devel] Missing destruct definitions in qx.ui.decoration.Grid

2010-03-10 Thread Daniel Hirtzbruch
Hello Jonathan, which feature is in development? I could not find any hint in the devel api viewer, neither in qx.ui.decoration.Grid, nor in qx.ui.decoration.css3.BorderImage. Regards, Daniel -- View this message in context: http://n2.nabble.com/Missing-destruct-definitions-in-qx-ui-decoration

Re: [qooxdoo-devel] Adding listeners to qx.html.Element

2010-03-10 Thread marbin
Well, I am trying to build a custom grid widget based on an HTML table. It has some fairly special requirements not supported by the standard widgets and I from reading the docs I got the impression that the qx.html.* was the way to go when building custom widgets. Especially considering performa

Re: [qooxdoo-devel] Using qooxdoo-widgets to render html-tags

2010-03-10 Thread Alexander Steitz
Hi Mario, On Tuesday March 9 2010 22:00:11 Mario Neudeck wrote: > is it possible to use qooxdoo-widgets for rendering html-tags but keeping > the html-tags on the pagesource? Not quite the use case for which qooxdoo widgets are used to. As far as I unterstand your question, you want to enrich you

Re: [qooxdoo-devel] data binding question

2010-03-10 Thread hkalyoncu
hello following code part is including the two list boxes and the form controller i mentioned before: var lbox1 = new qx.ui.form.List(); var control1 = new qx.data.controller.List(null, lbox1); control1.setLabelPath("text"); var url1 = "path_to