Indeed, there is no immediate way to control the window of the ColorSelector. Best is probably you create a custom class deriving from ColorPopup, and override the createColorSelector method. You can probably copy most of the code, and apply any tweaks you want to see implemented (e.g. making the ColorSelector's window modal).
T. On 12/17/2010 04:15 PM, NoahGeroz wrote: > > Hi Martin, > > danke fuer die schnelle Antwort but I don't see how I can set the colorPopup > to modal. setModal() is none of the member methods if I'm not mistaken. All > I've been able to do so far is access the child controls of the popup but > that hasn't got me anywhere. > If you could briefly point out to me how I set the popup modal, that'd be > much appreciated. > > It didn't strike me as an unusual use case but I'm working on a little > application that allows a user to load all the components of a map > (individual features) into a main window where he/she can manipulate them > (add/remove/rename). Other settings, such as line/point/polygon color, label > text, text color and such can be specified for each feature (e.g. streets, > buildings, etc.) individually and that's what I open a modal window for. So, > voila, I have a modal window with a couple color popups in there. I thought > it interesting though that the popups open and are accessible but not the > selector. That's also the reason why it took me a while until I found this > bug in my application; I never bothered using the color selector while I > tested it during programming. > > Seasonal greetings from Leipzig :) ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
