PixInsight Forum (historical)

PixInsight => Bug Reports => Topic started by: georg.viehoever on 2009 June 10 11:09:14

Title: Missing PJSR Objects in script editor
Post by: georg.viehoever on 2009 June 10 11:09:14
Juan,

I just noticed that existing PJSR Objects are not displayed in the right hand pane of the Script editor. Examples: NumericEdit or NumericControl. Therefore, some useful tools just cannot be found (except if you happen to find them in example scripts).

Georg
Title: Re: Missing PJSR Objects in script editor
Post by: Juan Conejero on 2009 June 11 16:47:44
Hi Georg,

This isn't a bug. NumericEdit and NumericControl aren't part of PI's JavaScript runtime. These objects are implemented as JavaScript code (see pjsr/NumericControl.jsh).