Re: [qooxdoo-devel] Mailing list problems

2008-11-20 Thread Jonathan Rass
Hello Andreas, some of us had siminlar problems with the mailinglist. For example, I also suddenly did not recieve any e-mails from sourceforge.net. I logged in at sourceforge.net and visited the page https://sourceforge.net/my/mailings.php to find out if I got unsubscribed. However, sinc

Re: [qooxdoo-devel] v0.8 - generate.py source to include even qx classes

2008-11-20 Thread Jonathan Rass
Hello Amit! > Note: I came to know this when I did the migration > (http://qooxdoo.org/documentation/0.8/migration_guide_from_07) and > going > from Checkpoint 2 to checkpoint 3 worked only when I did a generate.py > source again (not mentioned on the page). Thanks for your input - you are rig

Re: [qooxdoo-devel] TextField keyevents error

2008-11-19 Thread Jonathan Rass
Hello Taha, to understand you correctly: you select text inside a qx.ui.form.TextField and when you press any key no key event is fired any more in IE? On which elements do you set the event listeners? On the same TextField? This works for me: var input4 = new qx.ui.form.TextField("

Re: [qooxdoo-devel] qx.ui.form.List - changeValue

2008-11-19 Thread Jonathan Rass
Hi Petr, thank you for reporting this issue. Cheers, Jonathan On 19.11.2008, at 10:56, Petr Kobalíček wrote: > Hi devs, > > changeValue event in qx.ui.form.List is not fired when list item is > unchecked. > > Selection mode: "additive" > > Filled bug #1597 > > Cheers > - Petr

Re: [qooxdoo-devel] Context menu problem (0.7.x)

2008-11-13 Thread Jonathan Rass
Hello Fritz! > It seems, that any code within the context menu command FOLLOWING the > destroy() call is NOT executed anymore. Could you verify this by adding a "debugger;" statement before you destroy() call and step through with your JavaScript debugger? My guess is that something goes wrong

Re: [qooxdoo-devel] Error in Migration process

2008-11-12 Thread Jonathan Rass
Hello Amit! > This *.legacy* part has been added automatically by the script earlier > in the migration process. This seems to be an issue. We will fix this. > I even tried qx.log instead of qx.legacy.log, but it gives error stating > : "qx.log.appender is undefined". Did you re-generate y

Re: [qooxdoo-devel] getHeight() return null

2008-11-12 Thread Jonathan Rass
Hello Jean-Baptiste, you can use the applications's bounds to retrieve information about the available space: qx.core.Init.getApplication().getRoot().getBounds() Cheers, Jonathan - This SF.Net email is sponsored by the M

[qooxdoo-devel] Chrome bug #1346

2008-11-11 Thread Jonathan Rass
Hi everybody! Some time someone entered a bug concerning Chrome and document.getElementsByTagName in our issue tracker: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1376 I am about to close this issue since I could not reproduce it and the issue might have been fixed by an update of Chrome. Sin

Re: [qooxdoo-devel] qooxdoo to Iframe source communication

2008-11-05 Thread Jonathan Rass
Hello Alex! qooxdoo uses special techniques for handling DOM elements to improve performance. For example: the iframe widget's DOM element is not created in the same moment when you create the widget itself. > var win=this.getContentWindow(); If you want to access the content window be sure

Re: [qooxdoo-devel] Customizing Tree/Treefolder in 0.7.x

2008-11-05 Thread Jonathan Rass
Hello Fritz! It not easy to achieve this, since the tree's appearance depends on the application's theme and to gain a consistent look each folder has the same icon for it's indend object (the +/- sign). However, you can work this way: 1. The tree must be rendered (flushTree() must have been

Re: [qooxdoo-devel] scroll container and computed dimension of content

2008-10-30 Thread Jonathan Rass
Hello Siarhei! > Is it possible to use an element which have different height depends > on content inside qx.ui.container.Scroll > without setting height explicitly to this element? No, unfortunally it is not possible to achieve this without fix pixel values for width and height. > But I woul

Re: [qooxdoo-devel] Detecting IFrame location change]

2008-10-22 Thread Jonathan Rass
Hello Ivan, I am sorry but I do not think that it is possible to read the current location of an iframe which contains a different domain than you JavaScript file due the same origin policy. Kind regards, Jonathan > > Hi Jonathan, > > thank you for the fast response. What about the case if

Re: [qooxdoo-devel] Cannot select text from editable table cell in IE

2008-10-22 Thread Jonathan Rass
Hello Bryan, this issue is definitely a bug. I opened a bug report using your information: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1502 Kind regards, Jonathan Bryan Coutch wrote: > I’ve run into a problem that has stumped me… I was wondering if anybody > had any suggestions. > > > >

Re: [qooxdoo-devel] Decorators

2008-10-22 Thread Jonathan Rass
Hi Jim, if the two decorators only differ in the background image, you could also define your own appearance and use only one decorator. The background image can depend on a state: "myAppearance" : { style : function(states) { return { decorator : "myDecorator", backg

Re: [qooxdoo-devel] qooxdoo trunk r16510 breaks Dock.js

2008-10-21 Thread Jonathan Rass
Hello everybody, I want to inform you that the trunk is working again. Did I heard "bleeding edge"? ;-) Kind regards, Jonathan Fabian Jakobs wrote: > Hello Ian, > > the trunk is temporarily broken. We are currently working hard to fix > it. We'll let you know when the trunk is stable again.

Re: [qooxdoo-devel] Menubutton error

2008-10-20 Thread Jonathan Rass
Hello Nick! Please note that the scope inside event handlers is different so that "this" is linked to window object. To set a scope (and change the "this" reference to an object you want) addListener() takes a third argument: http://demo.qooxdoo.org/current/apiviewer/#qx.core.Object~addListene

Re: [qooxdoo-devel] Detecting IFrame location change

2008-10-17 Thread Jonathan Rass
Hello Ivan! If your iframe's location is in the same origin as your JavaScript, you can access its current location using iframe.getContentDocument().location. We have no listener for a change of this location, but you could read it periodically and compare it with the old value using qx.clien

Re: [qooxdoo-devel] DateChooser Problem

2008-10-16 Thread Jonathan Rass
Hello Guilherme and Marcio, could you help us verify if this issue is present in 0.7? You will find a DateChooser demo here: http://demo.qooxdoo.org/0.7/demobrowser/#example~DateChooser_1.html Thank you in advance. ;-) Kind regards, Jonathan --

Re: [qooxdoo-devel] Failure of class imports for Inline implementation

2008-10-16 Thread Jonathan Rass
Hi Joseph and welcome to qooxdoo! If your application name is "qooxdoodemo", you will find a file called "qooxdoodemo.js" in the application's script folder. You will never have to do any changes to this file directly, since this file is generated by the build system. Normally you only make c

Re: [qooxdoo-devel] Timing problem in 0.8

2008-10-16 Thread Jonathan Rass
Hello Tom! This is definitely a bug. I opened a bug report using your information: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1473 _Tom G._ wrote: > By this, my questions are: Why is this happening (case I+II)? Is there > another way to do this? Flushing before calling internal method? You ar

Re: [qooxdoo-devel] DateChooser Problem

2008-10-15 Thread Jonathan Rass
Marcio, I am very pleased to hear that. :-) http://bugzilla.qooxdoo.org/show_bug.cgi?id=1472 will be closed. Regards, Jonathan Marcio Shimoda wrote: > Jonathan, > now it is correct. Thanks! > I've tested in FF and IE. > > Marcio --

Re: [qooxdoo-devel] DateChooser Problem

2008-10-15 Thread Jonathan Rass
Hello Guilherme and Marcio, you can now also check online if this issue is still present: http://demo.qooxdoo.org/0.8.1-pre/demobrowser/#widget~DateChooser.html Kind regards, Jonathan Marcio Shimoda wrote: > Actually, the clock goes forward. > BTW, the daylight saving time starts on Oct. 19th,

Re: [qooxdoo-devel] DateChooser Problem

2008-10-15 Thread Jonathan Rass
Hello Guilherme and Marcio, could you update your qooxdoo trunk and check if the bug is gone? I made a little change in r16489 so that every weekday in the calendar starts at 12 am. Hopefully this will fix it. ;-) Kind regards, Jonathan Marcio Shimoda wrote: > Actually, the clock goes forwar

Re: [qooxdoo-devel] Duplicate eMails

2008-10-13 Thread Jonathan Rass
Hi Andreas, I also get mails from qooxdoo-devel twice. The first one always has a content type of 'text/plain; charset="us-ascii"' and the second one is 'multipart/alternative;'. Luckily it seems to have stopped today. I got no e-mail more then one time since today... Cheers, Jonathan And

Re: [qooxdoo-devel] Textmate / e-Text Editor bundle for qooxdoo?

2008-10-13 Thread Jonathan Rass
Hi Mike! I would love to see a Textmate bundle for qooxdoo. Perhaps someone can take the JavaScript Bundle (http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle/) and extend it to support qooxdoo? I have no idea how complicated this is, but there are also bundles for jquery, M

Re: [qooxdoo-devel] Textmate / e-Text Editor bundle for qooxdoo?

2008-10-13 Thread Jonathan Rass
Hi Mike! I would love to see a Textmate bundle for qooxdoo. Perhaps someone can take the JavaScript Bundle (http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle/) and extend it to support qooxdoo? I have no idea how complicated this is, but there are also bundles for jquery, MooT

[qooxdoo-devel] "qooxdoo-commit" mailinglist down

2008-09-18 Thread Jonathan Rass
/projects/4413/commits) to keep in touch with the development process. At the moment they show outdated data, but they will be updated soon... Kind regards, -- Jonathan Rass Framework Engineer Core Development :: Web Technologies 1&1 Internet AG Ernst-Frey-Str. 9 76135 Karlsruhe, Germany

Re: [qooxdoo-devel] no new posts on Forun since 16-Sept 2008

2008-09-17 Thread Jonathan Rass
Hello Amit, SourceForge seems to have some problems at the moment, but I am sure that the archive will be updated soon. In the meantime you can use the forum: http://forum.qooxdoo.org/ Kind regards, Jonathan > Hi, > > From the past couple of days, I don't see the new posts on the forum. I >

Re: [qooxdoo-devel] Memory optimization ...

2008-09-11 Thread Jonathan Rass
Hi geo! The problem is that every time you call initPopUpMenuAd() you create new objects: one PopUp and one Button. Why don't you just create them once and just update the label and command? I saw, that you save your widgets in the "widgets" map. Just save the menu button too to gain easier a

Re: [qooxdoo-devel] How to avoid appearance of caret in TextField in Internet Explorer

2008-09-10 Thread Jonathan Rass
Hello Denis! Unfortunately I could not reproduce this issue. Could it be that IE somehow "remembers" which TextField was focused last? You said you tested with 0.7.3... Could you switch to the legacy branch and test again? Kind regards, Jonathan Dioc wrote: > Internet Explorer displays focus

Re: [qooxdoo-devel] trunk is broken

2008-09-10 Thread Jonathan Rass
Hello Ian! I just added a hotfix and filed a bug for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1390 The trunk should be OK again. Kind regards, Jonathan Rass Ian Horst wrote: > I use qx.ui.table.celleditor.SelectBox in qx.ui.table.Table. > > Sometimes I get &q

Re: [qooxdoo-devel] Demobrowser anomaly

2008-09-10 Thread Jonathan Rass
Hi Jim! Could you take a look at the built-in Error Console (View -> Error Console) and check if any errors occur? Maybe this problem is related to http://bugzilla.qooxdoo.org/show_bug.cgi?id=1384. Kind regards, Jonathan Jim Hunter wrote: > > I am using FireFox 3.0 with FireBug installed.

Re: [qooxdoo-devel] API Viewer and custom classes bug

2008-08-27 Thread Jonathan Rass
Hello Chris, it should be working since r16163. ;-) Cheers, Jonathan Chris Banford wrote: > Just checked -- it now shows the custom.FlowLayout class right away, but > its only displaying a blank constructor and none of the example, > parameters or other methods (it was showing all that corre

Re: [qooxdoo-devel] API Viewer and custom classes bug

2008-08-27 Thread Jonathan Rass
Hi Chris! > Not sure if this is already known, but when I generate the API viewer > for my custom classes (FlowLayout), the first time I open the API viewer > and click on my /custom/FlowLayout class in the viewer, it displays the > info for qx.core -> Class Object and not FlowLayout. Thank

Re: [qooxdoo-devel] My textfield keydown doesn't work in Opera

2008-07-31 Thread Jonathan Rass
http://dev.opera.com/articles/view/introduction-to-opera-dragonfly Cheers, -- Jonathan Rass Framework Engineer Core Development :: Web Technologies 1&1 Internet AG Ernst-Frey-Str. 9 76135 Karlsruhe, Germany http://www.1und1.de Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph

Re: [qooxdoo-devel] [SPAM] queryCurrentUrl() always return NULL

2008-07-24 Thread Jonathan Rass
Hi Jhonny! Have you seen this demo already? http://demo.qooxdoo.org/devel/demobrowser/#widget~Window_Browser.html Perhaps you can take this as a foundation for your application. Cheers, Jonathan Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von

Re: [qooxdoo-devel] [SPAM] Re: selection text on straight HTML

2008-07-22 Thread Jonathan Rass
Hi Simon, could you try this little test script: http://mysterycity.de/blog/sandbox/gecko_user_select.html? You should be able to select the text after clicking the button. You can search for for "-moz-user-select" in your style sheets, but I think it would be quite unusual if there were such

Re: [qooxdoo-devel] selection text on straight HTML

2008-07-18 Thread Jonathan Rass
Hi Simon! You can remove a CSS property by the DOM API: document.body.style.removeProperty("-moz-user-select"); Regards, Jonathan -Original Message- From: [EMAIL PROTECTED] on behalf of simoms Sent: Fri 7/18/2008 3:56 AM To: qooxdoo-devel@lists.sourceforge.net Subject: Re: [qooxdoo-dev

Re: [qooxdoo-devel] Memo autoscroll and chat application

2008-07-16 Thread Jonathan Rass
Hi Jhonny! The problem is that the "scrollTop" property is applied on the widget's div element. At the moment we have no getter or setter for the "scrollTop" or "scrollLeft" property of htmlarea elements. As workaround you can set the value on the htmlarea directly (here for qooxdoo 0.7.x): t

Re: [qooxdoo-devel] Is this a bug on IE7 with new tab creating, help!

2008-06-05 Thread Jonathan Rass
Hello hywhy! Is it possible to send us the complete file? I could not use your code snippet since this.targetPanel is missing. Cheers, Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von hywhy Gesendet: Dienstag, 3. Juni 2008 14:39 An: qo

Re: [qooxdoo-devel] Newbie doubts

2008-06-04 Thread Jonathan Rass
Hi Guilherme! >> "make something" Generally, you can start using qooxdoo just with the quickstart example, but you are missing some (if not all) images. We will generate a new version of quickstart within the next release of 0.8 that includes more images. I am not sure if you can change the pat

Re: [qooxdoo-devel] GnuPG

2008-06-04 Thread Jonathan Rass
Hi Bill! It would be nice having a contrib project which adds encryption and decryption mechanisms based on GnuPG to qooxdoo. Since this implemenation only consists of seven files, it should not be a big project. In addition, qooxdoo will give you some comfort (e.g. for all mouse event handling

Re: [qooxdoo-devel] HTMLArea demo: undo not working for copy and pastedtext

2008-04-30 Thread Jonathan Rass
Hi Dietrich! Thank you for reporting this bug, I just entered a bug report based on your information: http://bugzilla.qooxdoo.org/show_bug.cgi?id=852 Cheers, Jonathan - This SF.net email is sponsored by the 2008 JavaOne(SM)

Re: [qooxdoo-devel] HTMLArea demo: undo not working for copy and pastedtext

2008-04-30 Thread Jonathan Rass
Hi Dietrich! Thank you for reporting this bug, I just entered a bug report based on your information: http://bugzilla.qooxdoo.org/show_bug.cgi?id=852 Cheers, Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Dietrich Streifert Gesendet

Re: [qooxdoo-devel] HTMLArea demo has ul and ol swapped

2008-04-28 Thread Jonathan Rass
Hi Hugh! Thanks, I just fixed that little glitch and added buttons for undo und redo. Have fun. ;-) Cheers Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson Gesendet: Montag, 28. April 2008 15:19 An: qooxdoo-devel@lists.sour

Re: [qooxdoo-devel] Future of Listview

2008-04-24 Thread Jonathan Rass
Hi Leander! It is definitely possible to do the port and should not take longer than a few days or a week. ;-) It is just a matter of priorities and schedules that we do no do this ourself... Perhaps you should wait for the first beta of qooxdoo 0.8 before starting, so that you do not have to

Re: [qooxdoo-devel] Future of Listview

2008-04-22 Thread Jonathan Rass
Hi! After reviewing the discussion on the issue, we have come to the decision that the ListView widget will not be ported to qooxdoo 0.8. We have spent a lot of time and work on the Table widget to make it better and faster and we recommend to use this widget instead. For those who want to conti

Re: [qooxdoo-devel] Re ally basic demo of HtmlArea

2008-04-21 Thread Jonathan Rass
Not necessary, I just fixed it. ;-) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson Gesendet: Samstag, 19. April 2008 08:39 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] Re ally basic demo of HtmlArea > http://sa

Re: [qooxdoo-devel] Re ally basic demo of HtmlArea

2008-04-21 Thread Jonathan Rass
Hello Hugh! Indee, this is a bug. It seems like somebody removed a try{} block and then forgot to remove the execption variable. Thanks for reporting it to us. :-) Cheers, Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson G

Re: [qooxdoo-devel] What is wrong with my second IFrame?

2008-04-04 Thread Jonathan Rass
Hello Kanugula! The problem is the way you set reference to the "this" in addEventListener: // make qx.ui.embed.Iframe react to event "surfTo" via function changeURL() this.addEventListener( "surfTo", changeURL, mainTabView.getBar().getManager().getSelected().getLabel() == "Search" ? se

Re: [qooxdoo-devel] Drag & Drop between native windows

2008-03-25 Thread Jonathan Rass
Hello Christian! If you are looking for some information about dragging objects into a native browser window, here is an article that might be interesting: Cheers, Jonathan -Ursprü

Re: [qooxdoo-devel] Qooxdoo on iPhone/iPod touch

2008-02-26 Thread Jonathan Rass
Hello Sascha! Alex made investigations in January and found some restrictations that might prevent qooxdoo from working on the iPod Touch/iPhone: "These are the JavaScript constrains mentioned: - 10 MB JavaScript object allocation - 5 second JavaScript execution - Scripts may be paused (espe

Re: [qooxdoo-devel] trunk's demobrowser doesn't build?

2008-02-25 Thread Jonathan Rass
Hello Gaëtan! Delete the folder source/class/demo. Be sure to run ./tool/genjson.sh before running make. Cheers, Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gaetan de Menten Gesendet: Montag, 25. Februar 2008 14:13 An: qooxdoo Dev

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-05 Thread Jonathan Rass
about animations as soon as I have something presentable. :-) Cheers, Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gaetan de Menten Gesendet: Montag, 4. Februar 2008 14:31 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Layout in

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Jonathan Rass
Hello Gaëtan! Changing the background in case a modal dialog is active is not part of qooxdoo animation, but you can modify the background using the appearance system. In qooxdoo/frontend/framework/class/qx/theme/class/Appearance.js you will find a section describing the appearance of the clie

Re: [qooxdoo-devel] qx.ui.embed.Iframe().setSource and GET HTTP

2008-01-29 Thread Jonathan Rass
Hi Frederic, as far as I know there are no limitations on qx.ui.embed.Iframe. You should be able to set the same source to the widget as you can to an iframe tag. I just tested the setSource() method in the "Iframe 1" sample in our Demo Browser. All GET parameters I sent went through in Firefo

Re: [qooxdoo-devel] Happy new year, happy new release 0.7.3

2008-01-11 Thread Jonathan Rass
see if you can help us tracking down the bugs. :-) Kind regards, Jonathan Jonathan Rass JavaScript Framework Developer 1&1 Internet AG Ernst-Frey-Str. 9 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, Thomas Gottschli