[qooxdoo-devel] qx.ui.toolbar.RadioButton constructor

2007-06-13 Thread dperez
Hi list, What happens when a class doesn't define a constructor? Does it inherit from its base class? I say it, because I don't see the constructor for class qx.ui.toolbar.RadioButton It used to have in version 0.6.6 a constructor where you could specify the text, and the icon. I specify the ico

[qooxdoo-devel] Improvement to 0.6.5 TabView API

2007-06-13 Thread Simon Bull
Hi List, I am not sure if this has been improved in 0.7, but in 0.6.5 the TabView API is not very extensible. For example, in order to implement a multi-row tabbar (instead of the default single-row tabbar), the developer has to hack it in like this: // **

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Bob Lynch
Thanks for your reply. I have done pretty much exactly as you suggested here. I replaced the existing meta theme by copying it to a new file name, and editing the name and the color theme that it references. I then created a new theme that extended one of the existing color themes. My problem is tr

Re: [qooxdoo-devel] Extended window manager demo

2007-06-13 Thread Simon Bull
Hi Hugh, Apologies for the slow response -- I wasn't watching the list for a while. I have made a few small improvements to the extended window manager package since I posted the demo. The most important one I can remember was a fix to enable it to handle/pool modal windows properly. My produ

Re: [qooxdoo-devel] OnClose, Minimise Internal Window Component

2007-06-13 Thread Simon Bull
Hi FrozenDice, I created an extended window manager demo for this list a while back. Among other things it minimises windows to icons which you can then double click to restore the window. If you search for "Extended window manager demo" in the list archives you should be able to find it. Si

Re: [qooxdoo-devel] OnClose, Minimise Internal Window Component

2007-06-13 Thread FrozenDice
I was thinking of making some sort of task bar so when you hit minimise a button would show up at the bottom of the screen allowing you to reopen the window. Sort of like how windows works. On 6/13/07, Okan, Varol <[EMAIL PROTECTED]> wrote: > You might find this thread informative ... > > http://

Re: [qooxdoo-devel] OnClose, Minimise Internal Window Component

2007-06-13 Thread Okan, Varol
You might find this thread informative ... http://www.nabble.com/minimize-Window-bug-t2466464.html I take it that thus far no 'taskbar' exists ... Just wondering bc I need one for AstraNOS.org as well. Varol :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

[qooxdoo-devel] Find the current state of a Window Open or Closed

2007-06-13 Thread FrozenDice
Is there any way I can find if a Window component is either open or closed? - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread bob . lynch
Thanks Alex. I have read that. I've read it cover to cover several times (I was sure the butler did it ;-). See my previous post for a better explanation of my problems. Sorry to spam the list with such basic questions. Your help is greatly appreciated. Bob On Wed, 13 Jun 2007 11:15:24 -0500 (EST

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread bob . lynch
I think my problem is more fundamental than that. I've read (and reread) the documentation on theme support. I've edited the make file. I've created a new meta theme. I've created a new color theme (extending an existing one). I just can't get them to work. I've managed to test my change to the ma

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Alex Back
Hi Bob, hired-gun wrote: > Thanks to Fabian for answering my previous question about themes. I'm still > strugglng tho. > > I am trying to extend an existing color scheme. I couldn't figure out where > to add the script file. I tried editing my 'make' generated custom.js file > with the line: > >

Re: [qooxdoo-devel] OnClose, Minimise Internal Window Component

2007-06-13 Thread FrozenDice
Ah, thanks. I'll look into that. Does anyone also know what the point of the minimise button is? All it does is hide the window, it doesn't show up anywhere mimimised. Is there a menubar or some component that this goes to when minimised? Or is the function pretty much equivelant to the exit

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Alex Back
Hi Bob, hired-gun wrote: > I am trying to extend an existing color scheme. I couldn't figure out where > to add the script file. I tried editing my 'make' generated custom.js file > with the line: > > src="./class/com/cvmkt/themes/QuickstoreColor.js">\ > > right before the line that loads my Appl

[qooxdoo-devel] IE hangs if the global cursor is changed via setGlobalCursor in a client document with lots of elements

2007-06-13 Thread Dietrich Streifert
Hello List, I just wanted to put the attention of the list to bug #487 http://bugzilla.qooxdoo.org/show_bug.cgi?id=487 The method setGlobalCursor which is used currently by the tree, the window and the listview widget gets slower and eventually freezes IE if lots of elements (widgets) exist i

[qooxdoo-devel] more questions on theme support

2007-06-13 Thread hired-gun
Thanks to Fabian for answering my previous question about themes. I'm still strugglng tho. I am trying to extend an existing color scheme. I couldn't figure out where to add the script file. I tried editing my 'make' generated custom.js file with the line: \ right before the line that loads my

Re: [qooxdoo-devel] Where is the definition of setGlobalCursor or the property globalCursor?

2007-06-13 Thread Derrell Lipman
On 6/13/07, Dietrich Streifert <[EMAIL PROTECTED]> wrote: > Hello List, > > while trying to find the bug in > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=487 > > I did not found the implementation of the setGlobalCursor method or the > property globalCursor. > > Where can I find the code for

Re: [qooxdoo-devel] Where is the definition of setGlobalCursor or the property globalCursor?

2007-06-13 Thread Dietrich Streifert
Well after refreshing my Eclipse workbench I found _applyGlobalCursor in ClientDocument.js. Sorry for the traffic. Dietrich Streifert schrieb: > Hello List, > > while trying to find the bug in > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=487 > > I did not found the implementation of the

[qooxdoo-devel] Where is the definition of setGlobalCursor or the property globalCursor?

2007-06-13 Thread Dietrich Streifert
Hello List, while trying to find the bug in http://bugzilla.qooxdoo.org/show_bug.cgi?id=487 I did not found the implementation of the setGlobalCursor method or the property globalCursor. Where can I find the code for this? Thank you for your help. Regards. -- Mit freundlichen Grüßen Di

Re: [qooxdoo-devel] Request

2007-06-13 Thread Alex Back
Hi Claudio, Claudio wrote: > Hi, where I can find one detailed documentation on qooxdoo? > > creed that one situated on site is not much simple for who must begin . Did you took a look at the documentation at qooxdoo.org? The "Getting Started" section is a good start point for beginners. Documen

[qooxdoo-devel] Request

2007-06-13 Thread Claudio
Hi, where I can find one detailed documentation on qooxdoo? creed that one situated on site is not much simple for who must begin . thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: [qooxdoo-devel] Table columns non sortable

2007-06-13 Thread Derrell Lipman
On 6/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > is there a way to make a column inside a table non sortable? If not can i > make the whole table unsortable? This depends on the table model you are using. In the default Simple table model, all columns are sortable. You can ext

[qooxdoo-devel] Table columns non sortable

2007-06-13 Thread gerds
Hi, is there a way to make a column inside a table non sortable? If not can i make the whole table unsortable? Greetings Gerd - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB

Re: [qooxdoo-devel] Invalid type of key "constructor"

2007-06-13 Thread dperez
Meanwhile we have the templates for boilerplate code. I've corrected my template and I expect not to have this problem anymore. Luckily qooxdoo checks some typical misspellings. Dietrich Streifert wrote: > > Not Google technology but something like Intellisense. > > Ideally there will be a co

Re: [qooxdoo-devel] changing themes

2007-06-13 Thread Fabian Jakobs
hired-gun schrieb: > I've been struggling with creating a new theme. I am trying to use the api to > change the theme like this: > > qx.theme.manager.Appearance.getInstance().setAppearanceTheme(qx.theme.ClassicLunaBlue); > > As you can see, I'm using one of the existing themes. I added this line in

[qooxdoo-devel] changing themes

2007-06-13 Thread hired-gun
I've been struggling with creating a new theme. I am trying to use the api to change the theme like this: qx.theme.manager.Appearance.getInstance().setAppearanceTheme(qx.theme.ClassicLunaBlue); As you can see, I'm using one of the existing themes. I added this line in the main() function in Appl

Re: [qooxdoo-devel] Error: configuration key "extend" is not allowed! [v0.7]

2007-06-13 Thread Sebastian Werner
Yes, the make command must be executed after every dependency change. Through the new extend the affected class has a new loadtime dependency to the superclass. This must be respected in the file loading order. Sebastian Tobias Koller (GERMO GmbH) schrieb: > I think I also had this problems.

Re: [qooxdoo-devel] Error: configuration key "extend" is not allowed! [v0.7]

2007-06-13 Thread Tobias Koller (GERMO GmbH)
I think I also had this problems. I just ran "make source" and everything worked fine ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von C.Bieser Gesendet: Mittwoch, 13. Juni 2007 13:19 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [

Re: [qooxdoo-devel] Error: configuration key "extend" is not allowed! [v0.7]

2007-06-13 Thread C.Bieser
It is very mysterious. @home it has done without defining the type. Here in the office it has definitely first done after adding the type, now it works without. But now I have new Problems... :-( Thanks for Your help! Christian -- View this message in context: http://www.nabble.com/Error%3A-c

Re: [qooxdoo-devel] Invalid type of key "constructor"

2007-06-13 Thread Dietrich Streifert
dperez schrieb: Thanks, I was unable to see this typo. Qooxdoo would need to have Google technology: "Did you meant blah blah blah" :-D Not Google technology but something like Intellisense. Ideally there will be a completion library generated by the qooxdoo generator script which c

Re: [qooxdoo-devel] Invalid type of key "constructor"

2007-06-13 Thread dperez
Thanks, I was unable to see this typo. Qooxdoo would need to have Google technology: "Did you meant blah blah blah" :-D Alex Back-2 wrote: > > I think you just have a typo in your code. The constructor has the > "construct" > key. > > So if you write > > construct: function() { > ar

[qooxdoo-devel] "this" within EventListener and IE [Remote Table Model; setting Columns] [v0.7]

2007-06-13 Thread C.Bieser
Hello, in my Application I'm using a Table with a Remote Table Model. It works fine. I'm trying to add a Remote Column Model. This works also fine - in FireFox, Opera, Safari but not in IE. And this is my Problem. Code: - Gui.js [pim.Gui] [...] tableModel = new pim.ui.table.model.Remote(); t

Re: [qooxdoo-devel] Invalid type of key "constructor"

2007-06-13 Thread Alex Back
Hi David, dperez wrote: > I don't understand this: > > I have this simple class. > > qx.Class.define('CeldaIco', { > extend: qx.ui.table.cellrenderer.Icon, > > //constructor: function() { > // arguments.callee.base.apply(this, arguments); > //}, > members: { >

[qooxdoo-devel] Invalid type of key "constructor"

2007-06-13 Thread dperez
I don't understand this: I have this simple class. qx.Class.define('CeldaIco', { extend: qx.ui.table.cellrenderer.Icon, //constructor: function() { // arguments.callee.base.apply(this, arguments); //}, members: { _identifyImage: funct

Re: [qooxdoo-devel] OnClose, Minimise Internal Window Component

2007-06-13 Thread Alex Back
Hi, FrozenDice wrote: > Is there a way to assign an event to the minimise and close buttons on > a Window component? Currently this is not supported. There already event listeners on each button which perform some actions (and stop the further event propagation). The best way would be that you

Re: [qooxdoo-devel] More Object disposal (sorry!)

2007-06-13 Thread Sebastian Werner
Andreas Junghans schrieb: > Hi there, > > Am 13.06.2007 um 09:22 schrieb Sebastian Werner: > >> Dietrich Streifert schrieb: >>> Shouldn't this be solved in general by modifying the >>> _disposeObjects method? >>> >>> The disposal of an object makes a reference from its parent useless. >>> >>> S

Re: [qooxdoo-devel] More Object disposal (sorry!)

2007-06-13 Thread Andreas Junghans
Hi there, Am 13.06.2007 um 09:22 schrieb Sebastian Werner: > Dietrich Streifert schrieb: >> Shouldn't this be solved in general by modifying the >> _disposeObjects method? >> >> The disposal of an object makes a reference from its parent useless. >> >> So shouldn't some code like: >> >> par

Re: [qooxdoo-devel] More Object disposal (sorry!)

2007-06-13 Thread Dietrich Streifert
Sebastian Werner schrieb: Dietrich Streifert schrieb: Shouldn't this be solved in general by modifying the _disposeObjects method? The disposal of an object makes a reference from its parent useless. So shouldn't some code like: parent = objToDispose.getParent(); if(parent) paren

Re: [qooxdoo-devel] Error in online demos

2007-06-13 Thread Hugh Gibson
> Yes, "current" is now pointing to 0.7. This will be changed with > the next release and should also be fixed when you replace > "/current/" with "/devel/". Ah, of course. Yes, it's OK with /devel/ Hugh - This SF.net emai

Re: [qooxdoo-devel] More Object disposal (sorry!)

2007-06-13 Thread Sebastian Werner
Dietrich Streifert schrieb: > Shouldn't this be solved in general by modifying the _disposeObjects method? > > The disposal of an object makes a reference from its parent useless. > > So shouldn't some code like: > > parent = objToDispose.getParent(); > if(parent) parent.remove(objToDisp

Re: [qooxdoo-devel] Error in online demos

2007-06-13 Thread Sebastian Werner
Yes, "current" is now pointing to 0.7. This will be changed with the next release and should also be fixed when you replace "/current/" with "/devel/". Sebastian Hugh Gibson schrieb: >> When I open up http://demo.qooxdoo.org/current/demobrowser/ I get >> the >> popup trace window in IE7. It s

Re: [qooxdoo-devel] liveUpdate behaviour

2007-06-13 Thread Sebastian Werner
Hugh Gibson schrieb: >>> Any comments about the problem of the "input" event listener >> hiding the >>> "changeValue" event, and the listener on "changeText"? >> What exactly do you mean? > > Did you not get the other email I sent in this thread? I've copied the > relevant bit below (the demo is

Re: [qooxdoo-devel] Object disposal

2007-06-13 Thread Sebastian Werner
Hi Nick, I am sorry, our initial idea of disposeProperties() was wrong in my opinion. The problem is relatively simply to describe. Properties are controllable from outside and it could not be detected for sure that the current property value is the one initially configured, if this value is n