From: Jouke V. <jo...@pv...> - 2002-10-29 09:29:01
|
> > > Surely not for 0.12 (if I keep adding things, I will >never release it...) > Of course...I didn't expect you to add something right in the middle of a beta release phase ;-) >>2. I was playing with Wx::EvtHandler and the Disconnect method only >>allowed me to use the second form, using the 'lastid' parameter. I have >>no clue what I should fill in there, and using the default -1 didn't >>work. I think the first form of Disconnect ($handler->Disconnect(id, >>eventtype)) would be much easier to use. Could you allow this? >> > Using -1 should work (test case?). If you added the event handler >using some EVT_FOO, you can use EVT_FOO( ..., undef ) to disconnect it >(if it does not work, it is a bug). (this is from 0.12). > Well, I've eventually worked around it (the sub that was my event handler now checks for a flag and calls other subs depending on the flag), but I'll try again and let you know. I'm sure that EVT_FOO(..., sub {}) (empty sub) at least *didn't* work (which I tried), because it kept calling the original sub EVT_FOO was defined with. >>5. One very important feature request for me personally would be to wrap >>Wx::MemoryFSHandler. In the wxPerl 0.12 documentation you state that >>this class is not implemented, however from the demo.pl and from my own >>experience I know that Wx::ZipFSHandler and Wx::InternetFSHanderl *are* >>implemented. I presume the documentation is right and that the >>MemoryFSHandler is *not* currently implemented, which is something I >>can't see why. >> >Well, for no particular reason. Again, will not be in 0.12. > Again, understandable that it won't be in 0.12, but is there a chance I'll see it in 0.13? If I were more into XS stuff, I'd certainly submit patches, but that's something I've never done before and I presume that if I'd submit patches, everyone would like them to be good, not beginners-stuff... Maybe that's something for my personal to-do list...getting more into XS... -- -------------------------------------------------------------------- | Jouke Visser | http://jouke.pvoice.org (personal) | | | http://www.pvoice.org (pVoice & pStory)| | Perl GUI Geek | http://wxperl.pvoice.org (wxPerl) | -------------------------------------------------------------------- |