development GUI-server v.0.8

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

development GUI-server v.0.8

Post 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.

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

Post 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.
-- (define? (Cornflakes))

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

Post 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.
-- (define? (Cornflakes))

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

Post 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.
-- (define? (Cornflakes))

Locked