Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-13 Thread Tim Demann
Hi Petr, you are welcome. Petr Kobalíček wrote: > > This all is related to "manual initialization" already in bugzilla. > The problem still exists. As a workaround I simply removed the application initialization code at the end of qx-build.js manually. Petr Kobalíček wrote: > > I don't

Re: [qooxdoo-devel] Shared a theme between sources applications.

2009-09-13 Thread sebastien hupin
Hi, I will try to include the theme of the first application to the second. Thanks. Sebastien Hupin thron7-2 wrote: > > >> You can include application A into application B as library and use the >> theme of application A in B. Take a look at the documentation of the >> library >> key in t

Re: [qooxdoo-devel] getTextSelectionStart() ?

2009-09-13 Thread panyasan
Adding to this, the method setSelectionText(text), which inserts text at the current Selection, has also disappeared. What can I use instead? Thanks, Christian panyasan wrote: > > Hi, > > I am trying to find out how to get the index of the first selected > character in a TextField, TextAre

[qooxdoo-devel] getTextSelectionStart() ?

2009-09-13 Thread panyasan
Hi, I am trying to find out how to get the index of the first selected character in a TextField, TextArea or ComboBox. It seems like the new generic API for text selection has no method for getting this value, just the selected text itself. Or am I missing something? Thanks, Christian -- View