Hi, me again...
I am having a few problems printing. I am making this CD, and I have a recipe section. In this section, there is one recipe on each page. The user can navigate throughout these recipes, but I want a seperate print button on each page. I have got that part to work, but now my problem is, when I print the frame, it only prints half of what I want, it cuts it off! I know this one may be easy, but I am stumped. I am using this code for my print button:
on (release) {
getURL ("print:", "\\dip"
}
(\dip being the instance name of the text i want to print.)
Sorry if it sounds easy, but I can't get it!!!
Thanks in advance to oldnewbie, cuz he's always on the ball!
Jack
I am having a few problems printing. I am making this CD, and I have a recipe section. In this section, there is one recipe on each page. The user can navigate throughout these recipes, but I want a seperate print button on each page. I have got that part to work, but now my problem is, when I print the frame, it only prints half of what I want, it cuts it off! I know this one may be easy, but I am stumped. I am using this code for my print button:
on (release) {
getURL ("print:", "\\dip"
}
(\dip being the instance name of the text i want to print.)
Sorry if it sounds easy, but I can't get it!!!
Thanks in advance to oldnewbie, cuz he's always on the ball!
Jack