Page 9 of 71
Re: ProGUI V1.11! Professional Graphical User Interface Library
Posted: Fri Sep 11, 2009 6:49 pm
by Rook Zimbabwe
Again... YAY!!!

Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Fri Sep 18, 2009 7:48 pm
by PrincieD
V1.12 is out now! get it while it's hot

(see top of thread)
Thanks guys!
Chris.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Fri Sep 18, 2009 9:01 pm
by srod
Very impressive.

Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Fri Sep 18, 2009 9:24 pm
by ts-soft
thx for the update
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
Posted: Fri Sep 18, 2009 9:27 pm
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.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Fri Sep 18, 2009 9:32 pm
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)

Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Sat Sep 19, 2009 7:14 pm
by PrincieD
Very impressive.

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.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Sat Sep 19, 2009 7:20 pm
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

Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Sat Sep 19, 2009 7:30 pm
by PrincieD
Okay, is your foul, i have never xp-style disabled in my sources

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.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Sun Sep 20, 2009 2:34 am
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
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Sun Sep 20, 2009 3:46 pm
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.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Mon Sep 21, 2009 3:47 pm
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)
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Mon Sep 21, 2009 4:59 pm
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?
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Tue Sep 22, 2009 4:19 pm
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.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Tue Sep 22, 2009 5:09 pm
by Thorsten1867
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.