Page 38 of 71
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sat Nov 12, 2011 9:51 am
by DoubleDutch
I upgraded to the new Platinum licence back in August - well worth the money, especially if the Mac version appears soon...

Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sat Nov 12, 2011 10:20 am
by Kuron
I really like the fact that you have a road map planned out.
Every aspect of this product screams professionalism. From web design, planning behind it, the product itself and its functionality, documentation, etc.
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sat Nov 12, 2011 6:10 pm
by PrincieD
DoubleDutch wrote:I upgraded to the new Platinum licence back in August - well worth the money, especially if the Mac version appears soon...

Thanks Anthony mate!
Kuron wrote:I really like the fact that you have a road map planned out.
Every aspect of this product screams professionalism. From web design, planning behind it, the product itself and its functionality, documentation, etc.
Thank you very much for the kind praise Kuron!

I always think if something is worth doing then it's worth doing properly and to the best of my ability!

Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sat Nov 12, 2011 6:27 pm
by Zach
Going to grab it right now and check it out.
I agree also, it is very professionally handled, I hope you are able to keep it a sustainable project (financially).
I can't imagine trying to find time to maintain an application or toolset if it didn't pay my bills

Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sat Nov 12, 2011 7:47 pm
by PrincieD
Zach wrote:Going to grab it right now and check it out.
I agree also, it is very professionally handled, I hope you are able to keep it a sustainable project (financially).
I can't imagine trying to find time to maintain an application or toolset if it didn't pay my bills

Thanks Zack

Hopefully it will, the beauty of me working on ProGUI is that any application I write in the future will of course use ProGUI as the GUI front end and hence be very quick to develop

so my continued development will always be financially viable even if the immediate benefits may not be sometimes.
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sat Nov 12, 2011 9:00 pm
by Zach
I was looking through the examples directory.
I noticed that even when the source code has a newer date stamp, the companion EXE appears to be an older release and not a new compile based on the updated source (i.e I see Datestamps from November on source, but compiled EXEs are dated back to August)
But I was grinning like a kid at christmas when I opened up the OfficeExample.exe and ExplorerBarExample.exe files. It was really nice to look at, but also impressive was the smooth scrolling of panel roll-up / roll-down
(P.S - I didn't receive a new email with the Platinum Package, is that a manual affair? Might want to look into something that will let you maintain a mailing list, so you can click Send and its taken care of

)
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 5:36 am
by Poshu
I can't get enough of the smooooth animation of the explorer bar *_*
Even though I can't wait for proGUI to go multi-platform, I think you should wait PB to switch from carbon to cocoa since it might induce some important behavior changes.
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 7:14 am
by Kuron
My only complaint is the really slow startup of all of the examples.
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 5:18 pm
by PrincieD
Zach wrote:I noticed that even when the source code has a newer date stamp, the companion EXE appears to be an older release and not a new compile based on the updated source (i.e I see Datestamps from November on source, but compiled EXEs are dated back to August)
Most of the example EXEs didn't need re-compiling as the source hadn't changed and the ProGUI API was the same - the beauty of using the DLL version
Zach wrote:But I was grinning like a kid at christmas when I opened up the OfficeExample.exe and ExplorerBarExample.exe files. It was really nice to look at, but also impressive was the smooth scrolling of panel roll-up / roll-down
hehe glad you like it mate
Zach wrote:(P.S - I didn't receive a new email with the Platinum Package, is that a manual affair? Might want to look into something that will let you maintain a mailing list, so you can click Send and its taken care of

)
Yes I'll be sending all Gold and Platinum users the updated source later today once I get my new server mailing list software configured properly

so far Josh (cheers mate!) has been kind enough to let me use his mailing list in the past but now the licensing model is a bit more complex and I need easier updating with web based GUI.
Poshu wrote:I can't get enough of the smooooth animation of the explorer bar *_*
Even though I can't wait for proGUI to go multi-platform, I think you should wait PB to switch from carbon to cocoa since it might induce some important behavior changes.

Thanks for the advice Poshu, I think I'll implement the new Direct2D/DirectX rendering engine first (which will fall back onto GDI+/GDI if not available on system) and then work will start on the Mac version (probably a couple of major updates down the road)
Kuron wrote:My only complaint is the really slow startup of all of the examples.
Could you give me your system specs please Kuron? and is it slow to start up using the userlib version too?
Cheers!
Chris.
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 5:51 pm
by ts-soft
No more bugfixes for 1.27 for golduser? Only change is to upgrade?
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 6:14 pm
by PrincieD
ts-soft wrote:No more bugfixes for 1.27 for golduser? Only change is to upgrade?
Hi Thomas, major update 1 is free for all users already registered so don't worry

your existing keycodes should work fine, let me know if they don't and I'll send you new ones.
Chris.
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 6:41 pm
by ts-soft
okay, then i miss the e-mail with the source.
greetings - thomas
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 7:40 pm
by csk
I think you did not miss the email. I have not receive too. Maybe need to send out in batches. I am on Platinum.
Cho
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Sun Nov 13, 2011 7:50 pm
by Zach
He did state above in his reply to me, he is working on getting a new/better mailing script sorted.
Re: ProGUI V1.30! User Interface Library (Major Update 1!)
Posted: Mon Nov 14, 2011 12:51 am
by Poshu
PrincieD wrote:
I think I'll implement the new Direct2D/DirectX rendering engine first (which will fall back onto GDI+/GDI if not available on system) and then work will start on the Mac version (probably a couple of major updates down the road)
Direct2D is my personal most wanted feature anyway
