yorkw@stable.ecn.purdue.edu (Willis F York) (11/13/90)
Well The RX_INTUI.LIBRARY Dsoen't seem to be working right.
I got Requestor.library,Color.library, rx_intui.library installed.
and SOME of the demos work.
Perhaps I'm loading the Libs in Wrong.
here's the "Adlibs.rexx" program i use.
/* Load some Libraries */
if ~show('L',"rexxmathlib.library") then
call addlib "rexxmathlib.library",0,-30
if ~show('L',"rx_intui.library") then
call addlib "rx_intui.library",0,-30
--------------------
I belive the above works correctly. I have no idea that the FuncLib prog is.
get an error like (When i run say input)
the things works ok for a little bit
then i get
+++ Error 17 in line 17: Wrong number of arguments
line 17 is
err=Text(response,wind,10,20)
What do i need to set up? This looks like a really Usefullprogram.
Well Thanx For any info.
.
--
yorkw@ecn.purdue.edu Willis F York
----------------------------------------------
Macintosh... Proof that a Person can use a Computer all day and still
not know ANYTHING about computers.