PropertyViewer [canceled]

Share your advanced PureBasic knowledge/code with the community.
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

Fluid Byte wrote:Nope sorry. I will be quite busy next week again. I havn't touched this project in my xmas vacation bacause I was to busy getting drunk.
LOL but we can hope that you work the next time on it?
It is a very nice project!!!!
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

@Fluid Byte

I have changed your code i little bit after i have see you not so nice trick with the WindowMove() so that the scrollbar is showing.
With the changes in my code you not need this trick now and every time if a ittem is added, the ScrollInfos are updatet automaticly.
Take a look into your Macro PROV_EndDataAccess() in my code.
I hope my changes are ok for you ;-)

Code: Select all

removed after request from main author
Regards,
Nico
Last edited by nicolaus on Wed Feb 25, 2009 3:23 pm, edited 1 time in total.
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

Code: Select all

Removed by request of author.
Added: FILE REQUESTER

check if I've done something wrong somewhere, I don't like moding someone elses code :)

hurry up then :)
Last edited by Inner on Wed Mar 05, 2008 1:39 pm, edited 1 time in total.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

And I don't like to be modded. :wink:

I will soon integrate this myself and repost the code so you can remove yours and clean up the thread a little bit.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

I'm afraid to say that this project is dead and canceled. I won't have time to maintain or update this code in the future. Since it's incomplete anyway (no Unicode, no folding, etc.) I decided to remove it. Anyone who needs a PropertyViewer control for serious use should look for srods excellent nxPropertyBox.

More info at: http://www.purecoder.net/nexus.htm

@nicolaus:

Could you please remove the modified version of my code? Of course you can keep the original and do whatever you want with but I don't won't future users to see that rather messy piece of code.

Thank you!
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I disagree on your consideration to remove to code. Even though it may not do what you want, the code can still be useful for others to learn and build from.
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

Mistrel wrote:I disagree on your consideration to remove to code. Even though it may not do what you want, the code can still be useful for others to learn and build from.
I think the same. I cant understand why he want that we remove the code. I have remove the code but i have back it up and so it is not removed for ever :wink:
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Mistrel wrote:I disagree on your consideration to remove to code. Even though it may not do what you want, the code can still be useful for others to learn and build from.
Fact is, the code is flawed and incomplete. So when people just copy/paste it or even build their own extended version with it they may face some unpredictable errors and are confused about the incomplete functionality. Though I can understand your opinion too.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

There's bound to be bugs even if you were to "complete" it. The only difference is that you hadn't finished adding functionality.

For example, if I were to work on a property editor I might rewrite most of your code but it would still be very useful as a springboard. Otherwise I would have to start from scratch. Your code, even incomplete, is still useful to other people.

If you're not too hung up about it I would encourage you to repost it for other people to learn form.
Post Reply