Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-30 Thread Hugh Gibson
> When I evaluate which path to take, the challenge has *always* been > deciding which of the hundreds and thousands of available > technology options to spend time on. There are simply not enough > hours to a day to look at them all. When I make a wrong choice, > they cost me very dearly - a

[qooxdoo-devel] No Python backend support?

2008-04-30 Thread kc106_2005-qooxdoo
Hi folks, Now that I finished my QooxdooPyCard GUI builder project, I am starting to look at the backend side of the picture. Let me ask a newbie question: I still don't quite know what a web "framework" would do for me but from the web, it appears they are saying Qooxdoo backend support doe

[qooxdoo-devel] QooxdooPyCard - will it work with Python 2.5?

2008-04-30 Thread kc106_2005-qooxdoo
A question was raised whether my PythonCard based GUI designer will work with Python 2.5 since their website hasn't been updated for a while. I just installed Python2.5.2 on my Windows XP machine, along with wxPython ver 2.8 for Python 2.5 using wxPython2.8-win32-unicode-2.8.7.1-py25.exe, and th

[qooxdoo-devel] pre-alpha QooxdooPyCard (or the Poor Man's Qooxdoo GUI builder) released

2008-04-30 Thread kc106_2005-qooxdoo
I sent the files to the QxTransformer developers. Should be available soon. Usual caveat applies. -- John Henry - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. The

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-30 Thread kc106_2005-qooxdoo
When I evaluate which path to take, the challenge has *always* been deciding which of the hundreds and thousands of available technology options to spend time on. There are simply not enough hours to a day to look at them all. When I make a wrong choice, they cost me very dearly - and oh boy,

Re: [qooxdoo-devel] Iframe reloading

2008-04-30 Thread Helder Magalhães
Fabian Jakobs-2 wrote: > > You could try to move the widget out of the visible area instead of > removing it (setLeft(-1000)). > Good idea! :-) Should this be inserted into bugzilla as a bug and/or enhancement? * Firefox 2 will be around for some time, maybe even after Firefox 3 is officiall

Re: [qooxdoo-devel] Problems with qooxdoo-bugs mailing list?

2008-04-30 Thread Hugh Gibson
> Hugh, please keep an eye on it and let us know when (and where!) > you are missing mails again. 852 and 853 weren't posted to the mailing list. The archive shows 851 then 854. Hugh - This SF.net email is sponsored by the

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] Poor Man's Qooxdoo GUI builder

2008-04-30 Thread panyasan
Hi Marco, it is interesting that you say that there are many working XUL GUI builders out there. Where are they? I had also hoped so because it would be very easy to transform from XUL to QXML (the qxtransformer code). I have spend quite some time searching the web, but I did not find anything us

Re: [qooxdoo-devel] Virtual Mice solve a maze

2008-04-30 Thread Derrell Lipman
On Wed, Apr 30, 2008 at 6:13 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Hi Derrell, > > this is a really cool example for your FSM and a nice explanation. Thanks. > I would love to see this posted on out qooxdoo Blog. Would you mind > posting this text with a link to the online demo in our

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-30 Thread Marco LOMBARDO
> Why not? Because I have no clue what XSL is. A way to define transformation between XML and XML. > I am sure there are hundreds of other more advance methods to do this. As I > indicated before, Pythoncard resource file structure happens to be very > similar to what Pythoncard uses. As su

Re: [qooxdoo-devel] Virtual Mice solve a maze

2008-04-30 Thread Fabian Jakobs
Hi Derrell, this is a really cool example for your FSM and a nice explanation. I would love to see this posted on out qooxdoo Blog. Would you mind posting this text with a link to the online demo in our Blog? Best Fabian > For a long time, I've been wanting to write a somewhat more practical >

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] Poor Man's Qooxdoo GUI builder

2008-04-30 Thread Hugh Gibson
> But if you close or minimize the pop-up windows, they won't come > back. I don't know how to re-pop windows. That's a qooxdoo problem. Some people have written window managers. You have to handle it yourself. Hugh - Thi

Re: [qooxdoo-devel] Unit testing and Selenium

2008-04-30 Thread Hugh Gibson
Thomas, Sorry about the delay in replying. > Look, I'm not talking TestRunner right now, not even qooxdoo. I was > refering to the Selenium log, which you have mentioned as well. All > I want to get is a clear picture how you envision that a Selenium > client driver script (think: Python) inte

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-30 Thread Hugh Gibson
> > Just a question: why not a XSL trasformation? > > Why not? Because I have no clue what XSL is. It can translate one format of XML to another format, radically rewriting it in the process. See http://en.wikipedia.org/wiki/XSL_Transformations I think it has merit - but there are opinions on

Re: [qooxdoo-devel] Iframe reloading

2008-04-30 Thread Fabian Jakobs
Oleksiy Golovko schrieb: > Hello, everyone > > I'm using qooxdoo 0.7.4-pre and Firefox 2. I'm getting weird behavior > when working with Iframe. The typical scenario is: > > 1. Create an Iframe with some url from the same server > 2. User works with this Iframe > 3. Iframe got hided by some user ac