|
|
Choosing A Webhost: |
Re: Wx::STC and EVT_STC_POSCHANGED & others: msg#00020lang.perl.wxperl
On Thu, 06 Jan 2005 02:34:46 +0100 Manuel Renz <m.renz@xxxxxxxxxxxxxxx> wrote: Hello, > I added following, code to the 0.21 Samples in demo/wxSTC.pm > use Wx::Event qw (EVT_STC_POSCHANGED); > EVT_STC_POSCHANGED ($s1,-1, \&{Wx::MessageBox("You moved your > caret","Attention!")}); This is wrong: it calls Wx::MessageBox and somehow casts its return value into a code reference. The correct form is: ... sub { Wx::MessageBox ... }); . After this change you will not get ANY event, because STC apparently does not send POSCHANGED events (I grepped the sources). EVT_STC_CHANGE works as expected, though. You might ask on wx-users for STC not sending POSCHANGED events. > But I get the Messagebox only once when clicking Contrib->STC, but never > again. > It should pop up everytime I move the caret in the editing by mouse or > keyboard. > > So is this a bug or did I forget something important. > The same is with the other STC Events, no event finds its way through. Once you fix the syntax other STC events should work as expected. Regards Mattia ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ wxperl-Bugs-1098777 ] Cannot "use Wx;" unless GTK can find a display, SourceForge.net |
|---|---|
| Next by Date: | Re: Wx::STC and EVT_STC_POSCHANGED & others, Manuel Renz |
| Previous by Thread: | Wx::STC and EVT_STC_POSCHANGED & others, Manuel Renz |
| Next by Thread: | Re: Wx::STC and EVT_STC_POSCHANGED & others, Manuel Renz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |