Charles,

Can you just include the hiding/showing in the same button script?

on mouseUp
  hideStuff
  ## print command here
  showStuff
end mouseUp

on hideStuff
  ## hide controls here
end hideStuff

on showStuff
  ## show controls here
end showStuff

Am I missing something? Is the problem that the show happens too fast after the print command, so they are already visible again before the print command has done its thing?

Devin

On Jan 21, 2007, at 12:43 PM, Charles Szasz wrote:

I have been using Dan Shafer's excellent book on printing has help me a great deal with my project. But I have a question. I have three cards that I want to print. Each card has a button that has to be hidden and one card has a group three radio buttons that have to be hidden. I am using lock screen and unlock screen with the hide and show commands to hide the buttons and radio buttons. Here is my question, how do I incorporate printing each card with different elements to be hidden and shown in the printing script that is in one print button?


Charles Szasz
[EMAIL PROTECTED]



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to