Skip navigation

Login or Register to find out more about CarlosCanto
CarlosCanto has no profile image available
Status Level:

Recent Activity

CarlosCanto replied to Alternative to Save for Web/Export as CSS Layers?

"thanks, glad you approve   I'll reverse the export order tonight after work."

in Illustrator 21 replies
6 hours ago
CarlosCanto replied to Changing decimal values to fractions

"yeah, you better relax, you don't want everyone to know your new found powers"

in Illustrator Scripting 13 replies
10 hours ago
CarlosCanto replied to Alternative to Save for Web/Export as CSS Layers?

"hahaha, thanks Scott...   -"

in Illustrator 21 replies
14 hours ago
CarlosCanto replied to Alternative to Save for Web/Export as CSS Layers?

"here you go, let me know if it cuts it.   #target Illustrator   //  script.name = exportLayersAsCSS_PNGs.jsx; //  script.description = mimic"

in Illustrator 21 replies
21 hours ago
CarlosCanto replied to Alternative to Save for Web/Export as CSS Layers?

"I'm halfway, just to clarify, when you do it manually you check the Transparency option and uncheck Clip to Artboard, right? are there any o"

in Illustrator 21 replies
1 day ago
CarlosCanto replied to how to clear clipboard

"deselect all and copy   app.activeDocument.selection = null; app.copy();"

in Illustrator Scripting 1 replies
1 day ago
CarlosCanto replied to Changing decimal values to fractions

"brilliant!!"

in Illustrator Scripting 13 replies
1 day ago
CarlosCanto replied to Is there a scriptListener for illustrator

"No, we're not that lucky to have a Script Listener in Illustrator"

in Illustrator 2 replies
2 days ago
CarlosCanto replied to Alternative to Save for Web/Export as CSS Layers?

"Well, here goes nothing, CarlosCanto:   They're just not cutting it and I'm not familiar with scripting to poke around in there. well, I"

in Illustrator 21 replies
2 days ago
CarlosCanto replied to Changing decimal values to fractions

"nice and simple jw, if all the OP needs is to break it down to 16th's...but I would venture to guess the OP needs to convert 1.5 to 1 1/2" i"

in Illustrator Scripting 13 replies
2 days ago
CarlosCanto replied to Alternative to Save for Web/Export as CSS Layers?

"post the script that does most of what you need, describe what you want it to do differently and I'll see if I can tweak it to your needs."

in Illustrator 21 replies
2 days ago
CarlosCanto replied to Changing decimal values to fractions

"yey!!   post back if you get stuck."

in Illustrator Scripting 13 replies
2 days ago
CarlosCanto replied to cannot save 'fit to selected art' to action

"you're welcome"

in Illustrator 4 replies
3 days ago
CarlosCanto replied to Changing decimal values to fractions

"the way they do it in this page, take a look at the source code and adapt it to your needs...from the author... <title>Fast Decimals to Frac"

in Illustrator Scripting 13 replies
3 days ago
CarlosCanto replied to Measuring Distance Between Objects

"var grpObjBounds = app.activeDocument.groupItems['repeat'].geometricBounds;     var grpObjLeft = grpObjBounds[0];"

in Illustrator Scripting 4 replies
4 days ago
CarlosCanto replied to Measuring Distance Between Objects

"welcome to scripting,   get the geometric bounds of the selected object, that will be an array of 4 values (left, top, right, bottom), get"

in Illustrator Scripting 4 replies
5 days ago
CarlosCanto replied to how to ignore link dialog when file open. using javascript

"temporarily suppress Alerts   app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;     app.open(File('/c/temp/missinglink.ai')"

in Illustrator Scripting 2 replies
5 days ago
CarlosCanto replied to Any easy to way to use custom scripts?

"assuming you are on Windows, you can assign system wide shortcuts to launch programs (scripts included), check this thread http://forums.ad"

in Illustrator 8 replies
5 days ago
CarlosCanto replied to action or script to move selection to specified layer?

"that looks much better!! I need to force that into my habits."

in Illustrator Scripting 6 replies
6 days ago
CarlosCanto replied to Position of textframe

"darn it!! you're right Mark it's there in the "super", I just checked the "regular" class."

in Illustrator Scripting 10 replies
6 days ago
CarlosCanto replied to action or script to move selection to specified layer?

"Hi pixxxel, I don't think there's a difference, I typed that without thinking, that was the first thing it came to my head...   ...but one"

in Illustrator Scripting 6 replies
1 week ago
CarlosCanto replied to Position of textframe

"hum...it didn't work before, I wonder if it didn't because I was using "positon" instead of "position" hahaha   anyway, it's not documented"

in Illustrator Scripting 10 replies
1 week ago
CarlosCanto replied to action or script to move selection to specified layer?

"here you go   var scale = 50; // 50 means 50%, change this to your needs   var idoc = app.activeDocument; var ilayer = idoc.layers['Layer 2'"

in Illustrator Scripting 6 replies
1 week ago
CarlosCanto replied to Illustrator javascript Save as PDF - issue defining enumerated values as a variable

"don't worry , that's how it is at the beginning"

in Illustrator 5 replies
1 week ago
CarlosCanto replied to Illustrator javascript Save as PDF - issue defining enumerated values as a variable

"if you have an information on how I should define...   I do, I showed you how in my previous post, Javascript is case sensitive,   this d"

in Illustrator 5 replies
1 week ago