This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using macros in applets


Kjetil S. Matheussen wrote:
But if you want to look at it, I just used the scribble
example, and put the syntax-case macro into the top of the file.

It turned out to be a general problem when the module class doesn't extent ModuleBody. In that case we need a "helper" ModuleBody class. The concrete problem was that some initialization was done in the helper class when it should have been done in the main (Applet) class.

The actual fix turned out to be trivial ...
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]