ProGUI V1.38 UI Library (Small Bug Fix)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.13! User Interface Library (New 64 bit version

Post by ts-soft »

use the userlib (x86 or x64) and set one or more of this flags: Unicode / Threadsafe in compileroptions.
Only Polink errors at all!

Run RebarExample2.exe or RebarExample2(x64).exe and Resize the window sometime, you will see this:
Image

Thx for the new key
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.13! User Interface Library (New 64 bit version

Post by PrincieD »

ts-soft wrote:use the userlib (x86 or x64) and set one or more of this flags: Unicode / Threadsafe in compileroptions.
Only Polink errors at all!
Ah yes I see, confirmed the polink errors (I'll get cracking on a fix) (the new Tailbite seems a bit buggy :? )
Run RebarExample2.exe or RebarExample2(x64).exe and Resize the window sometime, you will see this:
Thanks for the screenshot! (it helps tremendously) No rendering problems on XP however, time to crank open my Windows 7 VM (my poor laptop lol)
Thx for the new key
No worries :)
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.13! User Interface Library (New 64 bit version

Post by PrincieD »

I've posted a thread on the Tailbite section of the forum explaining the polink errors, hopefully I should get some help with a fix soon. (seems to be a problem with the new Tailbites handling of "Global Dim" of structures in the threadsafe/unicode part of the multilib :? )

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.13! User Interface Library (New 64 bit version

Post by PrincieD »

It's confirmed, bug with "Global Dim" in Tailbite. Hopefully ABBKlaus will be able to fix it next week if he has enough time :)
I may attempt to correct Tailbite's source code myself in the meantime (don't hold you're breath though, i have no idea of the internal workings of Tailbite lol)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: ProGUI V1.13! User Interface Library (New 64 bit version

Post by Poshu »

64 bit? Sweet!
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.13! User Interface Library (New 64 bit version

Post by PrincieD »

Poshu wrote:64 bit? Sweet!
hehe indeed :D

I took a look at the source to Tailbite and OMG! :shock: I think I'll wait for ABBKlaus to fix it lol
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.13! User Interface Library (New 64 bit version

Post by PrincieD »

New version of ProGUI V1.13 with fixed threadsafe/unicode userlibs is ready for download!
Also fixed a few rendering bugs.
Please see top of thread!

Cheers!

P.s. Thanks ABBKlaus! :D

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.13! User Interface Library (New 64 bit version

Post by ts-soft »

Image
perfectly, thx
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.13! User Interface Library (New 64 bit version

Post by PrincieD »

ts-soft wrote:Image
perfectly, thx
You're welcome! :)
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.13! User Interface Library (New 64 bit version

Post by PrincieD »

Hi Guys! :)

I'm thinking of offering a "Gold" version of ProGUI that comes with source-code for 45 Euros, or for users already registered 10 Euros? what do you guys think? is it too cheap? i feel a bit naked and exposed revealing my code lol (it would make it real easy for a cracker to make a crack too :()

Cheers!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
GoodNPlenty
Enthusiast
Enthusiast
Posts: 112
Joined: Wed May 13, 2009 8:38 am
Location: Arizona, USA

Re: ProGUI V1.13! User Interface Library (New 64 bit version

Post by GoodNPlenty »

I like the idea of a Gold version that includes source code and would certainly pay the upgrade. That would make the transition to new versions of PureBasic much easier for us and I'm sure it would take a lot of pressure off you. That is one of the many things I like about nxSoftware as most applications include source code. I for one like to start testing my projects with a new PureBasic version early on and this would enable me to include ProGUI functions in that testing.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ProGUI V1.13! User Interface Library (New 64 bit version

Post by srod »

Maintaining userlibs are a pain in the ar*e! :) With source code, for example, you need not worry about separate versions for x86 and x64, but then you know that anyhow. :)

PrincieD, I wouldn't worry about cracks. Any cracker worth their salt will be able to crack just about any protection you add to your work anyhow. It is just not worth worrying about in my opinion, not for us 'little guys' anyhow. If your product is good enough then it will sell regardless because, as much as the product itself, people are paying for your continued support etc. Just make sure that your code will compile with VB in case KCC wants a copy! :wink:
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.13! User Interface Library (New 64 bit version

Post by PrincieD »

GoodNPlenty wrote:I like the idea of a Gold version that includes source code and would certainly pay the upgrade. That would make the transition to new versions of PureBasic much easier for us and I'm sure it would take a lot of pressure off you. That is one of the many things I like about nxSoftware as most applications include source code. I for one like to start testing my projects with a new PureBasic version early on and this would enable me to include ProGUI functions in that testing.
Thanks for the feedback GoodNPlenty! :) it's good to have insight into how you use PureBasic and I agree with what you've said, it certainly would take a lot of pressure off me :)
Srod wrote:PrincieD, I wouldn't worry about cracks. Any cracker worth their salt will be able to crack just about any protection you add to your work anyhow. It is just not worth worrying about in my opinion, not for us 'little guys' anyhow. If your product is good enough then it will sell regardless because, as much as the product itself, people are paying for your continued support etc. Just make sure that your code will compile with VB in case KCC wants a copy!
lol yes I think you're right mate, crackers probably would'nt bother because there would be nothing to crack with the source!

It would be nice to have some more comments/feedback about the idea though before I go ahead with it ;)

Thanks!

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.13! User Interface Library (New 64 bit version

Post by PrincieD »

ProGUI Gold with full source code! is now available to purchase :shock: :D :D

http://www.progui.co.uk/register.html

See top of thread!

Cheers!

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.13! User Interface Library (New 64 bit version

Post by ts-soft »

PrincieD wrote:or for users already registered 10 Euros?
I miss this :roll:
Locked