[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Browser widget on Linux (BUG?)
|
- From: kawase@xxxxxx (Ricardo )
- Date: Fri, 10 Oct 2008 17:52:23 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
May this be a bug?
I have an HTML page that shows on the browser widget.
on the browser I added a Listener to the get the changes in the StatusText.
And everytime there's a change i execute something on the browser again.
It works perfect on windows.
On linux i noticed that the browser.execute returns true but nothing
really happens.
OBS: Instead of executing in the listner, if i add the script to some
array...
and execute it later it works. so it seems that the problem is really in
this specific situation.
Did anyone have the same problems? Any suggestions?
Is it a know bug?
thanks
browser.addStatusTextListener(new StatusTextListener(){
public void changed(StatusTextEvent event) {
browser.execute(script);