Centauri Soldier
08-17-2009, 01:01 AM
Why Use Classes?
Well, after reading this (http://www.indigorose.com/forums/showthread.php?t=27664) by Imagine Programming, I began digging into class definitions for VB and Java and began realizing how beneficial they could be in AMS. Although this is not what Imagine Programming was talking about, the idea itself was inspiring.
What Does the Class Action Plugin Do?
Basically, if you wanted a certain number of Pages to have certain like properties(such as background type and color) then you would create a table with those properties and create a class. Once the class has been created it can be assigned to any page that you want. The specified properties(in the class) will be reflected in the pages' properties without affecting the other page properties. This mechanism works for objects and dialogs as well.
The structure provided by the Class Action Plugin enables the programmer to be more efficient and more organized when dealing with a large amount of objects, pages or dialogs(DialogEx).
Per usual, please let me know if you find any bugs or would like more features.
Enjoy! :D
Well, after reading this (http://www.indigorose.com/forums/showthread.php?t=27664) by Imagine Programming, I began digging into class definitions for VB and Java and began realizing how beneficial they could be in AMS. Although this is not what Imagine Programming was talking about, the idea itself was inspiring.
What Does the Class Action Plugin Do?
Basically, if you wanted a certain number of Pages to have certain like properties(such as background type and color) then you would create a table with those properties and create a class. Once the class has been created it can be assigned to any page that you want. The specified properties(in the class) will be reflected in the pages' properties without affecting the other page properties. This mechanism works for objects and dialogs as well.
The structure provided by the Class Action Plugin enables the programmer to be more efficient and more organized when dealing with a large amount of objects, pages or dialogs(DialogEx).
Per usual, please let me know if you find any bugs or would like more features.
Enjoy! :D