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

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

[Octave-bug-tracker] [bug #39935] dialog button order incorrectly change


From: Rik
Subject: [Octave-bug-tracker] [bug #39935] dialog button order incorrectly changes dependin on CLI or GUI
Date: Tue, 03 Sep 2013 23:32:28 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

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

                 Summary: dialog button order incorrectly changes dependin on
CLI or GUI
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 03 Sep 2013 04:32:28 PM PDT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The order of buttons when using a dialog function, such as questdlg, differs
depending on whether the CLI or the GUI is running.  In the CLI case, Java is
used to create the dialog boxes.  In the GUI case, Qt is used to create the
dialog boxes.

In either case the results should be the same.  It appears that the results
for the GUI are exactly backward, right to left, from the CLI.

Sample code:


choice = questdlg ("Question?", "questdlg", "BTN1", "BTN2", "BTN3", "BTN1")


In this example, the buttons are actually ordered 3->2->1 instead of 1->2->3.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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