Search found 3 matches

by LHuisingh
Thu Dec 13, 2012 10:25 am
Forum: General
Topic: Newbie question on picture instance names
Replies: 5
Views: 109677

Re: Newbie question on picture instance names

I had set SerializeNames to true on the component level class. I had not set SerializeNames to true on the containing Picture. Once I did so on the Picture containing the instance of the component, the Click handler could correctly retrieve the name of the specific component instance. As it turns ou...
by LHuisingh
Thu Dec 13, 2012 8:22 am
Forum: General
Topic: Newbie question on picture instance names
Replies: 5
Views: 109677

Re: Newbie question on picture instance names

I checked the *.designer.cs file and the .Name property is being set on the Sensor class. Also, I am incorporating this Sensor component on another Picture which contains an image and a polygon or two. Finally, this Picture is placed on a canvas in a form. I imagine I will ultimately be having a few...
by LHuisingh
Wed Dec 12, 2012 2:17 pm
Forum: General
Topic: Newbie question on picture instance names
Replies: 5
Views: 109677

Newbie question on picture instance names

I am just starting out with VG.Net and the trial version. I have created a Picture class that I want to place instances of on several different forms and canvases. Each instance of my component will be individually and uniquely named. My goal is to be able to have the Click event of the Picture know...