Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue Use of DialogBlocks Tool? #13

Open
tomspilman opened this issue Feb 21, 2016 · 2 comments
Open

Continue Use of DialogBlocks Tool? #13

tomspilman opened this issue Feb 21, 2016 · 2 comments

Comments

@tomspilman
Copy link
Member

I originally used a tool called DialogBlocks (http://www.dialogblocks.com/) for generating all the window/dialog layouts in Torsion. You can see the project file for it here:

https://github.com/SickheadGames/Torsion/blob/master/code/Torsion/Torsion.pjd

And how the dialog files have a warning about them being generated by this tool...

https://github.com/SickheadGames/Torsion/blob/master/code/Torsion/BreakpointPropertyDlg.cpp#L5

The question is if we should keep using this tool moving forward. It seems as though the tool is still supported and maintained with a release in 2015:

http://www.dialogblocks.com/download.htm

It seems as the free demo version was all we needed for development in Torsion, but i seem to remember having a licenses way back then.

The alternative is hand writing dialogs in the blind... and while 10 years ago i wasn't very good at that... it wouldn't bother me too much as i don't see us needing to do a lot of that.

Thoughts?

@dottools
Copy link

I've used wxFormBuilder for my wxWidgets projects with really good results.

Only real problem I've had with it is that the previewing of forms/dialogs feature doesn't produce the same results you get when you build and run your program, such as resizing issues show-up in preview, while it all works fine the real C++ project program its self for example.

@tomspilman
Copy link
Member Author

Yeah... i'm so far removed from those tools at this point. Been spoiled by the C# ecosystem and don't really know what the pitfalls of wxFormBuilder or DialogBlocks are anymore.

As long as we don't have a need to build a ton of new dialogs it probably doesn't matter if we stop using the tools. And for new dialogs we can use the tool to create it then stop using it if we want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants