Bah.GTKMaxGUI

BlitzMax Forums/Brucey's Modules/Bah.GTKMaxGUI

Ked(Posted 2009) [#1]
Hey Brucey,
I've decided to go back and try out Ubuntu again, but when I compile the official IDE in your Bah.GTKMaxGUI module, the IDE won't run. Is there an updated version of the GTK module somewhere, or am I doing something wrong?

Thanks!


markcw(Posted 2009) [#2]
You can get the latest Gtkmaxgui from svn.


Ked(Posted 2009) [#3]
Excellent! Thanks.


Ked(Posted 2009) [#4]
I just noticed the tabber controls don't look like they go to the full height (they stop right below the tab). This is going to sound annoying: Is this permanent? :)


slenkar(Posted 2009) [#5]
when I try to run a test it says
'waitevent not found''

i


SebHoll(Posted 2009) [#6]
when I try to run a test it says
'waitevent not found''

Try adding...

Import Brl.EventQueue
...to the top of the main source file, under all the other module imports, and try again.


Ked(Posted 2009) [#7]
This is going to sound annoying: Is this permanent? :)

After editing some of the source, I've figured out how to get the tabber height correct, but the "client" area isn't inside of the tabber like expected. :( So, I'm at a loss.


markcw(Posted 2009) [#8]
I just noticed the tabber controls don't look like they go to the full height (they stop right below the tab). This is going to sound annoying: Is this permanent? :)

http://www.blitzbasic.com/Community/posts.php?topic=84220#951956


Ked(Posted 2009) [#9]

Well, that's not helpful at all! :)

Anyway, I'm still going to working at it.


slenkar(Posted 2009) [#10]
when I used GTk with a GUI app originally compiled on windows it gave a long error message about not being able to use pixmaps

Is there a way to draw pixmaps on a canvas with GTK?


Ked(Posted 2009) [#11]
Are you importing BRL.Pixmap and the graphics driver (BRL.GLMax2D)?