active questions tagged embedding - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T00:08:47Z http://stackoverflow.com/feeds/tag/embedding http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1924255/how-to-embed-webkit-into-my-c-c-win32-application 5 How to embed WebKit into my C/C++/Win32 application? Pavel Vlasov 2009-12-17T20:10:09Z 2009-12-17T20:35:21Z <p>The solutions I have found are irrelevant:</p> <ul> <li>someone used WebKit in a Delphi project</li> <li>someone used it with Java</li> <li>there is QtWebKit (about:blank demo app takes 44 megs)</li> <li>.Net port of it</li> <li>GTK+ port</li> </ul> <p>I need a guide how to embed WebKit instance into a pure C/C++ application under Win32.</p> http://stackoverflow.com/questions/1921275/sending-an-email-with-an-image-embedded-in-the-body-from-c 1 Sending an email with an image embedded in the body from C# Patrik 2009-12-17T11:58:49Z 2009-12-17T12:25:45Z <p>Hello,</p> <p>My problem is how to send an email with attachemnts to the default mail client programmatically.</p> <p>My requirements are:</p> <ol> <li>setting destination, CC, BCC</li> <li>link to attachment(s)</li> <li>adding and image like a banner in the message body</li> </ol> <p>I succeded to compose an email in the various ways and adding attachments are not the problem but adding an embedded image is.</p> <p>I had composed the message body as HTML and had integrated the image Base64 encoded but Outlook and Outlook Express does not recognized the image. Why?</p> <p>Does anybody have a solution to my problems.</p> <p>I solved a part of my problems calling MAPI.</p> http://stackoverflow.com/questions/1914367/how-to-create-embeddable-gadget-with-javascript-and-php 1 How to create embeddable gadget with Javascript and PHP? tomaszs2 2009-12-16T12:26:18Z 2009-12-16T16:22:23Z <p>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?) on their websites, quizz will display and work on their site.</p> <p>Do you know any tutorials about doing such things or tips for me how to start searching and learning about it?</p> http://stackoverflow.com/questions/1510983/excel-ole-net-com-addin-behaves-differently-when-excel-is-embedded-in-an-appli 0 Excel OLE - .NET COM AddIn behaves differently when Excel is embedded in an application A9S6 2009-10-02T17:58:42Z 2009-12-13T06:00:04Z <p>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.</p> <p>When I embed Excel into another application (e.g. DSOFramer etc), the addin starts behaving strangely. It seems that if I disable a button on its toolbar then it does not get enabled again after setting the Visible property. Also, I get a bunch of "Object reference not set" errors because the Application::Selection object is NULL which never happens when Excel is running normally. Sometimes I also get permission errors when Application::GetAddIns() method is called.</p> <p>I am not sure what is happening here and I could not find an articles that explains the behavior of Excel COM Addins when Excel is embedded inside other application.</p> http://stackoverflow.com/questions/1890688/can-i-embed-other-files-in-a-dll 0 Can I embed other files in a DLL? Eric 2009-12-11T20:29:37Z 2009-12-11T21:04:04Z <p>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 user can just drag and drop onto the application to install.</p> http://stackoverflow.com/questions/1884113/cannot-get-params-playfalse-in-swfobject-2-2-to-work-as-expected-as-documente 0 Cannot Get params.play='false' in SWFObject 2.2 to work as expected, as documented, or as it *should*. Cneg 2009-12-10T21:20:27Z 2009-12-11T07:23:38Z <p>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.</p> <p>My problem is that the SWFObject 2.2 library from code.google is not working as expected; specifically <strong>it is NOT obeying the params.play='false' and it is autoplaying the SWF each time, regardless of how i set this attribute (it disobeys).</strong> I read a cookie from the given domain, and should it be set with 'autostart_video=false' I then pass the string "false" to that SWFObject play parameter, with the purpose of making it NOT autostart the video upon refresh. The cookie checking code, but the @#$%#$@$ swf code doesn't. In the simplest example below, I've excluded the cookie code altogether to test just the SWFobject code by itself.</p> <p>The attribute in the code sample below is using static publishing but dynamic publishing method doesn't work either (tried both methods). I was beginning to think there was something wrong with the sample SWF file itself, but tested it with other swfs and they all have this behavior. </p> <p>The code below was generated using the "SWFObject 2 HTML and JavaScript generator v1.2" that google published.</p> <p>I tried to reverse the swfobject library, and frankly the code is obfuscated or just well beyond me, so cannot find where it's setting the params and/or autoloading more libraries otherwise i'd not ask for help.</p> <p>At any rate, please help!</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt; &lt;head&gt; &lt;title&gt;&lt;/title&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;script type="text/javascript" src="swfobject/swfobject.js"&gt;&lt;/script&gt; &lt;!--path is correct--&gt; &lt;script type="text/javascript"&gt; swfobject.registerObject("myFlashContent", "9.0.0"); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div&gt; &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="600" id="myFlashContent" align="middle"&gt; &lt;param name="movie" value="swfObject2.2-is-retarded.swf" /&gt; &lt;param name="play" value="false" /&gt; &lt;param name="loop" value="false" /&gt; &lt;param name="menu" value="false" /&gt; &lt;param name="quality" value="autohigh" /&gt; &lt;param name="scale" value="noscale" /&gt; &lt;param name="wmode" value="transparent" /&gt; &lt;!--[if !IE]&gt;--&gt; &lt;object type="application/x-shockwave-flash" data="dwfObject2.2-is-retarded.swf" width="400" height="600" align="middle"&gt; &lt;param name="play" value="false" /&gt; &lt;param name="loop" value="false" /&gt; &lt;param name="menu" value="false" /&gt; &lt;param name="quality" value="autohigh" /&gt; &lt;param name="scale" value="noscale" /&gt; &lt;param name="wmode" value="transparent" /&gt; &lt;!--&lt;![endif]--&gt; &lt;a href="http://www.adobe.com/go/getflashplayer"&gt; &lt;img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /&gt; &lt;/a&gt; &lt;!--[if !IE]&gt;--&gt; &lt;/object&gt; &lt;!--&lt;![endif]--&gt; &lt;/object&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> http://stackoverflow.com/questions/1851245/how-to-embed-svg-in-html-reading-from-database 0 how to embed svg in HTML reading from DATABASE manu 2009-12-05T05:40:45Z 2009-12-05T05:40:45Z <p>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.</p> <p>the HTML tag provided is How to embed it without creating a temporary file?</p> http://stackoverflow.com/questions/1647870/sifr-only-the-first-font-style-of-glyph-in-my-swf-will-display-cannot-seem-to-ca 0 sIFR Only the first font-style of glyph in my swf will display, cannot seem to call up the others. Fiona 2009-10-30T03:27:42Z 2009-12-04T23:52:43Z <p>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. </p> <p>In fact, when I try to use these properties the flash text doesn't show up at all.</p> <p>But if I go back into my flash file and change the first glyph from "normal" to "bold" or "italic" then re-export, it'll display the Flash text as whatever style I've just changed that first glyph to.</p> <p>Here's my CSS all the properties except font-weigh and font-style work:</p> <pre><code>sIFR.replace(ronnia, { selector: 'h1, logo-text', wmode: 'transparent', css: '.sIFR-root { font-size:200px; background-color:none; color: #000000; text-transform: uppercase; font-style:Italic; display:block;}' }); </code></pre> <p>I'm really new to the sIFR thing, any ideas what I could be doing wrong?</p> http://stackoverflow.com/questions/1823900/how-to-host-an-ironpython-engine-in-a-separate-appdomain 1 How to host an IronPython engine in a separate AppDomain? Sathisha M 2009-12-01T03:54:20Z 2009-12-01T08:29:09Z <p>Hi All,</p> <p>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.</p> <p>But if the script which takes a longer time (more than 5mins) throws an exception saying -> System.Runtime.Remoting.RemotingException: Object '/011b230e_2f28_4caa_8bbc_92fabb63b311/vhpajnwe48ogwedf6zwikqow_4.rem'</p> <pre><code>using System; using Microsoft.Scripting; namespace PythonHostSamle { class Program { static void Main(string[] args) { AppDomain sandbox = AppDomain.CreateDomain("sandbox"); var engine = IronPython.Hosting.Python.CreateEngine(sandbox); var searchPaths = engine.GetSearchPaths(); searchPaths.Add(@"C:\Python25\Lib"); searchPaths.Add(@"C:\RevitPythonShell"); engine.SetSearchPaths(searchPaths); ScriptScope scope = engine.ExecuteFile("C:\Python25\Test.py") // Script takes morethan 5mins to execute(sleep in the script) ObjectHandle oh = scope.GetVariableHandle("GlobalVariableName") // System throws following exception //System.Runtime.Remoting.RemotingException: // Object '/011b230e_2f28_4caa_8bbc_92fabb63b311/vhpajnwe48ogwedf6zwikqow_4.rem' Console.ReadKey(); } } } </code></pre> http://stackoverflow.com/questions/1569845/actionscript-3-font-embedding 0 ActionScript 3 & font embedding genesys 2009-10-15T01:25:24Z 2009-11-20T20:16:17Z <p>hey!</p> <p>I have a problem with doing proper font embedding in a actionscript 3 project (flash CS4, not flex).</p> <p>I followed this Adobe guide to do font embedding: <a href="http://www.adobe.com/devnet/flash/quickstart/embedding%5Ffonts/" rel="nofollow">http://www.adobe.com/devnet/flash/quickstart/embedding%5Ffonts/</a></p> <p>the guide tells to set the Textfield.embedFonts property to true. if I do so and try to display a text with another font in this textfield, then nothing is displayed - that's fine, i expect it like this.</p> <p>But now I have this particular problem:</p> <p>i embed the font "Arial" in Regular style and create two input Textfields on the stage. one of them i set the embedFonts property to true (as described in the guide) the other i leave as is. Now I publish the thing as swf and try to enter the following (Turkish) string into the textfield</p> <p>Yeni Yılın Barış ve Mutluluk Getirmesini Dileriz.</p> <p>now the problem is, that the untouched textfield displays the string correctly - but the one with embedFonts set to true is missing some of the letters (for example ş is not displayed). But the Arial font does have this letter since it is displayed correctly in static - so why does it not render correctly when i set this property (as told in the guide)?</p> <p>in my final app there shall be a single textField, but multiple embedded fonts and a way to switch between them (for example the user must be able to choose another font for entering chinese text).</p> <p>can someone tell me how to do it properly?</p> <p>thanks!</p> http://stackoverflow.com/questions/1727250/embedding-instead-of-inheritance-in-go 10 Embedding instead of inheritance in Go Casebash 2009-11-13T05:13:04Z 2009-11-19T06:58:29Z <p>What is your opinion of this design decision? What advantages does it have and what disadvantages?</p> <p>Links:</p> <ul> <li><a href="http://golang.org/doc/effective%5Fgo.html#embedding" rel="nofollow">Embedding description</a></li> </ul> http://stackoverflow.com/questions/1744541/embedding-fonts-in-as3-dynamic-text-field-disappears 1 Embedding Fonts in AS3 - Dynamic Text Field disappears Andy Moore 2009-11-16T20:06:53Z 2009-11-17T15:55:40Z <p>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.</p> <p>In my main class,</p> <pre><code> [Embed(source="Art/moolbor.ttf", fontFamily="MoolEmbed", mimeType="application/x-font")] var MoolEmbed:Class; </code></pre> <p>Then later on in my code:</p> <pre><code> var newFormat:TextFormat = new TextFormat(); newFormat.font = "MoolEmbed"; newFormat.size = 20; newFormat.color = 0xFCF374; year.autoSize = TextFieldAutoSize.LEFT; year.text = "Hello World"; year.embedFonts = true; year.setTextFormat(newFormat); year.antiAliasType = "advanced"; </code></pre> <p>This works perfectly fine, and the text shows up beautifully. I can rotate it, alphas apply to it, and it's nicely antialiased. The problem is that the textfield is dynamic - Later on in the code:</p> <pre><code> year.text = "And a second hello world"; </code></pre> <p>As soon as this code is triggered, the textfield disappears completely. I turn on</p> <pre><code> year.border = true; </code></pre> <p>and I can see that the textfield is still there, but it's size has shrunk down to just a few pixels. Thinking perhaps it was the autoSize messing things up,</p> <pre><code> //year.autoSize = ...; </code></pre> <p>Same problems. Thinking it might be embedding, I commented out the line:</p> <pre><code> //year.embedFonts = true; </code></pre> <p>And the textfield returns to working status, but (Understandably) loses it's ability to do alphas and rotations.</p> <p>Any idea what's going on?</p> http://stackoverflow.com/questions/1695212/is-haskell-embeddable 2 Is Haskell Embeddable? Nathan Campos 2009-11-08T03:01:03Z 2009-11-08T03:27:58Z <p>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.</p> http://stackoverflow.com/questions/1682831/embedding-python-design 2 Embedding Python Design Matthew 2009-11-05T19:03:12Z 2009-11-05T19:47:39Z <p>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.</p> <p>The only idea I could think of would be to simply give the user a method (menu option, etc) of executing scripts in the program. So certain classes, functions, objects, etc. would be exported to python, some script would do something, then said script could be run from the program.</p> <p>Would such a design be "safe?" Meaning is it feasible for a malicious/poorly-written script to "damage" the program and/or computer? I assume its possible depending on the functions available to the script (e.g: it could try to overwrite some important files, etc.) How might one prevent such from happening? (e.g: script certification, program design, etc.)</p> <p>This is implementation specific, but is it possible/feasible to have the effects of the script stay after its done running? Meaning if a script computes something, will the result be available to the program after execution of the script has finished? I think it is possible to do if the program were setup to interact with a specific script, but the program will be released before most scripts are written; and such a setup seems like a misuse of embedding a scripting language. Is there actually cases where you would want the result of a scripts execution to be available, or is this a contrived situation that doesn't really occur?</p> <p>Are there any other designs for embedding python?<br> What about using python in a way similar to a plugin architecture?</p> <p>Thanks, <br> Matthew A. Todd</p> http://stackoverflow.com/questions/1547763/embedding-ironscheme-in-a-c-app 2 Embedding IronScheme in a C# app Lucas Jones 2009-10-10T11:55:59Z 2009-11-02T04:52:03Z <p>I'm trying to add a plugin architecture to my C# app. I've chosen <a href="http://codeplex.com/ironscheme" rel="nofollow">IronScheme</a> as the language, and also because it's built on the DLR, which should make it easier to embed.</p> <p>On the Codeplex Wiki, they have the <a href="http://ironscheme.codeplex.com/Wiki/View.aspx?title=EmbedIronScheme&amp;referringTitle=Home" rel="nofollow">following example</a>. I changed it slightly:</p> <pre><code>public class PluggerInner { IScriptEngine scheme; public PluggerInner() { InitScheme(); } private void InitScheme() { var domMgr = ScriptDomainManager.CurrentManager; var schemePrv = new IronSchemeLanguageProvider(domMgr); scheme = schemePrv.GetEngine(); } public void RunSchemePlugin(string fileName) { scheme.ExecuteFile(fileName); } public void RunPlugins() { foreach (var fl in new DirectoryInfo("../../plugins").GetFiles()) { if (fl.Extension == ".ss") { RunSchemePlugin(fl.FullName); } } } } </code></pre> <p>(This is executed basically as <code>new PluggerInner().RunPlugins()</code>)</p> <p>It finds my example <code>.ss</code> file in the directory (yes, I know I shouldn't use <code>../..</code>), but throws a <em>massive</em> error on this line:</p> <pre><code>scheme.ExecuteFile(fileName); </code></pre> <p>The exception I get is:</p> <pre> IronScheme.Runtime.R6RS.CompoundCondition was unhandled Source="IronScheme" StackTrace: at IronScheme.Runtime.R6RS.Exceptions.Raise(Object obj) at IronScheme.Runtime.R6RS.Exceptions.RaiseContinueable(Object obj) at IronScheme.Runtime.Builtins.UndefinedError(Object sym) at IronScheme.IronSchemeLanguageContext.MissingName(SymbolId name) at Microsoft.Scripting.ModuleGlobalWrapper.GetCachedValue() at Microsoft.Scripting.ModuleGlobalWrapper.get_CurrentValue() at hello.Initialize(CodeContext ) at Microsoft.Scripting.ScriptCode.Run(CodeContext codeContext, Boolean tryEvaluate) at Microsoft.Scripting.ScriptModule.Execute() at Microsoft.Scripting.Hosting.ScriptEngine.ExecuteFile(String path) at ExEdit.PluggerInner.RunSchemePlugin(String fileName) in D:\VSProjects\ExEdit\Infra.cs:line 35 at ExEdit.PluggerInner.RunPlugins() in D:\VSProjects\ExEdit\Infra.cs:line 44 at ExEdit.MainForm.MainForm_Load(Object sender, EventArgs e) in D:\VSProjects\ExEdit\MainForm.cs:line 22 at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at ExEdit.Program.Main() in D:\VSProjects\ExEdit\Program.cs:line 18 at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() InnerException: </pre> <p>My example Scheme code:</p> <pre><code>(define (test) (+ 1 1)) </code></pre> <p>I have no idea what the exception is actually talking about, as it has no InnerException.</p> http://stackoverflow.com/questions/1639474/how-do-i-embed-ipython-with-working-generator-expressions 4 How do I embed IPython with working generator expressions? joeforker 2009-10-28T19:16:10Z 2009-10-29T14:27:40Z <p>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?</p> <pre><code>$ python &gt;&gt;&gt; import IPython.Shell &gt;&gt;&gt; IPython.Shell.IPShellEmbed()() In [1]: def bar(): pass ...: In [2]: list(bar() for i in range(10)) --------------------------------------------------------------------------- NameError Traceback (most recent call last) /tmp/&lt;ipython console&gt; /tmp/&lt;ipython console&gt; in &lt;generator expression&gt;([outmost-iterable]) NameError: global name 'bar' is not defined </code></pre> http://stackoverflow.com/questions/1641072/embedding-swf-into-another-sfw 0 Embedding SWF into another sfw GOR 2009-10-29T01:00:25Z 2009-10-29T01:00:25Z <p>Hi to every one. Any help will be appreciated. Thanks to every one in advance.</p> <p>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 open from the original flash site. </p> <p>Sorry if i am not too clear if you are going to need more information i will try to provide it so that we can solve my problem.</p> <p>If anyone knows any links to some information i will be very happy for that.</p> <p>Thanks </p> http://stackoverflow.com/questions/1418110/how-to-make-ghostscript-ps2pdf-stop-subsetting-fonts 0 How to make GhostScript PS2PDF stop subsetting fonts gavin-softyolk 2009-09-13T16:16:48Z 2009-10-27T14:00:08Z <p>I am using the ps2pdf14 utility that ships with GhostScript, and I am having a problem with fonts. </p> <p>It does not seem to matter what instructions I pass to the command, it insists on subsetting any fonts it finds in the source document.</p> <p>e.g</p> <p>-dPDFSETTINGS#/prepress -dEmbedAllFonts#true -dSubsetFonts#false -dMaxSubsetPct#0</p> <p>Note that the # is because the command is running on windows, it is the same as =.</p> <p>If anyone has any idea how to tell ps2pdf not to subset fonts, I would be very greatful.</p> <p>Thanks</p> <p>--------------------------Notes ------------------------------------------</p> <p>The source file is a pdf containing embedded fonts, so it is the fonts already embedded in the source file, that I need to prevent being subset in the destination file.</p> <p>Currently all source file embedded fonts are subset, in some cases this is not apparent from the font name, i.e it contains no hash, and appears at first glance to be the full font, however the widths array has been subset in all cases.</p> http://stackoverflow.com/questions/522126/how-do-i-host-an-application-window-as-a-child-of-a-window-belonging-to-another 2 How do I host an application window as a child of a window belonging to another process? Pierre 2009-02-06T20:54:40Z 2009-10-22T11:39:13Z <p>I would like to host an application window from a process "A" into the main window of a process "B", just as if "A"'s window were a MDI child window. Is this possible in Windows? Or are there some tricks which would allow me to fake this?</p> <p>By the way, I'd like to remove the title bar (or better yet, all the non-client stuff) of "A"'s window when it is embedded into "B"'s window. I suppose that this must be possible by tweaking the window styles or window classes, but I am by no means an expert in these Win32 intricacies.</p> http://stackoverflow.com/questions/1480490/python-interpreter-as-a-c-class 1 Python interpreter as a c++ class Amol Gawai 2009-09-26T05:28:18Z 2009-10-05T08:45:55Z <p>I am working on embedding python in to c++. In some peculiar case I require two separate instances of the interpreter in same thread.</p> <p>Can I wrap Python interpreter in to a c++ class and get services from two or more class instances?</p> http://stackoverflow.com/questions/1500351/possible-to-launch-jws-applet-within-browser-instead-of-standalone 0 Possible to launch JWS applet within browser instead of standalone? Monarch 2009-09-30T20:03:20Z 2009-10-01T07:53:41Z <p>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, how is this done?</p> <p>I've only been able to launch my applet in a standalone window, but disliking the user experience pop-ups create, I'd prefer that it be embedded in the browser window.</p> <p>I'd like to use JWS instead of the plugin because I need to control my applet's maximum heap size, which I don't believe is possible with the browser plugin, at least not on Mac OS 10.5.</p> http://stackoverflow.com/questions/1392273/how-to-get-to-the-ironpython-lib-directory 0 How to get to the IronPython Lib directory? dangph 2009-09-08T06:17:13Z 2009-09-20T04:31:20Z <p>I am embedding IronPython in a C# program. I understand that I need to call ScriptEngine.SetSearchPaths with a list of search paths so that my Python code can import modules. In particular I have to let it know where the standard library modules are, which in my case are here:</p> <pre><code>C:\Program Files (x86)\IronPython 2.0.2\Lib </code></pre> <p>My question is, how can that path be found programatically? </p> <p>It evidently can be done because the IronPython Console knows about it:</p> <pre><code>&gt;&gt;&gt; import sys &gt;&gt;&gt; sys.path ['C:\\Windows\\system32', 'C:\\Program Files (x86)\\IronPython 2.0.2\\Lib', 'C:\\Program Files (x86)\\IronPython 2.0.2', 'C:\\Program Files (x86)\\IronPython 2.0.2\\lib\\site-packages'] </code></pre> http://stackoverflow.com/questions/1447806/how-are-strings-embedded-in-binary-files 0 How are strings embedded in binary files? RCIX 2009-09-19T05:09:06Z 2009-09-19T05:37:28Z <p>I'm writing my own bytecode and virtual machine (on .NET) and one thing i can't figure out is how to embed strings into my bytecode. Any ideas now how i should do it?</p> http://stackoverflow.com/questions/1427254/flash-font-embedding-problem 0 Flash Font embedding problem Bhavesh.Bagadiya 2009-09-15T13:42:51Z 2009-09-15T14:27:43Z <p>I am facing a wired problem with a project. I am embedding Arial font as project is multi-lingual. If I build this project on one of my development machine, Font gets embedded successfully but in any of other machine, project successfully gets published without any warning but font just dont get embedded in SWF.</p> <p>Note : Project code base is quite big.</p> <p>What on the earth can prevent flash embedding font ? any ideas guys?</p> <p>Thanks, Bhavesh Bagadiya</p> http://stackoverflow.com/questions/1330825/preloading-font-face-fonts 1 Preloading @font-face fonts? dougoftheabaci 2009-08-25T20:35:48Z 2009-08-25T20:43:31Z <p>Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don't get that ugly jump when the page finally does load?</p> http://stackoverflow.com/questions/1308558/embedding-windows-python-in-cygwin-gcc-c-program 0 Embedding Windows Python in Cygwin/GCC C++ program Ben M 2009-08-20T20:17:15Z 2009-08-20T20:57:03Z <p>I am currently working on a Cygwin/GCC application written in C++. The application requires embedding of python to run plug-ins, I've successfully embedded using the Cygwin python libraries and was able to run simple python files as part of the program. However, the python files now require the use of a windows GUI framework (wxPython), and so I need to be able to embed the Windows Python environment, otherwise I cannot use the framework in the python files. In an attempt to do this, I created libpython25.a using step 2 of <a href="http://sebsauvage.net/python/mingw.html" rel="nofollow" title="these instructions">these instructions</a>. I then used the library/header files of the windows installation to compile it. However, when I run it the program crashes with some strange debugger output (debug info is on, strangely enough). </p> <pre><code>gdb: unknown target exception 0xc0000008 at 0x77139a13 Program received signal ?, Unknown signal. [Switching to thread 2216.0x119c] 0x77139a13 in ntdll!RtlLockMemoryZone () from /cygdrive/c/Windows/system32/ntdll.dll (gdb) where #0 0x77139a13 in ntdll!RtlLockMemoryZone () from /cygdrive/c/Windows/system32/ntdll.dll #1 0x030c1c7c in ?? () #2 0x030c1c80 in ?? () #3 0x1e0d0e80 in python25!_PyTime_DoubleToTimet () from /cygdrive/c/Windows/SysWOW64/python25.dll #4 0x00000000 in ?? ()' </code></pre> <p>If anyone has done this successfully, I would greatly appreciate the help. Is embedding Windows python in a Cygwin/GCC program possible? If not what are my other options? (Right now I can only think of moving over to VC++ but this would be pretty drastic, also I do not want to use X11 for the GUI).</p> http://stackoverflow.com/questions/1283641/lua-wrapper-for-c 0 Lua Wrapper for C#? RCIX 2009-08-16T07:01:42Z 2009-08-16T07:07:34Z <p>I am looking to embed Lua into my C# application and i thought there was a wrapper around the lua API for C#, but don't remember what it is. Can someone point me in it's direction?</p> http://stackoverflow.com/questions/1283349/javafx-embedded-javafx-applet-loses-width-and-height 0 JavaFX: Embedded JavaFX applet loses width and height? mazin k. 2009-08-16T02:45:08Z 2009-08-16T02:52:10Z <p>I have a JavaFX applet with the stage's initial height and width defined as such:</p> <pre><code>var stage:Stage = Stage { title: "Blah" scene: Scene { height: 768 width: 1024 fill: Color.WHITE ... </code></pre> <p>Additionally, I have elements laid out in the scene that are bound to the height and width for layout purposes. All works fine as a Desktop program.</p> <p>However, when I embed it into an HTML page as an applet using the following code, the applet is sized right, but the width and height properties of my scene are set to ZERO even though there's plenty of space.</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; &lt;title&gt;Lol&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;Lol&lt;/h1&gt; &lt;script src="http://dl.javafx.com/1.2/dtfx.js"&gt;&lt;/script&gt; &lt;div style="border:1px solid black"&gt; &lt;script&gt; javafx( { archive: "Lol.jar", draggable: true, width: 1024, height: 768, code: "lol.Main", name: "Lol" } ); &lt;/script&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>For example, the expression <code>{stage.width.toString()}</code> evaluates to <code>0.0</code>. What's going on? How can I, inside the FX code, get the actual height and width of the applet?</p> http://stackoverflow.com/questions/1271347/automatic-video-resize-functionality-in-wordpress 0 Automatic video resize functionality in Wordpress Ad 2009-08-13T11:16:49Z 2009-08-13T11:16:49Z <p>Just wondering how the likes of Woothemes.com control the re-sizing of video embed code in their premium themes: Groovy Video and Woo Tube</p> <p>Any idea of how this would be done?</p> http://stackoverflow.com/questions/891958/embedding-a-binary-file-inside-a-class-library 0 Embedding a binary file inside a class library Andy 2009-05-21T08:53:08Z 2009-08-08T06:17:54Z <p>Hi,</p> <p>Is it possible to embed a custom binary file inside a C# class library and then at runtime read it with a binary reader?</p> <p>I'm guessing it might be possible through resources.</p> <p>Many thanks</p>