embedding

Excel OLE - .NET COM AddIn behaves differently when Excel is embedded in an application

I have a .NET (C#) addin that uses a COM Shim dll to load itself into Excel. The addin works fine without any problem when Excel is run normally. The addin displays its own custom toolbar in Excel that is used to execute different commands. When I embed Excel into another application (e.g. DSOFramer etc), the addin starts behaving stran...

Embedding IronScheme in a C# app

...

ActionScript 3 & font embedding

hey! I have a problem with doing proper font embedding in a actionscript 3 project (flash CS4, not flex). I followed this Adobe guide to do font embedding: http://www.adobe.com/devnet/flash/quickstart/embedding%5Ffonts/ the guide tells to set the Textfield.embedFonts property to true. if I do so and try to display a text with another ...

How do I embed IPython with working generator expressions?

Certain list comprehensions don't work properly when I embed IPython 0.10 as per the instructions. What's going on with my global namespace? $ python >>> import IPython.Shell >>> IPython.Shell.IPShellEmbed()() In [1]: def bar(): pass ...: In [2]: list(bar() for i in range(10)) --------------------------------------------------------...

Embedding SWF into another sfw

Hi to every one. Any help will be appreciated. Thanks to every one in advance. I am new in website making. Curently i have an flash xml website and what i want is somwere on the site to have a button so that if that buton is press a flash photo galery can open. I have the gallery ready in swf format but i don realy know how to make it ...

sIFR Only the first font-style of glyph in my swf will display, cannot seem to call up the others.

I've uploaded my .swf with bold, normal and italic glyphs of the font embedded. I then go to my sifr-config.js file to style the text using CSS. All properties except the font-style:italic; and font-weight:bold; are effective. In fact, when I try to use these properties the flash text doesn't show up at all. But if I go back into my f...

Embedding Python Design

There are lots of tutorials/instructions on how to embed python in an application, but nothing (that I've seen) on overall design for how the embedded interpreter should be used and interact with the application. The only idea I could think of would be to simply give the user a method (menu option, etc) of executing scripts in the progr...

Is Haskell Embeddable?

I'm wanting to know if it's possible to develop applications in or on Haskell to Windows Mobile, also if there is any version of hugs or ghci for Windows Mobile. Thanks. ...

Embedding instead of inheritance in Go

What is your opinion of this design decision? What advantages does it have and what disadvantages? Links: Embedding description ...

Embedding Fonts in AS3 - Dynamic Text Field disappears

This is hopefully a new problem or just me missing something obvious. Please help! I'm embedding a font into my AS3 application. I'm doing everything by-the-book and it half-works. In my main class, [Embed(source="Art/moolbor.ttf", fontFamily="MoolEmbed", mimeType="application/x-font")] var MoolEmbed:Class; Then late...

How to host an IronPython engine in a separate AppDomain?

Hi All, I am using the below code to execute the IronPython Script on separate "appDomain" from c#. (I used this approach to resolve memory leakage issue) The scripts which take a lesser time (less than 3 mins), executes fine. But if the script which takes a longer time (more than 5mins) throws an exception saying -> System.Runtime.Re...

how to embed svg in HTML reading from DATABASE

I am reading svg file stored in mysql db in longblob format in an gwt application. I am tansferring the file in string format from servlet to client side as json using HTTP. Now i want to embed it into HTML to display in a panel. the HTML tag provided is How to embed it without creating a temporary file? ...

Cannot Get params.play='false' in SWFObject 2.2 to work as expected, as documented, or as it *should*.

I am trying to do a very minimalistic sample of borderless video using swfobject and some cookie code that checks if a site visitor has been there before. The latter cookie code works, but basic SWFObject 2.2 code doesn't. My problem is that the SWFObject 2.2 library from code.google is not working as expected; specifically it is NOT o...

Can I embed other files in a DLL?

I'm writing a plug-in for another application through an API. The plug-ins are distributed a DLLs. Is it possible to embed other files in the DLL file like pdfs, images, chm help files etc... I want to be able to provide documentation with my plug-in but I'd still like to retain the ability to distribute the plug-in as a single file the ...

How to create embeddable gadget with Javascript and PHP?

I'm programming in Javascript and PHP. I've created a simple website that allows to fill in a quizz and get result. Now I would like to give users opportunity to embed this quizz on their website. How to do this? It should work in some near manner like Google Gadgets, Adsense and that: that so when someone will put my html code (with JS?...

Sending an email with an image embedded in the body from C#

Hello, My problem is how to send an email with attachemnts to the default mail client programmatically. My requirements are: setting destination, CC, BCC link to attachment(s) adding and image like a banner in the message body I succeded to compose an email in the various ways and adding attachments are not the problem but adding a...

How to embed WebKit into my C/C++/Win32 application?

The solutions I have found are irrelevant: someone used WebKit in a Delphi project someone used it with Java there is QtWebKit (about:blank demo app takes 44 megs) .Net port of it GTK+ port I need a guide how to embed WebKit instance into a pure C/C++ application under Win32. ...

Alternate Gothic No. 2 not embedding properly

I'm writing a Pure AS3 app, embedding a font using the Embed metatag like so: [Embed(source="assets/fonts.swf", fontName="AlternateGothic No2")] public static const ALTERNATE_GOTHIC_2:Class; This has always worked for me, but Alternate Gothic No. 2 gives me issues. In Flash, the font is labeled as AlternateGothic and the style is No2. ...

Embed a flash movie in Wordpress post

Hi, I am trying to get this flash carousel to show up in a Wordpress post. I can right click on the blank space where it should be and bring up the flash options menu, but no movie is showing. It links to an xml document that pulls in the images and text. Is it an xml issue? Below is what I placed in my wordpress template header to allo...

playing any video on a website (flash, divx, avi/wmv (m2ts/mts, mkv?))

How can I embed any type of video onto a webpage, youtube seems to be able to upload any type of video and I'd like to know if I can do that too without huge amounts of resources and money (the website would be very small with definitely under 100 member, most likely under 50) Is there a player that plays all formats, or would I have t...