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: pwnbusiness2...@centurylink.net Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=99607 >
Just from a quick look over a few things, it looks like the only difference in is that the wxSingleChoiceDialog XS(?) file handles client data or if client data is not present, an overloading situation exits. It may be a problem in wxWidgets itself and not in wxperl. ----- Original Message ----- From: "Steve Cookson - gmail via RT" <bug...@rt.cpan.org> To: pwnbusiness2...@centurylink.net Sent: Tuesday, October 21, 2014 4:38:25 PM Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox <URL: https://rt.cpan.org/Ticket/Display.html?id=99607 > 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 contribution, but right now I'm a little disoriented in the syntax and > protocol of the open-source contribution system not to mention the wxperl > contribution system. Your not alone in that! wxPerl has been more organised in the past, but we've been through a bit of a hiatus this year and we're still trying to pull ourselves together. > What file is the wxTextEntryDialog code in? wxPerl::XS::TextEntryDialog.xs > I can see the wxSingleChoiceDialog that you are speaking of. wxPerl::XS::SingleChoiceDialog.xs wxPerl::cpp::SingleChoiceDialog. But there are many other references to all these files across the directories in MANIFEST files, Makefile files and typemap files among others. There are some descriptions about how it all hangs together on the wiki, here: http://wiki.wxperl.nl/Main_Page especially the first two items: here: http://wiki.wxperl.nl/NewClass and here: http://wiki.wxperl.nl/Internals_-_Introduction_to_Wx_XS_Wrappers Good luck. Regards Steve