ProGUI V1.38 UI Library (Small Bug Fix)
Re: ProGUI V1.13! User Interface Library (New 64 bit version
Tested by commenting the line, yep, that seems to work well (windows 7 64 bits).
Re: ProGUI V1.14! User Interface Library (New 64 bit version
Hi Guys!
V1.14 bug-fix release has been uploaded, see top of thread
Cheers!
Chris.
V1.14 bug-fix release has been uploaded, see top of thread

Cheers!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.14! User Interface Library (New 64 bit version
Problem corrected for me, thanks a lot Chris. 

Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
Re: ProGUI V1.14! User Interface Library (New 64 bit version
No worries! thanks for reporting the bug (and buying a license!GG wrote:Problem corrected for me, thanks a lot Chris.


ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.14! User Interface Library (New 64 bit version
thx for update
small hint: you should change the examples like this:
and your comment is useless
greetings
Thomas

small hint: you should change the examples like this:
Code: Select all
CompilerIf Defined(StartProGUI, #PB_Function) = #False
IncludeFile "ProGUI_PB.pb" ; comment this line out when using the UserLibrary version
CompilerEndIf
StartProGUI("", 0, 0, 0, 0, 0, 0, 0)

greetings
Thomas
- Crusiatus Black
- Enthusiast
- Posts: 389
- Joined: Mon May 12, 2008 1:25 pm
- Location: The Netherlands
- Contact:
Re: ProGUI V1.14! User Interface Library (New 64 bit version
Oh my, I really need to purchase this one... Beautiful! 

Re: ProGUI V1.14! User Interface Library (New 64 bit version
Your welcomets-soft wrote:thx for update

Excellent tip! thanks Thomas, I'll update the examplests-soft wrote:small hint: you should change the examples like this:and your comment is uselessCode: Select all
CompilerIf Defined(StartProGUI, #PB_Function) = #False IncludeFile "ProGUI_PB.pb" ; comment this line out when using the UserLibrary version CompilerEndIf StartProGUI("", 0, 0, 0, 0, 0, 0, 0)
![]()

Thank you for the lovely compliment!Crusiatus Black wrote:Oh my, I really need to purchase this one... Beautiful!

Guys, I've just fixed another bug in the internal track window code (thanks for reporting Joaquin!) which causes an IMA under some circumstances due to thread collisions (now mutexed) with the map structure used and a small memory leek (due to some unnecessary system global window classes being subclassed). I'm gunna try and get the new builds compiled tonight (or tomorrow) and uploaded. The track window code should be bullet proof now anyway ... famous last words

Cheers!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.14! User Interface Library (New 64 bit version
The fixed V1.14 has been uploaded now, apoligies for the delay - a bug in TailBite was preventing the 64bit version from compiling.
Cheers!
Chris.
Cheers!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.14! User Interface Library (New 64 bit version
And now for something completely different...
I'm using some not-too-common setup on my comp, aka dual screen with my second screen with negative coordinate, which allow me to see much more bugs than usual users...

So here is my strange behavior list for ProGUI! That's all for now. I'm expecting imagebuttonex to bug too, but I didn't tried it :p
I'm using some not-too-common setup on my comp, aka dual screen with my second screen with negative coordinate, which allow me to see much more bugs than usual users...

So here is my strange behavior list for ProGUI! That's all for now. I'm expecting imagebuttonex to bug too, but I didn't tried it :p
Re: ProGUI V1.14! User Interface Library (New 64 bit version
Thanks for reporting the bugs Poshu! much appreciated (you're in the ProGUI credits btw!
)
I really didn't think of a desktop being in negative coords! (ah well a programmer can never account for 100% of all possible outcomes
)
Poshu, Is there a way I can debug with a second desktop in negative coords without a second display attached? I'm currently using VMWare fusion on the mac book (Windows 7 64bit) and VirtualBox (XP 64bit) to develop on now as I had a catastrophic hardware failure on my old XP 32 Windows laptop (unfortunately I left my laptop on the bed and due to MS net framework optimisation service sneakily raping my CPU while I had a cup of tea and cigarette - fried my CPU/Motherboard) luckily I had backups on my external HD! funnily enough, Windows runs far quicker than it ever did on the mac book hardware under virtualisation lol
I've also discovered another bug with Windows 7 Aero and MenuEx when menu is active the drop shadows around the windows disappear? can anyone confirm this as it might be a VM issue?
Cheers!
Chris.
P.s like the Monty Python reference

I really didn't think of a desktop being in negative coords! (ah well a programmer can never account for 100% of all possible outcomes

Poshu, Is there a way I can debug with a second desktop in negative coords without a second display attached? I'm currently using VMWare fusion on the mac book (Windows 7 64bit) and VirtualBox (XP 64bit) to develop on now as I had a catastrophic hardware failure on my old XP 32 Windows laptop (unfortunately I left my laptop on the bed and due to MS net framework optimisation service sneakily raping my CPU while I had a cup of tea and cigarette - fried my CPU/Motherboard) luckily I had backups on my external HD! funnily enough, Windows runs far quicker than it ever did on the mac book hardware under virtualisation lol
I've also discovered another bug with Windows 7 Aero and MenuEx when menu is active the drop shadows around the windows disappear? can anyone confirm this as it might be a VM issue?
Cheers!
Chris.
P.s like the Monty Python reference

ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: ProGUI V1.14! User Interface Library (New 64 bit version
This doesn't help, but: Don't forget that negative co-ordinates can also be in the vertical direction - you can have a monitor place above another!
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Re: ProGUI V1.14! User Interface Library (New 64 bit version
Ah yes thanks mate, that does helpDoubleDutch wrote:This doesn't help, but: Don't forget that negative co-ordinates can also be in the vertical direction - you can have a monitor place above another!

ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.14! User Interface Library (New 64 bit version
I dunno, you could use an iphone/ipad as a second screen, or can't you virtualise a dualscreen machine?
Don't you care too much about it, I saw some professionals products doing much worse than progui on this setup; I can remember of a menu showing up on the other screen in Vegas for exemple. And even Windows 7 64b isn't quite sure of the way to display correctly a wallpapper (you should see my desktop when I'm using my third screen)...
We could try access to my comp using VNC or SSH with export display (not sure is feasible under windows), but being in france while you are in china might create HUGE lags...
Don't you care too much about it, I saw some professionals products doing much worse than progui on this setup; I can remember of a menu showing up on the other screen in Vegas for exemple. And even Windows 7 64b isn't quite sure of the way to display correctly a wallpapper (you should see my desktop when I'm using my third screen)...
We could try access to my comp using VNC or SSH with export display (not sure is feasible under windows), but being in france while you are in china might create HUGE lags...
Re: ProGUI V1.16! User Interface Library (New 64 bit version
Happy new year everyone!
heres my late Christmas present to you all, ProGUI V1.16!
See top of thread!
Cheers!
Chris.

See top of thread!
Cheers!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.16! User Interface Library (New Office 2007 st
If you don't have the money for a second screen, but you do have another laptop, you could use MaxiVista, but that isn't free either...
At work I have my laptop (secondary screen) left of my main screen, at home I have my secondary screen right of my main screen. Many programs do misbehave, I have to admit...
I ran into a bunch of similar problems when doing WallX, Windows is even more funny when it comes to spreading wallpapers...
At work I have my laptop (secondary screen) left of my main screen, at home I have my secondary screen right of my main screen. Many programs do misbehave, I have to admit...
I ran into a bunch of similar problems when doing WallX, Windows is even more funny when it comes to spreading wallpapers...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )