Page 3 of 13

Posted: Wed Mar 12, 2008 9:06 pm
by srod
Afraid that the control does not support labels at this time.

Posted: Wed Mar 12, 2008 9:23 pm
by DoubleDutch
It would be good if eventually it had this feature.

Posted: Wed Mar 12, 2008 9:38 pm
by srod
To be honest, I will only add it if I need it myself in some application or other, such is the time that I haven't got at the moment to devote to this project. :wink:

When I originally started work on the image array, I did think about labels, but decided I wouldn't need them. Beside's, you can always add text to the images themselves etc.

We'll see.

Posted: Wed Mar 12, 2008 11:20 pm
by superadnim
thing is, theres no public svn so even if people modified the source they wouldn't be able to upload their own trunks, etc... becomes quite messy!

Posted: Wed Mar 12, 2008 11:35 pm
by srod
On the contrary, having a public area for uploading modifications could easily become messy and disjointed.

If anyone modifies the source in a way which I feel would benefit other users of Nexus then I would be happy to update my site with the new version etc. but I do reserve the right to either allow or refuse such updates as I deem necessary.

Posted: Thu Mar 13, 2008 12:43 am
by mrjiles
Appears to be a nice addition! Thanks for the hard work srod!

Posted: Thu Mar 13, 2008 11:24 am
by srod
Hard work? 10 minutes scribble on the bag of a fag packet lad! :wink:

If only that were true!

You're welcome mrjiles.

Posted: Thu May 22, 2008 4:28 pm
by srod
22/5/2008. Update.

nxSplitter gadgets.
You can now control which of the child gadgets is collapsed and anchored whenever the user clicks the 'gripper'. Up to now the gadgets would alternate, that is the first gadget would collapse the first time the gripper was clicked, then the next click would collapse the second gadget, then the first gadget and then the..... :) You now have complete control over which one (if any) is collapsed and anchored.

This is handled through the nxSplitter callback. See the "DEMO-2 nxSplitter.pb" demo program for details (look for the commented lines in the callback function).

Regards.

Posted: Thu May 22, 2008 5:14 pm
by ts-soft
thanks,

i have found a example "DEMO nxRebar.pb" but no source for it?

greetings
Thomas

Posted: Thu May 22, 2008 6:13 pm
by srod
ts-soft wrote:thanks,

i have found a example "DEMO nxRebar.pb" but no source for it?

greetings
Thomas
Duly removed! :wink:

Posted: Thu May 22, 2008 6:34 pm
by ts-soft
srod wrote:Duly removed! :wink:
not removing, please add the required include :wink:

Posted: Thu May 22, 2008 6:39 pm
by srod
As soon as I've written it Thomas it will be included! :)

A question of time at the moment.

Posted: Fri May 23, 2008 6:47 pm
by srod
23/5/2008. Update.

nxImageArray gadgets.
These controls have been upgraded.

First, you can now opt between selected images being blended with the background or simply exhibiting a customisable selection border etc.

More importantly, however, you can now receive notifications regarding the selection / deselection of individual items even in multi-select image arrays. This makes the control far more felexible and was something I needed for my current work in that I required a flexible thumbnail selector etc.

Have added a second demo program for this control which not only illlustrates the new functionality, but goes some way towards demonstrating the powerful drag/drop options etc.

Regards.

Posted: Fri May 23, 2008 7:09 pm
by DoubleDutch
Arghh! I just downloaded the last update and now there's another! Please stop updating your libs with more functions ! ;)

Posted: Fri May 23, 2008 7:17 pm
by srod
DoubleDutch wrote:Arghh! I just downloaded the last update and now there's another! Please stop updating your libs with more functions ! ;)
Should be totally backwards compatible. :)