octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54065] Colors of a uicontrol pushbutton


From: Rik
Subject: [Octave-bug-tracker] [bug #54065] Colors of a uicontrol pushbutton
Date: Tue, 12 Jun 2018 11:35:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #54065 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

This works for me.  The pushbutton with Qt5 using a self-compiled version of
the dev branch has a green background and red text.

This is likely to be something machine specific to the particular libraries
you have installed and which ones were found by configure when you compiled
Octave.

Another thing to try would be to create the figure first, just to make sure
there are no race conditions, and then create the button.


hf = figure;
uicontrol (hf,"Style","pushbutton","String",["Octave "
version],"BackgroundColor",[0 1 0],"ForegroundColor",[1 0 0])




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54065>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]