Antony Zanetti <[EMAIL PROTECTED]> writes:
> I want to use HTTP authentication on RPC calls.
>
> ...
>
> Could you please allow HTTP auth in the RPC component by adding username and
> password properties to the class?
Added in revision 4197. Thanks!
Derrell
> It looks like build of revision 4193 doesn't work on FreeBSD completely.
I figured it out - on FreeBSD system You have to run 'gmake' instead of
'make'.
Maybe simple point in documentation, what do You think, guys? ;-)
-
U
Hi,
it is not a problem of hardware. We have full access to Mac OS X
systems. ;-)
Of course, full Safari support is regarded as being an desirable
feature. Still, it currently is not as important as other tasks, so it's
simply on lower priority.
We'll probably have a closer look at Safari su
Hi,
found a bug:
Ctrl-Enter in Firefox provides following debug-output:
e.getKeyCode() = 13
e.isCtrlPressed() = true
Ctrl-Enter in IE:
e.getKeyCode() = 10
e.isCtrlPressed() = true
Cheers
alex.d
-
Using Tomcat but need to do
> I hope I'm not only man with this issue...
Unfortunately I am only man with this issue - I'm guessing this from
zero answers ;-)
Is here someone who makes qooxdoo js files from sources on FreeBSD? It
looks like build of revision 4193 doesn't work on FreeBSD completely.
Lumir.
-
Hi,
Is it possible to detect whether a window was closed with
close-cross-button(at the top-right) or just with window.close?
Regards,
alex.d
-
Using Tomcat but need to do more? Need to support web services, security?
Get st
Hi Edmond,
Am 11.09.2006 um 07:00 schrieb <[EMAIL PROTECTED]>:
> I am also new to qooxdoo, and I think the qooxdoo is
> greate ui framework for me, it’s looks wonderful, and in qooxdoo
> 0.6 release version , I found the new feature is json rpc support,
> but I can not found more d
Hi David,
try you luck with a HorizontalSpacer between the two buttons.
Sebastian
David Gerlich schrieb:
> hi
>
> Is it possible to align the very right button to the right end of the
> Bar ? I want align some Buttons left and only one Button should be right
> (e.g. Help-Button). I want to u
hi
Is it possible to align the very right button to the right end of the
Bar ? I want align some Buttons left and only one Button should be right
(e.g. Help-Button). I want to use a ButtonViewBar similar to the
"At-The-Glance" - Example !
tia
david gerlich
---
<[EMAIL PROTECTED]> writes:
> I am also new to qooxdoo, and I think the qooxdoo is greate ui
> framework for me, it's looks wonderful, and in qooxdoo 0.6 release
> version , I found the new feature is json rpc support, but I can not
> found more document describe in your web site in how u
I saw that another javascript toolkit provider raised money to buy a Mac
testing machine via fundable.org
See: http://www.fundable.org/groupactions/FCKeditor_iBook/view?searchterm=safari
Perhaps Qooxdoo could attempt the same thing with a "Help Fund Safari Testing"
drive.
See fundable.org for
Hi @ll,
On Mon, 2006-09-11 at 13:18 +0200, Andreas Ecker wrote:
> Howdy!
>
> Unfortunately, standard specs just won't help here. :-( In IE simply
> don't use an empty script tag, but use separate start and end tags:
> .
>
> Andreas
The thing is, that in http://www.w3.org/TR/xhtml1/#h-4.8 the
Howdy!
Unfortunately, standard specs just won't help here. :-( In IE simply
don't use an empty script tag, but use separate start and end tags:
.
Andreas
Alee wrote:
> If tag doesn't support any attributes then one should use the shorter form
> with a leading space before />. Otherwise write
If tag doesn't support any attributes then one should use the shorter form
with a leading space before />. Otherwise write the closing tag instead.
http://www.w3.org/TR/xhtml1/#guidelines (C2 and C3).
Oliver Japel wrote:
>
>
>> As I know this also does not work in this style in XHTML.
>
> w
Thank you for your kind words. There are plans. But they have no real
priority yet.
Cheers,
Sebastian
Thomas Bonk schrieb:
> Hello,
>
> I stumbled over Qooxdoo some months ago. I read some of the
> documentation and source code and my in my opinion it is the almost best
> JavaScript GUI to
This is a completely different topic and should normally be handled with
a different subject, too.
setHtmlProperty should work perfectly. However you must be sure that the
element is already written to the document. This is not the case
directly after you append it. The best is maybe to add an
Hi David!
I've fixed this in SVN (revision 4191). It must be "#load" not "#use".
Cheers,
Sebastian
David Gerlich schrieb:
> hi
>
> I recently tried to write some code with the skeleton structure. This
> code has some tooltips (i basically took the At-A-Glance example-code).
> But after comp
hi
I recently tried to write some code with the skeleton structure. This
code has some tooltips (i basically took the At-A-Glance example-code).
But after compiling with "make source" it doesn't worked.
The solution was to extend qx.ui.popup.ToolTip with
#use(qx.manager.object.ToolTipManager)
> As I know this also does not work in this style in XHTML.
well, at least the specification states that it is valid:
http://www.w3.org/TR/xhtml1/#h-4.6 :-)
> Oliver Japel schrieb:
> > hi there,
> >
> > "" is XHTML-Style tagging and invalid markup in plain html!
> > if you want to use thes
As I know this also does not work in this style in XHTML.
Sebastian
Oliver Japel schrieb:
> hi there,
>
> "" is XHTML-Style tagging and invalid markup in plain html! if
> you want to use these you'll have to declare your
> document to be xhtml. see here for a list of valid doctypes:
> http://
> In any case, the original article is a post to the IEBlog from Peter
> Gurevich, Performance PM for IE7:
>
> http://blogs.msdn.com/ie/archive/2006/08/28/728654.aspx
See comment from Tino reference: "Friday, September 01, 2006 7:17 PM by Tino
Zijdel" - shows that some of the tricks don't actua
Thanks a lot.
It is really useful article.
Best Regards,
alex.d
Hello,
On 9/6/06, Jim Hunter <[EMAIL PROTECTED]> wrote:
Yes, IE does not work as nicely as all the rest of the browsers. I don't
know why this is and I can't tell you if it's going to change any time soon.
I have trie
hi there,
"" is XHTML-Style tagging and invalid markup in plain html! if
you want to use these you'll have to declare your
document to be xhtml. see here for a list of valid doctypes:
http://www.w3.org/QA/2002/04/valid-dtd-list.html
bye
> -Ursprungliche Nachricht-
> Von: [EMAIL PROTECT
Hi,
I want to use HTTP authentication on RPC calls.
The function _callInternal() in qx.io.remote.Rpc.js uses
qx.io.remote.RemoteRequest (crossDomain=false) but there is no way to
set the username and the password for the RPC call through the
RemoteRequest instance req.
Could you please allo
Howdy!
Jose Leon wrote:
> Maybe the directions pointed on this article could be useful to
> improve IE performance.
>
> http://www.ajaxpath.com/javascript-performance
Apparently, no information on the authors or any credit is given for
_any_ of the articles at http://www.ajaxpath.com/. In legal
25 matches
Mail list logo