Page 68 of 71
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Sat Nov 02, 2013 11:09 am
by Poshu
I wish to use a ToolBarDropdownImageButtonEx as part of a checkgroup in my toolbarEX(). While it does technicaly work, the dropdown arrow isn't rendered, any solution?
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Mon Dec 02, 2013 5:37 am
by flaith
Seems that Chris didn't go on his website for a long time, the forum is 'spammedalot'

Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Mon Dec 02, 2013 8:17 am
by Karellen
flaith wrote:Seems that Chris didn't go on his website for a long time, the forum is 'spammedalot'

riding a dead horse ...
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Tue Dec 03, 2013 1:52 am
by electrochrisso
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Tue Dec 03, 2013 4:25 am
by flaith
Yeah me too

Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Tue Dec 03, 2013 4:52 am
by slagusev
Somebody communicates with the developer? Bought a license online. and the key did not come
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Tue Dec 03, 2013 8:33 am
by Zach
I don't think anyone has a way to personally get in touch with him.. If you read this thread you will see that he apparently has a very stressful daytime job, which he needs to make a living. Although I would have hoped he'd have the foresight to turn off new-orders until he was able to come back to ProGUI and develop it. This will just create more headaches for him.
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Tue Dec 03, 2013 9:21 pm
by PrincieD
Hi guys, sorry about the spam just found out about it and had to delete the forums

slagusev: Apologies, your keys have been emailed.
Yup as Zach said I have a lot on my plate at the moment and won't be able to actively develop for a while
Chris.
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Wed Feb 05, 2014 7:33 pm
by Thorsten1867
How can I resize or move a TextControlEx()?
ResizeGadget() seems not to work.
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Wed Feb 05, 2014 9:33 pm
by ts-soft
Thorsten1867 wrote:How can I resize or move a TextControlEx()?
ResizeGadget() seems not to work.
Code: Select all
MoveWindow_(TextControlExID(ID), x, y, With, height, #True)
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Wed Feb 05, 2014 9:36 pm
by Thorsten1867
Thanks, I will add it to my Resizing-Modul
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Wed Jun 25, 2014 1:08 pm
by staringfrog
Does Standard Full Version of ProGUI compile statically with PB under Windows (XP and higher) or its .dll should be distributed, too?
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Wed Jun 25, 2014 11:23 pm
by GoodNPlenty
staringfrog wrote:Does Standard Full Version of ProGUI compile statically with PB under Windows (XP and higher) or its .dll should be distributed, too?
If you copy the user library to your "PureBasic\PureLibraries\UserLibraries" folder and the ProGUI.res file to your "PureBasic\Residents" folder you don't have to distribute the dll.
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Thu Jun 26, 2014 3:17 am
by staringfrog
GoodNPlenty,
thank you for making this clear. Two more questions, however, after reading this thread — 1) does purchasing ProGUI Standard via its home site today guarantees that I get my copy and keys without delay, or it is all but forlorn? 2) does this static linking functionality work with PB5.2 or I need to use some minor version of PB for full compatability with ProGUI?
Re: ProGUI V1.38 UI Library (Small Bug Fix)
Posted: Thu Jun 26, 2014 3:40 am
by Zach
Personally, I wouldn't gamble with making a purchase until / if Chris comes back. He's been gone a long time now.
It's a real shame he couldn't continue working on it because it was shaping up to be such a great, easy to use library.
He had a great development roadmap with great features planned, I think it would even have become cross platform eventually; working with ProGUI can be so much easier than OS API. I'm betting custom skinning he had planned would have made it a lot easier to make a consistent GUI-look across all platforms too.. Its too bad his financial situation forced him to look for real employment and he couldn't work on it full time.
You'd need to use an older version of PB built for ProGUI's static libraries. Otherwise you'd have to purchase a source code license so you could modify it so it worked with newer versions of PB.