jefargrafx
Instructor
trying to print ony the content of a list box to a printer.
I've go the concept down
move the contents to an empty clip and print the clip.
I'm using:
_root.mcPrinter.txtOut.text = contactListBox_lb.getItemAt(1).label;
where contactlistbox_lb is the listbox content I want to print.
the above code will print the info at item item "1"
I want to print it all, reguadless of how many items
any ideas jef
I've go the concept down
move the contents to an empty clip and print the clip.
I'm using:
_root.mcPrinter.txtOut.text = contactListBox_lb.getItemAt(1).label;
where contactlistbox_lb is the listbox content I want to print.
the above code will print the info at item item "1"
I want to print it all, reguadless of how many items
any ideas jef