ProGUI V1.38 UI Library (Small Bug Fix)
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: ProGUI V1.22! User Interface Library (now just $30!)
Is this in the latest download?
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.22! User Interface Library (now just $30!)
No sorry DoubleDutchDoubleDutch wrote:Is this in the latest download?

Chris.
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.22! User Interface Library (now just $30!)
No problem... 

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.22! User Interface Library (now just $30!)
Hey guys,
Heres a couple of screens of the new SplitterEx with Office 2007 default skin.


With the second screenshot you can see sloppy Microsoft programming with the richedit common control
Chris.
Heres a couple of screens of the new SplitterEx with Office 2007 default skin.


With the second screenshot you can see sloppy Microsoft programming with the richedit common control

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
- electrochrisso
- Addict
- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Re: ProGUI V1.22! User Interface Library (now just $30!)
Good one Chris, keep up the great work on this lib.
Been having some fun with the ability to put images behind the Rebar.
I have only used a few commands so far from the lib and it really make my software shine already.

Been having some fun with the ability to put images behind the Rebar.

I have only used a few commands so far from the lib and it really make my software shine already.

PureBasic! Purely the best 

Re: ProGUI V1.22! User Interface Library (now just $30!)
Thanks electrochrisso!electrochrisso wrote:Good one Chris, keep up the great work on this lib.![]()
Been having some fun with the ability to put images behind the Rebar.![]()
I have only used a few commands so far from the lib and it really make my software shine already.

ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.22! User Interface Library (now just $30!)
Hmm, using Direct2D ...? Are we able to use the commands against a Sprite3D application (such as the example in the pb manual)?
Re: ProGUI V1.22! User Interface Library (now just $30!)
once I've implemented the DirectD2 API, it should run as fast as any 3D function in a dedicated DirectX window. I have already working prototype codeX wrote:Hmm, using Direct2D ...? Are we able to use the commands against a Sprite3D application (such as the example in the pb manual)?

ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
- electrochrisso
- Addict
- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Re: ProGUI V1.22! User Interface Library (now just $30!)
Thought I would submit this here, since it relates mainly to ProGUI code, to show how easy it is to put a nice gradient behind your toolbar using a rebar.
Simply place this code at the bottom of the Open_Window_0 procedure in the ProGUI ToolbarExample.pb.
Dont forget to put #REBAR_0 in the Gadget Constants Enumeration.
Hey Chris, perhaps ProGUI should have its own user community thread or board even.
Simply place this code at the bottom of the Open_Window_0 procedure in the ProGUI ToolbarExample.pb.
Code: Select all
rbi=CreateImage(#PB_Any,1024,64)
StartDrawing(ImageOutput(rbi))
DrawingMode(#PB_2DDrawing_Gradient)
BackColor ($FFFFFF)
FrontColor($A0A000)
LinearGradient(0,0,1024,64)
Box(0,0,1024,64)
StopDrawing()
CreateRebar(#REBAR_0,WindowID(#Window_0),ImageID(rbi),0,0)
AddRebarGadget(toolbar,"",0,0,0,0,0)
Hey Chris, perhaps ProGUI should have its own user community thread or board even.

PureBasic! Purely the best 

Re: ProGUI V1.22! User Interface Library (now just $30!)
Very nice code electrochrissoelectrochrisso wrote:Thought I would submit this here, since it relates mainly to ProGUI code, to show how easy it is to put a nice gradient behind your toolbar using a rebar.

Thats a good idea! would anyone else like to have a dedicated thread/board on the forums? if so then drop Fred a message (it would be a bit presumptuous for me to do it lol)electrochrisso wrote:Hey Chris, perhaps ProGUI should have its own user community thread or board even.
Quick update: I've finished coding a little tool over the past couple of days that automatically generates DLL wrappers for PureBasic, Blitzmax, AutoIt and C++ based on the ProGUI source. This should help speed up dev time now

Chris.
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.22! User Interface Library (now just $30!)
A facebook page would be better. You get less spam than a forum does.
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.22! User Interface Library (now just $30!)
hmm I'm not sure about facebook Anthony, I don't want everyone seeing my drunk posts lolDoubleDutch wrote:A facebook page would be better. You get less spam than a forum does.
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.22! User Interface Library (now just $30!)
lol - It would be a separate page - like facebook.com/progui (once you get 20 or more 'likes') - you (and possibly others) would be the admin. Just go to facebook and add the page...
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.22! User Interface Library (now just $30!)
Right! it's doneDoubleDutch wrote:lol - It would be a separate page - like facebook.com/progui (once you get 20 or more 'likes') - you (and possibly others) would be the admin. Just go to facebook and add the page...

Cheers!
Chris.
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.22! User Interface Library (now just $30!)
Don't forget, when you get to 20+ 'likes' you can go into the page settings and pick a proper page name for the page, eg: Facebook.com\progui
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system