TO the list:
i'd like to create a QxButton with the caption "Zurück" (is german, means
"back" in english). Bit this will not work in Firefox (in IE it will).
if i wrote
button_Prev = new QxButton("< Zurück");
i can read "Zurück" inside the button.
if i wrote
button_Prev = new Q
@ sebastian
i opened a QxWindow (NOT A NATIVE ONE!) with (this is only a stub, there is
more code):
-
wm1 = new QxWindow("Bitte warten");
wm1.setSpace(200, 50, 200, 50);
wm1.setModal(true);
window.application.getClientWindow().getClientDocument().add(wm1);
wm1.open();
{{{then there
Hello List.
This question is not a "real" qooxdoo-question - i know.
But maybe anybody can help me.
i'd like to open a new browser-Window WITHOUT a statusbar.
But this will not work, because IE (and FireFox) will ALWAYS show the statusbar
(in lower Versions of IE it will work). Can anybody tell
Great!
i don't want to hurry you - only for my information.
when do you think it is availabe?
Oliver
>
>I do develop one for Qooxdoo
>
>
>
>
>---
>This SF.Net email is sponsored by the JBoss Inc.
>Get Certified Today * Register for a JBoss
My next question for today:
i need a "datepicker" - Control. I mean a input-Line (edit) which only accepts
a (correct) date. It would be nice, if the control has a "calendar" - Button
which opens a calendar, so that the user can select a date.
can anybody help me?
Thanks
Olli
-