[cl-cookbook-contrib] [ cl-cookbook-Feature Requests-609410 ] Please write about using a GUI toolkit
Brought to you by:
jthing
From: SourceForge.net <no...@so...> - 2003-02-07 06:16:55
|
Feature Requests item #609410, was opened at 2002-09-14 15:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=609410&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Please write about using a GUI toolkit Initial Comment: Hello -- The documentation on using something like CLIM is overwhelming. We need to simple tips on building GUIs, simple examples. Please choose a simple a Libre Software solution. Thank you. synthespian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-02-06 22:23 Message: Logged In: NO I have had some success getting the 'lisp2wish.lisp' to work; My Setup; Win2000 tei-emacs: http://www.tei-c.org/Software/#body.1_div.2 CLISP 2.30 (http://clisp.cons.org/) IDE: emacs with Ilisp as per: http://cl-cookbook.sourceforge.net/windows.html Wish (http://tcl.tk/man/tcl8.4/UserCmd/wish.htm) I got the free precompiled ActiuveState Version http://aspn.activestate.com/ASPN/Downloads/ActiveTcl/ Finally I used lisp2wish.lisp as described at the cliki site: http://www.cliki.net/lisp2wish file at: http://cvs.sourceforge.net/cgi- bin/viewcvs.cgi/clslideshow/clslideshow/lisp2wish-jc.lisp This version is based on an original version found at ftp://ftp.cis.upenn.edu/pub/kaye/with-wish.tar.Z and is part of a CL-slideshow application. It works; 1. Start emacs 2. F5 to start clisp/ilisp ide 3. (load "lisp2wish.lisp") 4. (test-wish) All I need to work out now is how to use it. stephen the lisp newbie spd...@bi... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=609410&group_id=46815 |