Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, 1.Can I programmatically enable an item in a ring , after it has been disabled ? 2. Can I programmatically select several ring items? Thanks, Alexander.
Post Follow-up to this messageHi Alexander, 1. Yes. When you can disable it, then you can enable it too... 2. No. Only one selected item...
Post Follow-up to this messageHi Alexander On your block diagram you can create a property node for the diabled nature of your ring control. If you change this node to write and then input an int eger array with the elements that you want to disable then you can programat icaly control what is disab led and what isn't. If your not sure about how to do this then tell me and I will write a short sample code for you. best regards
Post Follow-up to this messageAlron wrote:Hi,2. Can I programmatically select several ring items? If you still want to programatically select several ring items, code in its mouse down event such that on every selection you update the ring's text.tex t to a string array, so that you can get a list of selected items when the u ser has finished the operat ion.
Post Follow-up to this messageHi, I have tried with a property node, but could only desable an item, so any example (Labview 8.0) will be appreciable. Thanks, Alexander. "GrahamG" <x@no.email> wrote in message news:1207215608201-682719@exchange.ni.com... > Hi Alexander > > On your block diagram you can create a property node for the diabled > nature of your ring control. If you change this node to write and then > input an integer array with the elements that you want to disable then you > can programaticaly control what is disabled and what isn't. > > If your not sure about how to do this then tell me and I will write a > short sample code for you. > > best regards
Post Follow-up to this messageBut how keep several items selection colored (marked) ? "parthabe" <x@no.email> wrote in message news:1207224606482-682793@exchange.ni.com... > Alron wrote:Hi,2. Can I programmatically select several ring items? > > > If you still want to programatically select several ring items, code in > its mouse down event such that on every selection you update the ring's > text.text to a string array, so that you can get a list of selected items > when the user has finished the operation.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.