GTKMaxGUI bug fixes

Archives Forums/Linux Discussion/GTKMaxGUI bug fixes

JoshK(Posted 2014) [#1]
I uploaded my results of working with bah.gtkmaxgui for three months:
http://blitzmax.com/Community/posts.php?topic=102350


GaryV(Posted 2014) [#2]
Thank you.


Chapman7(Posted 2014) [#3]
What exactly would it take to get GTKMaxGUI working on Windows?


markcw(Posted 2014) [#4]
You can use wxMax.


Chapman7(Posted 2014) [#5]
nvm I got it. And I couldn't get wxMax to work


markcw(Posted 2014) [#6]
What are you trying to do?

Maxgui uses a native win32 driver on Windows, fltk or gtk for Linux and cocoa for Mac.

Iif you're looking for Gtk on Windows/Mac/Linux then that's what wxMax does.

Maxgui is easier to work with than wxMax but not as full-featured.


Brucey(Posted 2014) [#7]
Maxgui is easier to work with than wxMax but not as full-featured.

"easier" in as much as the interface is "flat", rather than object-oriented. Using functions to do everything to me just seems like the API is still stuck in the past.
Easier doesn't necessarily mean better...