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

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

[Octave-bug-tracker] [bug #41476] listdlg() doesn't allow scrolling in t


From: Colin Foster
Subject: [Octave-bug-tracker] [bug #41476] listdlg() doesn't allow scrolling in the window
Date: Thu, 06 Feb 2014 00:04:55 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36

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

                 Summary: listdlg() doesn't allow scrolling in the window
                 Project: GNU Octave
            Submitted by: cfoster
            Submitted on: Thu 06 Feb 2014 12:04:54 AM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Colin Foster
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

If I have a large list of names to be in the list dialog box
listdlg("ListString", {LargeList}) 
I am unable to scroll in this list, even though the data goes off the bottom
of the page.

I'm sorry, I modified the file, but I think it was line 555 of
JDialogBox.java

m_List = new JList (lst);


I tried
JScrollPane scrollPane = new JScrollPane();
m_List = new JList (lst);
scrollPane.setViewportView(m_List);

but that either didn't work or it didn't get implemented correctly.

I feel I was on the right path, just not quite there though.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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