0
votes
5answers
70 views
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 …
0
votes
1answer
11 views
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 …
0
votes
0answers
10 views
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 …
1
vote
1answer
39 views
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 …
1
vote
3answers
281 views
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,
…
10
votes
4answers
296 views
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
2
votes
3answers
156 views
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.
2
votes
1answer
86 views
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 …
0
votes
3answers
36 views
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 …
0
votes
0answers
10 views
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 …
4
votes
2answers
69 views
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
>>> …
0
votes
2answers
349 views
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:
…
2
votes
1answer
95 views
Embedding IronScheme in a C# app
I'm trying to add a plugin architecture to my C# app. I've chosen IronScheme as the language, and also because it's built on the DLR, which should make it easier to embed.
On the Codeplex Wiki, they …
0
votes
1answer
83 views
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 …
0
votes
1answer
48 views
Possible to launch JWS applet within browser instead of standalone?
Is it possible to embed an applet in HTML so that it will be displayed within the browser window yet launched through Java Web Start via a JNLP file instead of using the browser's Java plugin? If so, …
