PrincieD Posted March 26, 2012 Share Posted March 26, 2012 V1.33 : Hi guys! this release fixes some stability and lock-up issues and is now extremely stable! (Thanks to Jens and Oliver for their help with extensive de-bugging and testing). There's also a new ButtonEx example and various new commands and features (Please see history).Please note ProGUI is license-ware and will timeout at around 5 minutes per session so that you can trial out ProGUI with your applications. A license for the standard version is only €30 (EUR) however! There is also a ProGUI Gold license which is slightly more expensive but Includes full source code of ProGUI and a license to use it in your own projects: €45 (EUR)http://www.progui.co.ukProGUI Forumshttp://www.progui.co.uk/phpBB/index.phpProGUI Main Archive: Includes DLL version, AutoIt wrapper and reference manual. (both native 32 bit and 64 bit versions of each)http://www.progui.co.uk/downloads/ProGUI.rarhttp://www.progui.co.uk/downloads/ProGUI.zipExamples:http://www.progui.co.uk/downloads/ProGUI_AutoIt_Examples.rarhttp://www.progui.co.uk/downloads/ProGUI_AutoIt_Examples.zipMain Features· Easy to use and simple API with commands such as "MenuTitleEx(title.s)"· Easy Installation· Extremely fast rendering with internal caching and intelligent double-buffering.· One of the most accurate replica of Whidbey, Office 2007 and Office 2003 styles that exist as well as improvements over Microsoft's engine such as flicker free menu tracking and superior menu scrolling! · Native 32 bit and 64 bit versions!· Windows 7, Vista, XP, 2008, 2003 compatible. · Unicode support.. Full Source Code included in ProGUI Gold edition.· Rebars! (IE Explorer style container control for toolbars), multiple rebars on multiple windows!· Extended rebar functionality including new Office 2007 and Office 2003 style, auto vertical resizing and user vertical resizing.· Super smooth window resizing of components, no wild jumping or flickering!· Option for automatic double buffering of rebars when resizing!· Full Automatic Chevron support for rebars, see IE Explorer - resize the window too small and click on the chevron to see a popup menu with toolbar icons.· Extended toolbars, full 32bit Alpha masked icon/image support of any size for toolbar buttons with separate images for normal, hot and disabled states. As many toolbars as you want on multiple windows!· New Office 2007/Office 2003 Toolstrip style toolbars!. Office 2007/Office 2003 styled ComboBoxes in toolbars/rebars.· Support for drop down buttons in toolbars, just pass a popup menu or extended popup menu to the command!· Extended menus! Have cool "floating" menus contained in a rebar/container with ease! Full support for 32bit Alpha masked icons/images of any size in menus with support for different images for normal, hot and disabled states! Includes extended system menu and popup menu. Different styles of menus available for example: Office 2007 style menus, Office 2003 style menus, Office XP/Whidbey style menus, IE Explorer style, Classic/Mozilla Firefox Style and other styles. Automatic chevrons on menus when window resized too small! Automatic detection of system font change and resized accordingly. Full keyboard navigation and hot-key support. When menu goes off screen automatically fits inside screen (see Explorer for a bad implementation of this, see Firefox for a good implementation).· Theme adaptive custom user defined colours for User Interface styles.Thanks!Chris. James 1 Chris Deeney, developer of ProGUI - Professional Graphical User Interface Library - [url]http://www.progui.co.uk[/url] Link to comment Share on other sites More sharing options...
Andreik Posted March 26, 2012 Share Posted March 26, 2012 It's not bad but some example crash or exit script if I press some buttons. Anyway it will be nice to play around with such many functions. Thanks for share. When the words fail... music speaks. Link to comment Share on other sites More sharing options...
PrincieD Posted March 27, 2012 Author Share Posted March 27, 2012 It's not bad but some example crash or exit script if I press some buttons. Anyway it will be nice to play around with such many functions. Thanks for share.Hi Andreik,No worries and thanks for letting me know about the script exiting.I think it's because AutoIt uses WM_Command ID of 2 to close the main window which some of the controls/buttons use in the ID enumeration. If you change the enumerations to start at 3 it should be fine (I hope! ). I'll update the examples tomorrow as I'm a bit tired now.Cheers!Chris. Chris Deeney, developer of ProGUI - Professional Graphical User Interface Library - [url]http://www.progui.co.uk[/url] Link to comment Share on other sites More sharing options...
PrincieD Posted March 27, 2012 Author Share Posted March 27, 2012 Hi Guys!I've re-uploaded the AutoIt examples, they should all run fine now Also please check out the following link for more PureBasic pre-compiled examples that I haven't ported to AutoIt yet which show off other parts of the API: -http://www.progui.co.uk/downloads/ProGUI_Examples.rarhttp://www.progui.co.uk/downloads/ProGUI_Examples.zipThanks!Chris. Chris Deeney, developer of ProGUI - Professional Graphical User Interface Library - [url]http://www.progui.co.uk[/url] Link to comment Share on other sites More sharing options...
James Posted March 27, 2012 Share Posted March 27, 2012 Wow. Impressive library and collection of interfaces there. Very nice! PrincieD 1 Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
PrincieD Posted March 27, 2012 Author Share Posted March 27, 2012 Wow.Impressive library and collection of interfaces there. Very nice! Thank you very much James! Chris. Chris Deeney, developer of ProGUI - Professional Graphical User Interface Library - [url]http://www.progui.co.uk[/url] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now