ActionFileToJavascript v1.31 update

Discussion of the xtools Toolkit

Moderators: Tom, Kukurykus

yogiyang

ActionFileToJavascript v1.31 update

Post by yogiyang »

Everything worked out well. I tried with around 150 Actions.

There are a few (4) Actions that are not getting converted but that does not matter.

Thank you for all the efforts and time you have put into this.

I really appreciate it.

Regards
xbytor

ActionFileToJavascript v1.31 update

Post by xbytor »

yogiyang wrote:Everything worked out well. I tried with around 150 Actions.


Good to hear.

There are a few (4) Actions that are not getting converted but that does not matter.

Can you send them to me? I would like to make this script as complete and as accurate as is possible.

thanks,
-X
cmyk

ActionFileToJavascript v1.31 update

Post by cmyk »

xbytor,

i think i may be having this problem
2) path resolution by the File class on the Mac.

a error messgae pops up saying
"Error 54: Uncaught Javascript exception: Unable to read Macintosh path information.."

is it related?

Running ActionFileToJavascript-1_36 on mac 10.5.2 using CS3
xbytor

ActionFileToJavascript v1.31 update

Post by xbytor »

cmyk wrote:is it related?

Running ActionFileToJavascript-1_36 on mac 10.5.2 using CS3

Yes. I don't recall if that's the most current rev, but you may want to check at sourceforge. Dealing with paths in actions on the mac is a major pain. The path is stored in the action as a native OS binary object. I can (sort of) decode what's going on in XP, but have mixed luck on the Mac. If the actual path doesn't exist on the Mac, the File class has a fit. The current rev of the script has my best effort to date.

-X