Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Sebastian Werner
Oliver Vogel schrieb: O.K. this is the smalest Example where the error occours. i found out that the problem is the Button INSIDE the Layout. if there is NO Lauyout or the button is outside the layout it works fine. The bug is fixed in CVS. The problem was in QxEventManager. Sebastian HOPE,

Re: [qooxdoo-devel] QXListView Bug?

2005-11-21 Thread Sebastian Werner
Allen Lewis schrieb: Will the issue about the row selected ever be resolved?This error occurs on the demo examples of your web site as well.Just wondering? This is the release version. We will develop a new QxListView for renderer (next release). This current release version have no future. I

Re: [qooxdoo-devel] Problems with adding widgets to QxDockLayout

2005-11-21 Thread Sebastian Werner
Kent Olsson schrieb: I do not know if I am doing it correct or not, but when I try to add a tree to a dock layout, it first appears without any icons. Then it shrinks and disappears if I move the cursor above the area. Could you create an small example? Sebastian Kent ---

Re: [qooxdoo-devel] Missing semicolon in QxSelectionManager.js

2005-11-21 Thread Sebastian Werner
Kent Olsson schrieb: I found a missing semicolon in the end of line 460 this.debug("SEL: " + this._selectedItems.toArray()) Should be already fixed. Was only minutes in CVS. This is the problem with the sync to anonymous CVS. It will sync without we have control. Yesterday I developed on t

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Sebastian Werner
Darryl Pye schrieb: Hi Sebastian I am using the compiled version, but wow what an amazing product, if i can get the program to run a bit speedier, ok, the compiled version. That's good. What is your computer CPU performance? qooxdoo's speed greatly depends on the CPU speed. Do you also fi

[qooxdoo-devel] QXListView Bug?

2005-11-21 Thread Allen Lewis
 Will the issue about the row selected ever be resolved?This error occurs on the demo examples of your web site as well.Just wondering? Yahoo! FareChase - Search multiple travel sites in one click.

[qooxdoo-devel] Problems with adding widgets to QxDockLayout

2005-11-21 Thread Kent Olsson
I do not know if I am doing it correct or not, but when I try to add a tree to a dock layout, it first appears without any icons. Then it shrinks and disappears if I move the cursor above the area. Kent --- This SF.Net email is sponsored by th

[qooxdoo-devel] Missing semicolon in QxSelectionManager.js

2005-11-21 Thread Kent Olsson
I found a missing semicolon in the end of line 460 this.debug("SEL: " + this._selectedItems.toArray()) Please, correct in cvs. Kent --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Cou

[qooxdoo-devel] Suggestion - creating a QxStatusBar

2005-11-21 Thread Kent Olsson
I have attached a suggested class called QxStatusBar, which has been attached. Additionally, I have broken out the status bar in QxWindow. This has been done to be able to manipulate the object in a regular and logical way. I attached all changes. I let the QxCommonViewPane be the superclass. Is th

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Darryl Pye
Hi Sebastian I am using the compiled version, but wow what an amazing product, if i can get the program to run a bit speedier, These are my thoughts of what i want to do Have the app load, Use AJAX calls to return XML templates that control the widgets layout and functionality li

Re: [qooxdoo-devel] QxTree: few notes and ideas

2005-11-21 Thread Sebastian Werner
Aidas Kasparas schrieb: Hi, I played with tree exampes in dev branch from website and I found some things which could be better. I realize I see work in progress so do not expect to see perfect result. Just providing some points which would be good to find fixed in final version. 1) if tree is

Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Oliver Vogel
O.K. this is the smalest Example where the error occours. i found out that the problem is the Button INSIDE the Layout. if there is NO Lauyout or the button is outside the layout it works fine. HOPE, THIS HELPS Olli window.application.main = function() { var d = application.getClientWi

Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Dietrich Streifert
I also had this errormessage but did not figure out when it occured. Maybe your example helps to track it down! Oliver Vogel schrieb: No Problem: if the button is enabled, everything works fine. But if you click at the DISABLED button an exception is raised. The exact description of the excep

Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Oliver Vogel
No Problem: if the button is enabled, everything works fine. But if you click at the DISABLED button an exception is raised. The exact description of the exception is "Laufzeitfehler in Microsoft JScript: 'this._dragCache.sourceWidget' ist Null, oder kein Objekt. the (sorry - compressed) Source

Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Sebastian Werner
Oliver Vogel schrieb: Hello Sebastian. please have a look at this code snipplet. it is part of my wizard. Please run the script and click at the disabled button. then you can see, what is my problem! No, please explain it a bit more. Just send out examples is the most time not really helpful.

Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Oliver Vogel
Hello Sebastian. please have a look at this code snipplet. it is part of my wizard. Please run the script and click at the disabled button. then you can see, what is my problem! P.S. this error only occours, if the button is inside the Layout-Manager. A simple button like in your demos wors fine

Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Dietrich Streifert
Perfect now! Sebastian Werner schrieb: Dietrich Streifert schrieb: Great! Here the observations in the examples: 1) If you uncheck the checkbox 'use tree lines' the treelines which are already drawn remain. All newly drawn lines (if eg. a treefolder is expanded) are drawn without lines.

Re: [qooxdoo-devel] Bug in disabling Button

2005-11-21 Thread Sebastian Werner
Oliver Vogel schrieb: Hi Sebastian if you "run" the folowing file, you will see a error in disabling the button. Run the file, move the mouse over the button and the button will get "blue" (hovered). Now click at the button and the button will be disabled. now move the mouse out of the butt

Re: [qooxdoo-devel] QxTree: few notes and ideas

2005-11-21 Thread Sebastian Werner
Aidas Kasparas schrieb: Hi, I played with tree exampes in dev branch from website and I found some things which could be better. I realize I see work in progress so do not expect to see perfect result. Just providing some points which would be good to find fixed in final version. 1) if tree is

Re: [qooxdoo-devel] QxTree is back

2005-11-21 Thread Sebastian Werner
Dietrich Streifert schrieb: Great! Here the observations in the examples: 1) If you uncheck the checkbox 'use tree lines' the treelines which are already drawn remain. All newly drawn lines (if eg. a treefolder is expanded) are drawn without lines. 2) The checkboxes 'use double click' and

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Oliver Vogel
Dietrich Streifert schrieb: So you have a pre built apache for windows or linux right? yes, your right! I'm using SUN Solaris 9 ;-) bad idear ;-) (only a joke - smile) Oliver Vogel schrieb: in my office an at my pc at home i installed Apache "as default" and it works. The applicat

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Dietrich Streifert
So you have a pre built apache for windows or linux right? I'm using SUN Solaris 9 ;-) Oliver Vogel schrieb: in my office an at my pc at home i installed Apache "as default" and it works. The application for my customers are all runing at "Schlund + Partner" - Server - so sebastian i hope,

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Dietrich Streifert
Yes you're right! It is mod_gzip. But there exists also mod_gunzip: http://www.innerjoin.org/apache-compression/howto.html Sebastian Werner schrieb: Dietrich Streifert schrieb: Thank you, but it's not that simple. You seem to have a apache webserver with mod_gunzip installed which handles t

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Oliver Vogel
in my office an at my pc at home i installed Apache "as default" and it works. The application for my customers are all runing at "Schlund + Partner" - Server - so sebastian i hope, this server will support it ;-) Olli Sebastian Werner schrieb: Sebastian Werner schrieb: Oliver Vogel schr

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Sebastian Werner
Dietrich Streifert schrieb: Thank you, but it's not that simple. You seem to have a apache webserver with mod_gunzip installed which handles the sending of the headers and mime types for compressed data (I did some more investigations). So it seems that I have to install mod_gunzip. You mean

Re: [qooxdoo-devel] Loading Data

2005-11-21 Thread Sebastian Werner
Sebastian Werner schrieb: Oliver Vogel schrieb: Dietrich Streifert schrieb: How do I use the compressed qooxdoo.js file? easier than you think ;-) xxx href="/yanis42/lib/qooxdoo/style/layouts/application.css"/> src="/yanis42/lib/qooxdoo/script/qooxdoo.js.gz"> and so on

Re: [qooxdoo-devel] Loading Data

Thank you, but it's not that simple. You seem to have a apache webserver with mod_gunzip installed which handles the sending of the headers and mime types for compressed data (I did some more investigations). So it seems that I have to install mod_gunzip. Oliver Vogel schrieb: Dietrich Strei

Re: [qooxdoo-devel] Loading Data

Oliver Vogel schrieb: Dietrich Streifert schrieb: How do I use the compressed qooxdoo.js file? easier than you think ;-) xxx href="/yanis42/lib/qooxdoo/style/layouts/application.css"/> src="/yanis42/lib/qooxdoo/script/qooxdoo.js.gz"> and so on But only if your browser

Re: [qooxdoo-devel] Loading Data

Dietrich Streifert schrieb: How do I use the compressed qooxdoo.js file? easier than you think ;-) xxx href="/yanis42/lib/qooxdoo/style/layouts/application.css"/> src="/yanis42/lib/qooxdoo/script/qooxdoo.js.gz"> and so on Olli Oliver Vogel schrieb: 1) Do you use the

[qooxdoo-devel] Bug in disabling Button

Hi Sebastian if you "run" the folowing file, you will see a error in disabling the button. Run the file, move the mouse over the button and the button will get "blue" (hovered). Now click at the button and the button will be disabled. now move the mouse out of the button and it will still be

Re: [qooxdoo-devel] Loading Data

How do I use the compressed qooxdoo.js file? Oliver Vogel schrieb: 1) Do you use the qooxdoo.js.gz file??? this is compressed and so even faster to load. 2) are you testing it inside a ide ( if i am developing my app with visual-Studio and VS.PHP the loading time are very slow, but OUTSIDE th

Re: [qooxdoo-devel] ListView Questions on obtaining value of a column in a row

Allen Lewis schrieb: I have tried both sample provided and I get a javascript error when attemping to gain the value of a column on the row the user has selected. Heres my code and then my question,this comes straight from the samples where g is a QX ListView and sigla is a field(column)

Re: [qooxdoo-devel] QxTree is back

Oliver Vogel schrieb: 1) the cursor-keys (up and down) will not change the selcetion in the tree (in IE in demo Tree 1) 2) i wrote a litte tree demo with only the root of the tree (no node) and the root appears in the MIDDLE of the tree - canvas. not at the top Both are fixed in CVS. Sebastia

Re: [qooxdoo-devel] QxTree is back

Oliver Vogel schrieb: @ Sebastian Have a look at this simple sample (it is from your demo but shorten) if you "run" this page, you see, what's wrong ;-) Yes, it is fixed in CVS. Sebastian Olli --- CUT --- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; x

Re: [qooxdoo-devel] QxTree is back

Oliver Vogel schrieb: i tryed to assign a custom icon to a TreeNode. But this will not work (there is NO icon visible). in the "old" tree it works fine (0.1.4) but in renderer it will not Currently renderer does not allows you to use custom icon here. Please wait for the appearance/behaviour

Re: [qooxdoo-devel] error in QxField and IE

One additional note: I have just redeveloped the inline event interface. This will reduce time needed to create elements in IE to the half. Inline events must now registered by the class developer or the user. The QxTextField does this registering for the input event. So it should be compatibl

Re: [qooxdoo-devel] error in QxField and IE

Oliver Vogel schrieb: if you start the demo "Fields 1" in IE and type in some text the event input is not fired. in Firefox instead. it is (in the release this works, in renderer the error occoours - but only in IE you mean the QxTextField :) It is fixed in CVS. Was a problem with inline even

Re: [qooxdoo-devel] Loading Data

1) Do you use the qooxdoo.js.gz file??? this is compressed and so even faster to load. 2) are you testing it inside a ide ( if i am developing my app with visual-Studio and VS.PHP the loading time are very slow, but OUTSIDE the ide it works faster! Olli Darryl Pye schrieb: HI All Looks ama

Re: [qooxdoo-devel] Loading Data

Darryl Pye schrieb: HI All Looks amazing, but i am having a problem with the load times even the base empty apllication takes 3 seconds over an intranet, all the initilisation and running seems to complete very fast but every page has Loading data of around 3000 ms And this never chang

[qooxdoo-devel] Loading Data

HI All Looks amazing, but i am having a problem with the load times even the base empty apllication takes 3 seconds over an intranet, all the initilisation and running seems to complete very fast but every page has Loading data of around 3000 ms And this never changes even when i go bac

Re: [qooxdoo-devel] Need (simple) Help changing to renderer

OK - thanks to give back, what you gave to me, i promise to write the code sniplets for all questions and answers i found out (at xmas ;-) Olli Sebastian Werner schrieb: Oliver Vogel schrieb: Because the Tree is back in renderer i'd like to use renderer instead the release. But now i g

Re: [qooxdoo-devel] Need (simple) Help changing to renderer

Oliver Vogel schrieb: Because the Tree is back in renderer i'd like to use renderer instead the release. But now i got stucked. can anybody tell my, how to align a html-Text in a QxLabel (at bottom and at top) setVerticalBlockAlign('bottom'); Sorry, you can do this not in this way

Re: [qooxdoo-devel] setting the path of a image

Oliver Vogel schrieb: You are wrong. I found out, it IS supported. i used xxx = QxImage("/my/pat/to/image/image.png") if you start the path with "/" it will use this path (not relative, but i know my path on the server ;-) if you write xxx = QxImage("my/pat/to/image/image.png") than it wil

Re: [qooxdoo-devel] setting the path of a image

You are wrong. I found out, it IS supported. i used xxx = QxImage("/my/pat/to/image/image.png") if you start the path with "/" it will use this path (not relative, but i know my path on the server ;-) if you write xxx = QxImage("my/pat/to/image/image.png") than it will not work and qooxdoo

Re: [qooxdoo-devel] setting the path of a image

Oliver Vogel schrieb: To all: how can i set the path to a QxImage to an other path than the "default" - Path my problen: the default - Path is O.K. for ALL the icons used in qooxdoo. But i have some special images NOT in this path. And i don't want to add this icons to the path. Sorry this i