- feature complete newlisp-edit.lsp (replaces console.lsp)
- new frameless-demo.lsp and clipboard-demo.lsp
Changes notes: http://newlisp.org/downloads/development/CHANGES-guiserver-08.txt
Files: http://newlisp.org/downloads/development
Lutz
ps: I would like to know if frameless-demo.lsp shows a transparent window on Vista as it does on MacOS X, on XP-Home transparency is not shown.
Thanks lutz,
Sorry dont have A Windows Vista only a beauty of a BackYard vista..
(and that one is not transparent :)
Feature request..
Could (gs:set-color) be changed to (gs:set-color foreground background) ?
Norman.
Another wish on my list,
an option that return the current screen-size geometry..
(So that we can put windows in the middle of the screen
or even in the lower right corner..
Norman.
Hi Lutz,
Another perhpas beautifier is perhpas to enable
a 'nil in action-widgets that dont use an action handler.
(gs:button 'Button 'nil "Do nothing")
this way you dant have to create an empty function in the code.
Norman.