View Full Version : FREE: AllOn Action Plugin
Centauri Soldier
11-21-2009, 01:36 AM
AllOn
This plugin allows the programmer to apply code for specified events to all pages, all dialogs or all pages and dialogs at runtime. This is handy if you want to execute code on multiple pages and/or dialogs and want to avoid editing every single page or dialog individually for each desired event.
As usual, please let me know if you find any bugs or have any suggestions for future releases.
Enjoy! :D
http://www.amspublic.com (http://www.amspublic.com/)
AllOn
This plugin allows the programmer to apply code for specified events to all pages, all dialogs or all pages and dialogs at runtime. This is handy if you want to execute code on multiple pages and/or dialogs and want to avoid editing every single page or dialog individually for each desired event.
As usual, please let me know if you find any bugs or have any suggestions for future releases.
Enjoy! :D
http://www.amspublic.com (http://www.amspublic.com/)
Intresting, I am not sure how I would apply this to a project but it does
sound intesting if you needed to run the same code.
I think I will give this a try sometime soon.
Simple Sim
This sounds very interesting :)
Can something like this be done for example to make more than one page visible?
On Page Load
ThisPage=Application.GetCurrentPage;
Page.Jump(ThisPage);
Nice :) :yes
Centauri Soldier
11-23-2009, 01:16 AM
This sounds very interesting :)
Can something like this be done for example to make more than one page visible?
On Page Load
ThisPage=Application.GetCurrentPage;
Page.Jump(ThisPage);
Nice :) :yes
The specified event's code will fire when that event (for any included page or dialog) is fired. I've included a simple example to show the power of this plugin in projects with multiple pages.
I have seen posts in which a person was describing a project with hundreds of pages. This plugin would be invaluable in such a project as editing all of those pages individually for common code would be a nightmare.
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.