Shiny Language Reference
The Shiny Language Changelog
Details the additions and changes for each revision of the Shiny language
SSEdit will intelligently build your plugins to be compatible with the earliest revision of the Shiny language as possible. Therefore if you need to ship a plugin compatible with a specific interface version, simply ensure you only use features added to the language in that targeted version or earlier. SSEdit will automatically compile your plugin to be compatible with the older version of Brass by comparing what features your plugin uses with the features available in each language revision.
Version 3 - Released 18/09/2006
saveimagepng - Saves an image to disk as a PNG (*.png) file
Version 2 - Released 11/05/2006
setcontrolblendconstant and getcontrolblendconstant added to allow individual per-control alphablending transparency effect- loadlayout - Instructs Brass to load a control layout created with the SSEdit Panel Designer
- savelayout - Instructs Brass to save the current control layout for the 100% Configuration System
- setcontrolname - Sets the name associated with a specific control
- idfromname - Converts a control name to it's control ID
- The editbox user interface control
- The listbox user interface control
- The memobox user interface control
- The scrollbar helper control
- The text control
- The image control
- rotateimage - Rotates an image in memory
- mirrorimageh - Horizontally mirrors (flips) an image in memory
- mirrorimagev - Vertically mirrors (flips) an image in memory
- resizeimage - Resizes an image in memory
- setimagegamma - Alters the gamma ramp of an image
- setimagebrightness - Alters the brightness of an image
- setimagecontrast - Alters the contrast of an image
- invertimage - Inverts (negates) an image
- saveimagebmp - Saves an image to disk as a bitmap (*.bmp) file
- saveimagejpg - Saves an image to disk as a JPEG (*.jpg) file
- Additions to the web statements: wpost, wput, wsetcookie, wgetcookie
- Improvement to the web statement wopen, now allows for HTTPS connections and HTTP Referrer parameters
Version 1 - Original Release