[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hypertext in mcl




On Wed, 30 Mar 1994, Kim Binsted wrote:

> Forgive me if this is a repeat - the original article didn't appear on
> my machine.
> 
> I'm developing a system which generates user tailored hypertext
> explanations. My code at present is very klunky indeed (with a
> seperate dialog-item for almost every word!), and I was wondering if
> there was a 'standard' mcl way of handling generated hypertext.

The basic way to avoid using dialog items for every word is to print your
text directly on your window and define your own view-click-event-handler
to intercept the mouse clicks and decide which word was clicked on.

It'll be a lot less clunky, but also more work to implement.