Re: [qooxdoo-devel] Yay! Splitters ...

2006-09-01 Thread lycovian
Thanks for the info. I will wait until next week. Can't wait to use them though. Splitters have been high on my wishlist of widgets for while now. Volker Pauli wrote: > > Hi, > > On Thu, 2006-08-31 at 22:40 -0700, dperez wrote: >> Hi Lycovian, >> >> I think they are a very recent additio

Re: [qooxdoo-devel] autosizing qx.ui.table.Table

2006-09-01 Thread Jim Hunter
I placed my table inside a DockLayout, along with some fixed with HorizontalBoxLayout sections, and the grid filled all available space and resizes perfectly. I did not set anything for the grid with respect to height, width etc. I left all that alone, I just set a border and background color. You

[qooxdoo-devel] qx.core.Init.getInstance().getComponent().isUiReady

2006-09-01 Thread Kirill Balyasnikov
Hello! After compliling last development branch i receive the following error when moving my mouse: qx.core.Init.getInstance().getComponent().isUiReady is not a function DUMP >>> 303846 ERROR: qx.ui.core.ClientDocument[58]: Could not dispatch event of type "resize": TypeError - qx.core.In

[qooxdoo-devel] qx.core.Init.getInstance().getComponent().isUiReady

2006-09-01 Thread Kirill Balyasnikov
Hello! After compliling last development branch i receive the following error when moving my mouse: qx.core.Init.getInstance().getComponent().isUiReady is not a function DUMP >>> 303846 ERROR: qx.ui.core.ClientDocument[58]: Could not dispatch event of type "resize": TypeError - qx.core.In

Re: [qooxdoo-devel] Editing complex cell content

2006-09-01 Thread Alex D.
Hi, I solved this by responding to "click"ing a cell(row) and showing a number of textfields(comboboxes etc...) at the bottom of my app. to make editing possible. Cheers, alex.d > Hi community > > Some cell content of a table is editable, but it contains complex content, > i.e. it needs to be edi

Re: [qooxdoo-devel] List in Window in Window trouble

2006-09-01 Thread Alex D.
Sebastian, do you have any idea about any workaround i can use to solve this problem? I have really no idea... SOS! Thanks in advance for any help, alex.d It seems to be a general problem: a textfield in the second window like this: var text = new qx.ui.form.TextField; text

Re: [qooxdoo-devel] Urgent help for setiing focus on listview and QxWindow

2006-09-01 Thread Alex D.
Hi, it's simple: Just read How to set the focus to a widget in a window? and use win.addEventListener("appear"...) and win.addEventListener("disappear") in your app. Chears, alex.d Hi, I need 1 important help. I am building application using Qooxdoo 0.5.3 I have a page that loads Q

[qooxdoo-devel] Urgent help for setiing focus on listview and QxWindow

2006-09-01 Thread Aparna Verma
Hi,I need 1 important help. I am building application using Qooxdoo 0.5.3I have a page that loads QxListview with some data.After loading i want the default focus set on listview data so that user can simply browser through listview using up and down keys. Also to Edit data, I have edit button.On c

Re: [qooxdoo-devel] autosizing qx.ui.table.Table

2006-09-01 Thread knopka
dperez, thank for your reply, but table.setWidth('1*'); generate unknown exception. I have one more questions. Does qx.ui.tree.Tree have the same problem? dperez wrote: > > I think there is a bug in the layout engine you need to assign it a fixed > width and height. > Nevertheless, try this i

[qooxdoo-devel] Editing complex cell content

2006-09-01 Thread dperez
Hi community Some cell content of a table is editable, but it contains complex content, i.e. it needs to be edited in a popup window. What do you recommend me? 1) Declare the cell as editable and register a setCellEditorFactory(). I think this solution isn't valid, because the table expects a w

Re: [qooxdoo-devel] autosizing qx.ui.table.Table

2006-09-01 Thread dperez
I think there is a bug in the layout engine you need to assign it a fixed width and height. Nevertheless, try this if it works: table.setWidth('1*') This uses flex units. knopka wrote: > > Hi all! > I tried to use qx.ui.table.Table within qx.ui.layout.VerticalBoxLayout, > but I could not to mak

[qooxdoo-devel] autosizing qx.ui.table.Table

2006-09-01 Thread knopka
Hi all! I tried to use qx.ui.table.Table within qx.ui.layout.VerticalBoxLayout, but I could not to make Table change a size under a size of VerticalBoxLayout. Please, explain me how I can do this. Thanks for your any help. -- View this message in context: http://www.nabble.com/autosizing-qx.u

Re: [qooxdoo-devel] Listview style assign error

2006-09-01 Thread Sirichoke
Volker, I didn't use SplitPane. But only test and see the same error as i faced with. That's fine... Be patient. Thanks Volker Pauli wrote: Hi Sirichoke, On Fri, 2006-09-01 at 09:26 +0700, Sirichoke wrote: Dear all, I always found the error same as in splitpane1.html in test folder.

Re: [qooxdoo-devel] Updated some articles to 0.6

2006-09-01 Thread dperez
Hi, Created this new page: http://qooxdoo.org/documentation/developer_manual/define_static_methods Correct me if something is wrong. Sebastian Werner wrote: > > Hi! > > just want let your know that I've updated these articles: > > * http://qooxdoo.org/documentation/user_manual/layout_manag