On Wed, 2003-03-12 at 14:45, Bill Barnard wrote: > I'm successfully using many of the functions in JDE in Xemacs 21.4 > (linux 2.4.17, Red Hat 7.2). Method name completion and the like work > fine with menu pop-ups. > > The single thing I've been unable to figure out (so far) is how to use > the dialog buffer (not a pop-up) when I use the Import Wizard to > generate my import statements when there are several possibilities for > the class (Iterator). > > The function jde-import-choose-imports appears to be the one that > displays the dialog buffer, and to my non-Lisp-enabled brain looks > correct. I see the dialog buffer displaying radio-buttons for three > possible completions, with java.util.Iterator selected. The mini-buffer > shows new-import=javax.swing.text.html.HTMLDocument.Iterator. However > there are no selection buttons (OK/Cancel presumably) so I'm unable to > interact with the dialog. >
My dialog buffer looks like this: Select import to insert. (*) com.cisco.ics.inf.uiserver.Service ( ) com.cisco.ics.serviceability.iserver.generated.processes.Service ( ) sun.misc.Service [Ok] [Cancel] Do you mean that you don't have these ok and cancel buttons or that they are not mouse clickable? If it is the former, then I'm not sure, but if it is the latter, then you can middle click on the radio buttons and the ok and cancel, or just use tab to move through all clickable regions. John > Has anyone else seen and solved this? Perhaps I should set up the JDE to > run under emacs instead? > > Thanks, > > Bill > (I will post the xemacs initialization files if necessary, but I hoped > this might be something simple so I've put that off...)
