Page 1 of 1

Jade Documentation

Posted: Fri Aug 07, 2009 1:12 pm
by ConvertFromOldNGs
by dfgyvkol; >> Sun, 14 Oct 2007 6:11:10 GMT

Hi,

I cant find the documentation for Jade. I see a developers guide which has bits and pieces in it but its not comprehensive. For instance where do i go to find out how to get the return value from an app.msgBox call?

How to know which constants to use for the messagebox etc. Where is the documentation proper, the complete reference????

Thanks

Gregory

Re: Jade Documentation

Posted: Fri Aug 07, 2009 1:12 pm
by ConvertFromOldNGs
by Murray Symon >> Sun, 14 Oct 2007 6:28:26 GMT

http://www.jadeworld.com/jade/doc.htm

It sounds like you've already seen the Developer's Reference. You will find much of your day-to-day programmer's info in the 3 'Class Encyclopedias' (Vol 1 is A-J, Vol 2 is J-Z, third manual has GUI classes & primitive types). Have a quick scan through and familiarise yourself with the content.
The Developer's Reference has more architecture-specific information such as how to set up notifications or exception handlers, or how to implement locking strategies.
The White Papers have useful details on specific technical issues of Jade technologies & implementations of specific features.

BTW, for your example: consult Volume 1 of the Class Encyclopedia in
the 'Application' class.

HTH,
Murray.

Re: Jade Documentation

Posted: Fri Aug 07, 2009 1:12 pm
by ConvertFromOldNGs
by Gregory >> Tue, 16 Oct 2007 20:59:17 GMT

Hi Murray,

So basically just right in front of me then!

;)

Thanks

Gregory