ProGUI V1.38 UI Library (Small Bug Fix)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: ProGUI V1.11! Professional Graphical User Interface Library

Post by Rook Zimbabwe »

Again... YAY!!! :mrgreen:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by PrincieD »

V1.12 is out now! get it while it's hot :) (see top of thread)

Thanks guys!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by srod »

Very impressive. 8)
I may look like a mule, but I'm not a complete ass.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by ts-soft »

thx for the update

small bug: there is a problem with menu (examples 1 and 2) on PB4.40b3

greetings

Thomas
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by srod »

ts-soft wrote:thx for the update

small bug: there is a problem with menu (examples 1 and 2) on PB4.40b3

greetings

Thomas
Yes I see a delayed rendering of the shadows.
I may look like a mule, but I'm not a complete ass.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by ts-soft »

srod wrote:Yes I see a delayed rendering of the shadows.
I see no title after popup the menu (tested on Win 7 x64) :)
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by PrincieD »

Very impressive. 8)
Thank you very much Srod! it means a lot coming from a programmer of your exceptional calibre! :)
Yes I see a delayed rendering of the shadows.
This is actually a feature, when the desktop is rendered in composite mode (Windows 7, Vista) there's a slight delay on the drop-shadows to speed up hot-tracking of the menus. I could add an option to disable this if you want though?
I see no title after popup the menu (tested on Win 7 x64) :)
Did you remember to turn on xp theme support now Thomas? ;) lol

Cheers guys!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by ts-soft »

PrincieD wrote: Did you remember to turn on xp theme support now Thomas? ;) lol

Cheers guys!

Chris.
Okay, is your foul, i have never xp-style disabled in my sources :wink:
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by PrincieD »

Okay, is your foul, i have never xp-style disabled in my sources :wink:
hehe no worries, it's because I use jaPBe for editing my source and I think the PB IDE doesn't recognise jaPBe's settings.
I'll try and remember to save the source in the PB IDE in future.

Cheers m8!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Zebulon
New User
New User
Posts: 2
Joined: Fri Sep 18, 2009 7:59 pm

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by Zebulon »

Hello,

a newbie question: is it possible to use ProGUI with other programming or script languages as well?? for example AutoIt.

Many thx

Zebulon
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by PrincieD »

Hello,

a newbie question: is it possible to use ProGUI with other programming or script languages as well?? for example AutoIt.

Many thx

Zebulon
Hi Zebulon!

Yes it is indeed entirely possible to use ProGUI with other languages provided there is a wrapper for the DLL :)
I started writing a wrapper for BlitzMax a while back (half finished) for example - works perfectly :)
If you look at the ProGUI include source for the DLL you can use that as a template for writing a wrapper for your language of choice.

Cheers!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Zebulon
New User
New User
Posts: 2
Joined: Fri Sep 18, 2009 7:59 pm

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by Zebulon »

Hey!
Great news!!

Thanks Chris

(Endlich hat sowas mal jemand auf die Reihe gebracht. Respekt. Ich habe mir schon den Wolf gesucht, aber die meisten Lösungen sind einfach zu teuer)
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by Thorsten1867 »

1. If I use ToolBarDropdownImageButtonEx() the DropDown-Menue don't disapears often and it's mixed with the Gadgets or Background under it..
2. Is it possible, that the Dropdown-Menu disappears, if the menu or the button loose the focus.
3. Can I use the WindowsCallback to refresh the toolbar?
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by PrincieD »

1. If I use ToolBarDropdownImageButtonEx() the DropDown-Menue don't disapears often and it's mixed with the Gadgets or Background under it..
2. Is it possible, that the Dropdown-Menu disappears, if the menu or the button loose the focus.
3. Can I use the WindowsCallback to refresh the toolbar?
Could you post a screen-shot/source code demonstrating the problem?
You can use RedrawWindow_() with ToolBarExID in order to re-draw the toolbar? and ToolBarExID can be used to set a windows callback on the toolbar also.

Cheers!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: ProGUI V1.12! Professional Graphical User Interface Library

Post by Thorsten1867 »

Image

Sorry, but the source is over 41.000 lines.

The submenu should disappear, if the menu eg. the toolbar button loose the focus.
If I open another menu item or dropdown toolbutton the old submenu remains on the window.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Locked