Page 1 of 1
					
				GUI server development v. 0.7
				Posted: Mon Jun 18, 2007 4:28 pm
				by Lutz
				
			 
			
					
				
				Posted: Mon Jun 18, 2007 5:16 pm
				by newdep
				Thanks for the fix !! ;-)
btw on gs:window gs:set-resizable  gives an error..
Norman.
			 
			
					
				
				Posted: Mon Jun 18, 2007 5:36 pm
				by didi
				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) .
			 
			
					
				
				Posted: Mon Jun 18, 2007 6:04 pm
				by Lutz
				thanks for the report, this is a bug in console.lsp
Lutz
			 
			
					
				
				Posted: Mon Jun 18, 2007 6:12 pm
				by didi
				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 .
			 
			
					
				
				Posted: Mon Jun 18, 2007 6:18 pm
				by Lutz
				Bug in 'set-grid-layout' ? 
look into widgets.lsp it uses a 5 x 1 (5 rows 1 column) layout without a problem.
btw 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
 
			 
			
					
				
				Posted: Mon Jun 18, 2007 6:34 pm
				by didi
				You're right , no bug. 
The problem was,  i added one panel more than defined, then it changes from 1 to 2 columns.