Hej, 

I urgently need help about adding labels to ticks with different 
offsets for these labels. I found example about gauges and displayed 
labels to the ticks inner gauge but need these labels outer of gauge. 
I'd like to attach screenies about my customized gauge but not 
possible :(( .. help example found at: http://www.konadog.com/flex -> 
there are labels inner gauge. I'd like to send zipped project if one 
be really interested. Please help me.
Why degrafa developers simply does not make mark ticks enables text?????
I also attached .png pictures as originals that need to similar by degrafa 
framework, but component <RasterText> and next rotation text option does not 
have property to make it with exactly diameter/2....you know what I 
mean...simply compare original with made dagrafa zipped project.
Core of problematic code: 

<Script> 
. 
. 
      [Bindable] 
        private var _edges : Array = new Array 
(0,45,45,45,45,45,45,45); 
. 
. 
</Script> 

. 
. 
. 

<coreRepeaters:GeometryRepeater count="9"> 
                        <geometry:RasterText width="{_diameter*0.40}" 
height="{_diameter*0.40}" id="rastText" 
                                                        
textColor="{_markLabelsColor}" fontSize="14" 
fontFamily="Helvetica"> 
                            <geometry:transform> 
                            <trans:TransformGroup> 
                                <trans:RotateTransform id="rotTransform" 
angle="90"/ 

                                <trans:RotateTransform id="numberRotate" 
registrationPoint="center" angle="0"/> 
                                <trans:TranslateTransform 
x="{-_diameter*0.165}" 
y="{_diameter*0.16}"/> 
                            </trans:TransformGroup> 
                            </geometry:transform> 
                        </geometry:RasterText> 

                        <coreRepeaters:modifiers> 
                            <coreRepeaters:PropertyModifier 
targets="{[rotTransform]}" offset="30" property="angle" 
offsetOperator="add"/> 
                            <coreRepeaters:PropertyModifier 
targets="{[numberRotate]}" offset="-30" property="angle" 
offsetOperator="add"/> 
                            <coreRepeaters:PropertyModifier 
targets="{[rastText]}" 
offset="{_edges}" property="text" offsetOperator="none"/> 
                            <coreRepeaters:PropertyModifier 
targets="{[rastText]}" 
offset="{15 * _diameter / 300.0}" property="fontSize" 
offsetOperator="none"/> 
                        </coreRepeaters:modifiers> 
                </coreRepeaters:GeometryRepeater> 

PLease help me. I can send  whole project and screenies that I need to 
similar 


      

Reply via email to