[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] number box stringColor issue
hi
there was a thread about this last year, but nothing was resolved then
and the problem persists with cocoa gui.
string colors other than black revert to black when the value is
changed.
previous thread is here:
https://listarc.bham.ac.uk/lists/sc-users/msg00057.html
( w = Window("NumberBox Example", Rect(100, 500, 400, 120));
b = NumberBox(w, Rect(150, 10, 100, 20));
b.value = rrand(1,15);
b.stringColor = Color.red;
w.front
)
then change the value...
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/