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.35 User Interface Library (Important bug fixes

Post by Poshu »

@Thorsten1867 the textcontrol is still part of the container, that's the point of the parent ID argument =_=;
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: ProGUI V1.35 User Interface Library (Important bug fixes

Post by Thorsten1867 »

Poshu wrote:@Thorsten1867 the textcontrol is still part of the container, that's the point of the parent ID argument =_=;
I know. I can't explain in english, what I mean. Take a look at the sidebar code.
I'm thinking, I will wait for the bugfix of PrincieD.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: ProGUI V1.35 User Interface Library (Important bug fixes

Post by Thorsten1867 »

PrincieD wrote:Hi Thorsten,
(...) I'll have the fixed version ready today or tomorrow but in the meantime this simple work-around should work: (...)[/code]
I've tried it, but it does'nt work?!?
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.35 User Interface Library (Important bug fixes

Post by PrincieD »

Thorsten1867 wrote:
PrincieD wrote:Hi Thorsten,
(...) I'll have the fixed version ready today or tomorrow but in the meantime this simple work-around should work: (...)[/code]
I've tried it, but it does'nt work?!?
Hi Thorsten, the new version is out (see top of thread). Sorry for the delay in getting it released by the way, the weather has been so nice in England the past week and I had to make the most of it! (nice weather in England doesn't usually last long :wink:).

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.35 User Interface Library (Important bug fixes

Post by Thorsten1867 »

PrincieD wrote:Hi Thorsten, the new version is out (see top of thread).
It's working .... ! Great!
I see in Germany a few sunbeam too. I will take my notebook to the terrace and continue there my work. 8)
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: ProGUI V1.36 User Interface Library (Small bug fix)

Post by IdeasVacuum »

...nice weather has officially ended in the UK, it's raining here in Wales. That's it, end of our summer most likely. :shock:
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.36 User Interface Library (Small bug fix)

Post by ts-soft »

@PrincieD

Hello Chris,
i am still waiting for the source-release :wink:

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

Re: ProGUI V1.35 User Interface Library (Important bug fixes

Post by PrincieD »

Thorsten1867 wrote: It's working .... ! Great!
Sweet! glad it's working :)
I see in Germany a few sunbeam too. I will take my notebook to the terrace and continue there my work. 8)
hehe good plan! :wink:
IdeasVacuum wrote:...nice weather has officially ended in the UK, it's raining here in Wales. That's it, end of our summer most likely. :shock:
Yep lol it's pissing it down today in Yorkshire too, bah oh well it was nice while it lasted!
ts-soft wrote: i am still waiting for the source-release :wink:
Ah yep I'll do it now Thomas, just wanted to make sure it was working ok before emailing everyone (thanks Thorsten!).

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.36 User Interface Library (Small bug fix)

Post by ts-soft »

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

Re: ProGUI V1.36 User Interface Library (Small bug fix)

Post by PrincieD »

ts-soft wrote:Thx for the update :D
No worries! :)

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.36 User Interface Library (Small bug fix)

Post by PrincieD »

Guys, just thought I'd mention a good tip: As the TextControlEx is now a sub-classed PanelEx (via the user callback parameter) all the PanelEx commands will work on the returned handle so you can alter the alpha transparency and add a border or background images as well as gradients etc.. (the same also applies to the ImageButtonEx) :)

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.36 User Interface Library (Small bug fix)

Post by electrochrisso »

Thanks for update Chris. :)
About the weather, where I live, I cant remember exactly when it rained last, and when it did it was only about 2mm.
It is the first day of winter here and going to be sunny with a temp of 20c. :wink:
PureBasic! Purely the best 8)
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: ProGUI V1.36 User Interface Library (Small bug fix)

Post by IdeasVacuum »

About the weather, where I live, I cant remember exactly when it rained last, and when it did it was only about 2mm.
It is the first day of winter here and going to be sunny with a temp of 20c.
...but I bet you wouldn't mind having a little bit more rain!
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.36 User Interface Library (Small bug fix)

Post by PrincieD »

electrochrisso wrote:Thanks for update Chris. :)
You're welcome mate :)
electrochrisso wrote:About the weather, where I live, I cant remember exactly when it rained last, and when it did it was only about 2mm.
It is the first day of winter here and going to be sunny with a temp of 20c. :wink:
:shock: that's nuts! lucky if we get 20c in the summer here! :lol:

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.36 User Interface Library (Small bug fix)

Post by electrochrisso »

...but I bet you wouldn't mind having a little bit more rain!
Just enough to settle the dust a little, I would be happy with 2mm per week, of course the farmers would like heaps more than that, they are never a happy lot over here, in the land of droughts and flooding rains. :lol:
:shock: that's nuts! lucky if we get 20c in the summer here! :lol:
I know 30c is a heat wave over there, I am freezing my you know what's off, when it goes below 15c. :lol:
PureBasic! Purely the best 8)
Locked