Knowledge Base |
Color Picker Pro V3
(views: 7666)
Color Picker Pro V3 is a highly customizable color picker flash component. Featuring additional themes and possibility to purchase customized themes. Here are all known issues for Color Picker Pro V3. If you have any questions that you think we should discuss here please let us know.
Set easy and pro window position
(2008-01-30 - views: 3714)
Q: Is there a way to set the starting position of the floating pro? Right now I have automode off and want to create a new floating pro on demand but it always places it in the top left corner.
A: By default, the pro mode window is positioned directly on the root, in the center. Unfortunately, the size of the Stage is not returned correctly if the Stage is empty. We recommend having some sort of background on the Stage, with the same size as the Stage. But if you need to open the pro mode window at a specified position, you need to use the ColorPicker.open() method.
The attached example uses code to position the easy and pro mode windows at a specified position and implements the open and close functionality of the color picker, since the autoMode property is set to "false". The .zip contains examples for both, the AS2 and AS3 versions of the color picker.
Files: CPicker_PositionWindows.zip
The attached example uses code to position the easy and pro mode windows at a specified position and implements the open and close functionality of the color picker, since the autoMode property is set to "false". The .zip contains examples for both, the AS2 and AS3 versions of the color picker.
Files: CPicker_PositionWindows.zip
User Comments
RE:Color Picker dissapears.
Also, you need to know that color picker component isn't compatible with CS5, so you will need to use CS4 or bellow. In CS4 you won't be able to see the live preview but in rest the component should work.
Anyway, I suggest you should open a ticket and sent use the source files you have, so that we can take a look and try to see where the problem is.
posted by kneo on 2011-01-10
The color picker from the example is a trial one so you won't be able to use it with all its features.Also, you need to know that color picker component isn't compatible with CS5, so you will need to use CS4 or bellow. In CS4 you won't be able to see the live preview but in rest the component should work.
Anyway, I suggest you should open a ticket and sent use the source files you have, so that we can take a look and try to see where the problem is.
Flex 3 Compatible??
Will this component work in Flex3?
We are having trouble getting it to work.
Any tips?
thanks
art
posted by user920751 on 2011-09-16
Hi,Will this component work in Flex3?
We are having trouble getting it to work.
Any tips?
thanks
art
RE:Flex 3 Compatible??
posted by kneo on 2011-09-26
The component is not compatible with Flex 3, however you might be able to use it if you have advance action script knowledge.
Login to post your comment










Will this affect my final project in any way? Is there any reason setting automode to false makes my original color picker disappear?