ProGUI V1.38 UI Library (Small Bug Fix)

Developed or developing a new product in PureBasic? Tell the world about it.
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post 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?
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post by flaith »

Seems that Chris didn't go on his website for a long time, the forum is 'spammedalot' :(
“Fear is a reaction. Courage is a decision.” - WC
Karellen
User
User
Posts: 83
Joined: Fri Aug 16, 2013 2:52 pm
Location: Germany

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post 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 ...
Stanley decided to go to the meeting room...
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post by electrochrisso »

flaith wrote:Seems that Chris didn't go on his website for a long time, the forum is 'spammedalot' :(
I am even being spammed via PM. :( :| :) :D :lol:
PureBasic! Purely the best 8)
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post by flaith »

Yeah me too :shock: :lol:
“Fear is a reaction. Courage is a decision.” - WC
slagusev
New User
New User
Posts: 8
Joined: Fri Nov 29, 2013 2:24 am

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post by slagusev »

Somebody communicates with the developer? Bought a license online. and the key did not come
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: ProGUI V1.38 UI Library (Small Bug Fix)

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

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post 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.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post by Thorsten1867 »

How can I resize or move a TextControlEx()?
ResizeGadget() seems not to work.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post 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)
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post by Thorsten1867 »

Thanks, I will add it to my Resizing-Modul
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
staringfrog
User
User
Posts: 58
Joined: Wed Feb 27, 2013 9:36 am

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post by staringfrog »

Does Standard Full Version of ProGUI compile statically with PB under Windows (XP and higher) or its .dll should be distributed, too?
Coding's men's knitwork.
GoodNPlenty
Enthusiast
Enthusiast
Posts: 112
Joined: Wed May 13, 2009 8:38 am
Location: Arizona, USA

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post 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.
staringfrog
User
User
Posts: 58
Joined: Wed Feb 27, 2013 9:36 am

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post 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?
Coding's men's knitwork.
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: ProGUI V1.38 UI Library (Small Bug Fix)

Post 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.
Locked