[GS] feature request

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

[GS] feature request

Post by newdep »

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.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

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.
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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.
newlisp-edit..
Can newlisp-edit get an option to load files as arguments?
$newlisp-edit myfile.lsp
Its on my ToDo list
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.
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

Locked