Hello, 
I'm developing application using xulrunner and I need to use find bar (like the 
one from Firefox). I found something like this:

XUL:
<browser id="content1" flex="1" src="http://www.google.com/"; 
type="content-primary"/>
<findbar id="FindToolbar1" browserid="content1" />

JavaScript:
var findbar1 = document.getElementById("FindToolbar1");
findbar1.open(0);

The findbar shown on screen but buttons are disabled and I can't search 
anything. How to use finbar with browser?
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to