|
Dialog Template, plus Standard Dialogs by Dr_Eyeball
Quote:
|
Originally Posted by Dr_Eyeball
Goal:
The goal is to provide a basic dialog framework to allow other users to include standard dialogs and to create new dialogs (utilising the template) in their missions, to provide a more user friendly interface.
Features:
- A base dialog template (which you can modify to create a new one fairly easily)
- A popup menu system (for dialogs and MapClicks). You can avoid dialog code totally by using this.
- A basic Yes/No dialog
(Planning a few more base dialogs in future)
- Base control classes separated into separate files - (hopefully) no need to edit it, in general
- Uses full inheritence, minimising the code you work with significantly
- A color scheme (which you can alter - saves fussing with colors for all controls & dialogs)
- Hundreds of color constants
- Dialog specific functions script (only a few functions so far).
|
Follow this link for more details and the download.
|