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

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

[Octave-bug-tracker] [bug #62868] incorrect GUI creation


From: анонимный
Subject: [Octave-bug-tracker] [bug #62868] incorrect GUI creation
Date: Fri, 5 Aug 2022 17:53:47 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62868>

                 Summary: incorrect GUI creation
                 Project: GNU Octave
               Submitter: None
               Submitted: Пт 05 авг 2022 21:53:46
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Vladimir Sovkov
        Originator Email: vladimir_sovkov@mail.ru
             Open/Closed: Open
                 Release: 7.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Пт 05 авг 2022 21:53:46   By: Anonymous
Greetings!
The example provided in the documentation on the "uicontrol" does not work
with the release 7.2.0 although it works successfully with the release 6.4.0,
which I used previously. The code in the documentation:

## Create figure and panel on it
f = figure;
## Create a button (default style)
b1 = uicontrol (f, "string", "A Button", ...
                   "position", [10 10 150 40]);
## Create an edit control
e1 = uicontrol (f, "style", "edit", "string", "editable text", ...
                   "position", [10 60 300 40]);
## Create a checkbox
c1 = uicontrol (f, "style", "checkbox", "string", "a checkbox", ...
                   "position", [10 120 150 40]); 

It looks that the same bug prevents launching my package OPTIMIZER
(https://sourceforge.net/projects/optimizer-sovkov/), with this latest
release, although it worked fairly well with 6.4.0.
Best regards,
Vladimir








    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62868>

_______________________________________________
Сообщение отправлено по Savannah
https://savannah.gnu.org/




reply via email to

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