View Single Post
  #25  
Old 09-03-2012, 07:12 PM
daggerstab's Avatar
daggerstab
Registered User

daggerstab is offline
 
Join Date: Sep 2011
Location: Bulgaria
Posts: 4
Quote:
Originally Posted by Barrykgerdes View Post
I found some commands to be case sensitive
"StelSkyImageMgr" is only part of the command. it needs to know what to do StelSkyImageMgr.showImage("Image",t rue);
Maybe that is the reason.
No, the reason is that the file he has found is out of date, because he took it from the old repository. The StelSkyImageMgr class is called ScreenImageMgr now, so using old scripts with the new code results in an error.
Reply With Quote