ProGUI V1.38 UI Library (Small Bug Fix)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by Kuron »

PrincieD wrote:If anyone is thinking of purchasing, you might want to do it now as the price will be going up slightly when Major Update 1 is released (you've probably got about a week and a half, maybe less though), thanks!
Ouch, oh well, price increases are inevitable.
Best wishes to the PB community. Thank you for the memories. ♥️
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

X wrote:Yeah, i found google checkout to be too buggy, I figure it is still in alpha or beta stage.
Yes the same here mate, It appears somehow unfinished; and when it takes 2 weeks to get access to your hard earned money, well.. it's just no good - Every ProGUI sale counts for me and PayPal (with their debit card) allows me to buy food, ciggies (lol) when I need the money straight away! :) (like having a second bank account)

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Kuron wrote:Ouch, oh well, price increases are inevitable.
I know I know I don't relish doing it :( but it's a necessity, the amount of work that's gone into it has to be financially viable. The price increase will only be about 5 euros though :P
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by Kuron »

Scratched off the list for Santa for now, but no biggie in the overall scheme of things.
Best wishes to the PB community. Thank you for the memories. ♥️
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Kuron wrote:Scratched off the list for Santa for now, but no biggie in the overall scheme of things.
Heheh wait till you see the new update! I don't do things by half ;)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by srod »

Wow Chris, knowing exactly what it takes to develop custom controls, I can honestly say that this is a colossal piece of work now; absolutely awesome. The documentation looks great as well.

Reckon I'll probably wade in at some point and make a purchase.
I may look like a mule, but I'm not a complete ass.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Thank you very much Stephen! :D :D
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
AndyMK
Enthusiast
Enthusiast
Posts: 582
Joined: Wed Jul 12, 2006 4:38 pm
Location: UK

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by AndyMK »

Hey PrincieD, did i read right, you have a Direct2D wrapper for PB? Would you consider sharing or selling this? I would be very interested as i am working on something that uses a lot of 2D manipulation, rotating images in realtime, etc. I don't want to support XP anymore and DX10 is faster and more versatile from what i have read so this wrapper would be ideal. Thanks.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

AndyMK wrote:Hey PrincieD, did i read right, you have a Direct2D wrapper for PB? Would you consider sharing or selling this? I would be very interested as i am working on something that uses a lot of 2D manipulation, rotating images in realtime, etc. I don't want to support XP anymore and DX10 is faster and more versatile from what i have read so this wrapper would be ideal. Thanks.
Hi Andy, yep thats right :) (although it's prototype code at the moment). The Direct2D API will become a subset of ProGUI (in simplified fashion), this is so that GDI,GDI+,Direct2D/DirectX can be automatically used depending on what the host operating system can support (and this makes it easy to swap/add other platform drawing API's to ProGUI too in the future).

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
AndyMK
Enthusiast
Enthusiast
Posts: 582
Joined: Wed Jul 12, 2006 4:38 pm
Location: UK

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by AndyMK »

PrincieD wrote:
AndyMK wrote:Hey PrincieD, did i read right, you have a Direct2D wrapper for PB? Would you consider sharing or selling this? I would be very interested as i am working on something that uses a lot of 2D manipulation, rotating images in realtime, etc. I don't want to support XP anymore and DX10 is faster and more versatile from what i have read so this wrapper would be ideal. Thanks.
Hi Andy, yep thats right :) (although it's prototype code at the moment). The Direct2D API will become a subset of ProGUI (in simplified fashion), this is so that GDI,GDI+,Direct2D/DirectX can be automatically used depending on what the host operating system can support (and this makes it easy to swap/add other platform drawing API's to ProGUI too in the future).

Chris.
Chris, any chance i could use your Direct2D code?
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

AndyMK wrote:Chris, any chance i could use your Direct2D code?
Yea sure, priv msg me your email and I'll send you what I have so far. Bare in mind my prototype code is more of a proof of concept and is just a very basic wrapper at the moment but the skeleton is there and working, you'll need visual C++ as well to compile the lib.

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Hey guys not long now (any day), here's some screens of the new ExplorerBar control with smooth 60fps group collapsing animation with alpha fade.

default system skin under Windows 7:
Image

default system skin under Windows XP:
Image

Office 2007 skin:
Image

Apologies for the delay, I'm not very good at estimating how long stuff is going to take to code lol :oops:
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by Zach »

Less apologizing, more coding :mrgreen:
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Zach wrote:Less apologizing, more coding :mrgreen:
hehehe ok, will do :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.27! User Interface Library (Updated Examples!)

Post by X »

This may have been answered already. But does this next version (or down the roadmap), include the ability to use these controls (As well as skin them) onto a directx product? For example, If we go by the Sprite3d example (not any of the 3d engine/ogre stuff), would we be able to render these onto something like that?
Locked