Hi, finally I managed to setup its own SVN repository and bug tracking system. Padre is going to live here:
http://padre.perlide.org/ As I am quite a beginner in wxWidgets I'd really appreciate your help in both - making the application look nicer and - making the code layout more "standard wxWidgets" whatever that would mean One of the things that I have trouble with is creating a custom dialog window. The search window has two buttons but their size is not the same even though they are both created as default: my $ok = Wx::Button->new( $dialog, wxID_OK, ''); my $cancel = Wx::Button->new( $dialog, wxID_CANCEL, ''); how can I make them the same size? Gabor ps. 0.04 has just been released -- Gabor Szabo http://szabgab.com/blog.html
