Page 2 of 2
Re: PureBasic 4.5, Ultramon and titlebar-buttons
Posted: Sun Nov 21, 2010 9:30 pm
by Crusiatus Black
Wow nice! A solution, thanks. That all sounds very logical too, nice to know why this was caused.
Thanks again

Re: PureBasic 4.5, Ultramon and titlebar-buttons
Posted: Tue Nov 23, 2010 11:34 pm
by freak
Could you please test if a PB program compiled using this window library still shows the same behavior?
http://freak.purearea.net/v4/Window
(its for the x86 version and goes in the PureLibraries folder)
Re: PureBasic 4.5, Ultramon and titlebar-buttons
Posted: Wed Nov 24, 2010 1:56 pm
by Crusiatus Black
I'll check it out, I'll post back later

Re: PureBasic 4.5, Ultramon and titlebar-buttons
Posted: Wed Nov 24, 2010 2:01 pm
by Crusiatus Black
This should work on PB 4.5 x86 right?
I'm getting a linker error while trying.

Re: PureBasic 4.5, Ultramon and titlebar-buttons
Posted: Wed Nov 24, 2010 2:04 pm
by Crusiatus Black
I feel like I'm spamming.
I've noticed, that the window only closes on Minimize when the window is resizeable. This occurs when I'm
using the default window library ofc.
Re: PureBasic 4.5, Ultramon and titlebar-buttons
Posted: Wed Nov 24, 2010 3:34 pm
by freak
Crusiatus Black wrote:This should work on PB 4.5 x86 right?
I'm getting a linker error while trying.

That is because I made changes to the debugger for v4.60. It should work if you turn the debugger off.
Re: PureBasic 4.5, Ultramon and titlebar-buttons
Posted: Thu Nov 25, 2010 1:18 am
by Crusiatus Black
Thanks.
Yes, it closes using that library. Some weird change in behaviour on the PureBasic editor though,
it now does actually minimize, but becomes unresponsive and impossible to restore or close.
I'm sure it's not because of the replaced library, however I don't quite understand this change.