Re: Control IDs

2007-11-26 Thread Mattia Barbon
On Sun, 25 Nov 2007 14:44:00 +0200 "Octavian Rasnita" <[EMAIL PROTECTED]> wrote: > From: "Mattia Barbon" <[EMAIL PROTECTED]> > > On Tue, 20 Nov 2007 19:01:45 +0200 > > "Octavian Rasnita" <[EMAIL PROTECTED]> wrote: > >

Re: Control IDs

2007-11-25 Thread Octavian Rasnita
From: "Mattia Barbon" <[EMAIL PROTECTED]> On Tue, 20 Nov 2007 19:01:45 +0200 "Octavian Rasnita" <[EMAIL PROTECTED]> wrote: Is it possible to use just default control IDs (-1) in a WxPerl application? With other words, if we find the controlID using $event->

Re: Control IDs

2007-11-25 Thread Mattia Barbon
On Tue, 20 Nov 2007 19:01:45 +0200 "Octavian Rasnita" <[EMAIL PROTECTED]> wrote: Hi, > Is it possible to use just default control IDs (-1) in a WxPerl application? > > With other words, if we find the controlID using $event->GetId() in an event > handl

Control IDs

2007-11-20 Thread Octavian Rasnita
Hi, Is it possible to use just default control IDs (-1) in a WxPerl application? With other words, if we find the controlID using $event->GetId() in an event handler, can we access the control's properties and methods? Or we must preallocate an ID for each of the controls? T