FBP

Parser and Object Model for wxFormBuilder Project Files (.fpb files)
Download

FBP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Adam Kennedy
  • Publisher web site:
  • http://search.cpan.org/~adamk/

FBP Tags


FBP Description

Parser and Object Model for wxFormBuilder Project Files (.fpb files) wxFormBuilder is currently the best and most sophisticated program for designing wxWidgets dialogs, and generating the code for these designs.However, wxFormBuilder does not currently support the generation of Perl code. If we are to produce Perl code for the designs it creates, the code generation must be done independantly, outside of wxFormBuilder itself.FBP is a Perl module, a SAX-based parser and object model for the XML project files that are created by wxFormBuilder. While it does NOT do the creation of Perl code itself, it should serve as a solid base for anyone who wishes to produce a code generator for these saved files.SYNOPSIS my $object = FBP->new; $object->parse_file( 'MyProject.fbp' ); Requirements: · Perl


FBP Related Software