Page 13 of 13
Re: Nexus -library of custom gadgets (updated : 28/7/09)
Posted: Thu Jun 03, 2010 9:54 pm
by srod
Forge wrote:Hey srod,
thanks for this great lib!
Is there any way to make the items of the nxPropertyBox control readonly?
Either use items of type #nxPropertyBox_Static or use the #nxPropertyBox_SelectingItem callback message and return 0 for those items you wish to deny acces to.
Be aware that I have fixed loads of bugs with Nexus during my recent work (splitter control and the propertybox), but have yet to upload a new version. Truth is that I have not even recorded which bugs have been fixed etc. and so I cannot list them!

I'll upload a new version soon.
Re: Nexus -library of custom gadgets (updated : 28/7/09)
Posted: Thu Jun 03, 2010 10:05 pm
by ts-soft
srod wrote: I'll upload a new version soon.
Please replace all .l with .i and all gadgets works on x64

Re: Nexus -library of custom gadgets (updated : 28/7/09)
Posted: Thu Jun 03, 2010 10:13 pm
by srod
ts-soft wrote:srod wrote: I'll upload a new version soon.
Please replace all .l with .i and all gadgets works on x64

There is not a chance in hell my old mucka that this change alone would allow Nexus to compile and/or run natively under x64!

If it were that simple, I'd have done it 12 months ago!
No, I intend replacing Nexus completely at some point with a far more comprehensive library. But that is for another day. At the moment, it serves me quite well (and it has certainly proved it's worth in the uses to which I put it), but I can see the end for this particular program. Some of the code is really s*it poor by my own standards now and so, in with the new, out with the old and all that!

Re: Nexus -library of custom gadgets (updated : 28/7/09)
Posted: Thu Jun 03, 2010 10:31 pm
by ts-soft
srod wrote:There is not a chance in hell my old mucka that this change alone would allow Nexus to compile and/or run natively under x64!

If it were that simple, I'd have done it 12 months ago!

The Splitter works in this way

and the others require a bit more of change (some structures) but should easy.
Re: Nexus -library of custom gadgets (updated : 17/09/10)
Posted: Fri Sep 17, 2010 12:39 pm
by srod
17th September 2010
A new version of Nexus has been uploaded, one which compiles and runs under both 32-bit and 64-bit versions of Purebasic.
Quite a few bugs have also been fixed and the property-box control has been upgraded somewhat with some code added by Peyman.
Regards.
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Sat Oct 30, 2010 7:07 pm
by Poshu
Nexus II website is quite unusable (most pages are 404) and I can't find any trace of the good old nexus I used to toy with, Srod, please, do something! I'm sooo used to your tools!
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Sun Oct 31, 2010 10:32 am
by srod
If you require a copy of the original Nexus then just pm me an e-mail address and I shall be glad to send you a copy.
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Sun Oct 31, 2010 10:56 am
by Poshu
thanks a lot!
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Wed May 11, 2011 6:46 am
by Poshu
Mmmh, is there a way to disable a Propety box item?
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Wed May 11, 2011 8:34 am
by srod
Not directly no - you have to cheat a little. Set the item's colors as appropriate for a a disabled item and then use a Nexus callback and intercept the #nxPropertyBox_SelectingItem message. Return #False if wParam contains the index of the item to be 'disabled', otherwise return #True to allow the selection.
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Tue May 08, 2012 8:04 am
by javabean
Hi srod,
I've just seen that your great nexus controls can't be downloaded anymore.
Especially I am interested in the "nxTreeField" (TreeList) control. Any chance for me to get hold of it?
Certaily I would pay for a license...
Btw.: Is it compatible with PB 4.6?
Thanks in advance!
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Tue May 08, 2012 8:36 am
by srod
No license required and will run on PB 4.6 no problem. I'll did out the files presently.
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Tue May 08, 2012 12:32 pm
by Bisonte
Where I can find a download link on your page to this library ?
I search, but I can't find it...
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Tue May 08, 2012 12:35 pm
by srod
You can't because I no longer maintain the product.
However you can download it if you wish :
http://www.purecoder.net/nexus.zip
No support will be given though.
Re: Nexus -library of custom gadgets (32-bit / 64-bit)
Posted: Tue May 08, 2012 12:42 pm
by Bisonte
thanks.