GithubHelp home page GithubHelp logo

extendscript's People

Contributors

indiscripts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

extendscript's Issues

Problem with using json.jsx in my scripts

When I include json.jsx in my script, and pass an object to stringify using JSON(myObject); it gives me this error:

Exception has occurred.
Error Code# 24: Object is not a function @ file '/c/Projects/extendscript-python-hook/json.jsx' [line:1415, col:1]

and when I use the lave functions: JSON.lave(myObject), I get this:

Exception has occurred.
Error Code# 24: JSON.lave is not a function @ file '/c/Projects/extendscript-python-hook/json.jsx' [line:1415, col:1]

Any idea on how to fix this? other JS json parsers/stringifiers aren't working properly, so I need this urgently. Thank you.

Progressbar doesnt show until done

Im looking for a working progress bar for cc 2018. All example including this one, only shows after its done for a split second.

Im on osx and i see the beachball when it running the more. Then when done the window shows for split second

Confused on json example

Hi in this example what is the 1 for?
Last line: alert( JSON(obj,1) )

`var obj = {
	myNumber: 12345678,
	myBool: true,
	myString: "Hello\tWorld\u00a0: This is fine!",
	myRegex: /[a-z\d]+/,
	myArray: [ ['this', 'is'], [1], ['array', 'of', 'arrays'] ],
	myObject: {a:1,b:2,c:3},
	myUnit: UnitValue(5,'mm'),
	myXML: <root><aaa xxx='yyy'>hello</aaa></root>,
	myDate: new Date,
	myFile: File("c:/test.txt"),
	myNativeObj: $.global,
	};

alert( JSON(obj,1) );`

Progress bar with functions example

Hi.
The progress bar is very nice and it is something that I'm looking for.

I saw that you are using some dummy values to show the progress, but how can I use the progress bar within an app with a CEP panel?

I mean, I need to wrap the app calling in the auto-execute progress bar function? And how I get the values (or time) of any given function from my app?

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.