Re: [qooxdoo-devel] qooxdoo and autoconf (configure && make && make install)

2011-10-05 Thread thron7
Thanks, Tobi, will have a look. T. On 10/06/2011 12:22 AM, Tobias Oetiker wrote: > Hi, > > I just finished my first "add autoconf support to a qooxdoo > application" project. If you are interested in building qooxdoo > applications in a unixish way, so that they can be easily > distributed and in

[qooxdoo-devel] JSON tree from tree widget

2011-10-05 Thread ISE
Hello, I am trying to get all data from tree widget, but now I have no result. I already have qx.ui.tree.Tree widget, got all data from server and widget is now filled with my data. But now I need to do the same in reverse order. And in my current case, I just need JS object (or JSON) of all tree

Re: [qooxdoo-devel] Is trunk stable enough ?

2011-10-05 Thread Stefan Andersson
Well, I think I might be the right person to answer that. We are a big team of developers using the trunk directly and indirectly. Is trunk stable enough? The answer is: 1. does it fail to build some time? yes, it does, but it is normal for a trunk 2. how often does it fail? So far only 2 ti

[qooxdoo-devel] qooxdoo and autoconf (configure && make && make install)

2011-10-05 Thread Tobias Oetiker
Hi, I just finished my first "add autoconf support to a qooxdoo application" project. If you are interested in building qooxdoo applications in a unixish way, so that they can be easily distributed and installed, this might give you some ideas ... have a look at https://github.com/oetiker/remOcu

Re: [qooxdoo-devel] Is trunk stable enough ?

2011-10-05 Thread Phyo Arkar
thanks! i gonna try it out. On 10/6/11, Fritz Zaucker wrote: > In my experience trunk is stable most of the time. > > Cheers, > Fritz > > On Thu, 6 Oct 2011, Phyo Arkar wrote: > >> I am thinking should i stick with 1.5 or go Trunk for an inhouse site. >> >> What are the new features that have in

Re: [qooxdoo-devel] Is trunk stable enough ?

2011-10-05 Thread Fritz Zaucker
In my experience trunk is stable most of the time. Cheers, Fritz On Thu, 6 Oct 2011, Phyo Arkar wrote: > I am thinking should i stick with 1.5 or go Trunk for an inhouse site. > > What are the new features that have in trunk and that would be in 1.6 ? > > Or should i wait for 1.6 ? > > I am more

[qooxdoo-devel] Is trunk stable enough ?

2011-10-05 Thread Phyo Arkar
I am thinking should i stick with 1.5 or go Trunk for an inhouse site. What are the new features that have in trunk and that would be in 1.6 ? Or should i wait for 1.6 ? I am more and more addicted to Qooxdoo after i am getting used to it. and eager to test new stuff whats gonna be in 1.6.

Re: [qooxdoo-devel] How can i customize qooxdoo table's Status Bar? and a Footer Row? Like header row , to show Summary values.

2011-10-05 Thread Phyo Arkar
Interesting idea! thanks. So 2 table 1 real table and 1 small table composed together . Is there any way to subclass only table column and place it at the bottom of table and them group inside a VBox ? If not i will just use another 1 row rable with only header at the bottom and would work good.

Re: [qooxdoo-devel] How can i customize qooxdoo table's Status Bar? and a Footer Row? Like header row , to show Summary values.

2011-10-05 Thread Phyo Arkar
Interesting idea! thanks. So 2 table 1 real table and 1 small table composed together . Is there any way to subclass only table column and place it at the bottom of table and them group inside a VBox ? If not i will just use another 1 row rable with only header at the bottom and would work good.

Re: [qooxdoo-devel] Custom Mouse Events in SVG

2011-10-05 Thread Eric
Marc, It worked.  Thanks for the help! From: Marc Puts To: qooxdoo-devel@lists.sourceforge.net Sent: Tuesday, October 4, 2011 1:34 PM Subject: Re: [qooxdoo-devel] Custom Mouse Events in SVG Hi Eric, The values that you put into the args array of fireEvent, wi

Re: [qooxdoo-devel] qx.bom.htmlarea.HtmlArea consideration and modifications

2011-10-05 Thread Marco Pompili
Hi Alexander, Like this. 1) I got: 2) I select with the mouse *bla bla bla* and use the setBold method. 3) This is the result: Instead i want this result with no paragraph tag: Also if i try to do the same thing in Firefox (version 3.5.16 on Debian) i got this instead of a normal bold ta

Re: [qooxdoo-devel] question about contrib demobrowser

2011-10-05 Thread Daniel Wagner
Hi Stefan, contributions aren't automatically included in the demobrowser since we don't want to publish half-finished demos. Just let me know when you're ready and I'll add your library to the include list. Then any applications in the "demo" subdirectory will be added to the contrib demobrow

Re: [qooxdoo-devel] Storing an appenable list

2011-10-05 Thread Paul Piper
Hey, all of that is done on application level. Basically, I have a data array that is loaded on application start. Depending on the data, the input fields and userdata is added to the screen. In this particular screenshot you can see the "add item" button - that one opens a popup, so that the us

[qooxdoo-devel] question about contrib demobrowser

2011-10-05 Thread Stefan Andersson
Does the generator pick up the demo apps every Friday at 12 pm too? Is there anything else we need to do than preparing the demo directories? Stefan -- All the data continuously g

Re: [qooxdoo-devel] Inherit from qx.ui.form.TextField and qx.ui.basic.Image

2011-10-05 Thread Seldaiendil D. Flourite
It comes close, yes, but on EyeOS we have more than 20 SearchFields and they increase as you open more apps. So copy-paste this code will not solve the problem, that's why I created a widget. I don't want a composit, I need a widget with the same API and functionality as the TextField, plus a clic

Re: [qooxdoo-devel] Storing an appenable list

2011-10-05 Thread Christian Hagendorn
Hi Paul, thanks, how do you add the user item to the model? Cheers, Chris Am 05.10.2011 15:10, schrieb madppiper: > Hey Christian, > > it is a little difficult to describe it in detail, but perhaps an image will > help: > > http://qooxdoo.678.n2.nabble.com/file/n6862056/dynamic_list.png > > The

Re: [qooxdoo-devel] Storing an appenable list

2011-10-05 Thread madppiper
Hey Christian, it is a little difficult to describe it in detail, but perhaps an image will help: http://qooxdoo.678.n2.nabble.com/file/n6862056/dynamic_list.png The general idea is to extend the normal list, so that a user can dynamically add edit and remove items from it. This is part of a fo

Re: [qooxdoo-devel] Getting feedback during drag & drop

2011-10-05 Thread Alexander Steitz
On Wednesday 05 October 2011 10:27:21 John Spackman wrote: > I'm writing a custom widget to display a calendar (think Outlook or Google > Calendar) and using drag & drop to rearrange the calendar entries; when > dragging the entry, I want to give feedback saying what time the entry > will be moved

Re: [qooxdoo-devel] Storing an appenable list

2011-10-05 Thread Christian Hagendorn
Hi Paul, it's a bit difficult to understood your problems without a screenshot or any lines of code. Maybe you can provide a short playground example. This could help to understand what you are exactly doing. Thanks, Chris Am 04.10.2011 18:01, schrieb madppiper: > Hey everyone, > > I am curren

Re: [qooxdoo-devel] Inherit from qx.ui.form.TextField and qx.ui.basic.Image

2011-10-05 Thread thron7
I think you are mixing OO inheritance with composition. You want to create a composit, but still retain the API as if it were a child class (which certainly is not what OO inheritance is about). You might want to look at the implementation of the search field in the Demobrowser. In demobrowser

Re: [qooxdoo-devel] How can i customize qooxdoo table's Status Bar? and a Footer Row? Like header row , to show Summary values.

2011-10-05 Thread thron7
On 10/05/2011 10:57 AM, Mustafa Sak wrote: > IMHO customizing widgets at Qooxdoo is very easy. But these based on virtual > classes needs to have a deeper understanding of the framework. So I guess the > easiest way to implement a footer toolbar and a footer static row would be to > design a w

Re: [qooxdoo-devel] Newly contributed classes of qxe

2011-10-05 Thread John Spackman
Hi Stefan Ah, now I nearly started that with "you probably know but…" :) Fair enough ­ releasing code is hard enough work as it is without endless debate! Thanks for the contrib. John From: Stefan Andersson Reply-To: qooxdoo Development Date: Wed, 5 Oct 2011 12:43:59 +0200 To: Subject:

Re: [qooxdoo-devel] Inherit from qx.ui.form.TextField and qx.ui.basic.Image

2011-10-05 Thread Seldaiendil D. Flourite
Hi Tron, thanks for the response, Yes, I did it this way because I found no other way to do it. But you think it's ok to have to wrap (this is create a *getValue* method to call the * TextField* *getValue* method) all *TextField* methods? There are so many, why I have to create so many dummy metho

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-05 Thread thron7
On 10/05/2011 12:28 AM, Phyo Arkar wrote: > Another Question. > > By default its fetch every 50 rows right? How can i increase > RemoteTable to fetch more than 50 rows? Try .setBlockSize(). T. -- All the data continuo

Re: [qooxdoo-devel] Newly contributed classes of qxe

2011-10-05 Thread Stefan Andersson
Thanks John! >Did you know that namespaces of libraries can overlap even if they can't be identical ­ e.g. I have two contribs, one has the namespace com.zenesis.qx.remote and the other is com.zenesis.qx.uploadmgr; there's no conflict because the generator makes a (documented) distinction based o

Re: [qooxdoo-devel] Inherit from qx.ui.form.TextField and qx.ui.basic.Image

2011-10-05 Thread thron7
On 10/04/2011 05:50 PM, Seldaiendil D. Flourite wrote: Hi all, Time ago I tried to inherit from *qx.ui.form.TextField* to create a search field with the magnifier icon. The DOM structure I wanted was like this: - Container DIV - Decorator - Content DIV - TextF

Re: [qooxdoo-devel] Number formatting and separators

2011-10-05 Thread Marco Pompili
It's my purpose to use an input event so the formatting is "on the go". That's because the number formatting helps the user to enter big numbers. Like 1.500.000 that is more readable than 150. With a blur event the process is surely less hunger on resources and in some cases could be preferable

Re: [qooxdoo-devel] How can i customize qooxdoo table's Status Bar? and a Footer Row? Like header row , to show Summary values.

2011-10-05 Thread Mustafa Sak
IMHO customizing widgets at Qooxdoo is very easy. But these based on virtual classes needs to have a deeper understanding of the framework. So I guess the easiest way to implement a footer toolbar and a footer static row would be to design a wrapper widget with child control architecture. Main t

Re: [qooxdoo-devel] Storing an appenable list

2011-10-05 Thread madppiper
In case the message wasn't accepted to the mailing list - here another try ;) - --- Ilscipio - agency for eCommerce and OFBiz -- View this message in context: http://qooxdoo.678.n2.nabble.com/Storing-an-appenable-list-tp6859147p6861417.html Sent from the qooxdoo mailing list archive at Nab

[qooxdoo-devel] Getting feedback during drag & drop

2011-10-05 Thread John Spackman
Hi I'm writing a custom widget to display a calendar (think Outlook or Google Calendar) and using drag & drop to rearrange the calendar entries; when dragging the entry, I want to give feedback saying what time the entry will be moved to. I've created a widget to act as a "caret" to say what time