Hi Lutz,
Is it possible to set the gs:disable color ?
Currently on unix is not realy readable..on windows its oke..
newlisp-edit..
Can newlisp-edit get an option to load files as arguments?
$newlisp-edit myfile.lsp
I seem to be unable to get a horizontal scrolling for a test-area or text-pane?
Is it not possible or is there a trick?
Regards, Norman.
addon: with gs:disable color i ment the disabled color in a gs:text-field.
the rest is normal..but the gs:text-field becomes bright on bright..
Norman.
Quote
Is it possible to set the gs:disable color ?
Currently on unix is not realy readable..on windows its oke..
It can be changed, but is involved, it depends on the look-an-feel settings for a specific platform. I don't think I will ever expose these in an API.
Quote
newlisp-edit..
Can newlisp-edit get an option to load files as arguments?
$newlisp-edit myfile.lsp
Its on my ToDo list
Quote
I seem to be unable to get a horizontal scrolling for a test-area or text-pane? Is it not possible or is there a trick?
At the moment gs:text-area and gs:text-pane are set up for line wrapping so horizontal scrolling should not be necessary, if the the text area is completely visible.
The problem in your content browser (on Windows, fine on OS X) is not solvable with scrolling but is a problem with the layout. Try "center" instead of "east" for the INFO pane in the content borwser.lsp.
A text area which is too big to display, could be put in a gs:scoll-pane. See widget-demo.lsp, where the newLISP logo is in a gs:scroll-pane.
Quote
with gs:disable color i ment the disabled color in a gs:text-field.
Try to set the color or background color of the text area. See widget-demo.lsp, which is doing for text areas and list boxes.
Lutz