Re: [qooxdoo-devel] IE & memory management

2008-07-02 Thread Jim Hunter
If I do a count of the children each time, it is the same (5, which at the place I am checking this is the base amount for the window before adding it's contents). I have not looked at physical memory, I assumed that was the issue since it compounds itself on every iteration. I can not re-use the

Re: [qooxdoo-devel] IE & memory management

2008-07-02 Thread Hugh Gibson
> I am running into a troubling situation and am looking for a little > help. My application re-uses 'tool windows' to display new > information. It does so by removing all children (using a function I > wrote to iterate through all children, destroy them (they iterate > their children before dest

Re: [qooxdoo-devel] Secure and nonsecure warning in IE using https (SSL or TLS)

2008-07-02 Thread Hugh Gibson
> It seems that this problem is related to > http://bugzilla.qooxdoo.org/show_bug.cgi?id=890 bug #890 . Thanks, spot on. Looks like it's fixed in SVN now for 0.7.4, I'll have to try it. I searched for various keywords but missed 890. Hugh ---

[qooxdoo-devel] IE & memory management

2008-07-02 Thread Jim Hunter
I am running into a troubling situation and am looking for a little help. My application re-uses 'tool windows' to display new information. It does so by removing all children (using a function I wrote to iterate through all children, destroy them (they iterate their children before destroying them

[qooxdoo-devel] qooxdoo-contrib/Crypto/OpenPGP

2008-07-02 Thread Bill Adams
All, I've checked in qooxdoo-contrib/Crypto/OpenPGP and added http://qooxdoo.org/documentation/contrib/openpgp My use case is to encrypt a password and send it to the server for authentication. My application doesn't need SSL, and OpenPGP protects the password without SSL. Now I can add this fe

Re: [qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Tobias Oetiker
Hi Jim, Today Jim Hunter wrote: > Since this is in November, I am going to assume that you will be talking on > version 0.8? Or a newer version of there is one at that time? > > This is too close for me not to go. Too bad it's not a little sooner. Yes I hope to be talking about 0.8. But only whe

Re: [qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Jim Hunter
Since this is in November, I am going to assume that you will be talking on version 0.8? Or a newer version of there is one at that time? This is too close for me not to go. Too bad it's not a little sooner. Jim On Wed, Jul 2, 2008 at 2:29 PM, Tobias Oetiker <[EMAIL PROTECTED]> wrote: > Hi Jim

Re: [qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Jim Hunter
Thanks On Wed, Jul 2, 2008 at 2:29 PM, Tobias Oetiker <[EMAIL PROTECTED]> wrote: > Hi Jim, > > Today Jim Hunter wrote: > > > What is LISA'09 and is it really in November of 09? That is a > > long way off. > > its November 2008 ... I was confused ... > > http://www.usenix.org/events/lisa08/ > > ch

Re: [qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Tobias Oetiker
Hi Jim, Today Jim Hunter wrote: > What is LISA'09 and is it really in November of 09? That is a > long way off. its November 2008 ... I was confused ... http://www.usenix.org/events/lisa08/ cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetike

Re: [qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Jim Hunter
What is LISA'09 and is it really in November of 09? That is a long way off. Jim On Wed, Jul 2, 2008 at 2:03 PM, Tobias Oetiker <[EMAIL PROTECTED]> wrote: > Experts! > > I proposed to teach a tutorial on qooxdoo at LISA'09 (November) ... > and they accepted. It will be a half day tutorial. Once I

[qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Tobias Oetiker
Experts! I proposed to teach a tutorial on qooxdoo at LISA'09 (November) ... and they accepted. It will be a half day tutorial. Once I come up with a program I will post it here to get your feedback ... cheers tobi T11pm - Writing JavaScript Applications Running in the Browser with Qooxdoo

[qooxdoo-devel] low-level qooxdoo

2008-07-02 Thread Guilherme Aiolfi
Hi,* With Portal a new application has entered the qooxdoo trunk. This small demo shows some cool features of the new low-level layer,

Re: [qooxdoo-devel] json problem? qx.io.Json

2008-07-02 Thread thron7
This is a good one. I filed a bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=1027 . Some basic fix has been applied, in both trunk and legacy_0_7_x (r14263). If you are sticking with 0.7.3, you might want to draw the version from legacy_0_7_x into your own code (it's short). Thomas > Hi again

Re: [qooxdoo-devel] Is there an xml.toString() method ?

2008-07-02 Thread Mr. Hericus
Thanks, Dietrich! I knew it had to be in there and I was just missing it. On Wed, 2008-07-02 at 17:29 +0200, Dietrich Streifert wrote: > The xml serializer is in can be found in qx.xml.Element. Method serialize. > > I'm doing: > > var xmlString = '' + > qx.xml.Element.serialize(xml); >

Re: [qooxdoo-devel] Is there an xml.toString() method ?

2008-07-02 Thread Dietrich Streifert
The xml serializer is in can be found in qx.xml.Element. Method serialize. I'm doing: var xmlString = '' + qx.xml.Element.serialize(xml); Mr. Hericus schrieb: > Hi All, > > We've been working very successfully with qooxdoo, and are nearing the > end of our dev cycle for our first product

[qooxdoo-devel] Is there an xml.toString() method ?

2008-07-02 Thread Mr. Hericus
Hi All, We've been working very successfully with qooxdoo, and are nearing the end of our dev cycle for our first product. Thanks to everyone on the list for all of your insights. Unfortunately now we get into the cross-browser stickyness. Most of this we have avoided by using the qooxdoo provi

Re: [qooxdoo-devel] json problem? qx.io.Json

2008-07-02 Thread Helder Magalhães
petr kobalicek-2 wrote: > > qx.io.Json.parse('{"result": {"files": [["AUTOEXEC.BAT", 0, > "source\/batch", > "", ""], ["boot.ini", 250, "document\/ini", "", ""], ["Bootfont.bin", > 4952, > "", "", ""], ["bootsect.lnx", 512, "", "", ""], ["CONFIG.SYS", 0, > "windows\/system-file", "", ""], ["IO.S

Re: [qooxdoo-devel] json problem? qx.io.Json

2008-07-02 Thread petr kobalicek
Oh and documentation says that it will return false if it can parse it, but exception is always thrown :) 2008/7/2 petr kobalicek <[EMAIL PROTECTED]>: > Hi again :) > > I have problem with qx.io.Json.parse() > > qx.io.Json.parse('{"result": {"files": [["AUTOEXEC.BAT", 0, > "source\/batch", "", ""

[qooxdoo-devel] json problem? qx.io.Json

2008-07-02 Thread petr kobalicek
Hi again :) I have problem with qx.io.Json.parse() qx.io.Json.parse('{"result": {"files": [["AUTOEXEC.BAT", 0, "source\/batch", "", ""], ["boot.ini", 250, "document\/ini", "", ""], ["Bootfont.bin", 4952, "", "", ""], ["bootsect.lnx", 512, "", "", ""], ["CONFIG.SYS", 0, "windows\/system-file", "",

Re: [qooxdoo-devel] qx.ui.tree.Tree

2008-07-02 Thread Fabian Jakobs
petr kobalicek schrieb: > I'm looked at sources and now I understand this behavior, but I thing > that's not logic. I also looked at the latest trunk and it seems that > new getChildren() will be more useable for me :) > > 2008/7/1 petr kobalicek <[EMAIL PROTECTED] > >:

[qooxdoo-devel] ComboBox CellEditor problem in FF2 and FF3

2008-07-02 Thread mshillin
The ComboBox CellEditor has an event handling problem in FF2 and FF3. If the combobox dropdown list overlays rows in the table and you select an item, the focus indicator in the table (darkblue bar) will move to the row under the item which was selected. A lightblue focus indicator remains on th

Re: [qooxdoo-devel] resolving mouse cursor location

2008-07-02 Thread Dmitry Pryadkin
Thanks, Alexander "b" was just for me Alexander Back wrote: > a) a specific event like clicking on each of these widgets or > b) do you need the position at every move of the mouse? > - Sponsored by: SourceForge.net Comm

Re: [qooxdoo-devel] resolving mouse cursor location

2008-07-02 Thread Alexander Back
Hi Dmitry, do you need to know this mouse position at a) a specific event like clicking on each of these widgets or b) do you need the position at every move of the mouse? -> a) Add a "click" eventlistener at your widgets --snip-- myWidget.addEventListener("click", myEventHandlerFunc, [myScope

[qooxdoo-devel] Tree with combo box problem - how to set the row height? (0.7.3)

2008-07-02 Thread Kristjan Cočev
Hi, I have stumbled upon a big problem. My tree rows have a combo box and the display of the tree gets cluttered, since the height of the combo box is probably bigger than the height of the tree row. How can I fix that? Is it possible to define a higher value of the tree row without breaking

Re: [qooxdoo-devel] runtime customized color "table-row-background-focused-selected"

2008-07-02 Thread asaris
Solved my problem. Found solution in the bottom of http://qooxdoo.org/documentation/0.7/theme_support My spike solution -- function updateTheme() { qx.Theme.define("CustomTheme", { title: "Custom T

[qooxdoo-devel] resolving mouse cursor location

2008-07-02 Thread Dmitry Pryadkin
Hi All, My situation is like I have a qooxdoo window with some widgets on it. I would like to ask this window (or application) for a mouse cursor location. I don't care whether it will be absolute or relative position. Thanks

[qooxdoo-devel] runtime customized color "table-row-background-focused-selected"

2008-07-02 Thread asaris
Hi, Can I customize theme color table-row-background-focused-selected at runtime? I colorize rows in some tables by cellrenderer. When row is selected, content is not readable. For example, green text on blue background. Theme color table-row-selected doesn't override cellrenderer color style.

Re: [qooxdoo-devel] Secure and nonsecure warning in IE using https (SSL or TLS)

2008-07-02 Thread Dioc
It seems that this problem is related to http://bugzilla.qooxdoo.org/show_bug.cgi?id=890 bug #890 . -- View this message in context: http://www.nabble.com/Secure-and-nonsecure-warning-in-IE-using-https-%28SSL-or-TLS%29-tp18215785p18232784.html Sent from the qooxdoo-devel mailing list archive at

Re: [qooxdoo-devel] How do I add a widget to an existing page?

2008-07-02 Thread thron7
Martin Tilsted wrote: > I have a website where I need some dynamic html, and after having looked > > at some different javascript frameworks I think that qooxdoo looks the > most promising. > > But I can't find out how to add a widget(A layout container) to an > existing html page. All the existing

Re: [qooxdoo-devel] Will setHtmlProperty be in 0.8?

2008-07-02 Thread Jim Hunter
OK, so if I had an Input control (qx.ui.form.TextArea) that I used to set the HtmlProperty on so that I could access it's value via our testing software, I can still access it? I will try this out to make sure that it works before I do too much converting of my code. Thanks Sebastian! Jim On We

Re: [qooxdoo-devel] Will setHtmlProperty be in 0.8?

2008-07-02 Thread Sebastian Werner
Hi Jim, you do not have access to the DOM element the same way in 0.8. You can use this however: widget.getContainerElement().setAttribute("id", "anyid"); Cheers, Sebastian Am 01.07.2008 um 22:31 schrieb Jim Hunter: > I don't currently see setHtmlProperty in the API for 0.8, is it > goi