[Mono-list] eventbox array

2005-01-04 Thread roy
I have used eventbox to park a image . but I need many eventbox and image. when I click the eventbox, how can I know which eventbox I have clicked. it seems I can not use eventbox array. when I use following code, it cause error. static EventBox[] eventboxm; eventboxm[0]=new EventBox(); thanks

Re: [Mono-list] eventbox array

2005-01-04 Thread Paul
On Wed, 2005-01-05 at 12:41 +1100, roy wrote: > I have used eventbox to park a image . but I need many eventbox and image. > when I click the eventbox, how can I know which eventbox I have clicked. it > seems I can not use eventbox array. > when I use following code, it cause error. > static EventB