GUI server development v. 0.7

Started by Lutz, June 18, 2007, 09:28:14 AM

Previous topic - Next topic

Lutz

* bugfixes, borderless windows and a changed gs:get-select syntax



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



Changes: http://newlisp.org/downloads/development/CHANGES-guiserver-07.txt">http://newlisp.org/downloads/developmen ... ver-07.txt">http://newlisp.org/downloads/development/CHANGES-guiserver-07.txt



Lutz

newdep

#1
Thanks for the fix !! ;-)



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



Norman.
-- (define? (Cornflakes))

didi

#2
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) .

Lutz

#3
thanks for the report, this is a bug in console.lsp



Lutz

didi

#4
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 .

Lutz

#5
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

didi

#6
You're right , no bug.

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