Re: [wxlua-users] EVT_TEXT_URL in wxTextCtrl

2008-12-04 Thread Evan DeMond
On Thu, Dec 4, 2008 at 12:08 AM, John Labenski <[EMAIL PROTECTED]> wrote: > I've added the wxTextUrlEvent class to CVS. I hope to make a release > for wxWidgets 2.8.9 in the next week. > > Regards, > John > > Fantastic, thank you! I'll have to check out from CVS and try it out. Thanks, Evan

Re: [wxlua-users] EVT_TEXT_URL in wxTextCtrl

2008-12-03 Thread John Labenski
I've added the wxTextUrlEvent class to CVS. I hope to make a release for wxWidgets 2.8.9 in the next week. Regards, John On Fri, Nov 21, 2008 at 1:23 AM, Evan DeMond <[EMAIL PROTECTED]> wrote: > On Thu, Nov 20, 2008 at 11:14 PM, John Labenski <[EMAIL PROTECTED]> wrote: >> >> What about GetStr

Re: [wxlua-users] EVT_TEXT_URL in wxTextCtrl

2008-11-20 Thread Evan DeMond
On Thu, Nov 20, 2008 at 11:14 PM, John Labenski <[EMAIL PROTECTED]> wrote: > > What about GetString()? Doesn't that return the string of the URL? The > only thing that the wxTextUrlEvent adds are functions to get the > integer start and end position of the URL in the textctrl. > Currently GetStri

Re: [wxlua-users] EVT_TEXT_URL in wxTextCtrl

2008-11-20 Thread John Labenski
On Thu, Nov 20, 2008 at 9:55 PM, Evan DeMond <[EMAIL PROTECTED]> wrote: > Hello all, > > Hate to bother the list, but I've been trying to figure out how to handle > URL clicks in wxTextCtrl and I haven't been too successful: > > I've connected a handler to wxEVT_COMMAND_TEXT_URL and am able to rece