Re: [qooxdoo-devel] padding of a page

2009-12-29 Thread Mustafa Sak
Thanks Martin! Von meinem iPhone gesendet Am 29.12.2009 um 20:25 schrieb MartinWittemann : > > Hi, > > you have to use the contentPadding property on the TabView: > var tabPage = new qx.ui.tabview.TabView(); > this.getRoot().add(tabPage); > > var page = new qx.ui.tabview.Page("one"); > tabPage.s

Re: [qooxdoo-devel] padding of a page

2009-12-29 Thread MartinWittemann
Hi, you have to use the contentPadding property on the TabView: var tabPage = new qx.ui.tabview.TabView(); this.getRoot().add(tabPage); var page = new qx.ui.tabview.Page("one"); tabPage.setContentPadding(0); tabPage.add(page); page.setLayout(new qx.ui.layout.Canvas()); page.add(new qx.ui.basic.

Re: [qooxdoo-devel] horizontal scrollbar

2009-12-29 Thread MartinWittemann
Hi Bee, thanks for the hint. I searched the qooxdoo bug database and did not find anything so I opened a new bug for that: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3283 If you are interested in the process of the bug, just add yourself as CC to the bug report. Best wishes and seasonal greetin

Re: [qooxdoo-devel] padding of a page

2009-12-29 Thread Mustafa Sak
In a tabview page Von meinem iPhone gesendet Am 29.12.2009 um 20:01 schrieb MartinWittemann : > > Hi, > on what element do you try to set the padding? > Best, > Martin > > > > info-211 wrote: >> >> Hi devs, >> >> just want to set padding of a page. .set({padding:0}) dont works. Any >> ideas? >>

Re: [qooxdoo-devel] padding of a page

2009-12-29 Thread MartinWittemann
Hi, on what element do you try to set the padding? Best, Martin info-211 wrote: > > Hi devs, > > just want to set padding of a page. .set({padding:0}) dont works. Any > ideas? > > regards Sak > > > -- > This SF.Net

Re: [qooxdoo-devel] Form controller and Radiobuttons

2009-12-29 Thread MartinWittemann
Hello Benoît, exactly for that scenario we introduced the model property on the radio buttons. So setting the model property of each radio button to the model you like to see in the created model should fix your problem. Here is my test code to reproduce it: var form = new qx.ui.form.Form(); va

[qooxdoo-devel] padding of a page

2009-12-29 Thread info
Hi devs, just want to set padding of a page. .set({padding:0}) dont works. Any ideas? regards Sak -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app develo

Re: [qooxdoo-devel] artificially getting to a listener

2009-12-29 Thread Gene Amtower
Thanks, Derrell, Related to this thread on browser event security, as well as other threads on file download security, where a user response to a security dialog reloads the entire RIA page, I have created enhancement Bug 3282, requesting a new method (or methods) to poll and preset browser securi

Re: [qooxdoo-devel] I'm missing .getValue for SelectBoxes

2009-12-29 Thread Guilherme Aiolfi
Using model instead of value is confusing a lot people, here there is a discussion about it: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2733 What you said about getValue in checkboxes is not a inconsistency because getValue is different from getMo

Re: [qooxdoo-devel] I'm missing .getValue for SelectBoxes

2009-12-29 Thread info
In 0.8.3 we could use .getvalue for getting metadata of selected list item directly. Now we have to use .getmodel instead. I mean we have now .getvalue instead of .getchecked for checkboxes. So it sounds for me like a kind of inconsequensy. But realy dont misunderstand me guys i m really im

Re: [qooxdoo-devel] artificially getting to a listener

2009-12-29 Thread Fink, Andreas
OK, didn’t get that. I thought it was just a problem to firing events and I would give a workaround J Sorry for the noise. Regards, Andreas Von: Gene Amtower [mailto:g...@pc-backup.com] Gesendet: Montag, 28. Dezember 2009 14:26 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] artifi