Tagged Questions

5
votes
1answer
83 views

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 …
1
vote
2answers
45 views

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 …
1
vote
2answers
23 views

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 …
0
votes
1answer
87 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
5answers
86 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
26 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
12 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 …
0
votes
3answers
41 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 …
1
vote
1answer
42 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 …
0
votes
2answers
383 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: …
10
votes
4answers
305 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
1
vote
3answers
314 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, …
2
votes
3answers
159 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
92 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 …
2
votes
1answer
99 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 …

1 2 3 4 next
15 30 50 per page