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

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

[Octave-bug-tracker] [bug #44700] Changing the style of a uicontrol afte


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44700] Changing the style of a uicontrol after creation
Date: Thu, 02 Apr 2015 14:40:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

URL:
  <http://savannah.gnu.org/bugs/?44700>

                 Summary: Changing the style of a uicontrol after creation
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu 02 Apr 2015 02:40:39 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In MATLAB, it is possible th change the style of a uicontrol:


F=figure;
H=uicontrol(F,'Style','edit','String','content');
set(H,'Style','text');


while Octave returns an error stating it is not possible:


error: set: cannot change the style of a uicontrol object after creation.


I assume that this is a documented feature in MATLAB as it is not said in the
documentation that the 'Style' property can only be set once and for all.

Is this something that could possibly be doable in Octave or shall I make sure
that my code never uses this functionality as it won't be implemented?




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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