Are there Perl GUI builders, especially for WxPerl?

点点圈 提交于 2019-12-04 02:26:50

For Wx:

  • WxGlade
  • Any Wx tool that generates XRC files.

For Tk:

wxDesigner is the only one I know. I have never used it though.

Adam Kennedy

It's still fairly new, but the Padre editor has an in-development Padre::Plugin::FormBuilder plugin that takes a wxFormBuilder project file and generates pure-Perl dialog classes.

Check out wxformbuilder. You can design your GUI there and generate an XRC file which wxPerl can then be configured to load.

There is The GUI Loft for Win32::GUI, but of course it's not portable off of Win32.

Of the GUI editors that I have tried briefly, wxGlade seems the most natural to use, but it still doesn't seem to have the "drag and drop" functionality that I grew to love when working with Java in Eclipse or Netbeans. Don't get me wrong, I love Perl, but would still really like to see a nice WYSIWYG GUI editor.

I would recommend simply using web-based interfaces for everything. If you went with this approach, you could even run a local (i.e. on a Desktop) web server for "standalone" applications.

In like manner, ActiveState decided to focus on Web-based development instead of continuing work on their GUI editor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!