i am on mac mojave with lc9-6-8 - i am stucking with the printersettings - they do not work.
after saving and loading the prefs - the print is not the same...
can some one tell me what is wrong??? or is it a bug?
best, andi
Code: Select all
  on mouseUp
   breakpoint
   reset printing
   put the printerName into tprinterName
   answer page setup -- select something other than default fe A6 - landscape !!!
   answer printer -- select something other than default fe other tray or grayscale !!!
   put the printerName into tprinterNameSelected
   print this card
   put the printerSettings into url ("binfile:" & specialFolderPath("desktop") & "/printerpref")
   answer "prefs saved"
   put the printername into printernameSave
   reset printing
   -- read the settings...
   set the printerSettings to url ("binfile:" & specialFolderPath("desktop") & "/printerpref")
   
   put the printerName into tprinterNameAfterLoadSettings -- not the one i selected
   set the printername to printernameSave
   print this card -- printed, but not with the loaded prefs
   answer page setup -- not the loaded prefs
   answer printer -- not the loaded prefs
end mouseUp
