Search:

Type: Posts; User: Nesh108

Search: Search took 0.09 seconds.

  1. Re: SWT browser stays on top of other components [WinOS]

    I simply noticed that whenever I was changing panel and then choosing to go back to the mainPanel the issue was not present anymore. So I simply did 1+1. I put that code into a method called...
  2. Re: SWT browser stays on top of other components [WinOS]

    I fixed it by simply (simply now, I used like an hour of my Saturday for this....) using:

    mainPanel.setVisible(false);
    mainPanel.setVisible(true);
  3. Re: SWT browser stays on top of other components [WinOS]

    I have tried to work on the Shell or on the BrowserPanel itself, but still the issue seems to not be solved. And it is weird as before it was not happening.
  4. SWT browser stays on top of other components [WinOS]

    Hello,

    I have used SWT for my application (a simple browser.
    I have noticed that under Windows, the browser stays on top of other components (in this case the comboboxes).

    On MacOSX it does...
Results 1 to 4 of 4