Posted
almost 12 years
ago
by
[email protected]
(Richard Bateman)
Let me see if I can help you understand why several of us are starting to get a little bit frustrated by your persistence. 1) This is not a FireBreath issue. It isn't. Let me repeat that: This issue has nothing directly to do with FireBreath. The fact that you want to do it in a firebreath plugin is beside the point.
|
Posted
almost 12 years
ago
by
[email protected]
(goutami kumbhar)
Hi, I appreciate your knowledge but still I am unsuccessful what I want to implement. So I am presistently pursuing in this matter. Sorry. Thanks & Regards, GoutamiKumbhar
|
Posted
almost 12 years
ago
by
[email protected]
(goutami kumbhar)
Hi, Thanks for the reply. please see below link : [link] Here are the things which includes the method that contains the argument as object of another class. Please let me know if you have any solution related to this.
|
Posted
almost 12 years
ago
by
[email protected]
(John Tan)
There are few things that I badly want too but not possible: - Windowed Mac plugin - Plugin loadable in Window8 Metro UI - Window mode with HTML elements able to overlay the plugin. - Windowless mode performing as fast as Windowed mode. While there are some workaround with compromised result, some are downright
|
Posted
almost 12 years
ago
by
[email protected]
(John Tan)
Yes, wanting is one thing. Can or not is another. Asking a million times will not change whether or not it can be done. You must understand, a plugin is not an independent application. It is an extension of a browser. As such, you must comply to what is exposed by the browser and how they are allowed to communicate with the browser. As of
|
Posted
almost 12 years
ago
by
[email protected]
(Gaurav Raj)
Can you elaborate what exactly are you doing in C#? If its possible you can do the same thing in C++ making things easier. -- Gaurav Raj
|
Posted
almost 12 years
ago
by
[email protected]
(Gaurav Raj)
Try converting your objects into transferrable data type and then pass it through the functions. Then reconstruct the object. -- Gaurav Raj
|
Posted
almost 12 years
ago
by
[email protected]
(goutami kumbhar)
I am Sorry but these are the things that I want to implement ..Sorry
|
Posted
almost 12 years
ago
by
[email protected]
(John Tan)
For some strange reason, this is the 3rd SAME postings you posted and you have not been listening to ANY of the advice given by a fellow FBers here. An object from a C# is NOT the same as a C++. Which is why, people have been telling you that you need to do a translation to get it to work.
|
Posted
almost 12 years
ago
by
[email protected]
(goutami kumbhar)
Hi, Thanks for the reply. I have to create the complex class hirearchy in Firebreath which has the flow like C#-->C++CLI-->Firebreath-->Jav ascript. I have followed the same thing that you mentioned in the reply. Now the problem is I dont want to use the interface IWrapper from
|