Create a minimize button without resizing ?

BlitzMax Forums/MaxGUI Module/Create a minimize button without resizing ?

Filax(Posted 2006) [#1]
Hi :)

It is possible to create a minimize button on the window title
bar, but without resize properties ?


kfprimm(Posted 2006) [#2]
http://www.blitzbasic.com/Community/posts.php?topic=54642#609351 it's slightly old so make sure the lines that you are supposed to change are still the same.


Filax(Posted 2006) [#3]
Many thanks !!!


doswelk(Posted 2007) [#4]
I've made the change to the .cpp file but this seems to have had no affect on the window what else do I need to do?

Thank you in advance......


SebHoll(Posted 2007) [#5]
I've made the change to the .cpp file but this seems to have had no affect on the window what else do I need to do?


Have you rebuilt the modules after you saved changes. (In MaxIDE, Program ==> Build Modules). You will need to have MinGW installed and set-up properly, otherwise it will not work. See Mark's Post here for more information.

Seb


Xerra(Posted 2007) [#6]
I was looking at this the other day while messing about with a windows properties. This looks like a bug in the gui module which can be fixed by doing the modification in the other thread but surely when the mod gets updated by BRL then it'll need to be edited again as soon as you synchmods and build again?

Just like every time a blitzMax update comes out I have to put the community IDE back in again.

Or am I missing something here ? Very likely :)


doswelk(Posted 2007) [#7]
@Seb

I have downloaded and configured minGW as per notes..

The build modules option is greyed out, in my IDE....


Xerra(Posted 2007) [#8]
Press Ctrl and D and it will rebuild all your modules. It's always greyed out in the menu as far as I can see but, if you've set up minGW correctly, then it'll do the job.