Re: [qooxdoo-devel] Double scrollbar in ThemedIFrame

2010-11-29 Thread Christian Hagendorn
Hi Dave, Thank you for your feedback. It sounds really like a bug. You wrote that it usually doesn't appear. Do you think you can provide a code example to try to reproduce it? Cheers, Chris Am 29.11.2010 20:38, schrieb Dave Baggett: > Christian Hagendorn wrote: >> Hi Dave, >> >> is the conten

[qooxdoo-devel] Search + Grid + Datastore + Table + Forms + Databinding

2010-11-29 Thread funnyprinter
Hey Folks, I got a problem and stuck since I don't know what to search for though google is mean to me and doesn't want to help. At the end it should be something like extjs databinding for forms and grids. Basically what I want to do: I have a database (Products) and a second database like (

Re: [qooxdoo-devel] Containers not displaying

2010-11-29 Thread Jim Hunter
Followup - even though I am explicitly setting visibility to 'visible' and calling show() more then once, when the page renders the containers visibility is 'excluded'. I am looking through all my code and I just don't see any reason for this. It only started happening after the upgrade to version

[qooxdoo-devel] Containers not displaying

2010-11-29 Thread Jim Hunter
Has anyone had any problems with composite containers (with VBox layout) not displaying? I have an application that I have been using for over a year and recently I updated the source to qooxdoo 1.2 (and just this morning updated to the latest in SVN) and now I have composite containers that just a

Re: [qooxdoo-devel] Double scrollbar in ThemedIFrame

2010-11-29 Thread Dave Baggett
Christian Hagendorn wrote: > > Hi Dave, > > is the content form the iframe form the same domain? > > Cheers, > Initially yes, for security reasons. But then I set the innerHTML property to display arbitrary content. This is when the native scrollbar appears (if it does; it usually doesn't).

Re: [qooxdoo-devel] Double scrollbar in ThemedIFrame

2010-11-29 Thread Dave Baggett
Tino Butz-2 wrote: > > Hi, > > Can you control the HTML you render in the iframe? Try to set > overflow:hidden to the content element that displays the scrollbar. > > Tino > Yes, I can control it. I'll try that. I think I tried setting overflow:hidden on the body, but not the HTML. Thanks fo

Re: [qooxdoo-devel] background color on TextFields only does bottom half

2010-11-29 Thread Ken Tilton
On Mon, Nov 29, 2010 at 2:27 PM, Derrell Lipman wrote: > I think there's a decorator to give a gradient effect, that's overwriting > the top of the background... or something like that. You, sir, are a genius! Thx, zapping the decorator worked. kt > Derrell > > On Mon, Nov 29, 2010 at 14:24, K

Re: [qooxdoo-devel] background color on TextFields only does bottom half

2010-11-29 Thread Derrell Lipman
I think there's a decorator to give a gradient effect, that's overwriting the top of the background... or something like that. Derrell On Mon, Nov 29, 2010 at 14:24, Ken Tilton wrote: > Setting the backgroundColor on a TextField only does the bottom half: > > > http://demo.qooxdoo.org/current/

[qooxdoo-devel] background color on TextFields only does bottom half

2010-11-29 Thread Ken Tilton
Setting the backgroundColor on a TextField only does the bottom half: http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22%252F%252F%2520Create%2520a%2520button%250Avar%2520button1%2520%253D%2520new%2520qx.ui.form.Button(%2522First%2520Button%2522%252C%2520%2522icon%252F22%252Fapps%2

Re: [qooxdoo-devel] Table documentation

2010-11-29 Thread Derrell Lipman
On Mon, Nov 29, 2010 at 09:39, omrihar wrote: > > Thanks a lot! > > Another question - I would like to change the behavior of the Tab key - > namely I want to make it so that on Tab press, if a cell is being edited, > the edit will finish and the next cell on the same row will be edited (i.e > li

Re: [qooxdoo-devel] Table documentation

2010-11-29 Thread omrihar
Thanks a lot! Another question - I would like to change the behavior of the Tab key - namely I want to make it so that on Tab press, if a cell is being edited, the edit will finish and the next cell on the same row will be edited (i.e like the way excel behaves). Since it's not the default behavi

Re: [qooxdoo-devel] bounds is null SOMTIMES?

2010-11-29 Thread Joffrey Fuhrer - NOVLOG
On 28/11/2010 09:22, nagylzs wrote: > In qooxdoo, I only see one way to do it: let the login window call back > another method (or event handler) in the main application. But I do not like > the idea because I'll be using hundreds of modal windows. Maybe I missed > something. > Hi, What you co

Re: [qooxdoo-devel] bounds is null SOMTIMES?

2010-11-29 Thread Stefan Volbers
Hi Laszlo, yes, there is no main event loop in qooxdoo; there is only a main() method of the application class, but that's sufficient, as the javascript engine in the browser does all of the event handling. Even though all of this event based programming does differ from your well known work fl

Re: [qooxdoo-devel] TreeVirtual custom cell renderer

2010-11-29 Thread Tino Butz
Hi, I have just fixed a bug in the defaultDataCellRenderer. There used to be a reference to a not used static variable. This had the result that "undefined" was written in the the cell style. Please update the trunk version and try it again. Best regards, Tino Am 26.11.2010 um 14:35 schrieb

Re: [qooxdoo-devel] Table documentation

2010-11-29 Thread Derrell Lipman
On Mon, Nov 29, 2010 at 07:06, omrihar wrote: > Is it possible to set a column as editable and then using a > qx.ui.table.celleditor.Dynamic cell editor disable the editing option for > specific rows? I want to have some of the rows editable and some readonly. > I > have been trying to solve this

Re: [qooxdoo-devel] Table documentation

2010-11-29 Thread omrihar
Thanks again, sorry for my nagging questions, but I was a bit overwhelmed at the beginning by the complexity of the table widget and all the models/renderes/editors etc.. I'm looking more closely at the examples (mainly the property editor demo) and mainly at the API, and have a more specific q