Skip to content

Installation

saiftynet edited this page Feb 13, 2018 · 24 revisions

Awaiting CPAN entry

This system is not yet of a standard suitable for CPAN Entry. Once it is, you will be able to install from there, until then the GUIDeFATE modules are to be manually inserted.

The Files

GuideFATE.pm -

  1. Converts the Textual Data extracting parameteres required to create the objects, making up ID numbers, key values to reference the object and any function to be called on interaction.
  2. Creates the window and inserts a soon to be created frame object
  3. Assists development by printing to console any widgets found, their id for the toolkit, the key for the reference as part of the "frame" object exported by GFrame, and function to be called. (4. Optionally autogenerate script for subroutines for the interface)

GFrame.pm-

  1. Creates a frame object to be inserted into the window and exported to the calling application code.
  2. Assembles the frame contents from a list of widgets parameters inserted into object by GUIDeFATE::convert

Clone this wiki locally