[qooxdoo-devel] ListView Trouble..

2006-07-06 Thread sharmaprateek
I have to create a preview pane with the list view that can be hidden and shown on the click of a menu button (something like the outlook/yahoo mail beta preview feature).. and when the preview pane is in hidden mode, the listview is resized to the maximum available height and pulled up when the p

Re: [qooxdoo-devel] Namespaces branch and exceptions

2006-07-06 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > Is it me, or does every exception in the namespaces branch return the same > message? Regardless of the reason the program doesn't execute, I get the > following in the debug window: > > Modification of property "state" failed with exception: TypeError -

Re: [qooxdoo-devel] QxListView Broken Images Strickes Again

2006-07-06 Thread ACampelo
I forgot ... After I load the source array, I execute a QxListView.update comand! -- View this message in context: http://www.nabble.com/QxListView-Broken-Images-Strickes-Again-tf1903412.html#a5210495 Sent from the qooxdoo-devel forum at Nabble.com. Using Tomcat but need to do more? Need to s

Re: [qooxdoo-devel] QxListView Broken Images Strickes Again

2006-07-06 Thread ACampelo
IE Version: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519. In FF no problems at all too. In Opera don't work. I tested only in the deployment machine. I will test tomorrow in other IE. Didi you fixed the QxImageManager.setCorePath and the blank.gif file? -- View this message in context: http://www

Re: [qooxdoo-devel] QxListView Broken Images Strickes Again

2006-07-06 Thread Priebe, Jason
> Acampelo wrote: > > If I work with iconHTML instead image works very fine! > > The diference: > > Config the column > > var Colunas = > { > icon : { label : "", width: 24, type : "iconHtml" }, < > name: { label : "Nome", width : 350, type : "text", align : "left"} }; I'm curious -- w

[qooxdoo-devel] Gouranga

2006-07-06 Thread Neateye
Call out Gouranga be happy... Gouranga Gouranga Gouranga! That which brings the highest happiness Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.

[qooxdoo-devel] Namespaces branch and exceptions

2006-07-06 Thread Jim Hunter
Is it me, or does every exception in the namespaces branch return the same message? Regardless of the reason the program doesn't execute, I get the following in the debug window: Modification of property "state" failed with exception: TypeError - this._applyInitialAppearance is not a functionand th

Re: [qooxdoo-devel] QxListView Broken Images Strickes Again

2006-07-06 Thread ACampelo
If I work with iconHTML instead image works very fine! The diference: Config the column var Colunas = { icon : { label : "", width: 24, type : "iconHtml" }, < name: { label : "Nome", width : 350, type : "text", align : "left"} }; Loading content: Linhas.push( { id : { text : nodesXML

[qooxdoo-devel] QxListView Broken Images Strickes Again

2006-07-06 Thread ACampelo
Hi, I am with the classical problem: broken imagens in QxListView. I founded some contents in the forum. Follow instructions, I copied the file "blank.gif" (qooxdoo-0.5.2-dos/images) to an apropriate directory (myapp/images) and corrected the SetCorePath property:

Re: [qooxdoo-devel] QxKeyEvent esc key

2006-07-06 Thread Derrell . Lipman
"Bob Manc" <[EMAIL PROTECTED]> writes: > This is a weird one. If you add a keydown event looking for the escape key, > you can't run window.location. For example > > > > doc.addEventListener("keydown", function(e) > > { > > if (e.getKeyCode() == QxKeyEvent.keys.esc) > > {

[qooxdoo-devel] QxKeyEvent esc key

2006-07-06 Thread Bob Manc
This is a weird one. If you add a keydown event looking for the escape key, you can't run window.location. For example doc.addEventListener("keydown", function(e) { if (e.getKeyCode() == QxKeyEvent.keys.esc) { window.location = "http://www.google.com";;

[qooxdoo-devel] Problems with QxTree in qooxdoo !?

2006-07-06 Thread Martin Heinzl
Hi all I have a problem with the QxTree in qooxdoo In the shipped example "test/tree_2.html" you defined the following EventListener on the tree level ! t.getManager().addEventListener("changeSelection", function(e) { tCurrentInput.setValue(e.getData().getFirst()._labelObject.

Re: [qooxdoo-devel] Listview Data Value

2006-07-06 Thread Jim Hunter
I agree with Derrel. Whenever I create compound controls, I always surface properties and methods of the sub-controls to the parent control. In this way, you don't have to know how a control is build, you just need to know the properties and methods that it provides. I don't believe that you should

Re: [qooxdoo-devel] qooxdoo 0.1.x invisible-cursor-mozilla-bug problem once again

2006-07-06 Thread Christian Boulanger
Hello Andreas, > Well, as we never really fixed (i.e. investigated/understood) the > problem in 0.1, but accidently fixed it within the near-to-complete > rewrite 0.5, I doubt we can be much of a help. Sorry. :-( I feared that this would be the case, but hoped that you might have found an answe

Re: [qooxdoo-devel] qooxdoo 0.1.x invisible-cursor-mozilla-bug problem once again

2006-07-06 Thread Andreas Ecker
Hi, Christian! Christian Boulanger wrote: > Hello, > > The deployed version of my app uses qooxdoo 0.1, which in all > gecko-based browsers suffers from the well known bug (also already > discussed multiple times on this list) that in text fields the cursor > is invisible if there is another widg

[qooxdoo-devel] qooxdoo 0.1.x invisible-cursor-mozilla-bug problem once again

2006-07-06 Thread Christian Boulanger
Hello, The deployed version of my app uses qooxdoo 0.1, which in all gecko-based browsers suffers from the well known bug (also already discussed multiple times on this list) that in text fields the cursor is invisible if there is another widget below the textfield (for example, a login window hov

Re: [qooxdoo-devel] How to set Color Theme..

2006-07-06 Thread Andreas Ecker
Hi, Christian! Christian Boulanger wrote: >>How about changing the appeareance theme? In qooxdoo 0.1, there was a >>"window xp" and "windows 2000" theme. I assume that 0.5.2 ships only one >>default theme. Is that true? >> >>Christian >> > > Just looked into themes/appearance, there is only o

Re: [qooxdoo-devel] How to set Color Theme..

2006-07-06 Thread Christian Boulanger
Christian Boulanger schrieb: > How about changing the appeareance theme? In qooxdoo 0.1, there was a > "window xp" and "windows 2000" theme. I assume that 0.5.2 ships only one > default theme. Is that true? > > Christian > Just looked into themes/appearance, there is only one folder "default".

Re: [qooxdoo-devel] How to set Color Theme..

2006-07-06 Thread Christian Boulanger
How about changing the appeareance theme? In qooxdoo 0.1, there was a "window xp" and "windows 2000" theme. I assume that 0.5.2 ships only one default theme. Is that true? Christian Oliver Japel schrieb: >> I want to set the default color of the page to this: >> >> "Color Theme: Operating Syst

Re: [qooxdoo-devel] How to add events to an inherited class?

2006-07-06 Thread Alee
Thanks! :) .. The *self* thing solved the issue. During editing I think new was deleted. -- View this message in context: http://www.nabble.com/How-to-add-events-to-an-inherited-class--tf1898545.html#a5198144 Sent from the qooxdoo-devel forum at Nabble.com. Using Tomcat but need to do more? Ne

Re: [qooxdoo-devel] How to add events to an inherited class?

2006-07-06 Thread Andreas Ecker
Hi, looked at your code very briefly, but noticed the following: - var btnYes = QxButton(yesString); should probably be a *new* QxButton - "this" inside your event handler is not gonna be what you expect (the AlertWindow). Either use a outer variable "var self = this" and use "self" instead of

Re: [qooxdoo-devel] New Tutorial: Rapid Application Development with PHP QxBuilder and qooxdoo data manager extensios

2006-07-06 Thread Christian Boulanger
Adreas thanks for your nice words. BTW, I have put the demo application used in the example online: http://m15s08.vlinux.de/~cboulanger/QxBuilder/tests/addressbook.php And another demo, demonstrating the drag & drop support of the data manager extensions: http://m15s08.vlinux.de/~cboulanger/Qx

Re: [qooxdoo-devel] How to add events to an inherited class?

2006-07-06 Thread Alee
Here is the simplified code. Now I'm adding the events through addEventListener but it's not called. Probably I'm making some mistake AlertWindow = function(msg, title, msgIcon, msgIconWidth, titleIcon, titleIconWidth, buttonType, callback, width, height, windowManager) {

Re: [qooxdoo-devel] How to set Color Theme..

2006-07-06 Thread sharmaprateek
Thanks Buddy! That solved my query :) -- View this message in context: http://www.nabble.com/How-to-set-Color-Theme..-tf1895329.html#a5197058 Sent from the qooxdoo-devel forum at Nabble.com. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with p

Re: [qooxdoo-devel] QxListView Don't Render

2006-07-06 Thread sharmaprateek
Even I am facing the same problem. I have to create a preview pane with the list view that can be hidden and shown on the click of a menu button (something like the outlook/yahoo mail beta preview feature).. and when the preview pane is in hidden mode, the listview is resized to the maximum availa

Re: [qooxdoo-devel] Modal window doesn't block the UI

2006-07-06 Thread Andreas Ecker
Sorry, just realized that you have already filed such a bug report a couple of days before: http://bugzilla.qooxdoo.org/show_bug.cgi?id=89 > please file a bug report at http://bugzilla.qooxdoo.org , since the > focus handling seems to be incorrect. Please don't forget to refer to such bug repo

Re: [qooxdoo-devel] How to add events to an inherited class?

2006-07-06 Thread Andreas Ecker
Howdy! > I have made a class that inherits QxWindow and resembles Windows' MessageBox > function. I tried adding the events(on the buttons) in the contructor by > writing btn.addListener(...) but it doesn't seem to work. > > Any other ways of doing it? I would suggest you post a short example he

Re: [qooxdoo-devel] New Tutorial: Rapid Application Development with PHP QxBuilder and qooxdoo data manager extensios

2006-07-06 Thread Andreas Ecker
Hi, Christian, could look at your contribution just briefly, but wanted to say Thanks! for this fine addition to qooxdoo (as well as your recent contributions to the documentation section). Kinda role model for other qooxdoo members, maybe? ;-) Keep up the good work, Andreas Christian Bo

Re: [qooxdoo-devel] Modal window doesn't block the UI

2006-07-06 Thread Andreas Ecker
Hi, Ali, please file a bug report at http://bugzilla.qooxdoo.org , since the focus handling seems to be incorrect. Thanks, Andreas Alee wrote: > Hello, > > Create a button and upon it's 'execute' event, show a modal window. Now, run > it and click the button. It will bring a modal window inf

Re: [qooxdoo-devel] Is thera a namespace branch project release plan?

2006-07-06 Thread Andreas Ecker
Hi, Dietrich! > I know this is one of the buggin questions to developers but I have to > decide if I use the new namespace branch with qx.table for my next project. While currently still being a development branch, the namespaces branch will replace the trunk pretty soon (maybe next week). The

Re: [qooxdoo-devel] Modal window doesn't block the UI

2006-07-06 Thread Alee
The situation I'm talking about is a bit different, as in this case modal window doesn't freeze, but allows you to create multiple modal windows by pressing the button through space bar. Once you click on the modal window, it blocks the UI (including the button). I also encoutered with a situatio

Re: [qooxdoo-devel] How to completely remove qx.ui.window.Window ?

2006-07-06 Thread Andreas Ecker
Hi, Kirill, as you suggested: do a close() and then a dispose() on your window instance. Bye, Andreas Kirill Balyasnikov wrote: > After pressing close button in window it just become hidden, but what is > the best way to completely remove(destruct) window from browser and call > it's dispose

[qooxdoo-devel] Is thera a namespace branch project release plan?

2006-07-06 Thread Dietrich Streifert
Hello List, I know this is one of the buggin questions to developers but I have to decide if I use the new namespace branch with qx.table for my next project. Are there any, even broadly defined plans for the next steps in the namespace development? Thank you for your answers (how ever they wi

Re: [qooxdoo-devel] Lack of Time to "render" DOM

2006-07-06 Thread Andreas Ecker
Howdy! ACampelo wrote: > Andreas, > > thanks by your attention. > > In a first moment, I thinked Qooxdoo like another JS library, but now I'm > understanding what really is: a great and wonderful software engineer work > to assemble an amazing DOM Framework - like Backbase. Congratulations! Wel

Re: [qooxdoo-devel] How to set Color Theme..

2006-07-06 Thread Oliver Japel
> > I want to set the default color of the page to this: > > "Color Theme: Operating System Default" > QxColorManager.setTheme('operatingSystemDefault'); just call this in your main()-function for the names of the other themes see /qooxdoo/themes/colors Using Tomcat but need to do more?

Re: [qooxdoo-devel] Listview Data Value

2006-07-06 Thread Andreas Ecker
Hi, Derrell! > This seems silly. The fact that there is a ListViewPane object embedded in a > ListView object is purely an internal architectural issue. The user shouldn't > need to know or care. The user should operate purely on the ListView object, > and if, internally, information needs to b

[qooxdoo-devel] Re : Modal window doesn't block the UI

2006-07-06 Thread Elie Dumas
"Once any of the modal window's control gets focus, it doesn't allow you to execute the button again. "--> Ali, i noticed a similar problem with modal windows: see qooxdoo bug #85 that i reported a few days ago (http://bugzilla.qooxdoo.org/show_bug.cgi?id=85) : the modal window prevents from activa