paul.allton at uk.bnpparibas.com wrote: > TextCtrl on windows supports the TE_RICH and TE_AUTO_URL styles, but I cannot seem > to extract the url from the generated evt_text_url event. Is this not supported or am > I just not asking the right question of it? It seems there is a class specifically for this in WxWidgets, called TextUrlEvent, which includes methods for retrieving the URL. Unfortunately, it seems completely undocumented in the 2.6.3 docs for either TextCtrl or CommandEvent, so we''ve missed it. I''ve had a look at the WxWidgets include files, and I think it should be straightforward to add. I''ve added it to the tracker and should be able to do this for our next release (0.0.39) Thanks for the report alex
paul.allton at uk.bnpparibas.com
2006-Dec-20 11:03 UTC
[Wxruby-users] getting url from evt_text_url event
>It seems there is a class specifically for this in WxWidgets, called >TextUrlEvent, which includes methods for retrieving the URL.>Unfortunately, it seems completely undocumented in the 2.6.3 docs for >either TextCtrl or CommandEvent, so we''ve missed it.>I''ve had a look at the WxWidgets include files, and I think it should be >straightforward to add. I''ve added it to the tracker and should be able >to do this for our next release (0.0.39)Great, thanks for that. I was just about to ask when you were planning to add HtmlWindow support, but I just upgraded to 0.0.38 and noticed that you''ve already done it ;) BTW, the new documentation is proving really helpful. However, I''m wondering why some classes e.g. Panel, TextCtrl have a ''methods'' section (which is very very useful) and others do not, e.g Grid, HtmlWindow. Are the docs auto-generated? p. This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. ********************************************************************************************** BNP Paribas Private Bank London Branch is authorised by CECEI & AMF and is regulated by the Financial Services Authority for the conduct of its investment business in the United Kingdom. BNP Paribas Securities Services London Branch is authorised by CECEI & AMF and is regulated by the Financial Services Authority for the conduct of its investment business in the United Kingdom. BNP Paribas Fund Services UK Limited is authorised and regulated by the Financial Services Authority -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20061220/adbeef6a/attachment.html
paul.allton at uk.bnpparibas.com wrote:> BTW, the new documentation is proving really helpful. However, I''m > wondering why some classes e.g. Panel, TextCtrl have a ''methods'' > section (which is very very useful) and others do not, e.g Grid, > HtmlWindow. Are the docs auto-generated?They were originally automatically converted and ''translated'' from the WxWidgets latex sources. They''re now held in our SVN in Textile format, and hand-edited. Point taken about Grid and HtmlWindow - this is where our latex parser didn''t deal with variations in the structure of the originals. Please do point do these out, file a bug, or submit a doc patch as you find them. Thanks alex
paul.allton at uk.bnpparibas.com
2007-Jan-03 10:20 UTC
[Wxruby-users] getting url from evt_text_url event
>They were originally automatically converted and ''translated'' from the >WxWidgets latex sources. They''re now held in our SVN in Textile format, >and hand-edited.>Point taken about Grid and HtmlWindow - this is where our latex parser >didn''t deal with variations in the structure of the originals. Please do >point do these out, file a bug, or submit a doc patch as you find them.Done ... http://rubyforge.org/tracker/index.php?func=detail&aid=7549&group_id=35&atid=218 This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. ********************************************************************************************** BNP Paribas Private Bank London Branch is authorised by CECEI & AMF and is regulated by the Financial Services Authority for the conduct of its investment business in the United Kingdom. BNP Paribas Securities Services London Branch is authorised by CECEI & AMF and is regulated by the Financial Services Authority for the conduct of its investment business in the United Kingdom. BNP Paribas Fund Services UK Limited is authorised and regulated by the Financial Services Authority -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20070103/4a558f4c/attachment.html