Re: [qooxdoo-devel] Custom Widget Issue...

2015-06-10 Thread Jonathan Wolfe
Hey, I've tried both Chris and Mustafa's suggestions without success. Here is what I have now with the same errors: qx.Theme.define("qxnws.theme.Appearance", { extend : qx.theme.modern.Appearance, appearances : { /*** TimeChooser ***/ "timechooser/main-bar"

Re: [qooxdoo-devel] Custom Widget Issue...

2015-06-10 Thread SQville
Johnathan, I don't think you need "combobox/" in front of "timechooser" Since TimeChooser is your top level widget (vs a ChildWidget) all you need to do is set it's appearance property (which you did) and make sure that value is in your Appearance.js file (as "timechooser" and not "combobox/timec

Re: [qooxdoo-devel] Custom Widget Issue...

2015-06-10 Thread Mustafa Sak
any Phone: +49 721 91374-6977 E-Mail: mustafa@1und1.de<mailto:mustafa@1und1.de> | Web: www.1und1.de<http://www.1und1.de/> Von: Jonathan Wolfe [mailto:jonathan.wo...@noaa.gov] Gesendet: Mittwoch, 10. Juni 2015 01:58 An: qooxdoo Development Betreff: [qooxdoo-devel] Custom Wi

[qooxdoo-devel] Custom Widget Issue...

2015-06-09 Thread Jonathan Wolfe
Hi, I'm getting trying to make a custom date/time chooser and I am getting this error: 015859 qx.theme.manager.Appearance[24-0]: Cannot find a matching appearance for 'combobox/timechooser/minute-decrement-button'. edd.cfbb47184fa8.js:284 015886 qx.theme.manager.Appearance[24-0]: Hint: This may b

Re: [qooxdoo-devel] custom widget and theme

2012-12-06 Thread Michael
elijk bericht- > Aan:qooxdoo Development ; > Van:Michael > Verzonden:wo 05-12-2012 15:56 > Onderwerp:[qooxdoo-devel] custom widget and theme > Hi, > > > I coded a custom widget, which is composed of a groupbox with a button > and a table in it. > > I didn't change t

Re: [qooxdoo-devel] custom widget and theme

2012-12-06 Thread Martijn Verbrugh
Hi Michael,   You probably need to change the appearance of your custom widget. Read this  to get some clues.   Hope it helps you.   Regards, Martijn.   -Oorspronkelijk bericht- Aan:qooxdoo Development ; Van:Michael Verzonden:wo 05-12-2012 15:56 Onderwerp:[qooxdoo-devel] custom

[qooxdoo-devel] custom widget and theme

2012-12-05 Thread Michael
Hi, I coded a custom widget, which is composed of a groupbox with a button and a table in it. I didn't change the theming of my app. The problem is, that no frame is drawn around the groupbox, whereas in the main window groupboxes are drawn correctly. Do I miss something? cheers, Michael

Re: [qooxdoo-devel] Custom widget

2011-05-16 Thread Eduard Gamonal
hey, thanks! Now I understand more about the anonymous property. however, my issue isn't completely solved. I added the listener in _createChildControlIml: function (id) I have a class A that contains a list L which uses my custom listItem, the one that has de listener. There's another list W. B

Re: [qooxdoo-devel] Custom widget

2011-05-13 Thread Christian Hagendorn
Hi Edu, add a listener to the image, but ensure that you do not set the anonymous[1] property, otherwise the image doen't get the event. Cheers, Chris [1] http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.Widget~anonymous

[qooxdoo-devel] Custom widget

2011-05-13 Thread Eduard Gamonal
Hi, I created a custom widget to be used in a qx.ui.form.List instead of ListItem. The goal is to have a list with names and a plus image, so when the user clicks on the image some logic is performed, but nothing happens if the user clicks on the name or anywhere else. It has a label and an image

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
Hi Alex, > [...] > Where those "a"s come from is a mystery still to solve > [...] Mystery solved! "Adblock Plus"[1] did add those s ;) Bye, Peter [1] http://adblockplus.org/ -- Download Intel® Parallel Studio Ev

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
Hi Alex, Original From: Alexander Steitz Date: 10.03.2010 16:43 > [...] > If you modeled the class like "qx.ui.embed.Html" then the "a" element can > only > end up in the DOM by adding it :) > I mean: there is no magic code to insert an "a" element in the framework. It > woul

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Alexander Steitz
Hi Peter, On Wednesday March 10 2010 14:12:54 Peter Schneider wrote: > we still have mayor problems with gmane (don't know if it's on our side...) > so sorry about my late reply. No problem at all. > I've tried your suggestions and I'm getting closer :-D > Although there are still some mysteries

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
> Hi Peter, > [...] Hi Alex, we still have mayor problems with gmane (don't know if it's on our side...) so sorry about my *late* reply. I've tried your suggestions and I'm getting closer :-D Although there are still some mysteries to solve for me. Here's one for example: When my class is deriv

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Alexander Steitz
Hi Peter, On Wednesday March 10 2010 09:50:05 Peter Schneider wrote: > thanks for your "insights". Glad it helped to shed some light into the dark :) > I got myself into extending qx.ui.embed.Html already, but was not able to > completely solve all my problems. > But thanks to you, I'm more confi

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-10 Thread Peter Schneider
1st: Sorry for the "triple-posts", I had problems accessing news.gmane.org via NNTP yesterday... Hi Alex, thanks for your "insights". I got myself into extending qx.ui.embed.Html already, but was not able to completely solve all my problems. But thanks to you, I'm more confident ;) I unde

Re: [qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-09 Thread Alexander Steitz
Hi Peter, On Tuesday March 9 2010 16:19:45 Peter Schneider wrote: > I am currently completely lost on my quest to migrate a simple custom > widget. I've attached the 0.7.4-style class to give an idea of what is > should do. > > Here's my problem: I'm completely lost somewhere between 'bom', 'dom'

[qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-09 Thread Peter Schneider
Hi List, I am currently completely lost on my quest to migrate a simple custom widget. I've attached the 0.7.4-style class to give an idea of what is should do. Here's my problem: I'm completely lost somewhere between 'bom', 'dom' and 'html' ;) I tried to understand the concept by reading the "Cu

[qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-09 Thread Peter Schneider
Hi List, I am currently completely lost on my quest to migrate a simple custom widget. I've attached the 0.7.4-style class to give an idea of what is should do. Here's my problem: I'm completely lost somewhere between 'bom', 'dom' and 'html' ;) I tried to understand the concept by reading the "Cu

[qooxdoo-devel] Custom Widget migration help (qooxdoo 0.7.x to 1.0.1)

2010-03-09 Thread Peter Schneider
Hi List, I am currently completely lost on my quest to migrate a simple custom widget. I've attached the 0.7.4-style class to give an idea of what is should do. Here's my problem: I'm completely lost somewhere between 'bom', 'dom' and 'html' ;) I tried to understand the concept by reading the "Cu

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-06-02 Thread geo
Hi Fabian, Ok, with your informations now it run well. But just one remark, in addition to set the "pane" to Anonymous : this.getChildControl("pane").setAnonymous(true); I also needed to set the container to Anonymous : this.__content = new qx.ui.container.Composite(__lay); this.__c

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-06-02 Thread Fabian Jakobs
Hi Geo, the reason for this problem is the "_isSelectable" method in the selection manager: // overridden _isSelectable : function(item) { return ( item.isEnabled() && item.getLayoutParent() === this._getWidget().getChildrenContainer() ); }, With your

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-31 Thread geo
Fabian, Your solution run well but now I suppose I have a event problem with this custom widget. In fact I use this widget within a list (qx.ui.form.List). I use a "changeSelection" event to manage the widgets selection in the List. When I click on the content of the widget the selection is no

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-29 Thread Fabian Jakobs
Hi Geo, > Fabian, > > I tried to extend my widget with AbstractScrollArea instead of widget, > then I create a internal Composite container (named __content) set with > a Grid layout. > > I added this container to the child control pane as below: > this.getChildControl("pane").add(this.__content)

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-28 Thread geo
Fabian, I tried to extend my widget with AbstractScrollArea instead of widget, then I create a internal Composite container (named __content) set with a Grid layout. I added this container to the child control pane as below: this.getChildControl("pane").add(this.__content); I also overridden t

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-28 Thread Fabian Jakobs
geo schrieb: > Fabian, > thanks for your help, but do you have a tutorial explain how extends to > qx.ui.core.AbstractScrollArea and add child control to the scroll area? > Use the source Luke! No, we don't have documentetion for this but the source code of the qx.ui.form.List widget is a goo

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-28 Thread geo
Fabian, thanks for your help, but do you have a tutorial explain how extends to qx.ui.core.AbstractScrollArea and add child control to the scroll area? Fabian Jakobs a écrit : > geo schrieb: >> Hello, >> >> I created a custom widget by extending qx.ui.core.Widget. >> I added Child Controls insid

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-28 Thread Fabian Jakobs
geo schrieb: > Hello, > > I created a custom widget by extending qx.ui.core.Widget. > I added Child Controls inside this widget (label and checkbox). > > My problem is when I added this custom widget inside a List with a fixed > width, I would like to have scroll bar only inside this custom widget

[qooxdoo-devel] Custom widget and content scrolling.

2009-05-27 Thread geo
Hello, I created a custom widget by extending qx.ui.core.Widget. I added Child Controls inside this widget (label and checkbox). My problem is when I added this custom widget inside a List with a fixed width, I would like to have scroll bar only inside this custom widget (a scroll bar X) not in

Re: [qooxdoo-devel] custom widget and layout

2009-01-16 Thread Benjamin Collins
On Mon, Jan 12, 2009 at 7:16 AM, Alexander Back wrote: > > Hi Benjamin, > > You're talking about the children within the previous Dock layout? > Did you provide the "edge" property when you added your widgets. > > --snip-- > var layout = new qx.ui.layout.Dock(); > > var w1 = new qx.ui.core.Widget(

Re: [qooxdoo-devel] custom widget and layout

2009-01-12 Thread Alexander Back
Hi Benjamin, Benjamin Collins wrote: > However, I think one of the issues was that I was using a Dock layout > in the Application, which was causing my widget to own the whole > screen. When I turned the background of the widget red, the whole > screen went red. The other issue was that the chil

Re: [qooxdoo-devel] custom widget and layout

2009-01-12 Thread Benjamin Collins
On Mon, Jan 12, 2009 at 5:14 AM, Alexander Back wrote: > How does your constructor look like? Does it have the call to > "this.base(arguments)"? > > If you do not getting the issue tracked down just send over the complete > "Login" class. > > cheers, > Alex My constructor look(ed) like this:

Re: [qooxdoo-devel] custom widget and layout

2009-01-12 Thread Alexander Back
Hi, aggieben wrote: > Sorry for my terseness. I got interrupted while writing this and came back > later and posted it, not realizing I left out a couple details. > > This is a standalone application, and Login.js is in > source/class/myapp/widgets/Login.js. It extends Widget, and __createLay

Re: [qooxdoo-devel] custom widget and layout

2009-01-10 Thread aggieben
aggieben wrote: > > I'm trying to make a custom widget based on the Animation demo, and I > haven't quite figured out how to do my widget layout correctly. > > Relevant (I think) snippets: >>From Login.js: > > Sorry for my terseness. I got interrupted while writing this and came back later

[qooxdoo-devel] custom widget and layout

2009-01-10 Thread Benjamin Collins
I'm trying to make a custom widget based on the Animation demo, and I haven't quite figured out how to do my widget layout correctly. Relevant (I think) snippets: >From Login.js: __createLayout : function() { /* * set up the container */ var layout = new qx.ui.layo

Re: [qooxdoo-devel] custom widget design philosophy question.

2005-12-01 Thread Sebastian Werner
gosha schrieb: I am writing a navigation menu widget that should look and behave very similar to the left bottom control in outlook, which allows you to select which view mail/calendar/tasks/contacts etc you want to see current. Conceptually, in qooxdoo terms, it is a QxVerticalLayoutBox with bo

[qooxdoo-devel] custom widget design philosophy question.

2005-11-29 Thread gosha
I am writing a navigation menu widget that should look and behave very similar to the left bottom control in outlook, which allows you to select which view mail/calendar/tasks/contacts etc you want to see current. Conceptually, in qooxdoo terms, it is a QxVerticalLayoutBox with bottom element bein