Re: [qooxdoo-devel] a table/grid with remote data?

2009-07-27 Thread Alexander Back
Hi Skar, On Monday 27 July 2009 skar wrote: > I need a way to show data from the server in a grid like > jqgrid(http://www.trirand.com/jqgrid35/jqgrid.html). I would need > search, sort on certain columns alone, while other columns wouldn't need > these search/sort features. I found this > http://

Re: [qooxdoo-devel] Problem with qx.bom.element.Scroll

2009-07-27 Thread Alexander Back
Hi John, On Saturday 25 July 2009 John Spackman wrote: > I want to be able to scroll the page so that a given control is visible; we > have some very long forms and modal message dialogs are sometimes off > screen. I've tried to use qx.bom.element.Scroll.intoView but it fails with > "body is null

Re: [qooxdoo-devel] Problem with HtmlArea in Stack

2009-07-24 Thread Alexander Back
Hi Nick, thanks for reporting this issue. Could you please file a bug report for this issue? http://bugzilla.qooxdoo.org/enter_bug.cgi?product=contrib&component=HtmlArea Just assign this issue to me directly. I'll take a look. thanks, Alex On Friday 24 July 2009 Nick Glencross wrot

Re: [qooxdoo-devel] change format and language by datefield

2009-07-23 Thread Alexander Back
rs several methods to get localized names and "getMonthName" is one among them. Just take a look at the API docs to get a full overview http://demo.qooxdoo.org/current/apiviewer/#qx.locale.Date cheers, Alex > On Wed, 2009-07-22 at 17:05 +0200, Alexander Back wrote: > &g

Re: [qooxdoo-devel] change format and language by datefield

2009-07-22 Thread Alexander Back
Hi Martin, On Wednesday 22 July 2009 Martin_GER wrote: > what is the easiest way to change the format and language by datefield. > I (german) need the "dd.mm." format and the month in german language. The easiest way is to use the "dateFormat" property of the "DateField" widget. --snip-- var

Re: [qooxdoo-devel] Overriding qx.io.remote.Request for working around rails' authenticity_token

2009-07-22 Thread Alexander Back
Hi Skar, On Wednesday 22 July 2009 skar wrote: > > Includes of mixins must be mixins. A dynamic mixin of class > > 'qx.io.remote.Request' is undefined/null! > > Any idea on how to arrange my own classes, mixins and make sure that > they're loaded/included when the app starts? Normally the generato

Re: [qooxdoo-devel] Overriding qx.io.remote.Request for working around rails' authenticity_token

2009-07-22 Thread Alexander Back
Hi Skar, On Wednesday 22 July 2009 skar wrote: > Now I don't know how to override the ajax class qx.io.remote.Request to > send the additional "&authenticity_token=tokenhere" along with the POST > parameters. Hope some one with the know how can help me with this. I've just took a short look at the

Re: [qooxdoo-devel] Invalid argument in IE8 (setting width to -1px)

2009-07-13 Thread Alexander Back
Hi Hohn, On Friday 10 July 2009 John Spackman wrote: > Sure - it's the Resize column model and Simple table model. I'd email you > the code but it might be quite hard to get it going without our entire app > etc (I'm willing to send it but perhaps it should be a last resort); I think in the firs

Re: [qooxdoo-devel] Invalid argument in IE8 (setting width to -1px)

2009-07-10 Thread Alexander Back
Hi John, On Friday 10 July 2009 John Spackman wrote: > I came across a weird problem yesterday where IE8 would give an "Invalid > argument" exception where FF3 was fine; this was harmless if you had had > the IE8 debugger running but if not would cause the Qooxdoo app to > completely stop respondi

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Alexander Back
Hi Ralf, many thanks for this detailed feedback! cheers, Alex On Monday 06 July 2009 Ralf Nieuwenhuijsen wrote: > I will! > > I was very much aware of the state of both the flash support and the > animation support. > And I think it's all moving at great pace already. I especially like the >

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Alexander Back
Hi Ralf, On Sunday 05 July 2009 Ralf Nieuwenhuijsen wrote: > *1. You can't change the source url of an PNG image, nor can you destroy > the image container, on IE6/IE7. > *The error message is actually given by qooxdoo itself, unfortunately, it > is only triggered on IE. > > Workarounds: > - use

Re: [qooxdoo-devel] Firefox 3.5 and multiple requests in queue time out

2009-07-02 Thread Alexander Back
Hi Ian, thanks for reporting this. Could you please file a bug report for this? thanks, Alex On Thursday 02 July 2009 Ian Horst wrote: > Hi all, > > RequestQueue handles the first 3 requests fine in FF3.5, but the > following requests in queue time out ALWAYS. > > Code to replicate. >

Re: [qooxdoo-devel] How to restrict keystrokes in a TextField.

2009-07-02 Thread Alexander Back
Hi Ray, On Wednesday 01 July 2009 Raymond Cote wrote: > I have a TextField which I'd like to limit to accepting only digits. > > I've added a listener to the TextField and can grab each keystroke as it > is entered. > > However, I'm unclear as to how I could decide whether or not to let this > key

Re: [qooxdoo-devel] Equivalent to Prototype's down() method?

2009-06-24 Thread Alexander Back
Hi Jean-Noël, On Wednesday 24 June 2009 Jean-Noël Rivasseau wrote: > Thanks, that seems perfect! Wonderful :) > Did not know something like that would work. Sorry for the long exchange. Don't mind. I didn't know either before. cheers, Alex > On Wed, Jun 24, 2009 at 9:58

Re: [qooxdoo-devel] Equivalent to Prototype's down() method?

2009-06-24 Thread Alexander Back
Hi Jean-Noël, On Wednesday 24 June 2009 Jean-Noël Rivasseau wrote: > Hi and thanks for all your help; but you still dont fully understand my > issue :) > > I only have a reference to the DOM element I want to find a child on. In > practice, that element may not have any ID... > So a query like "#m

Re: [qooxdoo-devel] Equivalent to Prototype's down() method?

2009-06-24 Thread Alexander Back
Hi Jean-Noël, On Tuesday 23 June 2009 Jean-Noël Rivasseau wrote: > Let me give you a complete example of what I want: > > Case 1) > > > > > > > > > Case 2) > > > > > > > > > -> I want to fetch the *direct* child of myElement if it has a class of > MyTargetClass.And I get a

Re: [qooxdoo-devel] Automatically resize a qx.ui.form.List according to the number of contained items

2009-06-23 Thread Alexander Back
Hi Jean-Noel, On Monday 22 June 2009 Jean-Noël Rivasseau wrote: > Pretty much everything is in the title: I have a qx.ui.form.List which is a > acting as a selector. I put a number of entries in it, and I would like the > box's height to be automatically computed. Currently it seems it chooses a >

Re: [qooxdoo-devel] Equivalent to Prototype's down() method?

2009-06-23 Thread Alexander Back
Hi Jean-Noel, On Monday 22 June 2009 Jean-Noël Rivasseau wrote: > That's the point, I want to query from the element base, not the whole > document. Then you have to provide the second parameter. This parameter will set the root for the query. > Actually what I want is a bit more complex, I wa

Re: [qooxdoo-devel] Equivalent to Prototype's down() method?

2009-06-22 Thread Alexander Back
Hi Jean-Noel, On Monday 22 June 2009 Jean-Noël Rivasseau wrote: > I have a DOM element, and wish to find its first descendant with a given > class. > > Will the following work? > > var myDomElement; > qx.bom.Collection.query(".MyTargetClass",myDomElement)[0]; You don't have to provide the second p

Re: [qooxdoo-devel] Best Way to Access Child Objects Programmatically

2009-06-15 Thread Alexander Back
Hi Andreas, Andreas Junghans schrieb: > I might be wrong (depending on the actual implementation of the child > control handling, which I haven't looked at), but we're not talking > about a relevant amount of memory anyway here. An additional reference > for a widget is completely dwarfed by

Re: [qooxdoo-devel] Effects - undefinded

2009-06-15 Thread Alexander Back
Hi Robert, Derrell Lipman schrieb: > On Sun, Jun 14, 2009 at 8:56 AM, Robert Wende > wrote: > > hello, > > i want to use the integrated effects. > my code looks like: > > var fade = new qx.fx.effect.core.Fade(MyWidget); > > Firebug throws an error-messa

Re: [qooxdoo-devel] generate.py test problem

2009-06-15 Thread Alexander Back
Hi Martin, Martin Dobrev schrieb: > Hi Alex, > I am using version 0.8.2. I have found the problem. It was in one of > my test classes. I have used the fireEvent method instead of > fireDataEvent. > The thing is, that it is very difficult to see such an error. From the > errors I got it was impossi

Re: [qooxdoo-devel] how to switch qooxdoo themes

2009-06-12 Thread Alexander Back
Hi Andreas, On Friday 12 June 2009 Andreas G. wrote: > so mine and the classic one would work? why that limitation? I meant you can only use one at runtime. If you want to change the theme you have to reload the application. You can extend the themes and add your own appearances but you cannot m

Re: [qooxdoo-devel] generate.py test problem

2009-06-12 Thread Alexander Back
Hi Martin, On Friday 12 June 2009 Martin Dobrev wrote: > I am currently working on a qooxdoo project, where one of my tasks is > to write unit tests. The problem is, that when I generate the test > environment with "generate.py test" some of the generaetd files > contain javascript errors (in my c

Re: [qooxdoo-devel] how to switch qooxdoo themes

2009-06-12 Thread Alexander Back
Hi Andreas, On Friday 12 June 2009 Andreas G. wrote: > i want to use both, the classic and the modern themes in my application, > besides of my own. whats the best way to add them cleanly? That's not possible. You can only use one of them. cheers, Alex

Re: [qooxdoo-devel] translating msg-ids at runtime

2009-06-12 Thread Alexander Back
Hi Andreas, On Friday 12 June 2009 Andreas G. wrote: > is it possible to use the translation-system of qooxdoo to translate > msg-ids saved outside of my code? the msg-ids are located in a xml-file or > a database. > > i define my layout (section for example) within a xml-file and parse that > str

Re: [qooxdoo-devel] Best Way to Access Child Objects Programmatically

2009-06-12 Thread Alexander Back
Hi Gene, I've just re-read the article "Custom Widgets" to check it if it's holding the necessary information. From my point of view everything is explained sufficiently, especially the "Styling" section [0] does mention the connection between the child controls and the appearance system. But

Re: [qooxdoo-devel] Animation framework for widgets

2009-06-11 Thread Alexander Back
Hi Jean-Noel, On Wednesday 10 June 2009 Jean-Noël Rivasseau wrote: > I am however still stuck trying to do a particular animation. I basically > want to do a "move" effect, but this move effect can be interrupted before > the end. In that case I call end() on the effect, but I then want the > widg

Re: [qooxdoo-devel] Best Way to Access Child Objects Programmatically

2009-06-10 Thread Alexander Back
Hi Gene, Gene Amtower wrote: > So, what you're saying is that I can create a new object during > "construction" using the getChildControl() method with a special control > name like "my-widget" and use it in my child handling code (Listeners, > etc.) without specifying a special appearance ID,

Re: [qooxdoo-devel] Animation framework for widgets

2009-06-10 Thread Alexander Back
Hi, Stefan Volbers schrieb: > in earlier days the core devs promoted the "appear" event which belongs > to qx.ui.core.Widget; nowadays seems like they favor "resize" (seen > somewhere in the online docs). "resize" is fired when the widget is layouted and "appear" is fired when the widget/DOM e

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Alexander Back
Hi Cajus, Cajus Pollmeier schrieb: > This is everything I can get from IE: > > LOG: 397547ms [ function(element, name, value, smart), > qx.html.Element:_copyData, qx.core.Object:base, qx.html.Image:_copyData, > qx.html.Element:__flush, ... ] > > Do you know a method to get more? I'm using getSta

Re: [qooxdoo-devel] A 'loading' blocker

2009-06-09 Thread Alexander Back
Hi Charles, Charles SALMON schrieb: > In my application, I am using some contents that are updated following > an RPC call (for example). > I am currently using a blocker attached to this content to signal that > content is being updated: > - When synchronization start, the blocker is started with

Re: [qooxdoo-devel] Modal window and blocker opacity

2009-06-09 Thread Alexander Back
Hi Charles, Charles SALMON schrieb: > When opening a modal window (registered to the root widget), I would > like the rest of all UI components having an opacity of 0.5. > I did try the following: > this.getRoot().setBlockerOpacity(0.5); > > but it seems that it does not work. > > Any suggestions

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Alexander Back
Hi Cajus, Cajus Pollmeier schrieb: > qx.ui.splitpane.* > qx.ui.container.Resizer Yes, maybe one of those, but I guess it's buried deeper. > Almost everything adapts its size, but these may be involved when the error > occurs. > I just tried to get some more information out of the IE, but the sta

Re: [qooxdoo-devel] Best Way to Access Child Objects Programmatically

2009-06-09 Thread Alexander Back
Hi Gene, Gene Amtower wrote: > I've looked at the code within the qx.ui.window.Window class, and I see > that the children are created within a method named > "_createChildControlImpl". I see that the children are created by > referencing their Appearance ID, but I don't see anything that actu

Re: [qooxdoo-devel] Cell merging in a table

2009-06-09 Thread Alexander Back
Derrell Lipman schrieb: > 2009/6/9 mailto:monika.f...@tieto.com>> > > > Is it possible to merge cells in the table? I could not find > anything about it in API or documentation. > > No, not in qx.ui.table.Table. You might look at the new Virtual widgets > (qx.ui.virtual.* I think) wher

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Alexander Back
Hi Cajus, Cajus Pollmeier wrote: > I've a problem running my qooxdoo application inside IE7 (IE8 in IE7 > mode, because I can't find any usable debugger...). IE stopps the script > with: "Invalid argument" > > Happening in line 335 of qx.bom.element.Style where "value" is "-5px" > and "name" i

Re: [qooxdoo-devel] Animation framework for widgets

2009-06-07 Thread Alexander Back
Hi Jean-Noël, Jean-Noël Rivasseau schrieb: > Is it planned to improve soon the animation framework to make it work > with widgets? It would really be great, and IMHO this should be a high > priority feature :) Yes, it is planned and we already have a bug report for this feature: http://

Re: [qooxdoo-devel] ChangeEvent vs DataEvent

2009-06-04 Thread Alexander Back
Burak Arslan schrieb: > Alexander Back wrote: >> Hi Burak, >> >> Burak Arslan schrieb: >> >>> doc for qx.ui.table.pane.Scroller states a changeEvent is returned, >>> whereas i see a data event. which one is correct? >>> >> Th

Re: [qooxdoo-devel] ChangeEvent vs DataEvent

2009-06-04 Thread Alexander Back
Hi Burak, Burak Arslan schrieb: > doc for qx.ui.table.pane.Scroller states a changeEvent is returned, > whereas i see a data event. which one is correct? The "changeEvent" is an old class which is not used anymore in current 0.8.x. I've changed it to the correct "qx.event.type.Data" (Revision #

Re: [qooxdoo-devel] qooxdoo and iPhone

2009-06-03 Thread Alexander Back
> Concerning qooxdoo we need to add support for this. I'll open a bug report > for this. -> See http://bugzilla.qooxdoo.org/show_bug.cgi?id=2450 -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises lo

Re: [qooxdoo-devel] qooxdoo and iPhone

2009-06-03 Thread Alexander Back
Hi Jose, On Wednesday 03 June 2009 Jose Luis Pellicer M. wrote: > What is the status of qooxdoo and the iPhone? > I'm curious because a) I own an iPhone and b) I tried my layout on the > iPhone (looks great there too) and I can't click on anything. Well, I > know, it's not "clicking", but if I tap

Re: [qooxdoo-devel] HtmlArea: version 0.3 and 0.4 released

2009-06-02 Thread Alexander Back
Hi Petr, Petr Kobalíček schrieb: > is there any summary about changes? No, not yet. I have to write up this summary. Mainly this is a maintenance release, so there not many new features. > I tried the demos but I have found > problem in first 10 seconds :) The bold/italic/underline checkboxes >

Re: [qooxdoo-devel] HtmlArea: version 0.3 and 0.4 released

2009-06-02 Thread Alexander Back
Hi Cajus Cajus Pollmeier schrieb: > what is the recommended way to modify HtmlArea's insertHyperLink to have > the target attribute set to _new? > > I'm currently trying to achieve it by modifying it after the link is > inserted: > > var node = this.__htmlArea.getFocusNode(); > node["targe

[qooxdoo-devel] HtmlArea: version 0.3 and 0.4 released

2009-05-28 Thread Alexander Back
Hello there, the two versions of the HtmlArea component are realesed. * 0.3 (based on qooxdoo 0.8.x) * 0.4 (based on qooxdoo 0.7.x). The "0.3" branch will replace the current trunk for further development of the HtmlArea on a qooxdoo 0.8 base. So 0.7.x based applications should switch to

Re: [qooxdoo-devel] Remote Table: Method _loadRowCount called very often

2009-05-25 Thread Alexander Back
Hi Thomas, On Monday 25 May 2009 Thomas Bückemeyer wrote: > when I'm testing the example on > http://qooxdoo.org/documentation/0.8/remote_table_model, i see in the > firebug, that the overloaded method "_loadRowCount" is called several > times. Is that a bug or a feature? It's a feature of the tab

[qooxdoo-devel] HtmlArea: ready for releasing version 0.3 and 0.4

2009-05-25 Thread Alexander Back
Hello there, at the moment we're working on releasing two versions of the HtmlArea component: 0.3 (based on qooxdoo 0.8.x) and 0.4 (based on qooxdoo 0.7.x). The release date will soon be published, we're trying to release both versions within this week. Following changes will affect the user

Re: [qooxdoo-devel] Focus on table with IE

2009-05-25 Thread Alexander Back
Hi Roberto, On Monday 25 May 2009 Roberto Frisina wrote: > I've a problem with focus table on IE. > After the page is load, if I double click on a row with Firefox, the > double-click event is fired, but on IE i've to click first on a row to > give to the item the focus, then I can double clik on

Re: [qooxdoo-devel] Problems with background and selection color

2009-05-25 Thread Alexander Back
Hi Andrea, On Monday 25 May 2009 Andrea Venturini wrote: > my application has an odd behavior if I change "background-application" > color in my Color.js. > I mean that background effectively change his color , but selected text > inside input text box, too. > > Problem is that new selected text c

Re: [qooxdoo-devel] changing table's row styles

2009-05-25 Thread Alexander Back
Hi Michael, On Saturday 23 May 2009 Michael Helwig wrote: > thanks for your answer. I have already found those classes and functions > but I'm still not sure if this is what I'm looking for. I hoped that > there was an easier way than writing a new row renderer, since I only > need to change the c

Re: [qooxdoo-devel] Combine Inline end HTML embed

2009-05-25 Thread Alexander Back
Hi, On Saturday 23 May 2009 geo wrote: > I would like to know if its possible to use qx.ui.root.Inline with a > qx.ui.embed.Html ? The "qx.ui.root.Inline" class does use a normal DOM element which is used as anchor. This element is used to embed the inline root and its widgets into the document

Re: [qooxdoo-devel] qx.core.Object and RPC

2009-05-25 Thread Alexander Back
Hi Vincent, On Friday 22 May 2009 Vincent Vandenschrick wrote: > So, here is the question : What is the best way to plug-in a custom JSON > serialization/de-serialization strategy on the client side ? It seems > that the qx.util.Json static class is responsible for this but I don't > have a clue o

Re: [qooxdoo-devel] Table status bar

2009-05-25 Thread Alexander Back
Hi John, On Tuesday 19 May 2009 kauffman wrote: > Isn't it odd that the status bar isn't updated when there are no rows left > in the table? For example, I have 4 rows in my table and then I clear them > all with one call to remove rows. The status bar still says "4 rows". It > looks like _updateS

Re: [qooxdoo-devel] Dots in table

2009-05-19 Thread Alexander Back
Hi Massimo On Tuesday 19 May 2009 Massimo Petrillo wrote: > when the content of a cell is larger than the space available, Qooxdoo cuts > the content and adds three dots. Is it possible to disable the dots? Is it > possible to be done only for some column but not for other? Unfortunately this beha

Re: [qooxdoo-devel] Custom column order

2009-05-19 Thread Alexander Back
Hi Massimo, On Tuesday 19 May 2009 Massimo Petrillo wrote: > I need to use a different order for a column in a table. > In other words, I need something like the parameter of "sort" method of > Array. This parameter is in turn a function with two parameter and returns > 1, 0 or -1 according if th

Re: [qooxdoo-devel] knowlege about html, css?

2009-05-19 Thread Alexander Back
Hi Robert, On Tuesday 19 May 2009 r...@gmx.de wrote: > i am a student and write a paper about qwt. Sounds interesting. Michael Hartmeier (the creator of qwt) is also on this list. Feel free to post if you have further questions to qwt. I'm sure he'll answer your questions. > In my first sectio

Re: [qooxdoo-devel] image-clipping doesnt work

2009-05-19 Thread Alexander Back
Hi Andreas, On Tuesday 19 May 2009 Andreas G. wrote: > thank you for the enlighenment. you sould probably fix the image.json file > in http://qooxdoo.org/documentation/0.8/image_clipping_and_combining Done. Thanks for the hint, Alex ---

Re: [qooxdoo-devel] remote tables again: adding rows, reloadData and setValue

2009-05-18 Thread Alexander Back
Hi Michael, On Friday 15 May 2009 Michael Helwig wrote: > [CODE] > var listener1 = remoteModel.addListener("dataChanged", function() { > //Listener must be removed to avoid regress > this.removeListenerById(listener1); > > //then we add the second listener now that the first event is gone >

Re: [qooxdoo-devel] Two Simple Table Questions

2009-05-18 Thread Alexander Back
Hi Tom, first of all sorry for the late response. On Thursday 14 May 2009 tsmiller wrote: > I checked out version 19060 (8.2) from svn and noticed that the > ColumnVisibilityButton does not work anymore. It opens and lets you check > or uncheck the fields, but it doesn't do anything. I'm curre

Re: [qooxdoo-devel] image-clipping doesnt work

2009-05-14 Thread Alexander Back
Hi Andreas, It seems to me that the "image.json" is located at the wrong directory. --snip-- /home/snik/work/hsm/qooxdoo/qxgui/qxgui/source/resource/qxgui/images/grid/./source/resource/qxgui/images/clipped/tabview- tl.png --snip-- Does this path really exist? It looks like it is doubled (at leas

Re: [qooxdoo-devel] new Instance from String

2009-05-05 Thread Alexander Back
Hi Lutz, On Tuesday 05 May 2009 Lutz Schoder wrote: > First I tested it with a class with already created objects and it > works. But in the application > a table view has to open a detail view which was given by classname. > This detail view > was normally not created before. > This behavior shou

Re: [qooxdoo-devel] Creating a OSX alike scroll bar

2009-05-05 Thread Alexander Back
Hi Rui, On Monday 04 May 2009 Rui Lopes wrote: > That was the only way I found to create a scrollbar alike osx. > > I did my own theme, though, I didn't find a way to make the "slider" > child control the first item. How can I do that using "scrollbar*" > attributes? The scrollbars in qooxdoo are

Re: [qooxdoo-devel] Some beginner questions regarding remote tables - scrolling, loading and selecting data

2009-05-04 Thread Alexander Back
Hi Michael, On Friday 01 May 2009 Michael Helwig wrote: > Maybe this is a suggestion for adding another line in the RemoteTable > tutorial. In the Backend-Section it writes > "The backend has to deliver the requested data in a JSON data > structure in order to display the data correctly." > This i

Re: [qooxdoo-devel] cellEditor problem

2009-04-24 Thread Alexander Back
Hi Jim, On Friday 24 April 2009 Jim Hunter wrote: > I had a need for the column data in a table to be only numeric. > Without giving it much thought I just set the renderer to Numeric but > when I entered new text in, naturally it allowed me to enter anything. > So then I added a celleditor.TextFi

Re: [qooxdoo-devel] Force tooltip position

2009-04-24 Thread Alexander Back
Hi Fritz, On Thursday 23 April 2009 Fritz Zaucker wrote: > is it possible to force a tooltip to ALWAYS be to the X pixels to the right > of the mouse? No, the placement of the tooltip is managed by the "qx.ui.tooltip.Manager" singleton and it uses the "MPlacement" together with the "qx.util.Place

Re: [qooxdoo-devel] HtmlEditor integration

2009-04-22 Thread Alexander Back
Hi, just want to let you know that I'm going to take a look at this issue soon. So please be a little bit patient :) cheers, Alex On Sunday 19 April 2009 OmicroN wrote: > I use QooxDoo 0.8.2 and my config.json is like this : > ... > "library" : > [ > { > "manifes

Re: [qooxdoo-devel] table.model.Remote doesn't reload

2009-04-16 Thread Alexander Back
Hi Thomas, On Wednesday 15 April 2009 Thomas Bückemeyer wrote: > It works fine, when the application started. The data was loaded in the > table, in the debugger i read "readdata" and "fertig mit der suche, und > es gibt sogar ergebnisse" - thats what I expected. > > , after I press the "buttons

Re: [qooxdoo-devel] this.capture() - Disable capture of mouse[over|out]?

2009-04-15 Thread Alexander Back
Hi Matt, On Wednesday 15 April 2009 Matthew Gregory wrote: > Hi All, > I'm currently working on a ribbon-bar like widget which works really > well atm. Currently if you hold down one button down and hover over a > different button it won't get highlighted (even if you let go). This > isn't what we

Re: [qooxdoo-devel] Truly trasparent

2009-04-15 Thread Alexander Back
Hi Massimo, On Wednesday 15 April 2009 mapp...@libero.it wrote: > Hi, > I am trying to get trasparent popup, but the code > > popupWait. > setBackgroundColor("transparent"); > > does not provide a true trasparency. It is > like a dark glass. > Is it possible to optain in such a way? Yes it is :)

Re: [qooxdoo-devel] Mixing Inline and Standalone?

2009-04-15 Thread Alexander Back
Hi Vincent, On Wednesday 15 April 2009 Vincent Bernardi wrote: > On 15 avr. 09, at 10:01, Alexander Back wrote: > > BTW: you can change the layout by calling "setLayout" at the root > > widget e.g. > > to change it to a layout which supports "flex". >

Re: [qooxdoo-devel] Strange beaviour...

2009-04-15 Thread Alexander Back
Hi, the answer is that you have to initialize your property on instance level using the "initFields" method (in your case) in your constructor. This way the property in *not* shared between the instances. See http://qooxdoo.org/documentation/0.8/defining_properties#defining_an_init_v

Re: [qooxdoo-devel] Keep window from getting click event

2009-04-15 Thread Alexander Back
Hi Tom, just to give it a try ... don't know if it's working out for you. Did you try to use the "sendToBack" method of the window manager to send the main window to the back once one of the "child" window is opened. Technically it does re-sort the stack of the windows and the window at top of

Re: [qooxdoo-devel] Mixing Inline and Standalone?

2009-04-15 Thread Alexander Back
Hi Vincent, On Tuesday 14 April 2009 Vincent Bernardi wrote: > I want to display the HTML content behind my widgets, and therefore I > have to build an qx.application.Inline. My root is then a > qx.ui.root.Page, which in turns only acepts qx.ui.layout.Basic as a > layout. And this layout doesn't a

Re: [qooxdoo-devel] Attaching an image to the mouse cursor

2009-03-29 Thread Alexander Back
Hi Deepak, On Saturday 28 March 2009 Deepak Mishra wrote: > Is there an easy way to attach an image to the mouse cursor. My purpose is > to attach an image being dragged to the mouse cursor during a drag and drop > operation. > An obvious way would be to set the Left and Top of an image to be the

Re: [qooxdoo-devel] alert user before chaging page in buttonview

2009-03-20 Thread Alexander Back
Hi, On Thursday 19 March 2009 sgallego wrote: > Alert popup appear asking me before make the page change... if I click > 'Cancel'...the event not occur over my buttonView class...but the event is > propagated and 'chagechecked' over the button clicked is fired. > Can I do somwthing like stopPr

Re: [qooxdoo-devel] Automatically Hiding Popup Objects

2009-03-16 Thread Alexander Back
Hi Gene, On Monday 16 March 2009 Gene Amtower wrote: > Thanks, Alex.  I'm working on the bug description now.  As for sample > code, is it better to attach files or embed the code in the description. > I'm planning on attaching the HTML and JS files from my efforts but > wanted to make sure this i

Re: [qooxdoo-devel] Automatically Hiding Popup Objects

2009-03-16 Thread Alexander Back
Hi Gene, On Saturday 14 March 2009 Gene Amtower wrote: > Feedback... > > When implemented in a standalone application, the two textfields and > related popup tables behave as expected.  Clearly, there is something > about an Inline implementation that interferes with the automatic > behavior of po

Re: [qooxdoo-devel] Scrolling TextArea to the bottom

2009-03-13 Thread Alexander Back
Hi Marcin, On Thursday 12 March 2009 Marcin Jakubowski wrote: > First of all - as I'm new to the community - hello to all the > qooxdooers! And congratulations to all the authors and people involved > for developing such a great framework! Nice to hear these kudos. Welcome to the project! > As mo

Re: [qooxdoo-devel] Center root & show native controls

2009-03-12 Thread Alexander Back
Hi Andy, On Thursday 12 March 2009 Andy Fuchs wrote: >  qx.bom.element.Attribute.set(document.body, "margin", "0px"); This would set an HTML attribute "margin" not a style attribute :) Result would be: "" cheers, Alex -

Re: [qooxdoo-devel] Center root & show native controls

2009-03-12 Thread Alexander Back
Hi Andy, On Thursday 12 March 2009 Andy Fuchs wrote: > thanks to this manual dom-manipulation (;-)) I now have native system > scrollbars in the outter document window. It also needed a couple of > tweaks, (but no hacks! ;-)) and now works fine EXCEPT the document.body has > an 8px margin and I c

Re: [qooxdoo-devel] Center root & show native controls

2009-03-12 Thread Alexander Back
Hi Andy, On Thursday 12 March 2009 Andy Fuchs wrote: > > If you use "false" as third parameter then inline root widget takes the > > height of his widgets and sets this height for itself. So you won't see > > ever any vertical scrollbars because it just fits :) > > Yes, but if I use 'true' then my

Re: [qooxdoo-devel] Center root & show native controls

2009-03-12 Thread Alexander Back
Hi Andy, On Wednesday 11 March 2009 Andy Fuchs wrote: > Now in my basic thinking I thought, changing the application type would not > change the main layout, but since qx.application.Inline uses the Basic > layout the strategy above doesn't work and it seems I'm to stupid to > understand how to ma

Re: [qooxdoo-devel] Center root & show native controls

2009-03-11 Thread Alexander Back
Hi Andy, On Wednesday 11 March 2009 Andy Fuchs wrote: > Currently I set  my app to   extend : qx.application.Standalone and show it > horizontally centered, which works fine. > > Now I want to change it, so that the native system scrollbars show up, if > the window is smaller than my main widget's

Re: [qooxdoo-devel] manual initialization

2009-03-11 Thread Alexander Back
Hi Petr, On Wednesday 11 March 2009 Petr Kobalíček wrote: > Alex I need to explain you my problem: > > calling qx.event.handler.Application.onScriptLoaded() not helps me. > Under FF, Opera and Chrome there is no problem, but under IE i get > this message: > > 002063 qx.core.Init: Load runtime: 206

Re: [qooxdoo-devel] Layout

2009-03-11 Thread Alexander Back
Hi, On Tuesday 10 March 2009 A.Yerenkow wrote: > Can someone point me, how make a layout similar to > API Documentation / Demo Brower? > > Exactly, how make a splitpane height to be 100%? Just download the SDK and take a look for yourself. That's the best way to get in touch with it :) Additional

Re: [qooxdoo-devel] manual initialization

2009-03-11 Thread Alexander Back
Hi Petr, On Wednesday 11 March 2009 Petr Kobalíček wrote: > Hi Alex, > > thanks for explanation. A have last question. Can I disable automatic > qooxdoo initialization ? If I can call > qx.event.handler.Application.onScriptLoaded(); then I don't need > qooxdoo to call it on init. Does qooxdoo disp

Re: [qooxdoo-devel] manual initialization

2009-03-11 Thread Alexander Back
Hi Petr, On Monday 09 March 2009 Petr Kobalíček wrote: > is there any way to invoke application initialization manually ? > > I mean to completely skip qxsettings["qx.application"] and call > something like qx.core.Init.init(). > > Is this possible ? It is possible, but you need to know what you'r

Re: [qooxdoo-devel] RFC: How to display logfiles best?

2009-03-11 Thread Alexander Back
Hi Gereon, On Monday 09 March 2009 Gereon A. Frey wrote: > I'd like to hear your suggestions on how to display logfiles best. > > Logfiles have less than 20 rows in most cases and each row is a tuple of > timestamp, message type and the actual message. The messages are longer > than the space avai

Re: [qooxdoo-devel] Closable tabs in 0.8

2009-03-09 Thread Alexander Back
Hi Petr, we're already aware of this feature request and filed a bug report for this. See http://bugzilla.qooxdoo.org/show_bug.cgi?id=1875 for more details. cheers, Alex On Saturday 07 March 2009 Petr Kobalíček wrote: > I want to reopen discussion on closable tabs. > > Currently nearly each of

Re: [qooxdoo-devel] 0.8.2

2009-03-09 Thread Alexander Back
Hi, thanks for post and pointing out this issue. Could you please file a bug report at http://bugzilla.qooxdoo.org for this? This way we can take a closer look at this and improve the data binding layer in qooxdoo. Thanks for your help! cheers, Alex On Saturday 07 March 2009 A.Yerenkow wrot

Re: [qooxdoo-devel] Mousclick coordinates

2009-03-06 Thread Alexander Back
Hi Florian, On Friday 06 March 2009 Florian Giesen wrote: > I have an inline application and would like to move a qooxdoo window > to the click coordinates inside the application area. Has anybody a > hint, how to implement this or is this not possible in a simple way? I guess the easiest way woul

Re: [qooxdoo-devel] Themeing example

2009-03-06 Thread Alexander Back
Hi Florian, You're doing nothing wrong here ... it's seems to a bug in qooxdoo. -> http://bugzilla.qooxdoo.org/show_bug.cgi?id=2061 A possible workaround is to define the "button-abort" appearance just like the "button-ok" one. If you use the "icon" property is should work. cheers, Alex On F

Re: [qooxdoo-devel] Databinding for 0.7?

2009-03-06 Thread Alexander Back
Hi Christian, On Friday 06 March 2009 panyasan wrote: > since I will be stuck for a while with the 0.7 legacy branch, I would like > to ask if it is possible to use or port the databinding component with or > to qooxdoo 0.7? I don't know how much it relies on 0.8 internals. As far as > I could gat

Re: [qooxdoo-devel] qxbuild

2009-03-06 Thread Alexander Back
Hi Petr, > So is there any way to use the loader or to force it to load my script > files or it's deprecated and it will be completely removed in the > future? I mean what 'parts' are now working within qooxdoo? I think > that loader will remain;) The URIs will be corrected in the future. If you b

Re: [qooxdoo-devel] setBackground() problem

2009-03-06 Thread Alexander Back
Hi Amit, On Friday 06 March 2009 Amit Rana wrote: > > Today ... that's the plan ;-) > you guys are always on time. :-) At least we trying hard to hit the release date and we're glad when we keep the promise. > It worked. Thanks. > But, what confuses me is that if I comment the setDecorator() a

Re: [qooxdoo-devel] help var resizeBehavior = tcm.getBehavior(); errormessage getBehavior is not a function

2009-03-06 Thread Alexander Back
Hi Fritz, On Friday 06 March 2009 Fritz Zaucker wrote: > until very recently I had been somewhat confused about flex. Just for my > (hopefully better) understanding: > > Is flex really a property of the layout, or isn't it rather a "property" of > the placement of the widget into the container? If

Re: [qooxdoo-devel] help var resizeBehavior = tcm.getBehavior(); errormessage getBehavior is not a function

2009-03-06 Thread Alexander Back
Hi Ludger, On Thursday 05 March 2009 ludger wrote: > thank you for message.Unfortunately I received an errormessage. > G.getBehavior is not a function > I work with verson 0.81 > here is a part of my programm. > var tabellenmodel = new qx.ui.table.model.Simple(); > tabellenmodel.setColumns(["Nr.",

Re: [qooxdoo-devel] Themeing example

2009-03-06 Thread Alexander Back
Hi Florian, On Friday 06 March 2009 Florian Giesen wrote: > at first, I wanted to write something like > > "spinner/upbutton/icon" : "path/mypic.png", The issue here is that "icon" needs to be a map - more precisely it needs to be an appearance which returns a map with correct properties. > but

Re: [qooxdoo-devel] qxbuild

2009-03-06 Thread Alexander Back
Hi Petr, On Friday 06 March 2009 Petr Kobalíček wrote: > To be exact, > > I modified generated files to contain this: > > qx.$$loader = { > parts : {"boot":[0]}, > uris : [qxscripts], > boot : "boot" > }; This part is still in the generated JS file, but it is bogus - the loading mechanism d

Re: [qooxdoo-devel] listener activation looks broken

2009-03-06 Thread Alexander Back
Hi Kenny, On Friday 06 March 2009 Kenneth Tilton wrote: > Create a textfield and a listbox. > > Put a keypress listener on the textfield. > > Type in the textfield and see listener console writes OK. > > Click on an item in the listbox. > > Click-drag (one action) to select the full contents of th

  1   2   3   4   5   >