Home > Archive > Matlab > December 2005 > problem with listdlg
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
problem with listdlg
|
|
| John Evans 2005-12-16, 7:10 pm |
| I've created a gui that has a dynamically-generated menu of items.
It's worked well up until now, but the list of items is sometimes
pretty large, and in those cases the menu drops down below the bottom
of my screen. I thought that maybe the listdlg function might solve
that problem, but it's causing another issue.
Specifically, when the gui callback is triggered, the listdlg appears
as expected, but the listdlg function never returns. It appears to
be constantly stalled out at the uiwait function call inside of
listdlg, despite choosing an item and pressing on the OK or CANCEL
buttons. Am I missing something blindingly obvious? I'm wondering
if there is an issue with using listdlg in a callback, like maybe
there is a problem with the window getting focus?
| |
|
| John Evans:
<SNIP dynamical listdlg problem...
CSSM needs the most frugal amount of computer code, which causes this
particular problem, to be of any help
us
|
|
|
|
|