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
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,
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
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
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
"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
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
[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
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
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
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
> 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
-
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
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
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
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
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
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
"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
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
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
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.
-
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
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
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
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
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
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
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,
>>
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
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:
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
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:
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
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
> 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
> 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
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
38 matches
Mail list logo