
ProGUI V1.38 UI Library (Small Bug Fix)
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: ProGUI V1.11! Professional Graphical User Interface Library
Again... YAY!!! 

Re: ProGUI V1.12! Professional Graphical User Interface Library
V1.12 is out now! get it while it's hot
(see top of thread)
Thanks guys!
Chris.

Thanks guys!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.12! Professional Graphical User Interface Library
Very impressive. 

I may look like a mule, but I'm not a complete ass.
Re: ProGUI V1.12! Professional Graphical User Interface Library
thx for the update
small bug: there is a problem with menu (examples 1 and 2) on PB4.40b3
greetings
Thomas
small bug: there is a problem with menu (examples 1 and 2) on PB4.40b3
greetings
Thomas
Re: ProGUI V1.12! Professional Graphical User Interface Library
Yes I see a delayed rendering of the shadows.ts-soft wrote:thx for the update
small bug: there is a problem with menu (examples 1 and 2) on PB4.40b3
greetings
Thomas
I may look like a mule, but I'm not a complete ass.
Re: ProGUI V1.12! Professional Graphical User Interface Library
I see no title after popup the menu (tested on Win 7 x64)srod wrote:Yes I see a delayed rendering of the shadows.

Re: ProGUI V1.12! Professional Graphical User Interface Library
Thank you very much Srod! it means a lot coming from a programmer of your exceptional calibre!Very impressive.

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?Yes I see a delayed rendering of the shadows.
Did you remember to turn on xp theme support now Thomas?I see no title after popup the menu (tested on Win 7 x64)

Cheers guys!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.12! Professional Graphical User Interface Library
Okay, is your foul, i have never xp-style disabled in my sourcesPrincieD wrote: Did you remember to turn on xp theme support now Thomas?lol
Cheers guys!
Chris.

Re: ProGUI V1.12! Professional Graphical User Interface Library
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.Okay, is your foul, i have never xp-style disabled in my sources
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
Re: ProGUI V1.12! Professional Graphical User Interface Library
Hello,
a newbie question: is it possible to use ProGUI with other programming or script languages as well?? for example AutoIt.
Many thx
Zebulon
a newbie question: is it possible to use ProGUI with other programming or script languages as well?? for example AutoIt.
Many thx
Zebulon
Re: ProGUI V1.12! Professional Graphical User Interface Library
Hi 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
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
Re: ProGUI V1.12! Professional Graphical User Interface Library
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)
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)
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Re: ProGUI V1.12! Professional Graphical User Interface Library
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?
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Re: ProGUI V1.12! Professional Graphical User Interface Library
Could you post a screen-shot/source code demonstrating the problem?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?
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
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Re: ProGUI V1.12! Professional Graphical User Interface Library
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]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]