Hi Guys,
I have a huge problem; with this AS for InDesign CS4. Please take a look:
tell application "Adobe InDesign CS4"
set dieBreite to page width of document preferences of active document
--activate
tell active document
set mySelection to selection
if (count mySelection) is 0 then
display dialog "Please select an Object"
else
tell the selection
tell transparency settings
--set properties of outer glow settings to {applied:true, blend mode:screen, size:150, effect color:"Paper", opacity:100, technique:softer}
--set properties of blending settings to {blend mode:normal, opacity:60.0}
tell outer glow settings
set applied to true
-- set size to 0
set effect color to "R=255 G=251 B=143"
set size to 50.9
end tell
end tell
end tell
end if
end tell
end tell
Everytime I run the Script; I got an error; because the Size is to big. Is there a Way to set the Size of this Setting higher than 144 Pts?
I hope you can help me, and sorry for my english, it isn’t very good.
Thanks a lot!
Cheers
Marth