Re: [qooxdoo-devel] form controller & serialization

2010-02-17 Thread MartinWittemann
Hello huseyin, thats one way of doing it. But it should be possible to do it the way you first tried to do it. Could you please post your code as working playground example so I can have a look at it? Maybe there is something wrong in the qooxdoo code and i just want be sure it isn't. Regards, Mar

Re: [qooxdoo-devel] get Buttontext?

2010-02-17 Thread Fritz Zaucker
Hi Derrell, I once more admire your patience ... Cheers, Fritz On Wed, 17 Feb 2010, Derrell Lipman wrote: > On Wed, Feb 17, 2010 at 17:17, smisonl...@googlemail.com < > smisonl...@googlemail.com> wrote: > >> How can i get/change the actual Buttontext? > > > Rather than simply answering your que

Re: [qooxdoo-devel] get Buttontext?

2010-02-17 Thread Derrell Lipman
On Wed, Feb 17, 2010 at 17:17, smisonl...@googlemail.com < smisonl...@googlemail.com> wrote: > How can i get/change the actual Buttontext? > Rather than simply answering your question directly, I'll teach you how to find the answer yourself. How's that for service! :-) - Go to http://qooxdoo.

[qooxdoo-devel] Get Document loaded and finshed?

2010-02-17 Thread smisonl...@googlemail.com
How can i get an event when the document complete finished? -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

[qooxdoo-devel] get Buttontext?

2010-02-17 Thread smisonl...@googlemail.com
How can i get/change the actual Buttontext? -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. Se

[qooxdoo-devel] Set SplitPane?

2010-02-17 Thread smisonl...@googlemail.com
Hello, i dnt fidne any info about it. How can i set a fixed pixel width for a part/widget in a splitpane? how can i get an event when a splitpane is resized? Thanks for help? -- SOLARIS 10 is the OS for Data Centers

Re: [qooxdoo-devel] Script busy error in IE on page refresh

2010-02-17 Thread Derrell Lipman
On Wed, Feb 17, 2010 at 15:38, cbrown wrote: > > The application I'm developing has reached a point where when the browser > is > refreshed or closed, the qx.core.ObjectRegistry.shutdown method has to > process a large number of object.dispose calls (>1) and this causes IE > to throw a script

[qooxdoo-devel] Script busy error in IE on page refresh

2010-02-17 Thread cbrown
The application I'm developing has reached a point where when the browser is refreshed or closed, the qx.core.ObjectRegistry.shutdown method has to process a large number of object.dispose calls (>1) and this causes IE to throw a script busy error. I'm currently trying to reduce the number of

Re: [qooxdoo-devel] [english 94%] Scale Tabview in a grow composite?

2010-02-17 Thread Stefan Meyer
no idea? How can i push the tabview to size the full free space ? > Hello, > > i try to set a button (fixed width) and a tabview flex size . but > when i try this example below . the tabview istn resized. > > Whats wrong? > > http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%252

Re: [qooxdoo-devel] alternative, free themes for qooxdoo

2010-02-17 Thread Petr Kobalíček
The comparison of qooxdoo themes and QxET is here: http://dark-developer.blogspot.com/2010/02/qxet-qooxdoo-extended-themes-package.html I'd like to discuss about future of QxET package, because I think that after some modifications it can be good and light theme (probably alternative to qooxdoo C

[qooxdoo-devel] Regression in qx.ui.decoration.Double

2010-02-17 Thread Petr Kobalíček
Hi devs, today I found that my there not renders properly, after some experiments I noticed that it's caused by Double decorator. The decorator code is: "tabview-page-button-active-top" : { decorator: qx.ui.decoration.Double, style: { width : [1, 1, 0, 1], innerWidth: [2, 0, 0

[qooxdoo-devel] Scale Tabview in a grow composite?

2010-02-17 Thread Stefan Meyer
Hello, i try to set a button (fixed width) and a tabview flex size . but when i try this example below . the tabview istn resized. Whats wrong? http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%2520%2520%2520%2520%2520%2520%2520%2520var%2520layout1%2520%253D%2520new%2520qx.ui.

Re: [qooxdoo-devel] alternative, free themes for qooxdoo

2010-02-17 Thread julian-w
I also found the site http://sqville.com/aie/ but the themes on this site are only for qooxdoo 0.7 and most of them aren't finished yet. - My site: http://projects-tutorials.de/ http://projects-tutorials.de/ -- View this message in context: http://n2.nabble.com/alternative-free-themes-for

[qooxdoo-devel] Change the colour of tabview

2010-02-17 Thread Kiran Garuda
Dear Friends, I want to change the colour of the tabview and make it light green, instead of the colour in the modern theme, can you please guide me to change the colour of the tabview, a link to the solution or a solution would be appreciated. Thank you in advance. Regards, Kiran --

Re: [qooxdoo-devel] Dragging and moving the source object

2010-02-17 Thread Anaël Ollier
Thanks for your help Alexander! But unfortunately I already tried this mixin after taking a look at how the DragDropCursor was implemented. In this situation, the problem is that if you move your mouse to the bottom right (where the widget is) while dragging, the dragover nor the dragleave events

[qooxdoo-devel] Themes compatibility

2010-02-17 Thread Petr Kobalíček
Hi devs, I'd like to know if there is somewhere guide to port themes from qooxdoo-0.8 to qooxdoo-1.0. I have only one theme, but it not works with qooxdoo-1.0. I'd like to see some manual where is written what I must add / remove from older theme to make it working again. Currently I'm making diff

Re: [qooxdoo-devel] Dragging and moving the source object

2010-02-17 Thread Alexander Steitz
Hi Anaël, On Wednesday February 17 2010 11:16:02 Anaël Ollier wrote: > I'm trying to use the drag&drop provided by Qooxdoo on an object. It works > fine (of course) if I just want to indicate the dragged object with a > special cursor. > But what I'd like to get is to be able to move the dragged

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

2010-02-17 Thread Derrell Lipman
On Wed, Feb 17, 2010 at 08:55, Dennis Janezic / TerraTransfer GmbH < d.jane...@terratransfer.de> wrote: > Hi, > > I would like to render my table cells in different colors (background), > but don't know how to bring it to work. > I think this thread covers your question. See my posts there with s

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

2010-02-17 Thread Dennis Janezic / TerraTransfer GmbH
Hi, I would like to render my table cells in different colors (background), but don't know how to bring it to work. I think the CellRenderer will be the right choise. Formatting the text - color isn't a problem, but I don't know how to use the 'style' - parameter. Where can I find an overview

Re: [qooxdoo-devel] form controller & serialization

2010-02-17 Thread hkalyoncu
it seems the problem is different than what i think before. i added some selectboxes with no data models but the result was the same. in serialized output i can only see similar to this for all the selectboxes: qx.ui.form.ListItem%5Baz%5D -- View this message in context: http://n2.nabble.com/fo

Re: [qooxdoo-devel] form controller & serialization

2010-02-17 Thread hkalyoncu
ok i found the answer in demo browser it seems that i have to a serializer function for selectBoxes then in serialization i have to include it like: qx.util.Serializer.toUriParameter(model, serializerFunction) regards huseyin -- View this message in context: http://n2.nabble.com/form-control

[qooxdoo-devel] Scale Tabview and button

2010-02-17 Thread Stefan Meyer
Hello, i try to set a button (fixed width) and a tabview flex size . but when i try this example below . the tabview istn resized. Whats wrong? http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%2520%2520%2520%2520%2520%2520%2520%2520var%2520layout1%2520%253D%2520new%2520qx.ui.

Re: [qooxdoo-devel] alternative, free themes for qooxdoo

2010-02-17 Thread Tom Schindl
Hi, Having first class themes is very important. The current themes are not bad but compared with competitors in the market they are not good enough. Whenever I show someone my QxWT/Qooxdoo-Application they always say: Nice but ExtJs/SmartClient look a lot better. Tom Am 17.02.10 12:07, schrieb

Re: [qooxdoo-devel] Generator - Unknown global symbol referenced: TypeError (qx.lang.JsonImpl:171, 377)

2010-02-17 Thread Petr Kobalíček
Thanx -- Best regards - Petr Kobalicek On Wed, Feb 17, 2010 at 1:46 PM, thron7 wrote: > Yep, is fixed in trunk (bug#3358). > > T. > > On 02/17/2010 12:42 PM, Petr Kobalíček wrote: >> Hi, I just tried qooxdoo 1.0.1 version and when compiling QxBuild I >> get following warn

[qooxdoo-devel] form controller & serialization

2010-02-17 Thread hkalyoncu
hello i have a form has several text fields & select boxes etc.. each selectBox has own data model. i created a form controller for serialization of all form elements. code looks like following: var modelskel = {textbox: null, selectbox: null } var model = qx.data.marshal.Json.createModel(models

Re: [qooxdoo-devel] form controller & serialization

2010-02-17 Thread hkalyoncu
i feel that im trying to bind second model to a widget which has already a model. if i exclude selectboxes from form controller. then in serialization part how can i include these selectboxes? -- View this message in context: http://n2.nabble.com/form-controller-serialization-tp4585728p4585801

Re: [qooxdoo-devel] Generator - Unknown global symbol referenced: TypeError (qx.lang.JsonImpl:171, 377)

2010-02-17 Thread thron7
Yep, is fixed in trunk (bug#3358). T. On 02/17/2010 12:42 PM, Petr Kobalíček wrote: > Hi, I just tried qooxdoo 1.0.1 version and when compiling QxBuild I > get following warnings: > Resolving dependencies... > - qx.Interface: #require(qx.core.Variant) is auto-detected > - qx.Mixin:

[qooxdoo-devel] Generator - Unknown global symbol referenced: TypeError (qx.lang.JsonImpl:171, 377)

2010-02-17 Thread Petr Kobalíček
Hi, I just tried qooxdoo 1.0.1 version and when compiling QxBuild I get following warnings: >>> Resolving dependencies... - qx.Interface: #require(qx.core.Variant) is auto-detected - qx.Mixin: #require(qx.core.Variant) is auto-detected - ! Unknown global symbol referenced: TypeError (qx.

Re: [qooxdoo-devel] alternative, free themes for qooxdoo

2010-02-17 Thread Petr Kobalíček
Hi, yeah there is one theme in qxet project, but it's perfect only for qooxdoo 0.8.X right now. There is something changed In qooxdoo 1.0 and tabview is visually broken (maybe other untested components too). I will provide screenshots of qxet theme this week, because I think it's pretty good (it'

[qooxdoo-devel] Dragging and moving the source object

2010-02-17 Thread Anaël Ollier
Hi everyone, I'm trying to use the drag&drop provided by Qooxdoo on an object. It works fine (of course) if I just want to indicate the dragged object with a special cursor. But what I'd like to get is to be able to move the dragged widget so that it could be placed under the cursor while moving.

Re: [qooxdoo-devel] Very slow first request on remote table model

2010-02-17 Thread OrganicPanda
I think I've found the problem, It seems, strangely, to be related to the number of columns! I ran some tests with different amounts of columns displayed. I get all the data via an RPC call and then using the simple table model just add the data manually. showing 2 columns: 174, 235, 779

Re: [qooxdoo-devel] alternative, free themes for qooxdoo

2010-02-17 Thread Jean-Baptiste BRIAUD -- Novlog
http://sqville.com/aie/ On Feb 15, 2010, at 23:15 , julian-w wrote: > > Hello, > does anybody know where I can get other themes for qooxdoo? Or exsists only > the standard themes. > > I hope somebody could help me. > > Greetings from Germany > Julian > > - > My site: http://projects-tuto

Re: [qooxdoo-devel] [Ask] Form and List Data Binding

2010-02-17 Thread MartinWittemann
Hi, your example is looking good so far. :) Keep going the good work and don't hesitate to ask question. Regards, Martin -- View this message in context: http://n2.nabble.com/Ask-Form-and-List-Data-Binding-tp4575300p4585110.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] [Ask] Form and List Data Binding

2010-02-17 Thread Christian Phang
Hello Martin, On Wed, Feb 17, 2010 at 08:49, MartinWittemann wrote: > I hope that helps a bit. :) I really appreciate your comments and it surely helps me a lot. Thank you! :) I revised and extended my simple code a little bit. It can be found in: http://preview.tinyurl.com/yzsehz5 Cheers, Ch