[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Focus keeping after Shell
|
"Grant Gayed" <grant_gayed@xxxxxxxxxx> wrote:
news:ek71mv$bje$1@xxxxxxxxxxxxxxxxxxxx
> Showing the new shell with setVisible(true) instead of open() should do
> this
> for you.
>
> Grant
>
> "Andrei" <akan@xxxxxxxxx> wrote in message
> news:ek470t$hk9$1@xxxxxxxxxxxxxxxxxxxx
>> Hi All!
>> I create a Shell, and its take a focus. Can I keep focus at control that
> got
>> it before Shell was created? (Like in a Eclipse completion, editor keep
>> focus after proposals popup appear).
>>
>> Many thanks. Andrei
>>
>>
>
Thank you!