development release newLISP v.9.1.11

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

development release newLISP v.9.1.11

Post by Lutz »

- much work on newlisp-edit.lsp and Win32 startup

- fixes enhancements in both newLISP and newLISP-GS

Changes notes and files: http://newlisp.org/downloads/development/

newLISP-GS guiserver docs: http://newlisp.org/guiserver/

Lutz

didi
Posts: 166
Joined: Fri May 04, 2007 8:24 pm
Location: Germany

Post by didi »

While packing my baggage for vacation, i coudn't withstand to install the new version , only a minor thing to the newlisp-edit:

- the nice start-up picture - the dragon-fly - stays even when minimizing

- the recent-file list shows the same file twice , once with "/" and once with "\"

The 0.999 is great ! :-)

I'm wondering if the next version will be 1.0 or 0.9991 and if there'll be a print-function ;-)

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

- the nice start-up picture - the dragon-fly - stays even when minimizing
Add in newlisp-edit.lsp:

Code: Select all

(gs:dispose-splash)
before:

Code: Select all

(while (gs:check-event 10000)
...
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Click on the dragon fly and it will go away. If it bothers you too much, follow Hans-Peter's recommendations. I'll probably do this for the 8/15 release, but until then I just like the logo sitting there on my black desktop background :-).

Printing is on the list but not for the August 15th release of 9.2, which is now feature complete. As a work around for printing a graphics canvas, just use gs:export to a .png file and print that. For printing text there are always a number of options on any OS.

Lutz

ps: next GS version is 1.0, worst case the final release is 1.01 or 1.02 ;-)

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Nice... nice... Lutz ;-)

Aaa dont forget to think about "sound"
I have some nice idea i would like to realize in newlisp using the java:sound option in Guiserver.. (doesnt have to be too fancy ;-)

Norman,
-- (define? (Cornflakes))

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

yeah, sound and music too! Who cares about getting any work done! :-)

Locked