newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on June 18, 2007, 09:28:14 AM

Title: GUI server development v. 0.7
Post by: Lutz on June 18, 2007, 09:28:14 AM
* bugfixes, borderless windows and a changed gs:get-select syntax



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



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



Lutz
Title:
Post by: newdep on June 18, 2007, 10:16:27 AM
Thanks for the fix !! ;-)



btw on gs:window gs:set-resizable  gives an error..



Norman.
Title:
Post by: didi on June 18, 2007, 10:36:24 AM
A minor thing : The "button-demo.lsp"  started out of "console.lsp"  shows

 "add-list-item: cannot be applied to nil"  

and quits the console. The button-demo works correctly  , maybe this was already the matter on the last version(s) .
Title:
Post by: Lutz on June 18, 2007, 11:04:34 AM
thanks for the report, this is a bug in console.lsp



Lutz
Title:
Post by: didi on June 18, 2007, 11:12:07 AM
Bug in  'set-grid-layout' ?

I want to make a playlist with checkboxes and so on , the lines of the list should have slightly different colors  for better reading.

For this i need a grid layout with only 1 column  and eg. 10 rows == lines , that doesn't work .

It seems,  that there must be at least 2 columns , even if the parameter is 1 or 0 .
Title:
Post by: Lutz on June 18, 2007, 11:18:08 AM
QuoteBug in 'set-grid-layout' ?


look into widgets.lsp it uses a 5 x 1 (5 rows 1 column) layout without a problem.


Quotebtw on gs:window gs:set-resizable gives an error..


gs:window makes a window which is not resizable, gs:set-resizable has to give an error on this.



Lutz
Title:
Post by: didi on June 18, 2007, 11:34:38 AM
You're right , no bug.

The problem was,  i added one panel more than defined, then it changes from 1 to 2 columns.