Finally... Creator Pro 8.5.4

119 views
Skip to first unread message

Brian Dickerson

unread,
Oct 2, 2013, 2:42:36 PM10/2/13
to multiad...@googlegroups.com
I'm proud to announce we have posted the latest update to Creator Pro. This update fixes many of the issues that have been listed here. In Creator Pro you can go to the help menu and choose 'Check for Updates' or you can get the updaters at... http://bit.ly/GzRbaC.

Brian Dickerson

unread,
Oct 2, 2013, 3:10:57 PM10/2/13
to multiad...@googlegroups.com
Had a report that the updater removes any custom scripts you might have added to Creator. So please make sure you back these up before updating. Thank you. 

Brian Dickerson

unread,
Oct 2, 2013, 3:11:27 PM10/2/13
to multiad...@googlegroups.com
Thank you for letting me know. 

_______________________
Brian
--
--
You received this message because you are subscribed to the "MultiAd Creator User Group" group.
To post to this group, send email to multiad...@googlegroups.com
To unsubscribe from this group, send email to
multiadcreato...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/multiadcreator?hl=en?hl=en
 
---
You received this message because you are subscribed to the Google Groups "MultiAd Creator User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to multiadcreato...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Rick Gaskin

unread,
Oct 3, 2013, 1:50:35 PM10/3/13
to multiad...@googlegroups.com
i am having a printing issues..how do i turn on the de-bugger?? (sorry)

the doc in question prints from 8.0 but bombs 8.5.4

R
> --
> --
> You received this message because you are subscribed to the "MultiAd
> Creator User Group" group.
> To post to this group, send email to multiad...@googlegroups.com
> To unsubscribe from this group, send email to
> multiadcreato...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/multiadcreator?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google
> Groups "MultiAd Creator User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to multiadcreato...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

--
CONFIDENTIALITY NOTICE: This message may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you.


Brian Dickerson

unread,
Oct 3, 2013, 4:56:20 PM10/3/13
to multiad...@googlegroups.com
To do this, you need to launch Creator and hold down the D and B keys together while the splash screen is up. You can release them after it goes away. This will add a debug menu to the end of Creator's menubar. 

Rick Gaskin

unread,
Oct 7, 2013, 8:05:15 AM10/7/13
to multiad...@googlegroups.com
i am having a script issue from 8.04 to 8.54

the script is functional (resides in my attached script folder)

but after it runs

i loose functionalty from the Creator application (ex: all the file
functions are grayed out..key commands dont work) if i remove the script
and restart the program the functionality returns

below is the script ..basically it is auto pdf proofer..upon save it
allows the user to send a proof to specific destination folder

property PDFPath : "AD-GRAPHICS:PDF_Proofs:"

using terms from application "MultiAd Creator Pro"
on saved theDoc
set question to display dialog "Send Proof?" buttons {"Yes",
"No"} default button 2
set answer to button returned of question
if answer is "Yes" then
set fileName to name of theDoc
set destFolder to PDFPath


--Trim off .crtr extension if it has one:
if fileName ends with ".crtr" then
set sd to AppleScript's text item delimiters
set AppleScript's text item delimiters to {"."}
set fileName to (text items 1 thru -2 of fileName) as text
set AppleScript's text item delimiters to sd
end if

tell application "MultiAd Creator Pro"
export PDF current spread of theDoc saving in
(destFolder & fileName & ".pdf") print order user order export method
composite resolution limiting 300 black and white compression use zip
color image compression use JPEG quality 80 with embed no base 14 fonts,
use doc size, binary encoding and compress text and line art without
print as spreads, crop marks, registration marks, color bars, document
notes, plate information, text blocks only and presentation mode
end tell
end if
end saved
end using terms from
Reply all
Reply to author
Forward
0 new messages