[flexcoders] ColorPicker loses swatch panel in form..

2010-07-02 Thread Clark Stevenson
Hi all, I have a weird issue with the color picker in a form. If you drag a color picker into the form and dont do anything, it works perfectly. However, if you disable the FormItem or remove the FormItem and then reenabled it or add it... The color picker swatch panel does not open again. Even

[flexcoders] colorPicker panel height

2009-03-06 Thread tom s
Hi all, Anyone know how to set the height of the panel of a colorPicker? i.e. the hight of the rectangle that pops-up when the colorPicker is clicked on, and in which the swatches sit. I have a panel that only has 9 swatches in it in one row. Each swatch is 22 x 22 pixels, but the panel is 100 pix

Re: [flexcoders] ColorPicker - without the picker!

2009-02-06 Thread Harish Sivaramakrishnan
I have an implementation for the same. Find here http://blog.flexgeek.in/?page_id=109 Let me know if thats what u are looking at. On Thu, Feb 5, 2009 at 10:26 AM, tchredeemed wrote: > I was wondering if I could build a flex app that has the SwatchPanel > by default, instead of having to click

[flexcoders] ColorPicker - without the picker!

2009-02-05 Thread tchredeemed
I was wondering if I could build a flex app that has the SwatchPanel by default, instead of having to click on the icon to have it drop down. Yes/No?

RE: [flexcoders] ColorPicker going off Stage

2007-08-30 Thread Alex Harui
ucchi Sent: Thursday, August 30, 2007 7:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ColorPicker going off Stage Hi all, I happen to have a colorpicker control located in the lower end of an application. When the dropdown is displayed part of it falls off stage. Not quite usable.

[flexcoders] ColorPicker going off Stage

2007-08-30 Thread Aldo Bucchi
Hi all, I happen to have a colorpicker control located in the lower end of an application. When the dropdown is displayed part of it falls off stage. Not quite usable. I cannot find a way to tell the colorpicker to open towards other direction ( upwards for example ). Ideas anyone? Thanks, Aldo

Re: [flexcoders] ColorPicker Cell Renderer

2006-08-04 Thread Tom Chiverton
On Tuesday 01 August 2006 17:39, buhlly88 wrote: > I'm looking for a colorPicker renderer for a dataGrid. Has anyone > successfully built one of these you could share? You mean like the colorPicker control that comes with Flex 2 ? Why not use that ? -- Tom Chiverton ***

[flexcoders] ColorPicker Cell Renderer

2006-08-01 Thread buhlly88
I'm looking for a colorPicker renderer for a dataGrid. Has anyone successfully built one of these you could share? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo

RE: [flexcoders] colorPicker, getting the colour out

2006-06-15 Thread Darren Houle
Thought I posted this already, but I haven't seen it appear on the list yet... Is this what you're looking for? From: "Sonja Duijvesteijn" <[EMAIL PROTECTED]> >Reply-To: flexcoders@yahoogroups.com >To: flexcoders@yahoogroups.com >Subject: [f

Re: [flexcoders] colorPicker, getting the colour out

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 09:56, Sonja Duijvesteijn wrote: > I think that's not in the documentation as well, but not exactly what I > mean. It's listed as a property in the reference, so you can bind to and from it, as well as use it as an attribute of the MXML tag. -- Tom Chiverton *

RE: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Darren Houle
Try this... Darren >From: "Sonja Duijvesteijn" <[EMAIL PROTECTED]> >Reply-To: flexcoders@yahoogroups.com >To: flexcoders@yahoogroups.com >Subject: [flexcoders] colorPicker, getting the colour out >Date: Tue, 13 Jun 2006 12:39:45 +0200 > >When I use c

RE: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Gordon Smith
      myColorPicker.selectedColor.toString(16)   - Gordon   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sonja Duijvesteijn Sent: Tuesday, June 13, 2006 3:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] colorPicker, getting the colour out

Re: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Peter Baird
Title: Re: [flexcoders] colorPicker, getting the colour out Sonja, The below example should include all aspects of what you’re trying to do. Let me know if you have questions about the below code:                     On 6/14/06 10:15 AM, "Sonja Duijvesteijn" <[EMAIL PROT

Re: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Sonja Duijvesteijn
Thank you Tom, I think that's not in the documentation as well, but not exactly what I mean.I'd like to figure out the hexidecimal code that has been selected after a user operation. So not the one I can put in myself. Sonja2006/6/14, Tom Chiverton <[EMAIL PROTECTED]>: On Tuesday 13 June 2006 1

Re: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Sonja Duijvesteijn
Sending another mail on this question as it might not have been obvious that i'm still looking for the answer. I realise it should be really easy but i'm at a loss here.When a user selects a colour from the STANDARD colorpicker, how do I get the hexadecimal value? Sonja2006/6/14, Sonja Duijveste

Re: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Tom Chiverton
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote: > The documentation gives enough help for the advanced topics (putting in > your own colours) but forgets the basics. You mean like where it uses selectedColor ? :-) -- Tom Chiverton

[flexcoders] colorPicker, getting the colour out

2006-06-13 Thread Sonja Duijvesteijn
When I use custom objects or an array to fill the colorpicker everything works like a charm. But when I try to use the colorpicker as it is I can't seem to get the selected color out as an hexidecimal value. I've tried 'selectedColor', 'selectedItem', and have trying to get 'selectedIndex' to ad

RE: [flexcoders] ColorPicker

2005-10-26 Thread Malcolm
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Deepa Subramaniam Sent: Thursday, 27 October 2005 4:28 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ColorPicker   Hi -   Very curious, I've filed the bug internally. Thanks for the

RE: [flexcoders] ColorPicker

2005-10-26 Thread Philippe Maegerman
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi 26 octobre 2005 10:52To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] ColorPicker On 10/24/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote:> I noticed a  strange behavior, if the

Re: [flexcoders] ColorPicker

2005-10-26 Thread Manish Jethani
On 10/24/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote: > I noticed a strange behavior, if the ColorPicker is in a TitleWindow > (pop-up), moving the window will reset the color to black. Funny. Can you post the example? At least we can make sure it doesn't happen in 2.0. --

[flexcoders] ColorPicker

2005-10-24 Thread Philippe Maegerman
I noticed a strange behavior, if the ColorPicker is in a TitleWindow (pop-up), moving the window will reset the color to black.   Philippe Maegerman   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archi

Re: [flexcoders] ColorPicker in a cellRenderer

2005-08-11 Thread Manish Jethani
On 8/11/05, Burge David A (Contractor) <[EMAIL PROTECTED]> wrote: > I'm trying to use the ColorPicker in a cell renderer of a DataGrid > component. I have no problem getting it to initially display except for the > selected color. When the component is first drawn all the ColorPickers are > blac

[flexcoders] ColorPicker in a cellRenderer

2005-08-11 Thread Burge David A (Contractor)
Title: ColorPicker in a cellRenderer I'm trying to use the ColorPicker in a cell renderer of a DataGrid component.  I have no problem getting it to initially display except for the selected color.  When the component is first drawn all the ColorPickers are black, when I mouse over a row in t

RE: [flexcoders] colorPicker component

2005-07-24 Thread Philippe Maegerman
oders@yahoogroups.comSubject: RE: [flexcoders] colorPicker component I don’t think we’ve released an updated version and I haven’t played to see if there’s a bug.  It’s full-fledged in 2.0 though so we’ll make sure that it gets a test case.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTE

RE: [flexcoders] colorPicker component

2005-07-24 Thread Matt Chotin
, July 22, 2005 12:18 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] colorPicker component   No clue?   Philippe Maegerman Avoir des rêves, c'est continuer d'exister...   Sent: jeudi 21 juillet 2005 21:25 It seems the colorPicker component that is loca

RE: [flexcoders] colorPicker component

2005-07-22 Thread Philippe Maegerman
No clue?   Philippe Maegerman Avoir des rêves, c'est continuer d'exister...   Sent: jeudi 21 juillet 2005 21:25It seems the colorPicker component that is located in the 'extra' folder is behaving weirdo in a Popup Window.If the window is modal, it won't open the colors drop down, and i

[flexcoders] colorPicker component

2005-07-21 Thread Philippe Maegerman
It seems the colorPicker component that is located in the 'extra' folder is behaving weirdo in a Popup Window. If the window is modal, it won't open the colors drop down, and if the window is not modal, it works until you drag the window, then it doesn't work anymore :((( Is there an updated ver

[flexcoders] Colorpicker issues - loading initial values

2005-06-09 Thread nextadvantage
We are using the colorpicker in an accordion and we can't get the default values to load initially, also we can't get manually typed values to pass to db only clicked colors. Right now we have a button initialize the swatches and we have not been able to get them to initialize on load... Any ideas