ProGUI V1.38 UI Library (Small Bug Fix)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
DoubleDutch
Addict
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!)

Post by DoubleDutch »

Is this in the latest download?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

DoubleDutch wrote:Is this in the latest download?
No sorry DoubleDutch :oops: I should have mentioned that it's in the current build I'm working on, it shouldn't be much longer now until released anyway.

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
DoubleDutch
Addict
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!)

Post by DoubleDutch »

No problem... :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

Hey guys,

Heres a couple of screens of the new SplitterEx with Office 2007 default skin.

Image
Image

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
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by electrochrisso »

Good one Chris, keep up the great work on this lib. :wink:
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. :D
PureBasic! Purely the best 8)
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

electrochrisso wrote:Good one Chris, keep up the great work on this lib. :wink:
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. :D
Thanks electrochrisso! :D
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by X »

Hmm, using Direct2D ...? Are we able to use the commands against a Sprite3D application (such as the example in the pb manual)?
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

X wrote:Hmm, using Direct2D ...? Are we able to use the commands against a Sprite3D application (such as the example in the pb manual)?
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 code :)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by electrochrisso »

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.

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)
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. :)
PureBasic! Purely the best 8)
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

electrochrisso 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.
Very nice code electrochrisso :)
electrochrisso wrote:Hey Chris, perhaps ProGUI should have its own user community thread or board even. :)
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)

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 :D

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
DoubleDutch
Addict
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!)

Post by DoubleDutch »

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
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

DoubleDutch wrote:A facebook page would be better. You get less spam than a forum does.
hmm I'm not sure about facebook Anthony, I don't want everyone seeing my drunk posts lol
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
DoubleDutch
Addict
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!)

Post by DoubleDutch »

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
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

DoubleDutch 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...
Right! it's done :) please goto http://www.facebook.com/pages/ProGUI/235046683185990

Cheers!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
DoubleDutch
Addict
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!)

Post by DoubleDutch »

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
Locked