in reply to Prima vs. Tk

- Editable RT-control: doesn't exist. One can hack Prima::TextView so it would accept keystrokes - all of the underlying rendering mechanics already there, so it's not the real problem. The real problem is to design a viable API - file format, markup model, interface methods, shortcut keys, etc etc.

- Global options - AFAIU Tk fiddles with XRDB, which is hard to incorporate into a portable toolkit. However, there is a limited set of options readable from XRDB, like,

Prima*Widget*color: #003000

- Tk::DoOneEvent == $::application-> yield

- Any Prima::Widget descendant can be used for grouping, if the functionality you need is to group the children widgets inside.

And yes - Prima does compile on 5.8.0 .

Title edit by tye

Replies are listed 'Best First'.
Re: Answers
by Anonymous Monk on Aug 24, 2003 at 14:57 UTC
    That's right. Prima::TextView written entirely in perl. The only reason it isn't editable is because the author didn't have a need for it (Prima::Edit is all he needed i suppose)