Using an image tag, I can get it to work, but when I draw the box it shows up 'behind' the image, so that doesnt do what I want.
When using an HBox and setting the background image param, the pic is getting clipped. When I set the backgroundScale attribute, to 100% it squishes the image to fit the HBox, which wont expand to encapsulate the entire image. Help! --- In flexcoders@yahoogroups.com, "cardinalflexjeremy" <[EMAIL PROTECTED]> wrote: > > OK here is the deal. > > I need to take a jpg image, and display it to the user. I need the > entire image displayed. > > From there I need to give the user the ability to click and hold with > thier mouse, and draw a box over the top of the image. > > I can kinda get it to work. I am using the image as the background of > a HBox, but it does not display the entire image, it clips the top and > bottom. > > Anyone done anything similar to this? > > The end result is that I am trying to catpure coordinates on the image > to pass to a java backend to display a digital signature section on > the image. > > Any help would be greatly appreciated. >