At 02:51 PM 5/11/99 +0000, Jere McDevitt wrote:
>Allan_Brighton wrote:
>>
>> Hi,
>>
>> For some reason, I could never get the speedbar to work (on
>> windows95) until JDE-2.1.6 beta 1. Then I installed beta 2
>> and it doesn't work again. You see the "icon/button" at the bottom
>> of the screen, but no window (yes I clicked on it...). Any ideas?
>>
You can get the current position of the speedbar frame by typing
(frame-parameters speedbar-frame)C-j
in the Lisp *scratch* buffer. This will enable you to verify if speedbar is
creating its frame offscreen. (I agree with Jere that that is the most
likely scenario.)
- Paul