newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on June 20, 2007, 02:47:47 PM

Title: development GUI-server v.0.8
Post by: Lutz on June 20, 2007, 02:47:47 PM
- 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.
Title:
Post by: newdep on June 20, 2007, 03:51:57 PM
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.
Title:
Post by: newdep on June 20, 2007, 04:19:21 PM
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.
Title:
Post by: newdep on June 21, 2007, 12:28:08 AM
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.