1. Using wxFormBuilder open the appropriate file in the project fbp directory.

2. Install FormBuilder plugin from SVN (it's not good enough to release)

3. Use the FormBuilder plugin to generate the code for the dialog.

4. Save the code over the top of the existing .pm module in the
Padre::Wx::FBP namespace with no modifications. The ::FBP:: namespace
is designed specifically for this purpose, to hold unmodified
generated files.

5. Open the Padre::Wx::Dialog:: module, which inherits from the
::FBP:: module. Edit to apply any custom changes needed to match the
generated code.



On 11 January 2011 18:27, Gabor Szabo <szab...@gmail.com> wrote:
> Recently I wanted to add a feature to the Find In File dialog -
> to be able to limit the file extensions we are searching in -
> but that dialog is now generated from an xml file.
>
> The generated file is here:
> http://svn.perlide.org/padre/trunk/Padre/lib/Padre/Wx/FBP/FindInFiles.pm
>
> After some digging I found the source is here:
> http://svn.perlide.org/padre/trunk/Padre/fbp/
>
>
> Adam,
>
> could give us a short tutorial on how to make changes to this
> and how to generate the pm file from the fbp file?
>
> Gabor
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev
>
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to