newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on June 26, 2007, 03:51:44 PM

Title: development GUI-server v 0.94
Post by: Lutz on June 26, 2007, 03:51:44 PM
* many bug fixes, changes and additions



* many documentation improvements



* new demo stroke-demo.lsp

http://newlisp.org/downloads/development/stroke-demo.png



Changes notes (scroll down):

http://newlisp.org/downloads/development/CHANGES-guiserver-094.txt



Files:

http://newlisp.org/downloads/development/





Lutz
Title:
Post by: didi on June 26, 2007, 09:54:07 PM
Stroke-demo works good at win2k .  The newlisp-edit doesn't start even with the c:temp or d:temp directory . Console.lsp still works without problems. I'll hope can try it today on XP .



The gui-server  is a big enterprise , i hope it's still fun for Lutz , respect  :-)
Title:
Post by: Sleeper on June 27, 2007, 01:11:23 AM
in newlisp-edit.lsp:


(constant 'TEMP_DIR (if (= ostype Win32) "C:\temp" "/tmp"))

Win32 must be in quotes.

i already mentioned this in previous topic
Title:
Post by: didi on June 27, 2007, 03:45:06 AM
Thanx Sleeper.

I forgot to say, that despite this and "win32"  instead of win32 it doesn't work. Next I'll  try it out of the console to see some error messages.
Title:
Post by: HPW on June 27, 2007, 04:14:26 AM
Works for me in Win2K and WinXP.
Title:
Post by: didi on June 27, 2007, 07:59:14 AM
On "Win XP professional  V2002 -  SP2"  the frameless-demo.lsp shows a dark-blue-background .  Maybe HPW can cross-check this.





I used the Java-Runtimeversion 5.0 Update3 without problems, this versions used only 16MB, which is about the half of my 1.6 version at home.
Title:
Post by: Lutz on June 27, 2007, 08:07:30 AM
QuoteOn "Win XP professional V2002 - SP2" the frameless-demo.lsp shows a dark-blue-background . Maybe HPW can cross-check this.


On Vista it should show tranparency like glass, dark-blue is fine on WinXP


QuoteI used the Java-Runtimeversion 5.0 Update3 without problems, this versions used only 16MB, which is about the half of my 1.6 version at home.


You can go down to 1.42 and have only about 9 MB on XP (have tried this)



Lutz



ps: I edited this later because misread it before
Title:
Post by: HPW on June 27, 2007, 08:39:19 AM
Quotethat means that transparency does not work on Java+Vista.


He only post about XP!



On my Win2K and WinXP both show the darkblue background.