* 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
			
			
			
				Thanks for the fix !! ;-)
btw on gs:window gs:set-resizable  gives an error..
Norman.
			
			
			
				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) .
			
			
			
				thanks for the report, this is a bug in console.lsp
Lutz
			
			
			
				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 .
			
			
			
				Quote
look into widgets.lsp it uses a 5 x 1 (5 rows 1 column) layout without a problem.
Quote
gs:window makes a window which is not resizable, gs:set-resizable has to give an error on this.
Lutz
			 
			
			
				You're right , no bug. 
The problem was,  i added one panel more than defined, then it changes from 1 to 2 columns.