[rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-27 Thread Mark Dootson via RT
Mon Oct 27 15:05:08 2014: Request 99607 was acted upon. Transaction: Correspondence added by MDOOTSON Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net Status: open

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-27 Thread Patrick via RT
Mon Oct 27 18:31:41 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-22 Thread Patrick via RT
Wed Oct 22 08:50:34 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-22 Thread Patrick via RT
Wed Oct 22 08:55:14 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

[rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Erik Colson via RT
Tue Oct 21 02:26:08 2014: Request 99607 was acted upon. Transaction: Correspondence added by ecocode Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net Status: new

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson
Hi Patrick, On 21-10-2014 00:52, Patrick via RT wrote: my $self = $ref-SUPER::new( undef, 1, 'Parent Window', Wx::wxDefaultPosition, [500, 500], ); my $panel = Wx::Panel-new( $self, 2 ); If you use -1 (or wxID_ANY) as the widget ID, it will assign the next free identifier. Then you don't have

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson via RT
Tue Oct 21 04:00:48 2014: Request 99607 was acted upon. Transaction: Correspondence added by steve.cook...@sca-uk.com Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2

[rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Erik Colson via RT
Tue Oct 21 04:20:44 2014: Request 99607 was acted upon. Transaction: Correspondence added by ecocode Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net Status: open

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Patrick via RT
Tue Oct 21 08:04:43 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Patrick via RT
Tue Oct 21 08:06:09 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson - gmail
Hi Eric, On 21-10-2014 09:20, Erik Colson via RT wrote: In conclusion: destroying $frame destroys $panel, but won't destroy $dialog, because it is_not_ the child of $panel. So, you are on your own to destroy the dialog with $dialog-Destroy; you can argue against this behaviour, but this is

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Patrick via RT
Tue Oct 21 09:10:12 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Patrick via RT
Tue Oct 21 11:15:01 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Patrick via RT
Tue Oct 21 12:06:09 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson via RT
Tue Oct 21 15:43:41 2014: Request 99607 was acted upon. Transaction: Correspondence added by steve.cook...@sca-uk.com Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson
Hi Patrick, On 21-10-2014 17:06, Patrick via RT wrote: When I create a wxSingleChoiceDialog, that does show up as a child. Why is the handling of these two different? Well, the implementation of the wxSingleChoiceDialog is much more complicated. You can look in wxPerl::XS. Here

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Patrick via RT
Tue Oct 21 16:16:09 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson - gmail
Hi Patrick, On 21-10-2014 21:16, Patrick via RT wrote: Thanks for the reply, Steve. I can see what you are saying. I have C and some slight C++ experience from years ago. It was just when OOP was starting to take off. I'd be glad to try to get oriented enough that I could make a little

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson - gmail via RT
Tue Oct 21 16:38:25 2014: Request 99607 was acted upon. Transaction: Correspondence added by steveco.1...@gmail.com Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Patrick via RT
Tue Oct 21 16:54:35 2014: Request 99607 was acted upon. Transaction: Correspondence added by pwnbusiness2...@centurylink.net Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

[rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-20 Thread Patrick via RT
Mon Oct 20 19:52:16 2014: Request 99607 was acted upon. Transaction: Ticket created by pwnbusiness2...@centurylink.net Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net