Dear all, thanks for your answer of my other question
now I got another question
how to change color of greyed widget?
I use style “click button to edit” form, so when my frame is not in
editable
mode,
I set sensitive to false.
but the frame became grey that makes it hard to read anything written on
textbox inside the frame
I need to set sensitive to false, change color for easy recognation, but
still having the text readble easily,
i don’t know, perhaps more yellowish rather than greyish?
I use style “click button to edit” form, so when my frame is not in
editable
mode,
I set sensitive to false.
but the frame became grey that makes it hard to read anything written on
textbox inside the frame
I need to set sensitive to false, change color for easy recognation, but
still having the text readble easily,
i don’t know, perhaps more yellowish rather than greyish?
I found modify_base works here, and that’s only on input widget like
entry,
not container like frame
so I change my code to set modify_base of all entry and set modify_text
to
black to ensure it can be read
Well, that fix my problem
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.