Page 1 of 1

development GUI-server v.0.8

Posted: Wed Jun 20, 2007 9:47 pm
by Lutz
- feature complete newlisp-edit.lsp (replaces console.lsp)
- new frameless-demo.lsp and clipboard-demo.lsp

Changes notes: http://newlisp.org/downloads/developmen ... ver-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.

Posted: Wed Jun 20, 2007 10:51 pm
by newdep
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.

Posted: Wed Jun 20, 2007 11:19 pm
by newdep
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.

Posted: Thu Jun 21, 2007 7:28 am
by newdep
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.