AnchorOverlay missing
com.teotiGraphix.managers.overlayClasses.AnchorOverlay
What happened to this class? I cant seem to be able to compile and style with it.
1172: Definition com.teotiGraphix.managers.overlayClasses:AnchorOverlay could not be found.
When using this css
.anchoredStyles {
resizeType:"animated";
moveType:"animated";
dragMoveEnabled:true;
lineThickness:1;
lineColor:#242424;
linePattern:5, 4;
overlayButtonOffset:true;
overlayButtonThickness:8;
clientOverlayRenderer:ClassReference("com.teotiGraphix.managers.overlayClasses.AnchorOverlay");
clientOverlayAlpha:1;
clientOverlayVisibleAtResize:false;
clientOverlayVisibleAtMove:false;
popUpOverlaySkin:ClassReference("com.teotiGraphix.managers.overlayClasses.AnchorOverlay");
popUpOverlayAlpha:1;
popUpOverlayVisibleAtResize:true;
popUpOverlayVisibleAtMove:true;
moveButtonWidthOffset:0;
moveButtonHeightOffset:0;
moveButtonAlpha:0;
resizeDuration:300;
moveDuration:300;
}
Hi,
What version are you using?
In version 2, there is no anchor overlay. You use styles to create the anchors.
Let me know,
Mike
I see.
I am using version 2.x. I will continue with experimenting with the styles.
Hi Nathan,
This is the example you want to look at in the product's zip file;
ResizeBaseExample.mxml
And the styles;
/* The offset of the client overlay inside|center|outside. */ overlayButtonOffset:"inside"; /* The thickness of the client overlay hit area */ overlayButtonThickness:10; /* - The width of the resize handles. - Note :: when this value is set to 0, the default, all edges of the overlay stretch to the corners. Any value above this will create squares equal to this value and the overlayButtonThickness value. */ overlayButtonWidth:25;
Let me know if you don't get it.
Mike

Joined: 2008-06-02