Re: [qooxdoo-devel] Remove selected entry from QxListView?

2005-11-29 Thread Sebastian Werner
Bill Shepherd schrieb: After some experimentation, I am wondering if there is a way to easily remove entries from a ListView. Here's an example to give you an idea: A user enters data into a text field (actually, probably multiple fields) and clicks an "Add" button. The data is added to the Li

Re: [qooxdoo-devel] bug: spinner buttons displayed incorrectly in IE6

2005-11-29 Thread Sebastian Werner
gosha schrieb: in renderer spinner buttons do not have proper height, so they stick outside of the control. They display correctly in firefox Thank you for your report. Seems to be occoured through our change of the default overflow value in CSS. Is fixed now in CVS. Sebastian ---

[qooxdoo-devel] bug: spinner buttons displayed incorrectly in IE6

2005-11-29 Thread gosha
in renderer spinner buttons do not have proper height, so they stick outside of the control. They display correctly in firefox

[qooxdoo-devel] custom widget design philosophy question.

2005-11-29 Thread gosha
I am writing a navigation menu widget that should look and behave very similar to the left bottom control in outlook, which allows you to select which view mail/calendar/tasks/contacts etc you want to see current. Conceptually, in qooxdoo terms, it is a QxVerticalLayoutBox with bottom element bein

[qooxdoo-devel] Remove selected entry from QxListView?

2005-11-29 Thread Bill Shepherd
After some experimentation, I am wondering if there is a way to easily remove entries from a ListView. Here's an example to give you an idea: A user enters data into a text field (actually, probably multiple fields) and clicks an "Add" button. The data is added to the ListView. Later, the user

Re: [qooxdoo-devel] Datagrid widget ?

2005-11-29 Thread Sebastian Werner
Brian Townsend schrieb: Hi, Great toolkit!!! Thank you, nice to hear. I just wondered if there is any intention to include a datagrid widget to the list of cool UI widgets? An AJAX enabled grid with client side sorting and grouping would be an amazing addition to this toolkit. It's on

[qooxdoo-devel] Datagrid widget ?

2005-11-29 Thread Brian Townsend
Hi, Great toolkit!!! I just wondered if there is any intention to include a datagrid widget to the list of cool UI widgets? An AJAX enabled grid with client side sorting and grouping would be an amazing addition to this toolkit. Cheers, Brian

Re: [qooxdoo-devel] Bug: Blocked event queue with QxXmlHttpLoader.js (renderer branch)

2005-11-29 Thread Sebastian Werner
Dietrich Streifert schrieb: Here is the corrected example Data_Handling_2.html. Works for IE and FireFox. Maybe this should be added to the examples? done - thank you - looks good. Sebastian Sebastian Werner schrieb: Dietrich Streifert schrieb: Thank you! That did it. Is this the

Re: [qooxdoo-devel] How do I set the focus to a QxTextField by code (renderer branch)

2005-11-29 Thread Dietrich Streifert
Any further ideas why this is not working? I need the following behaviour: if a user opens the window he should then be able to directly type to the focused field and be able to navigate by the tab key. Thank you. Best regards... Dietrich Streifert schrieb: This does not seem to work (at

Re: [qooxdoo-devel] Bug: Blocked event queue with QxXmlHttpLoader.js (renderer branch)

2005-11-29 Thread Dietrich Streifert
Here is the corrected example Data_Handling_2.html. Works for IE and FireFox. Maybe this should be added to the examples? Sebastian Werner schrieb: Dietrich Streifert schrieb: Thank you! That did it. Is this the "official" way how this case should be handled (@Sebastian)? yes Best

Re: [qooxdoo-devel] Error in native window

2005-11-29 Thread Sebastian Werner
Oliver Vogel schrieb: Sorry - my last email had the wrong subject: yeah - this is a known bug. I added a hint to the example. Sebastian to sebastian: the demo "Native WIndow 1" will not work in IE. the following error appears after clicking to the "open native Window" button: QxImage

[qooxdoo-devel] Implementation of selectNodes and selectSingleNodes for gecko/mozilla browsers with XPathEvaluator (renderer branch)

2005-11-29 Thread Dietrich Streifert
Hello List! if someone needs this: Gecko/Mozilla has no implementation of the simple to handle xpath node selection methods selectNodes and selectSingleNode (which are InternetExplorerer proprietary) for Element and Document object. Here is the Implementation built as patch for QxXmlExtras.