[qooxdoo-devel] exception thrown in QxTextField

2006-03-10 Thread Priebe, Jason
When I change focus from one text field to another, I get an exception in Firebug: [Exception... "'Permission denied to set property XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: ht

Re: [qooxdoo-devel] icons for file types

2006-03-10 Thread Kent Olsson
Hej Sebastian! I would like the following icons: 1. info icon 2. message icon 3. question icon intended for use for the standard QxOptionPane icons. Can you find them in these packages? Kent On Fri, 2006-03-10 at 18:27 +0100, Sebastian Werner wrote: > I'm open for adding more icons which can b

[qooxdoo-devel] RE: Using TinyMCE with QX

2006-03-10 Thread Priebe, Jason
Hugh -- I've reworked my Javascript so that the main window's code can retrieve the HTML from the TinyMCE editor inside the iframe. Attached are the two source files. I'll repeat my instructions below so you don't have to dig back to the original message To use, fix the path to qooxdoo.js in

Re: [qooxdoo-devel] icons for file types

2006-03-10 Thread BJörn Lindqvist
On 3/10/06, Oliver Vogel <[EMAIL PROTECTED]> wrote: > Just use your own icons! > It is no problem, to set the path of each icon to your own location. > Just use "/path/path/path" instead of "icons/ddd.jpg". If you use "/" as the > first caracter qooxdoo "knows" that this is "your" path and not the

Re: [qooxdoo-devel] qooxdoo.org bug tracking and wiki

2006-03-10 Thread Derrell . Lipman
Hugh had asked about the configurability of the bug tracking and wiki software, to which I replied: >> http://bugs.qooxdoo.org >> http://wiki.qooxdoo.org >> Bug-tracking and wiki (located on my server) > This is a very compact, secure bug tracking and wiki program written entirely > in C

Re: [qooxdoo-devel] icons for file types

2006-03-10 Thread Sebastian Werner
I'm open for adding more icons which can be found in the common icon themes: nuvola and crystalsvg. Please attach a list of icons you wish to be included with qooxdoo, too. Sebastian BJörn Lindqvist schrieb: Is there any chance that more icons can be added to qooxdoo? I need icons for file

AW: [qooxdoo-devel] icons for file types

2006-03-10 Thread Oliver Vogel
Just use your own icons! It is no problem, to set the path of each icon to your own location. Just use "/path/path/path" instead of "icons/ddd.jpg". If you use "/" as the first caracter qooxdoo "knows" that this is "your" path and not the path of the qooxdoo icons. Then download the crystalsvg of y

[qooxdoo-devel] icons for file types

2006-03-10 Thread BJörn Lindqvist
Is there any chance that more icons can be added to qooxdoo? I need icons for file types. -- mvh Björn --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend t

Re: [qooxdoo-devel] Subversion switch

2006-03-10 Thread Sebastian Werner
Any updates by our native English speakers are as always really appreciated. Also it would be nice, to update the old tutorial with images. "How to checkout from CVS with Windows, Tortoise CVS and cygwin" Thanks. Sebastian Sebastian Werner schrieb: Done! CVS write access is blocked for al

Re: [qooxdoo-devel] Subversion switch

2006-03-10 Thread Sebastian Werner
Done! CVS write access is blocked for all. For SVN checkout you don't need to be a registered developer (that's the same as with CVS), and it seems that there is no longer a delay between anonymous and developer access. Updated documentation can be found here: http://qooxdoo.oss.schlund.de/docum

[qooxdoo-devel] abusing QxTree

2006-03-10 Thread Peter Sheldrick
I'm mapping a file tree to a QxTree. But i find myself wanting to create my own Tree object and using it and the QxTree in tandem to do what i want. This is because for every tree node i want to save the filename, path and children. Or sometimes i want to change the apperance of a specific node. Al

Re: [qooxdoo-devel] ListView selection

2006-03-10 Thread zoid
Well I figured a workaround for my needs. The following code works, but I am not sure how safe it is. data[i]._selected = true; listview.getPane().getManager()._selectedItems.add(data[i]); where 'data' is the data array for the listview. -- View this message in context: http://www.nabble.com/L

Re: [qooxdoo-devel] ListView selection

2006-03-10 Thread Ricardo Borillo
You are right. Sorry :(On 3/10/06, Priebe, Jason <[EMAIL PROTECTED]> wrote: > On 3/10/06, zoid <[EMAIL PROTECTED]> wrote:> > I am having a problem in setting an item in a ListView to> the selected> > state. > > Can anyone help ?Ricardo Borillo wrote:> You can use:>> lv.getPane().getManager().addEve

RE: [qooxdoo-devel] ListView selection

2006-03-10 Thread Priebe, Jason
> On 3/10/06, zoid <[EMAIL PROTECTED]> wrote: > > I am having a problem in setting an item in a ListView to > the selected > > state. > > Can anyone help ? Ricardo Borillo wrote: > You can use: > > lv.getPane().getManager().addEventListener("changeSelection", > function(e) { >... > }); I

Re: [qooxdoo-devel] ListView selection

2006-03-10 Thread Ricardo Borillo
Hi!!You can use:lv.getPane().getManager().addEventListener("changeSelection", function(e) {   ...});On 3/10/06, zoid <[EMAIL PROTECTED]> wrote: I am having a problem in setting an item in a ListView to the selected state.Can anyone help ?--View this message in context: http://www.nabble.com/ListVi

AW: [qooxdoo-devel] 2 Final Questions :)

2006-03-10 Thread Oliver Vogel
> I have my inline Toolbar running and it gets filled Dynamicaly with > Data. Now I have noticed two oddities: > > 1. My Window does not have any scrollbar anymore, how can I > turn those > back on. I search for scrollbar, but have not found anything. Please search the archive of the mailin

[qooxdoo-devel] Subversion switch

2006-03-10 Thread Sebastian Werner
Hi! I will switch the qooxdoo CVS to subversion in the next hours. I will try to update the documentation before all is complete. All developer CVS access is disabled from now on. I think this should be done in four to six hours. Regards, Sebastian

[qooxdoo-devel] ListView selection

2006-03-10 Thread zoid
I am having a problem in setting an item in a ListView to the selected state. Can anyone help ? -- View this message in context: http://www.nabble.com/ListView-selection-t1258230.html#a3336829 Sent from the qooxdoo-devel forum at Nabble.com.

[qooxdoo-devel] 2 Final Questions :)

2006-03-10 Thread Patrick W. Fraley
Hi List, I have my inline Toolbar running and it gets filled Dynamicaly with Data. Now I have noticed two oddities: 1. My Window does not have any scrollbar anymore, how can I turn those back on. I search for scrollbar, but have not found anything. 2. If a generated menu is to long it get

Re: [qooxdoo-devel] Larger fonts breaks qooxdoo's layout

2006-03-10 Thread Sebastian Werner
BJörn Lindqvist schrieb: On 3/10/06, Sebastian Werner <[EMAIL PROTECTED]> wrote: BJörn Lindqvist schrieb: If you use large fonts, it breaks qooxdoo's layouting because buttons and boxes etc doesn't expand to fit the text they contain. I guess this is because qooxdoo uses absolute pixel sizes in

Re: [qooxdoo-devel] Larger fonts breaks qooxdoo's layout

2006-03-10 Thread BJörn Lindqvist
On 3/10/06, Sebastian Werner <[EMAIL PROTECTED]> wrote: > BJörn Lindqvist schrieb: > > If you use large fonts, it breaks qooxdoo's layouting because buttons > > and boxes etc doesn't expand to fit the text they contain. I guess > > this is because qooxdoo uses absolute pixel sizes instead of scalab

Re: [qooxdoo-devel] Larger fonts breaks qooxdoo's layout

2006-03-10 Thread Sebastian Werner
Kent Olsson schrieb: Sebastian! I have not got it working too. For example if you have a nested structure of layout, there is not an automatic readjustment of the layout in all boxes. At least, I can not get it working. This exactly what I tried to explain. As there is no browser event on fon

Re: [qooxdoo-devel] Larger fonts breaks qooxdoo's layout

2006-03-10 Thread Kent Olsson
Sebastian! I have not got it working too. For example if you have a nested structure of layout, there is not an automatic readjustment of the layout in all boxes. At least, I can not get it working. Kent On Fri, 2006-03-10 at 09:52 +0100, Sebastian Werner wrote: > BJörn Lindqvist schrieb: > > If

Re: [qooxdoo-devel] Larger fonts breaks qooxdoo's layout

2006-03-10 Thread Kent Olsson
Hej Björn! You point at one of the weakest points of the layout mechanism. As far as I understand, there is no change underway right now. But the layout mechanism will be rewritten, cause there are other major problems for some of the widgets like QxListView and QxDockLayout. Kent On Fri, 2006-0

Re: [qooxdoo-devel] Larger fonts breaks qooxdoo's layout

2006-03-10 Thread Sebastian Werner
BJörn Lindqvist schrieb: If you use large fonts, it breaks qooxdoo's layouting because buttons and boxes etc doesn't expand to fit the text they contain. I guess this is because qooxdoo uses absolute pixel sizes instead of scalable "em" measurements. Is there any effort under way to fix this? Thi

[qooxdoo-devel] Larger fonts breaks qooxdoo's layout

2006-03-10 Thread BJörn Lindqvist
If you use large fonts, it breaks qooxdoo's layouting because buttons and boxes etc doesn't expand to fit the text they contain. I guess this is because qooxdoo uses absolute pixel sizes instead of scalable "em" measurements. Is there any effort under way to fix this? This is the one (and only) ser

Re: [qooxdoo-devel] RadioManager Event's

2006-03-10 Thread Patrick W. Fraley
Thanks, that helped. I guess I should turn on the debug console. Patrick Sebastian Werner schrieb: Hi! Developing without the debug console is genereally not a good idea. Here is the debug output of your code (when you press one of the buttons): Failed to execute "_dispatchEvent()": Coul

Re: [qooxdoo-devel] RadioManager Event's

2006-03-10 Thread Sebastian Werner
Hi! Developing without the debug console is genereally not a good idea. Here is the debug output of your code (when you press one of the buttons): Failed to execute "_dispatchEvent()": Could not dispatch event of type "changeSelected": e.getData().getValue is not a function That's because ge

[qooxdoo-devel] RadioManager Event's

2006-03-10 Thread Patrick W. Fraley
Hi List, I have the following Code to generate a toolbar, which has two Radiobuttons that are managed by auswertungManager. Now I have added an event listener to auswertungsManager, but the event never fires. I copied the code from the examples page, but still does not work. What am I doin