Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
hari_d #1
dragging image
Hi I am having trouble in dragging a image within a loader. I am able to do
zooming and rotating image but not moving image with mouse. Purpose is when I
zoom a image info is out of boundaries and so is hidden. To see that info users
should be able to drag the image any way they want. Please help.
<mx:HBox id="tabsHBox" x="5" y="50" width="98%" height="100%"
horizontalGap="2">
<mx:TabNavigator id="imageTab" height="100%" width="50%" marginTop="1"
backgroundColor="#F3F4F5" y="75" creationComplete="setImage()">
<mx:VBox id="scheVBox" label="Schedule" width="495" hScrollPolicy="off"
vScrollPolicy="off" >
<mx:Loader contentPath="assets/Schedules/1AXC066Ca01.jpg"
width="475" height="100%" id="mcHolder" mouseDown="begin()"/>
</mx:VBox>
<mx:VBox id="contVBox" label="Continuation">
<mx:Image id="continuation" source="assets/Schedules/1AXC066Ca01.jpg"
scaleX="70" scaleY="70" ></mx:Image>
</mx:VBox>
<mx:VBox id="attVBox" label="Attachment">
<mx:Image id="attachment" source="assets/Schedules/1AXC066Ca01.jpg"
scaleX="100" scaleY="100" ></mx:Image>
</mx:VBox>
</mx:TabNavigator>
</mx:HBox>
hari_d Guest
-
Dragging an Image
All - I would like to take an image that sits in a table cell and be able to drag it into another table cell labeled as 'My Favorites'. Once I drop... -
dragging an image bigger than the dragger distance????
draggerscale = 4000 / 380.0 -- devide by float for fractional resolution sprite image loch = draggeroffset * draggerscale -
Cocoa: problem dragging PDF image rep into Keynote slide
I have a Cocoa app in which I'm having trouble dragging PDF image reps from NSImageViews (and other NSView subclasses) into Keynote slides. I... -
PC freezes when cut and dragging an image
When I cut an image and drag it, PC freezes. I've checked CPU, Memory, Video. I've done page filing and have changed the scratch disk. -
Dragging Image onto canvas changes image size
when I create a new canvas say 8.5x11, then try to drag a 4x6 size image onto it, it is not 4x6 on the canvas. it is smaller, is there a way to make...



Reply With Quote

