Re: [Fxruby-users] fxruby message tester
Status: Inactive
Brought to you by:
lyle
From: meinrad r. <mei...@gm...> - 2004-05-14 18:05:18
|
ly...@kn... wrote: > On Fri, 14 May 2004 16:48:30 +0200, meinrad recheis <mei...@gm...> > wrote : > > >>many people including myself have asked on this list for a method to >>find out what messages a widget handles. > > > Here, "many" people means "two" people. hmpf > > >>i have written a simple script that does the job. >> >>the script is not perfect and i can not guarantee that the result is >>exact, but it seems fairly ok to me. > > > If this works for you, that is of course great. It seems to me that a less > haphazard way would be find some way to leverage the information contained > in the existing RDoc documentation. For example, use RDoc to generate XML > output (instead of the standard HTML) and then write a little program using > REXML to extract the messages sent by each widget. ok. > > Just my $0.02, > > Lyle > > |