16
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted about 12 years ago by [email protected] (Neil Griffiths)
...write it? It's just a function. This link was sent out this morning: [link] Read it, learn it, it'll help with most of your current problems. :) On Mon, Apr 22, 2013 at 11:38 AM, kannan Gandhi
Posted about 12 years ago by [email protected] (kannan Gandhi)
How can I create WndProc for my plugin Thanks Kannan
Posted about 12 years ago by [email protected] (Jochen Brüggemann)
Mac OS: OS X 10.8.3 Xcode: 4.6.2 (4H1003) cmake: 2.8.10.2 FB: 1.7 2013/4/22 Richard Bateman <[email protected]>
Posted about 12 years ago by [email protected] (Neil Griffiths)
So your classname is "kanna" but you were trying to use "FB" in CreateWindow()? You really SHOULD provide your own WndProc for your own child window. Your problem is getting the instance. You can do that via GetWindowInfo ( [link]
Posted about 12 years ago by [email protected] (heinob)
I am compiling my first project on a Mac, so please be patient with me... When building my plugin based on the mac tutorial video I get the following error in xcode: error: /Users/me/github/firebreath/.. /myplugin/build/projects/myplu gin/bundle/English.lproj/Local ized.rsrc: No such file or directory
Posted about 12 years ago by [email protected] (Umesh Chandak)
I was asking this to do workaround for issue I am facing related to few plugins not getting created as mentioned in thread "OnLoad Callbacks not getting called". I am planning to simulate mouse click internally because of which my plugin will be created successfully. To do this I want to know some safe co-ordinates on screen.
Posted about 12 years ago by [email protected] (Umesh Chandak)
We use appendNode and not innerHTML. But at the same time we set mimetype after it is inserted in DOM. Thanks. Regards, Umesh.
Posted about 12 years ago by [email protected] (Richard Bateman)
I don't see a problem with posting firebreath-related items of this nature to this list, and I wish you luck in finding someone! Richard
Posted about 12 years ago by [email protected] (Richard Bateman)
I don't have time to track down all the details of what you're doing, but at initial glance it sounds like it might be possible but could require a change in the way that the activex initializes. You'd just have to play around with it and see if you can make it work. Richard
Posted about 12 years ago by [email protected] (Richard Bateman)
Do you insert it by creating the element wtih js and then .appendNode or are you inserting it by setting .innerHTML? If the element is created before being inserted into the page you need to not set the mimetype until it is in the page or something like this could occur. Richard