1000 GUI toolkits

Samuel A. Falvo II kc5tja at garnet.armored.net
Thu Mar 2 14:50:08 EST 2000


In article <ggam98.955.ln at swbackup.sw.asiainfo.com>, Mark Harrison wrote:
>> Yes.  A window will be *drawn* with PDF.  But where in the PDF format does
>> it permit any kind of mouse or keyboard event notifications?  It doesn't.
>
>If you look in the 4.0 specification, you will see it in the
>embedded javascript section.

Just a few observations:

1) PDF is designed to be used with a dedicated browser application (e.g.,
   acroread).  Thus, embedding interactive elements into the PDF via Javascript
   makes sense, when used in this context,

2) Display PDF isn't necessary a full implementation of PDF, and in fact, is
   quite likely based on a proper subset of a more elderly version of the
   specification,

and finally,

3) Javascript's I/O model isn't as flexible as a general purpose
   user-interface coded at the OS API level.  Using Javascript to manage the
   user interface in MacOS X (or other system which uses PDF) would be
   insane.

-- 
KC5TJA/6, DM13, QRP-L #1447
Samuel A. Falvo II
Oceanside, CA



More information about the Python-list mailing list