Ralph Shnelvar
2010-Aug-13 20:34 UTC
[fxruby-users] FXTextField: READONLY background is white
For a READONLY FXTextField the background is white. How do I turn it gray? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100813/32b8272b/attachment.html>
Joey Kinsella
2010-Aug-13 20:40 UTC
[fxruby-users] FXTextField: READONLY background is white
I believe most, if not all FX widgets support the backColor attribute. myTextField.backColor = FXRGB(0xcc, 0xcc, 0xcc) On Fri, Aug 13, 2010 at 4:34 PM, Ralph Shnelvar <ralphs at dos32.com> wrote:> For a READONLY FXTextField the background is white. How do I turn it > gray? > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >-- If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or other use of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100813/390acdd8/attachment.html>