Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Charlie
Hi Thomas I am indeed running an unusual setup, that I will try to explain more clearly here. The simplest would be that you browse the arborescence directly in SVN (it's an open source appli & ignore the ssl error) : https://www.argeo.org/svn/slc/trunk/org.argeo.slc.webapp/ See also my previous

[qooxdoo-devel] Buttons do not work while a tooltip is showing

2009-01-19 Thread Kenneth Tilton
I am doing variously images with click handling and buttons with icons specified...anyway, users will not have a nice text label to guide them so I have to have tooltips. But buttons do not respond while a tooltip is showing. kt -

[qooxdoo-devel] Wrong resourceUri after updating

2009-01-19 Thread Guilherme Aiolfi
Hi, after updating my app to trunk I couldn't generate its source anymore. After changing some URIs it started to compile right. Everything works except for the icons I include with #asset: #asset(qx/icon/${qx.icontheme}/16/*) #asset(qx/icon/${qx.icontheme}/22/*) I'm using it like so: var bu

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread thron7
Charles, you have a rather unusual setup. Let me see if I can decode it a little: In your other mail you write about the class "org.argeo.slc.web.TestList". According to qooxdoo conventions the source of this class has to be in path ending with .../org/argeo/slc/web/TestList.js

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1 > Generator.py bug?

2009-01-19 Thread Charlie
Hi Alexander After hours of debugging, I think I found the problem, and I think it is a bug of the 0.8.1 To be short, the cohabitation of many libraries beggining with the same radical for namespace make the uri generation fail in source mode. *How to test* I don't know if you can test this :

[qooxdoo-devel] How to include new theme graphics from scratch

2009-01-19 Thread Andy Fuchs
MacOS X 10.5.6 I tried to create a new theme from scratch and ran into a problem, maybe someone could shed some light on it. Here are my steps: - I duplicated the 'framework/source/resource/source/Modern' folder and changed a couple of graphic files - I then changed the image.json: "let" :

[qooxdoo-devel] TabView Problem

2009-01-19 Thread Marco Vecchi
Hi all developer :), I have a tabView which is created in an aside, this is tabview added function chimante through win1.add (this__tabView ();). The strange thing is that when I click on the button of my menu correctly answered the event and displays the window, with tabView created inside the fu

Re: [qooxdoo-devel] Tabview Initialization Issue?

2009-01-19 Thread Kenneth Tilton
Alexander Back wrote: > Hi Kenny, > > Kenneth Tilton wrote: >> I listen to "changeSelected" on a Tabview to keep track of who is in >> front. Works well except on app start-up, where it appears the initial >> "changeSelected" gets kicked off before the selected page's structure >> has been fi

Re: [qooxdoo-devel] document vs. getTopLevelWidget().getDocumentElement()

2009-01-19 Thread Alexander Back
Hi Ralf, Ralf Sternberg wrote: > if I need access to the DOM document element, does it make any > difference whether I refer to the global Javascript variable "document" > or call getTopLevelWidget().getDocumentElement() from a qooxdoo widget? No, the "getDocumentElement()" method does exactly ret

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Alexander Back
Hi Charlie, Charlie wrote: > Hi Alexander > Thanks for your answer. As shown in the config.json, a given class file > called TestList.js (and defining the class"org.argeo.slc.web.TestList"), > defined in the "slc-web" library should appear as > "argeo-ria-lib/class/org/argeo/slc/web/TestList.js"

[qooxdoo-devel] document vs. getTopLevelWidget().getDocumentElement()

2009-01-19 Thread Ralf Sternberg
Hi, if I need access to the DOM document element, does it make any difference whether I refer to the global Javascript variable "document" or call getTopLevelWidget().getDocumentElement() from a qooxdoo widget? Thanks, Ralf ---

[qooxdoo-devel] I18N error

2009-01-19 Thread Amit Rana
Hi, I have a language selection menu in my application. When I try to switch the language, I get an error : content is null (label.js line 333). here is the detailed error report : on()(qx.event.type.Data[up] $$hash=up _type=changeLocale)Label.js (line 333) dispatchEvent()(qx.locale.Manager[5]

Re: [qooxdoo-devel] How do fancier tables?

2009-01-19 Thread Kenneth Tilton
Fabian Jakobs wrote: > Kenneth Tilton schrieb: >> I need to have a remote table with one of the cell being an arbitrary >> qooxdoo layout, probably a composite container and a grid layout. Is >> there any way to do this? >> >> Currently I am using the Html cellrender but it is pretty ugly and I

Re: [qooxdoo-devel] contextmenu eventListener not working in IE

2009-01-19 Thread Ian Horst
I'm afraid qooxdoo contextmenu action won't work in all browsers. Besides you cannot ask end users to switch off default behavior of mouse right click in web browsers. I wouldn't do it. I filed a bug/feature request last year regarding alternative contextmenu action http://bugzilla.qooxdoo.org/

Re: [qooxdoo-devel] contextmenu eventListener not working in IE

2009-01-19 Thread Amit Rana
Hi Christian, I tried to mimic the same using a dummy code. Firefox hides the default right-click and shows only the user-defined menu (as set in its Options -> Content -> Enable JS -> Advanced -> Diasble or replace context menu). But IE shows both menus (user-defined and default browser). Ma

Re: [qooxdoo-devel] Problems w. childControl or appearance system

2009-01-19 Thread Florian Giesen
Hello Alex, i thank you very much! Your hint has solved my problem. Regards, Florian 2009/1/19 Alexander Back : > Hi Florian, > > Florian Giesen wrote: >> Hello Alex, >> >> thanks for your help. >> >>> Can you post a screenshot to show how your window looks like? >> http://www.2f-cms.com/userf

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Charlie
Hi Alexander Thanks for your answer. As shown in the config.json, a given class file called TestList.js (and defining the class"org.argeo.slc.web.TestList"), defined in the "slc-web" library should appear as "argeo-ria-lib/class/org/argeo/slc/web/TestList.js" and appear as "./class/org/argeo/sl

Re: [qooxdoo-devel] Problems w. childControl or appearance system

2009-01-19 Thread Alexander Back
Hi Florian, Florian Giesen wrote: > Hello Alex, > > thanks for your help. > >> Can you post a screenshot to show how your window looks like? > http://www.2f-cms.com/userfiles/uploads/screenshots/qooxdoo_StatusWindow01.jpg Now I know what the problem is :-) Normally the children of a window are

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Alexander Back
Hi Charlie, it would be interesting to know what paths are computed and what the path should look like. In general: the "manifest" entry is to determine the files on harddrive and the "uri" entry is to set the URI at the web-server. So just provide us some more infos (like the paths which are s

Re: [qooxdoo-devel] Problems w. childControl or appearance system

2009-01-19 Thread Florian Giesen
Hello Alex, thanks for your help. > Can you post a screenshot to show how your window looks like? http://www.2f-cms.com/userfiles/uploads/screenshots/qooxdoo_StatusWindow01.jpg > Did you refine the appearance property of your window class? Yes, i call this.set({appearance : "status-window"}) in

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Charlie
Hi again First of all, I've finally partly solved my problem with the migration to 0.8.1. It may be evident, but *i had not cleared the "cache"* between 0.8 and 0.8.1 and that was making python errors in the dependancyloader. If anyone encounters the problem.. :-) Now the build version is worki

Re: [qooxdoo-devel] Tabview Initialization Issue?

2009-01-19 Thread Alexander Back
Hi Kenny, Kenneth Tilton wrote: > I listen to "changeSelected" on a Tabview to keep track of who is in > front. Works well except on app start-up, where it appears the initial > "changeSelected" gets kicked off before the selected page's structure > has been finalized. I've just tested a tabVie

Re: [qooxdoo-devel] IE ARRAY BUG?

2009-01-19 Thread Andreas Junghans
Hi Ralf, Am 19.01.2009 um 09:17 schrieb Ralf Nieuwenhuijsen: >> IMHO, the additional convenience you get by adding these methods to >> the Array prototype are just not worth screwing with a core language >> element (even if other browsers offer them natively, which means they >> don't appear in f

Re: [qooxdoo-devel] Subclassing windows with animations?

2009-01-19 Thread Jonathan Weiß
Hello guys! It is really nice to see you using qooxdoo animations. :-) Animation on a widget-level will be there - but at the moment we have other priorities. You can have a look at the "animation" section in the Demo Browser. In "Save_Dialog" I used this trick to avoid the window (well it

Re: [qooxdoo-devel] How do fancier tables?

2009-01-19 Thread Fabian Jakobs
Kenneth Tilton schrieb: > I need to have a remote table with one of the cell being an arbitrary > qooxdoo layout, probably a composite container and a grid layout. Is > there any way to do this? > > Currently I am using the Html cellrender but it is pretty ugly and I > think I will get better la

Re: [qooxdoo-devel] How do fancier tables?

2009-01-19 Thread Kenneth Tilton
Derrell Lipman wrote: > On Sun, Jan 18, 2009 at 5:55 AM, Kenneth Tilton > wrote: > > I need to have a remote table with one of the cell being an arbitrary > qooxdoo layout, probably a composite container and a grid layout. Is > there any way to do this? >

Re: [qooxdoo-devel] diffrent source folder location

2009-01-19 Thread Alexander Back
Hi, gal.rubinstein wrote: > Hello all, Welcome to the project! > we are trying to integrate qooxdoo into an existing project and we need to > set the source folder pointer to a different location(instead of > "${ROOT}/source/classes" to "${ROOT}/src/main/qx/class" for example, this is > a java ma

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread thron7
Charlie_fr wrote: > Hi again Fabian > Thanks for your tip. Now i'm having problem with the migration from 0.8 to > 0.8.1 > I have indeed a specific config.json configuration, since i have defined > several libraries, moved them in various places, and also developed a maven > plug-in to call pytho

Re: [qooxdoo-devel] Use of qx.ui.popup.Popup.placeTo(Element|Widget)

2009-01-19 Thread Fabian Jakobs
Philipp Gruber schrieb: > I finally got it working. The problem was, that the Element was inside a > window which was hidden when i called placeToWidget. Seems like windows > are create the first time when the show() function is called, not when > the constructor is called. Good to know. > Hi

Re: [qooxdoo-devel] get height and width of the browser window

2009-01-19 Thread Alexander Back
Hi Thomas, Thomas Schober wrote: > Hi, > > i am developing a Application, inherited from qx.application.Standalone. > Now i want to open a window, which is placed in the center of the > browser window. How can i get the height and width of the underlying > canvas ? The answer is you don't have

Re: [qooxdoo-devel] Event beforeAppear no longer exists in 0.8

2009-01-19 Thread Fabian Jakobs
geo schrieb: > Hello, > > I would like to know how we can replace the event "beforeAppear" in the > version 0.8. > I use this event to customize a window before it appear. But in the 0.8 > version I don't find it. > The "appear" event should to just fine. Best Fabian -- Fabian Jakobs JavaSc

Re: [qooxdoo-devel] IE ARRAY BUG?

2009-01-19 Thread Fabian Jakobs
Ralf Nieuwenhuijsen schrieb: > I would completely stop using qooxdoo if they wouldn't do that. > The whole point of qooxdoo is that I don't have to test in several > browsers because they normalize the api. > > Why would you want to go back to the situation that you a) have to > test in every brow

Re: [qooxdoo-devel] IE ARRAY BUG?

2009-01-19 Thread Fabian Jakobs
Andreas Junghans schrieb: > Hi Derrell, > > Am 18.01.2009 um 20:42 schrieb Derrell Lipman: > > >> It's also perfectly legal, however, as with any object, to add >> additional methods to Array's prototype, and I don't believe that >> the spec says whether these new methods should or shouldn't

[qooxdoo-devel] get height and width of the browser window

2009-01-19 Thread Thomas Schober
Hi, i am developing a Application, inherited from qx.application.Standalone. Now i want to open a window, which is placed in the center of the browser window. How can i get the height and width of the underlying canvas ? Thank you Tom -

Re: [qooxdoo-devel] Theming

2009-01-19 Thread Christian Schmidt
Hi Mustafa, if I understood, you want to use the modern theme with the icons from the classic them? Regards, Chris Mustafa Sak schrieb: > Hi, > > i want to set the icon set from Tango to Oxygen. But i cannot, why? > > I am using this, > > qx.Class.define("radial.Application", > { > exte

Re: [qooxdoo-devel] Theming

2009-01-19 Thread Alexander Back
Hi Mustafa, Mustafa Sak wrote: > But why is this not documented? I tried to set > qx.theme.manager.Icon.setTheme(qx.theme.icon.Oxygen), with out success. I > would never imagin to use getInstance. And could not find any example. > > qooxdoo is grade, but sometimes i feel like playing puzzle. T

Re: [qooxdoo-devel] Problems w. childControl or appearance system

2009-01-19 Thread Alexander Back
Hi Florian, Florian Giesen wrote: > I am trying to write my own little qooxdoo alert window using > appearances. So i derived from qx.ui.window.Window and modified my > appearance theme. It has an atom and a button as child widgets. The > problem that I am stuck with is, that when i open an instan

Re: [qooxdoo-devel] contextmenu eventListener not working in IE

2009-01-19 Thread Christian Schmidt
Hi Amit, could you please open a bug report and add a code snipped to reproduce the issue. Thanks, Chris Amit Rana schrieb: > Hi, > > I am using the contextmenu event listener in my application. So, when I > right click, I get its desired functionality in Firefox. But, the same > doesn't work

Re: [qooxdoo-devel] IE ARRAY BUG?

2009-01-19 Thread Ralf Nieuwenhuijsen
I would completely stop using qooxdoo if they wouldn't do that. The whole point of qooxdoo is that I don't have to test in several browsers because they normalize the api. Why would you want to go back to the situation that you a) have to test in every browser b) have to add if-this-is-browser-x

Re: [qooxdoo-devel] IE ARRAY BUG?

2009-01-19 Thread Ralf Nieuwenhuijsen
> IMHO, the additional convenience you get by adding these methods to > the Array prototype are just not worth screwing with a core language > element (even if other browsers offer them natively, which means they > don't appear in for ... in iterations there). I would completely reverse that logic