Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Re: Clicking on menu item "open in new tab" on webview does not open webpage sometimes, other time it does open

    Sorry, I am not familiar with JavaFX classes. My only suggestion is to read the API doc to see what other methods may be useful.

    The only suggestion I have is to not have the setOnStatusChange...
  2. Re: Clicking on menu item "open in new tab" on webview does not open webpage sometimes, other time it does open

    Yes, the problem seems to be that url is changed many times by the setOnStatusChanged method. I don't know how to change that.
  3. Re: Clicking on menu item "open in new tab" on webview does not open webpage sometimes, other time it does open

    Have you tried debugging the code to see what is happening?
    For example what are the values in the url variable? Add some print statements to show its value when it is changed and when it is used.
Results 1 to 3 of 3