Re: [qooxdoo-devel] Re: JavaScript editor for qooxdoo

2006-01-26 Thread Sebastian Werner
Ahmed Mohombe schrieb: Its so great! I've just downloaded the trial of both! It's what I've been looking for! You have to give it a try ... really! Soon, the 5.1 version will be released. One can already try it in the EAP: http://www.intellij.net/eap It has many improvements regarding javascr

[qooxdoo-devel] IE javascript memory Leak problem

2006-01-26 Thread Gu Dake
Open the demo page http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Window_1.html in IE(my version is IE6/SP2) and repeatly click refresh button, you will see the IE memory keeping increase.  This problem does not exist in Mozilla1.5. I suspect it's the well-known memory leak problem of

[qooxdoo-devel] double-click a TreeFile?

2006-01-26 Thread Michael Wilson
Does anyone have an example of how to get a QxTreeFile node to do something (this.debug("foo")) when double-clicked. I can't seem to get to find the event handler for this. I'd also like to capture if the user hits the Enter key also at a node. Possible? I must really be missing something big h

[qooxdoo-devel] Problems with make on recent RENDERER branch

2006-01-26 Thread Michael Wilson
Anyone else having problems with ./tools/make.sh and Cygwin? I've tried several times on different CVS check-outs of the RENDERER branch to get this to build. In Cygwin it seems to hang at the "- File: QxManager.js [js]" portion of the script. --

[qooxdoo-devel] Re: JavaScript editor for qooxdoo

2006-01-26 Thread Ahmed Mohombe
Its so great! I've just downloaded the trial of both! It's what I've been looking for! You have to give it a try ... really! Soon, the 5.1 version will be released. One can already try it in the EAP: http://www.intellij.net/eap It has many improvements regarding javascript and css over the 5.0

[qooxdoo-devel] Disappearing source/test/user files....

2006-01-26 Thread Kent Olsson
I think it was erroneous deleted... Kent --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web

[qooxdoo-devel] QxTreeFile icons show up with grey background in IE

2006-01-26 Thread Diego Cibils
Why does this happen ? It happens in IE 6.0 (win xp)In FF 1.5 works fine.I'm using 16x16 PNG images from the crystalsvg theme bundled in qooxdoo.and, why is so slow the QxTree in showing up nodes in IE ? You can even see the nodes been added to the treefolder (like 3 nodes per second .. aprox). In

RE: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Priebe, Jason
Really? It would seem that since it's public domain, you have the right to do whatever you want to it, including modify it and put another license on the modified version. But I've been wrong about this sort of thing before. My main objection to TinyMCE was that it does _too_ much. The applicati

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-26 Thread Diego Cibils
I agree.Wikis are wikis and they all look like wikis. :D You know when you are in a wiki, because it looks like a wiki!Diego.On 26/01/06, Izaak Branderhorst <[EMAIL PROTECTED]> wrote:On Thu, 26 Jan 2006 06:12:00 -0500, Hugh Gibson < [EMAIL PROTECTED]> wrote:>> After the next release I have hopeful

Re: [qooxdoo-devel] Re: JavaScript editor for qooxdoo

2006-01-26 Thread Diego Cibils
Its so great!I've just downloaded the trial of both! It's what I've been looking for!You have to give it a try ... really!Diego.On 26/01/06, Sebastian Werner <[EMAIL PROTECTED]> wrote: Ahmed Mohombe schrieb:>> Anyone knows if there is any nice and friendly editor for our>> qooxdoo/js needs ? A

Re: [qooxdoo-devel] Contributions added to CVS

2006-01-26 Thread Izaak Branderhorst
On Thu, 26 Jan 2006 06:11:01 -0500, Sebastian Werner <[EMAIL PROTECTED]> wrote: If the author of the code says that the code is ready for the masses and we have some time, we will take a look at it and disuss if it is really ready for getting moved outside the "contributed" directory. Other

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-26 Thread Izaak Branderhorst
On Thu, 26 Jan 2006 06:12:00 -0500, Hugh Gibson <[EMAIL PROTECTED]> wrote: After the next release I have hopefully some time to install a wiki software and a tracker. OK, that would be fine. It's not desperately urgent but I think it would improve the newcomer's experience a lot. My $0.02 in

Re: [qooxdoo-devel] Bug in layouting of QxTextField (renderer branch current CVS)

2006-01-26 Thread Sebastian Werner
Dietrich Streifert schrieb: OK setting the width to null did it. But why is the behavious of FireFox different from IE6. And shouldn't width=null be the default then? width=auto is the default, otherwise it will be rendered to '0' through our layout engines. This is also true for QxAtom, QxB

Re: AW: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Fred McDavid
Kupu looks nice...hadn't seen it before. I agree it might be a good choice for integration. --Fred On Thursday 26 January 2006 12:49, Izaak Branderhorst wrote: > I briefly looked through fckeditor's source half a year ago and it seemed > pretty disgusting, so I've never looked back. > > I'm onl

Re: [qooxdoo-devel] Re: JavaScript editor for qooxdoo

2006-01-26 Thread Sebastian Werner
Ahmed Mohombe schrieb: Anyone knows if there is any nice and friendly editor for our qooxdoo/js needs ? Any suggestions? Try IntelliJ Idea with the Inspection-J plug-in. http://www.jetbrains.com/idea/ (http://www.jetbrains.com/idea/features/html_css_js.html) and the plug-in http://www.sixthan

Re: [qooxdoo-devel] Bug in layouting of QxTextField (renderer branch current CVS)

2006-01-26 Thread Dietrich Streifert
OK setting the width to null did it. But why is the behavious of FireFox different from IE6. And shouldn't width=null be the default then? Sebastian Werner schrieb: Dietrich Streifert schrieb: Forgot to say: This happens just in FireFox 1.5 not in IE6. try: setWidth(null); a textfield h

[qooxdoo-devel] Re: JavaScript editor for qooxdoo

2006-01-26 Thread Ahmed Mohombe
Anyone knows if there is any nice and friendly editor for our qooxdoo/js needs ? Any suggestions? Try IntelliJ Idea with the Inspection-J plug-in. http://www.jetbrains.com/idea/ (http://www.jetbrains.com/idea/features/html_css_js.html) and the plug-in http://www.sixthandredriver.com/inspection

Re: [qooxdoo-devel] Contributions added to CVS

2006-01-26 Thread Kent Olsson
Thanks! I appreciate the clearance. I guess many of the developers feel the same as me. The KDE is one of many good examples. Kent On Thu, 2006-01-26 at 12:11 +0100, Sebastian Werner wrote: > Kent Olsson schrieb: > > Hej! > > > > To comment what has been said here: > > > >> I have added all th

Re: [qooxdoo-devel] PHP wrapper code?

2006-01-26 Thread Kent Olsson
Hej! What is the win of including Qooxdoo in PHP? We chose to use Qooxdoo for rendering the GUI, the PHP for the backend processing, Propel for the database access backend and cpain for AJAX support. It works very well and is easy and smooth. One of the things lacking is the data aware widgets. T

Re: AW: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Izaak Branderhorst
I briefly looked through fckeditor's source half a year ago and it seemed pretty disgusting, so I've never looked back. I'm only using Kupu as a comparison, which is quite wonderful (pretty clean OO, interesting XSLT build system, uses sarissa) but development has sl

AW: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Oliver Vogel
Have you ever looked at: http://www.fckeditor.net/ Just do it ;-) Olli == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED] Esslinger Str. 45 Tel.: +49 (7153) 6136-20 Fax

Re: [qooxdoo-devel] Bug in layouting of QxTextField (renderer branch current CVS)

2006-01-26 Thread Sebastian Werner
Dietrich Streifert schrieb: Forgot to say: This happens just in FireFox 1.5 not in IE6. try: setWidth(null); a textfield has a auto width and height now as default. What is more common to other qooxdoo widgets. Sebastian Dietrich Streifert schrieb: Hello List, in current renderer CVS

AW: [qooxdoo-devel] JavaScript editor for qooxdoo

2006-01-26 Thread Oliver Vogel
I am using vs.php http://www.jcxsoftware.com/vs.php I know it costs a bit, but you can edit (and DEBUG!!!) PHP, C# and JavaScript Apps in one die (and you can mix debugging of JavaScript and PHP in your app without problems) Olli == Diplom-Informat

Re: [qooxdoo-devel] Bug in layouting of QxTextField (renderer branch current CVS)

2006-01-26 Thread Dietrich Streifert
Title: qooxdoo demo dev Forgot to say: This happens just in FireFox 1.5 not in IE6. Dietrich Streifert schrieb: Hello List, in current renderer CVS the behaviour seems to have changed how QxTextField widgets are displayed if the position of a QxTextField ist set to: qx.set({left:1

Re: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Fred McDavid
I just had a look at the website. The license is incompatible with qooxdoo's, I think. TinyMCE is LGPL and also seems to be well written. --Fred On Thursday 26 January 2006 08:48, Priebe, Jason wrote: > I've been very impressed by RTE Revamped, which is > quite small and uses an OO design, whi

[qooxdoo-devel] Re: Qooxdoo-devel digest, Vol 1 #376 - 3 msgs

2006-01-26 Thread Jason J. Kahler
Message: 1 Date: Thu, 26 Jan 2006 12:15:18 +0100 From: Sebastian Werner <[EMAIL PROTECTED]> To: qooxdoo-devel@lists.sourceforge.net Subject: Re: [qooxdoo-devel] Newbie: Specialized QxIframe Object Reply-To: qooxdoo-devel@lists.sourceforge.net Philip Hetjens schrieb: Hello, I want to create

[qooxdoo-devel] Bug in QxList horizontal overflow handling (renderer branch current CVS)

2006-01-26 Thread Dietrich Streifert
Hello List, If QxList was set to setOverflow("auto"); previous to appearance implementation the list displayed QxListItem widgets in a single line and created scrollbars on demand to handle the horizontal overflow. With current renderer CVS the lines are broken at the width of the QxList w

[qooxdoo-devel] Bug in layouting of QxTextField (renderer branch current CVS)

2006-01-26 Thread Dietrich Streifert
Hello List, in current renderer CVS the behaviour seems to have changed how QxTextField widgets are displayed if the position of a QxTextField ist set to: qx.set({left:10,right:10}); The textfield has QxWindow with a fixed width as parent. In previous versions the textfield was drawn 10 pix

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Dietrich Streifert
So come on! Give me a hint! I understood that I have to derive a class from QxListItem and assign a different appearance to it: function QxColoredListItem(vText, vIcon, vValue) { QxListItem.call(this, vText, vIcon, vValue); }; QxColoredListItem.extend(QxListItem, "QxColoredListItem"); QxCol

[qooxdoo-devel] relative positioning

2006-01-26 Thread Jason J. Kahler
Hello; I'm trying to keep my code a little easier to maintain. So I add a couple of QxWidgets to my document. I then add other widgets to those "Panels" and they always seem to show up in the upper left position,even when I set the top parameter. What am I doing wrong? window.application.mai

[qooxdoo-devel] How to get a reference of a QxWidget from any part on the code ?

2006-01-26 Thread Diego Cibils
I've run into this problem and I cant figure out a nice & clean way to solve it.This is the situation:On my main QxDocument there are plenty of QxWidgets. I'm inside a js "class" and don't have a reference of the widget I want to set the text to. So, in plain HTML I could do some "document.all(id)"

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Sebastian Werner
Benjamin Reitzammer schrieb: Hi Am 26.01.2006 14:18, Sebastian Werner schrieb: Dietrich Streifert schrieb: Hello List, is it possible to set the background color of a QxListItem (within a QxList)? I want to achieve the following behaviour: if the list item is unselected a specified backg

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Dietrich Streifert
Aha! And how? Sebastian Werner schrieb: Dietrich Streifert schrieb: Nice to hear that appearance will be my friend ;-) But is the new appearance layer able to set an individual background color to each QxListItem added to QxList? You must write your own appearance for this. You can do any

Re: [qooxdoo-devel] JavaScript editor for qooxdoo

2006-01-26 Thread Diego Cibils
Great!JSEclipse is really nice. I'm using it right now! The outline view (ala java) is so helpful. It even has some code completition :DThanks a lot man!Diego. On 26/01/06, Bjørn Wikkeling <[EMAIL PROTECTED]> wrote: There's alot of plugins for eclipse. I use eclipse myselftry this one: http://www.i

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Sebastian Werner
Dietrich Streifert schrieb: Nice to hear that appearance will be my friend ;-) But is the new appearance layer able to set an individual background color to each QxListItem added to QxList? You must write your own appearance for this. You can do any stuff you can do in javascript in your app

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Sebastian Werner
Dietrich Streifert schrieb: Nice to hear that appearance will be my friend ;-) But is the new appearance layer able to set an individual background color to each QxListItem added to QxList? You must write your own appearance for this. You can do any stuff you can do in javascript in your app

Re: [qooxdoo-devel] QxFont

2006-01-26 Thread Sebastian Werner
Daniel Dumitrescu schrieb: Hello, guys I'm using the QooxDoo's RENDERER branch and i have a question about the QxFont How do i change the colour of an QxFont object? you can't do this using QxFont, because the object has no property "color". The "color" property resides inside each QxWidge

RE: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Priebe, Jason
I've been very impressed by RTE Revamped, which is quite small and uses an OO design, which may lend itself well to qx integration. http://fieldspar.com/ I may be doing some work to integrate it with qx. -Jason Fred McDavid wrote: > I've not yet tried it...just yesterday got to the point where

Re: [qooxdoo-devel] JavaScript editor for qooxdoo

2006-01-26 Thread Bjørn Wikkeling
There's alot of plugins for eclipse. I use eclipse myself try this one: http://www.interaktonline.com/ or try google, there are alot of JS plugins for eclipse: http://www.google.com/search?q=eclipse+editor+javascript good luck Bjørn Diego Cibils wrote: List, I'm using eclipse with the J2E

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Benjamin Reitzammer
Hi Am 26.01.2006 14:18, Sebastian Werner schrieb: Dietrich Streifert schrieb: Hello List, is it possible to set the background color of a QxListItem (within a QxList)? I want to achieve the following behaviour: if the list item is unselected a specified background color should appear. If

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Dietrich Streifert
Nice to hear that appearance will be my friend ;-) But is the new appearance layer able to set an individual background color to each QxListItem added to QxList? Sebastian Werner schrieb: Dietrich Streifert schrieb: Hello List, is it possible to set the background color of a QxListItem

[qooxdoo-devel] JavaScript editor for qooxdoo

2006-01-26 Thread Diego Cibils
List,I'm using eclipse with the J2EE JDT for my apps authoring needs. It sports a really bad syntax-highlighting js editor. As my qooxdoo app is becoming bigger and bigger every day, I'm having trouble to manage all the JS code. Anyone knows if there is any nice and friendly editor for our qooxdoo/

[qooxdoo-devel] QxFont

2006-01-26 Thread Daniel Dumitrescu
Hello, guys I'm using the QooxDoo's RENDERER branch and i have a question about the QxFont How do i change the colour of an QxFont object? Thank you Daniel

Re: [qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Sebastian Werner
Dietrich Streifert schrieb: Hello List, is it possible to set the background color of a QxListItem (within a QxList)? I want to achieve the following behaviour: if the list item is unselected a specified background color should appear. If the item is selected, the default selected backgroun

Re: [qooxdoo-devel] appearance example

2006-01-26 Thread robert kuzelj
hi sebastian, i know about that file. what is not clear in that how i create a new QxAppearanceTheme AND how i make that the active one. thanks for the help ciao robertj Sebastian Werner wrote: robert kuzelj schrieb: hi, i am looking to renderer branch code and trying to find an appearance

Re: [qooxdoo-devel] QXInput in QXWindow does not show blinkin cursor

2006-01-26 Thread Diego Cibils
Sure!I'm using Release version (0.1.4)Here is my code:this.myWin =  function() {    var w2 = new QxWindow("titulo", "icons/16/colorize.png");     w2.set({visible:false, top:200, left:200, width:300, height:200})     w2.setShowClose(false);    w2.setShowMaximize(false);     w2.setShowMinimize(false)

[qooxdoo-devel] How do I set the background of QxListItem with the appearance support? (current cvs renderer)

2006-01-26 Thread Dietrich Streifert
Hello List, is it possible to set the background color of a QxListItem (within a QxList)? I want to achieve the following behaviour: if the list item is unselected a specified background color should appear. If the item is selected, the default selected background color should appear. Than

Re: [qooxdoo-devel] appearance example

2006-01-26 Thread Sebastian Werner
robert kuzelj schrieb: hi, i am looking to renderer branch code and trying to find an appearance example. can anybody give me a pointer to the right path + file? the appearance of all widgets is currently defined in: source/script/appearance/QxAppearanceTheme-Default.js Sebastian thx c

[qooxdoo-devel] Removed qooxdoo.css (renderer)

2006-01-26 Thread Sebastian Werner
Hi all, I have modified our CSS qooxdoo.css the last days. Finally it was empty and is no removed from CVS. This mean you can also remove it from your applications with the latest qooxdoo renderer version. Sebastian --- This SF.net email i

Re: [qooxdoo-devel] Bug Dimension of QxButton in renderer (current CVS)?

2006-01-26 Thread Sebastian Werner
Dietrich Streifert schrieb: Hello List, I've created some dialogs with QxWindow et. al. The dialogs are displayed within a web page which is not entirely qooxdoo and uses its own style definitions. Everything looks good but the Buttons display a little to wide and tall. I've attached a snap

Re: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Hugh Gibson
> I'm willing to cooperate with anyone who has any problems integrating > tinyMCE in qooxdoo as I've successfuly integrated it in my project. > > I can provide the source code also. It's pretty simple though. Yes please! Hugh --- This SF.net

Re: [qooxdoo-devel] Where are bugs tracked?

2006-01-26 Thread Sebastian Werner
Diego Cibils schrieb: Sebastian, I'm using 0.1.4 for my project but willing to use 0.2 asap because it's times nicer and flexible than 0.1.4. I'm using extensively: QxTree, QxTabs, QxBarSelector, QxListView, QxGalleryList, QxTextfield, etc. Do you consider stable enough to get rid of 0.1.4 a

Re: [qooxdoo-devel] problems with GXGridLayout

2006-01-26 Thread Sebastian Werner
Diego Cibils schrieb: Hi Sebastian, I was starting my application with the GridLayout "mode". But then I found the "box" (Vertical & Horizontal) layouts much more flexible and I've managed to biuld the entire layout with it. Is this the best way of building up layouts in qooxdoo ? I've found

[qooxdoo-devel] appearance example

2006-01-26 Thread robert kuzelj
hi, i am looking to renderer branch code and trying to find an appearance example. can anybody give me a pointer to the right path + file? thx ciao robertj --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

Re: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Diego Cibils
I'm willing to cooperate with anyone who has any problems integrating tinyMCE in qooxdoo as I've successfuly integrated it in my project.I can provide the source code also. It's pretty simple though.I've tried some others too (outside qooxdoo) with some success also. But for me, tinyMCE has been th

Re: [qooxdoo-devel] Where are bugs tracked?

2006-01-26 Thread Diego Cibils
Sebastian,I'm using 0.1.4 for my project but willing to use 0.2 asap because it's times nicer and flexible than 0.1.4. I'm using extensively: QxTree, QxTabs, QxBarSelector, QxListView, QxGalleryList, QxTextfield, etc. Do you consider stable enough to get rid of 0.1.4 at this time ? I saw 0.2 its on

Re: [qooxdoo-devel] QooxDoo & UTF8

2006-01-26 Thread Diego Cibils
Well, I got it working by defining a JSP meta tag within the main app "main.jsp" page that acts as the container of the app.I would like to manage spanish & english, so I'll use UTF-8 encoding to avoid any problematic situations I've had on the past. It's now working great. Diego.On 26/01/06, Sebas

Re: [qooxdoo-devel] problems with GXGridLayout

2006-01-26 Thread Diego Cibils
Hi Sebastian,I was starting my application with the GridLayout "mode". But then I found the "box" (Vertical & Horizontal) layouts much more flexible and I've managed to biuld the entire layout with it. Is this the best way of building up layouts in qooxdoo ? I've found them really flexible.Is the 0

Re: [qooxdoo-devel] PHP wrapper code?

2006-01-26 Thread Chris Ricks
Hi Sebastian, We considered this (as in myself and my developers), but we had a "different" idea. We're working on a solution that allows for: * An interface built by a JavaScript developer interfacing with PHP code * An interface effectively built with PHP code (and sent to the browser for

Re: [qooxdoo-devel] problems with GXGridLayout

2006-01-26 Thread Sebastian Werner
Diego Cibils schrieb: Hi, Hi Diego, if your work depends on QxGridLayout it would probably the best to update your application and use the current development version of qooxdoo (named renderer). There is some documentation online which explains the CVS access. Regards, Sebastian I'm

Re: [qooxdoo-devel] Newbie: Specialized QxIframe Object

2006-01-26 Thread Sebastian Werner
Philip Hetjens schrieb: Hello, I want to create a new Object (for example I will call it “QxAbc”). This object has to be derived from QxIframe. I wrote the following code: function QxAbc() { QxIframe.call(this, "iframe_bla.html"); }; QxAbc.extend(QxIframe, "QxAbc"); Now,

Re: [qooxdoo-devel] When the description of the UI is inside a DB??

2006-01-26 Thread Sebastian Werner
Marco LOMBARDO schrieb: Hi, I approaching AJAX and your great library! The problem is: How can I design a UI from a description that is inside a database? In the old days one can write a servlet for reading the database and to output the correct html tag. With Qx? For example a Menu Bar? 1. One c

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-26 Thread Hugh Gibson
> After the next release I have hopefully some time to install a wiki > software and a tracker. OK, that would be fine. It's not desperately urgent but I think it would improve the newcomer's experience a lot. Hugh --- This SF.net email is s

Re: [qooxdoo-devel] Where are bugs tracked?

2006-01-26 Thread Hugh Gibson
> After this will be out in > some days I will try to get a tracker/bugzilla/mantis whatever for > qooxdoo. I am a bit busy currently so please have patience with me. No worries, just happy to know that it's on the radar. Hugh --- This SF.n

Re: [qooxdoo-devel] Contributions added to CVS

2006-01-26 Thread Sebastian Werner
Kent Olsson schrieb: Hej! To comment what has been said here: I have added all the contribution of the last weeks to a new directory (contributed) to CVS. I hope I haven't forgot anyones work (If so please simply answer to this mail). It is great when it is available for everyone. What is y

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-26 Thread Sebastian Werner
Hugh Gibson schrieb: If you have some sparse time I can give you a login to our server so that you can install a WIKI. I would prefer mediaWiki, but we should discuss this probably first. I've no experience in Unix admin so probably better not me. However, once it's there I can help to organ

Re: [qooxdoo-devel] QXInput in QXWindow does not show blinkin cursor

2006-01-26 Thread Sebastian Werner
Diego Cibils schrieb: Is this a bug or some kind of setting ? What version of qooxdoo are you using? Is this also true for the current development version (renderer)? Could you send an example where we all can see the misbehavior. Thanks. Sebastian Diego. ---

Re: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Sebastian Werner
Andreas Ecker schrieb: Howdy! Hugh Gibson wrote: I'm using tinyMCE (http://tinymce.moxiecode.com/) and its great, really! Thanks for the quick reply. There's really not much point in re-inventing the wheel when editors of this quality are available. Hugh It would not hurt either, would

Re: [qooxdoo-devel] Where are bugs tracked?

2006-01-26 Thread Sebastian Werner
Hugh Gibson schrieb: Do you have an official bug reporting and tracking site? The sourceforge resources appear to be unused (apart from a single bug reported last November with no action on it). I'm evaluating Qooxdoo for a new project and wanted to get a handle on it. No reply? I guess dev

Re: [qooxdoo-devel] QooxDoo & UTF8

2006-01-26 Thread Sebastian Werner
Diego Cibils schrieb: Hi, I need to set the encoding to UTF8 when in QooxDoo env. I've set up the meta what's about to define the encoding? Sebastian any idea on this ? Thanks. --- This SF.net email is sponsored by: Splunk Inc. Do y

Re: [qooxdoo-devel] Development branch list view and tree demos have tiny text

2006-01-26 Thread Sebastian Werner
Hugh Gibson schrieb: The list and tree demos in the development branch have tiny, unreadable text in IE6, and no text at all in Firefox 1.5 (under Windows 2k). See http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Tree_1.html for example. Firebug shows lots of errors when opening the fi

Re: [qooxdoo-devel] Where are bugs tracked?

2006-01-26 Thread Sebastian Werner
Hugh Gibson schrieb: Do you have an official bug reporting and tracking site? The sourceforge resources appear to be unused (apart from a single bug reported last November with no action on it). I'm evaluating Qooxdoo for a new project and wanted to get a handle on it. I am happy that you wa

Re: [qooxdoo-devel] PHP wrapper code?

2006-01-26 Thread Sebastian Werner
Priebe, Jason schrieb: Let me know if you need some help. I'm planning on spending enough time to mirror 20-30% of the API in PHP (primarily the widgets that I need for my application). But if I can apply that energy to part of a larger project, I'd be happy to contribute. In my opinion it mu

Re: [qooxdoo-devel] Bug in QxInline (current CVS renderer Branch)

2006-01-26 Thread Dietrich Streifert
E. Translated it would be: "The attribute 'position' could not be found. Invalid argument." QxInit 002031: qooxdoo/0.2_rc1 002031: datestamp/20060126 QxApplication[HASHCODE:0] 002656: Pre phase... 002672: - number of classes: 153 002672: - number of properties: 330

Re: [qooxdoo-devel] Bug in QxInline (current CVS renderer Branch)

2006-01-26 Thread Sebastian Werner
t; QxInit 002031: qooxdoo/0.2_rc1 002031: datestamp/20060126 QxApplication[HASHCODE:0] 002656: Pre phase... 002672: - number of classes: 153 002672: - number of properties: 330 002672: - client detection: mshtml 6.0 002672: - executing application pre 002703: - number of instances: 60 002703: - done

Re: [qooxdoo-devel] Where are bugs tracked?

2006-01-26 Thread Hugh Gibson
> Do you have an official bug reporting and tracking site? The > sourceforge resources appear to be unused (apart from a single bug > reported last November with no action on it). > > I'm evaluating Qooxdoo for a new project and wanted to get a handle on > it. No reply? I guess development is

Re: [qooxdoo-devel] Bug in QxInline (current CVS renderer Branch)

2006-01-26 Thread Dietrich Streifert
sition Eigenschaften wurden nicht gefunden. Ungültiges Argument.) Sorry I'm using german IE. Translated it would be: "The attribute 'position' could not be found. Invalid argument." QxInit 002031: qooxdoo/0.2_rc1 002031: datestamp/20060126 QxApplication[HASHCODE:0] 002

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-26 Thread Hugh Gibson
> If you have some > sparse time I can give you a login to our server so that you can > install a WIKI. I would prefer mediaWiki, but we should discuss this > probably first. I've no experience in Unix admin so probably better not me. However, once it's there I can help to organise material.

Re: [qooxdoo-devel] Subclassing QxTree to add data support

2006-01-26 Thread Benjamin Reitzammer
Hi, as you didn't give very detailed information about your circumstances (which version of qooxdoo) and the exact kind of error you're getting, I can only assume, what's not working. Am 25.01.2006 22:44, Michael Wilson schrieb: function myTree(vLable) { QxTree.call(this, vLable); thi

Re: [qooxdoo-devel] Richedit widget

2006-01-26 Thread Andreas Ecker
Howdy! Hugh Gibson wrote: I'm using tinyMCE (http://tinymce.moxiecode.com/) and its great, really! Thanks for the quick reply. There's really not much point in re-inventing the wheel when editors of this quality are available. Hugh It would not hurt either, would it? ;-) I mean to have

Re: [qooxdoo-devel] Subclassing QxTree to add data support

2006-01-26 Thread Ricardo Borillo Domenech
Hi, I have made the data integration with QxTree by the way of QxTreeFolder. It seems to be easy and lets you load tree nodes only when the user clicks on a tree folder. I follow the suggestions made by Stefano Marocco at: http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg01311.h

Re: [qooxdoo-devel] QxGridLayout regressions

2006-01-26 Thread Sebastian Werner
Chris Ricks schrieb: Hi all, I've done a CVS checkout and have noticed the following regressions in QxGridLayout - these may have occured a while ago as I've been working off a fairly old checkout until today. * QxTextFields added to the grid are only a few pixels high unless their height i

Re: [qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-26 Thread Sebastian Werner
Hugh Gibson schrieb: What's the progress on the Wiki? There was a note in the mailing list from November www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg00332.html about it, but nothing visible now. As a newcomer to Qooxdoo, I've found the main website useful, but a bit sparse. H

[qooxdoo-devel] Qooxdoo development Wiki status?

2006-01-26 Thread Hugh Gibson
What's the progress on the Wiki? There was a note in the mailing list from November www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg00332.html about it, but nothing visible now. As a newcomer to Qooxdoo, I've found the main website useful, but a bit sparse. However, it's better th

Re: [qooxdoo-devel] Widgets - QxClock, QxClockDigital and QxClockBinary

2006-01-26 Thread Kent Olsson
Hej Sebastian! On Thu, 2006-01-26 at 09:07 +0100, Sebastian Werner wrote: > Kent Olsson schrieb: > > Now I make an update of the above widgets. As I do not have access to > > the cvs, I wish it to be uploaded. > > Hi Kent. > > Yes, no problem. > > > > > The QxClock is a base class for all cloc

[qooxdoo-devel] Bug in QxInline (current CVS renderer Branch)

2006-01-26 Thread Dietrich Streifert
Hello List, since the last tag "before appearance" something changed in renderer behaviour which is causing a bug with QxInline. In the example attached which works with renderer previous to the beginning of the appearance work, the QxTextFields were positioned correctly in the form-table co

Re: [qooxdoo-devel] Widgets - QxClock, QxClockDigital and QxClockBinary

2006-01-26 Thread Sebastian Werner
Kent Olsson schrieb: Now I make an update of the above widgets. As I do not have access to the cvs, I wish it to be uploaded. Hi Kent. Yes, no problem. The QxClock is a base class for all clocks. The QxClockDigital is a clock with "digital" figures. The figures are rendered on a QxLabel ob