PDA

View Full Version : Printing or Not Printing CombBox


skevill
10-18-2004, 10:20 PM
Hello,

I have a Flash MX application that consists of two frames. The first frame is where the user can select and view various sets of information. The second frame is formatted and aligned to print using the #p label.

On the first frame I have a ComboBox that is populated from an XML file. I do not want the combobox to print so on the second frame I move it out of the print area. When the info is printed the ComboBox still prints in the original position. I use the same technique to not print a text box and other items and everything works fine. The combobox is the only that does not move or still prints.

If I remove the combox from the second frame, it obviously will not print, but after the info is printed, the combobox will be reset and not keep the selected value.

Can anyone help?

Thanks,
skevill