[qooxdoo-devel] Problem with "special-chars" in QxButton

2005-11-27 Thread o . vogel
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

[qooxdoo-devel] a little flaw in windows-handling modal

2005-11-23 Thread o . vogel
@ 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

[qooxdoo-devel] QxNativeWindow

2005-11-09 Thread o . vogel
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

AW: [qooxdoo-devel] Date Time Picker widget is on its way

2005-10-30 Thread o . vogel
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

[qooxdoo-devel] DateTImePicker

2005-10-29 Thread o . vogel
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 -