Re: [qooxdoo-devel] sample Application.js not in 0.6.5-sdk

2007-02-12 Thread Fabian Jakobs
Hi Jeroen, > Hi all, > > new to qooxdoo, and I wanted to take a look at the source code of the > sample , but the Application.js of sample seems to be missing: > > find ./ -name Application.js > ./frontend/application/apiviewer/source/class/apiviewer/Application.js > ./frontend/application/feedrea

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Dietrich Streifert
Hi Nick, Nick Glencross schrieb: [EMAIL PROTECTED] wrote: "Nick Glencross" <[EMAIL PROTECTED]> writes: * I haven't successfully worked out how to make Enter in a form submit it. There's a previous posting which shows how to do it by sending the keypress event onto the submit button,

[qooxdoo-devel] Skeletons and dynamically created JS

2007-02-12 Thread Danny Adair
Hello again, We've got a very modular design in our TurboGears-based application where dynamically created javascript "files" (which are mainly using stock classes from qooxdoo) get pulled together at runtime. If I have not a single static HTML page but rather dynamically create everything on th

[qooxdoo-devel] Skeletons and dynamically created JS

2007-02-12 Thread Danny Adair
Hello again, We've got a very modular design in our TurboGears-based application where dynamically created javascript "files" (which are mainly using stock classes from qooxdoo) get pulled together at runtime. If I have not a single static HTML page but rather dynamically create everything on th

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Derrell . Lipman
Nick Glencross <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: >> "Nick Glencross" <[EMAIL PROTECTED]> writes: >>> * I haven't successfully worked out how to make Enter in a form >>> submit it. There's a previous posting which shows how to do it by >>> sending the keypress event onto the

Re: [qooxdoo-devel] API of tree folder

2007-02-12 Thread Derrell . Lipman
"Hugh Gibson" <[EMAIL PROTECTED]> writes: > I had a need to find the next folder in a tree after a given folder today. > > I thought it would be fairly straightforward, and started using getParent, > getNextSibling etc. but soon hit the problem mentioned in December on the > list about what the co

Re: [qooxdoo-devel] Proposed restructuring of the Table namespace

2007-02-12 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: > Generally, before you start, I don't like the current structure because it > mix widgets with other features. The original intention for the "ui" folder > was to contain widgets (only). The table use some special stuff like models > and a custom se

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Nick Glencross
[EMAIL PROTECTED] wrote: > "Nick Glencross" <[EMAIL PROTECTED]> writes: >> * I haven't successfully worked out how to make Enter in a form >> submit it. There's a previous posting which shows how to do it by >> sending the keypress event onto the submit button, but things must >> have changed bec

Re: [qooxdoo-devel] Proposed restructuring of the Table namespace

2007-02-12 Thread Sebastian Werner
Generally, before you start, I don't like the current structure because it mix widgets with other features. The original intention for the "ui" folder was to contain widgets (only). The table use some special stuff like models and a custom selection manager. Maybe we can move the stuff whic

Re: [qooxdoo-devel] Custom layout

2007-02-12 Thread Sebastian Werner
Hi Alexei, the current layout system have some problems which will be improved with qooxdoo 0.8. Please take a look to our roadmap. Until then please take a look at the BoxLayout implementations. These are the most complete renderer implementations currently available. Normally you don't ne

Re: [qooxdoo-devel] API of tree folder

2007-02-12 Thread Sebastian Werner
Hugh, the problem in this case is not the tree, but the widget. All the methods like getParent, getChildren etc. could not be overwritten without breaking the whole widget stuff. This is definitely a point which should made be better with 0.8. But until then I don't see much room for impro

Re: [qooxdoo-devel] Firefox memory usage

2007-02-12 Thread Hugh Gibson
> However, from my tests I found that FF (1.5) was far better at > freeing memory within a single page than either IE6 or IE7. Thanks. It's a bit of a pain having to give users instructions to minimise the app to free up memory. We'll keep an eye on FF memory usage. Hugh -

[qooxdoo-devel] API of tree folder

2007-02-12 Thread Hugh Gibson
I had a need to find the next folder in a tree after a given folder today. I thought it would be fairly straightforward, and started using getParent, getNextSibling etc. but soon hit the problem mentioned in December on the list about what the correct API was. The obvious functions get things l

Re: [qooxdoo-devel] Firefox memory usage

2007-02-12 Thread Simon Bull
Hi Hugh, I did quite a lot of memory testing a while ago, but my scenario was different to yours. I never minimised the browser window -- instead I did a lot of creating and disposing js object instances within a single page. However, from my tests I found that FF (1.5) was far better at freei

Re: [qooxdoo-devel] QooxDoo .NET BackEnd...

2007-02-12 Thread Jerónimo Milea
Hi Anthony, Anthony A Milligan wrote: > Jeronimo, > > I've been considering the same thing for the last few weeks. As of right > now I have a few server controls that I've written that allow me to create > a qooxdoo application and at runtime it compiles it into actual > javascript. Its almost

Re: [qooxdoo-devel] How to find Server URL

2007-02-12 Thread Graham Henderson
Derrell: Too easy.thank you. Graham [EMAIL PROTECTED] wrote: Graham Henderson writes: > I am developing a Qooxdoo application that will serve as a user interface to > an embedded system. I have built the application's gui and I am now > implementing the json-rpc mechanism to allow the

Re: [qooxdoo-devel] How to find Server URL

2007-02-12 Thread Derrell . Lipman
Graham Henderson <[EMAIL PROTECTED]> writes: > I am developing a Qooxdoo application that will serve as a user interface to > an embedded system. I have built the application's gui and I am now > implementing the json-rpc mechanism to allow the settings and process data > to be populated. > > I a

[qooxdoo-devel] How to find Server URL

2007-02-12 Thread Graham Henderson
Hello: I am developing a Qooxdoo application that will serve as a user interface to an embedded system. I have built the application's gui and I am now implementing the json-rpc mechanism to allow the settings and process data to be populated. I am implementing the "echo test" on the client si

Re: [qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Derrell . Lipman
"Nick Glencross" <[EMAIL PROTECTED]> writes: > Hi! > > We've got quite a lot of qooxdoo code now, and it's working great! > However, I've still got a couple of unresolved niggles which I haven't > been able to find workarounds for. Any hints would be great: > > * I haven't successfully worked ou

Re: [qooxdoo-devel] QooxDoo .NET BackEnd...

2007-02-12 Thread Anthony A Milligan
Jeronimo, I've been considering the same thing for the last few weeks. As of right now I have a few server controls that I've written that allow me to create a qooxdoo application and at runtime it compiles it into actual javascript. Currently my components are still in a very rough state an

[qooxdoo-devel] A couple of unresolved problems

2007-02-12 Thread Nick Glencross
Hi! We've got quite a lot of qooxdoo code now, and it's working great! However, I've still got a couple of unresolved niggles which I haven't been able to find workarounds for. Any hints would be great: * I haven't successfully worked out how to make Enter in a form submit it. There's a previou

Re: [qooxdoo-devel] Does present document.url analog in qooxdoo?

2007-02-12 Thread Matthias Reuter
I'm not sure if I understand your needs correctly, but I think what you want is document.location.href Matthias > Does qooxdoo have analog of doument.url in IE (document.URL in FF) ? > I need to get url of my page and to abstract from browser. -

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Sebastian Werner
But not in qooxdoo because we have fixed this issue. One other non-easily fixable thing is that the filters not work in harmony with each other. The disabled icon applies a IE only "gray()" filter which grays out the icon. This works on many PNGs without problems, but seems to be problematic on

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Camilo Aguilar
More info and fix , here -> http://homepage.ntlworld.com/bobosola/ On 2/12/07, Markus Bäurle <[EMAIL PROTECTED]> wrote: You are right, in qooxdoo 0.6.3 there is the same effect, then it is IE problem. Is there a general problem with ie and transparent pngs? Regards, Markus Sebastian Werne

[qooxdoo-devel] sample Application.js not in 0.6.5-sdk

2007-02-12 Thread Jeroen Vriesman
Hi all, new to qooxdoo, and I wanted to take a look at the source code of the sample , but the Application.js of sample seems to be missing: find ./ -name Application.js ./frontend/application/apiviewer/source/class/apiviewer/Application.js ./frontend/application/feedreader/source/class/feedread

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Camilo Aguilar
Markus, yes IE always has had problems with the transparencies in png On 2/12/07, Markus Bäurle <[EMAIL PROTECTED]> wrote: You are right, in qooxdoo 0.6.3 there is the same effect, then it is IE problem. Is there a general problem with ie and transparent pngs? Regards, Markus Sebastian Wer

[qooxdoo-devel] QooxDoo .NET BackEnd...

2007-02-12 Thread Jerónimo Milea
Hi list, its been a long time since my last post, i had to drop development with qx but i never los my interest in it ;) so, now that i have some time to spend on a new development i'm starting a new BackEnd to work with qx and the .NET framework, its going to work both on Mono and Microsoft.NET, i

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Markus Bäurle
You are right, in qooxdoo 0.6.3 there is the same effect, then it is IE problem. Is there a general problem with ie and transparent pngs? Regards, Markus Sebastian Werner wrote: > > And are you really sure that this effect is really caught by the change > to qooxdoo 0.6.5? I don't think we h

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Markus Bäurle
IE6: http://www.nabble.com/file/6443/ie6_disabled.png It looks better than in IE7 but there are no colors. The source images are semi-transparent pngs. Regards, Markus Sebastian Werner wrote: > > Is this rendered correctly in IE6? > > Sebastian > > > > Markus Bäurle schrieb: >> Hi, >>

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Sebastian Werner
And are you really sure that this effect is really caught by the change to qooxdoo 0.6.5? I don't think we have changed something in this area during the last releases. Thanks. Sebastian Markus Bäurle schrieb: > Good question, I cannot test it here, but I try to find out... > > > > Sebasti

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Markus Bäurle
Good question, I cannot test it here, but I try to find out... Sebastian Werner wrote: > > Is this rendered correctly in IE6? > > Sebastian > > > > Markus Bäurle schrieb: >> Hi, >> >> Since qooxdoo 0.6.5 the effect of disabled images is no more beautiful. >> In >> FF 2.0.0.1 all is fine:

Re: [qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Sebastian Werner
Is this rendered correctly in IE6? Sebastian Markus Bäurle schrieb: > Hi, > > Since qooxdoo 0.6.5 the effect of disabled images is no more beautiful. In > FF 2.0.0.1 all is fine: > I uploaded three small screenshots which show this. > FF disabled: http://www.nabble.com/file/6440/ff_disabled.p

[qooxdoo-devel] unesthetic effect for disabled images in IE7

2007-02-12 Thread Markus Bäurle
Hi, Since qooxdoo 0.6.5 the effect of disabled images is no more beautiful. In FF 2.0.0.1 all is fine: I uploaded three small screenshots which show this. FF disabled: http://www.nabble.com/file/6440/ff_disabled.png IE disabled: http://www.nabble.com/file/6441/ie_disabled.png FF/IE enabled:

[qooxdoo-devel] Does present document.url analog in qooxdoo?

2007-02-12 Thread Sergei Kolomiets
Hi all! Does qooxdoo have analog of doument.url in IE (document.URL in FF) ? I need to get url of my page and to abstract from browser. Sergei -- View this message in context: http://www.nabble.com/Does-present-document.url-analog-in-qooxdoo--tf3212383.html#a8920919 Sent from the qooxdoo-devel

[qooxdoo-devel] Custom layout

2007-02-12 Thread zindel
Hello, I'm developing my custom layout (mentioned previously in this list). I've been studing the code of qooxdoo layouts for a while, then created my own. It works OK when children are simple widgets. But it fails when the child is layout (for example CanvasLayout). I.e. it doesn't force the c

Re: [qooxdoo-devel] Firefox memory usage

2007-02-12 Thread Hugh Gibson
> However, FF 1.5 and 2.0 never seems to give memory back. Any comments? What has been other users' experience with apps in the field? Hugh - Using Tomcat but need to do more? Need to support web services, security? Get stuf

Re: [qooxdoo-devel] Event autoDispose property is not used

2007-02-12 Thread Hugh Gibson
> Event autoDispose property is not used I've logged this at http://bugzilla.qooxdoo.org/show_bug.cgi?id=284 Hugh - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-in

[qooxdoo-devel] koders.com

2007-02-12 Thread dperez
Hi I have registered successfully qooxdoo in koders: Original message--- We'd like to inform you that your project submission has been approved and we've added qooxdoo to our index. Some helpful tips are below: 1) Enter qooxdoo into the Koders search box and you will be able to browse