Tagged Questions

0
votes
1answer
33 views

Assemblies mysteriously loaded into new AppDomains

I'm testing some code that does work whenever assemblies are loaded into an appdomain. For unit testing (in VS2k8's built-in test host) I spin up a new, uniquely-named appdomain pr …
0
votes
1answer
20 views

Is there a way to prevent that a WPF page was navigated away?

I'm building a WPF navigation app, with pages. I want to ask the user if he want to save the changes when he leaves a page. Is there a way to do it?
0
votes
2answers
59 views

How to unload content from loaded div by AJAX

Hi I loaded some content in a DIV with AJAX. Then, i loaded different content from content that i loaded before. But it seems, previous loaded content is not gone, cuz there is a …
0
votes
2answers
87 views

DOM Window unload event, is it reliable?

Can I rely on the window unload event to be triggered when a user closes a tab/window/browser? Edit: Found a list of what triggers the unload event in IE. http://msdn.microsoft.c …
0
votes
1answer
63 views

AS3 - REMOVE OBJECT

Hi there, I'v made this question before, but I think it was to confuse. I gonna try again, as I can't change or make visible comments to that. Let's go! I'm working on a photo p …
2
votes
3answers
325 views

WPF Window.Close() not triggering UserControl.Unloaded event

I have a Window that contains a custom UserControl. The UserControl needs to know when the Window containing it has been closed so that it can terminate a thread. My best guess a …
0
votes
1answer
35 views

AS3 - Unload Class Loaded from VAR

Hi, I have a XML image gallery created within a custom class. This is the way I add the gallery to stage: var mainContainer:MovieClip = new galleryXML(stage, "xml/image_galler …
2
votes
5answers
162 views

My app domain won’t unload

At runtime, I'd like to be able to unload a DLL and reload a modified version of it. My first experiment went down in flames. Can anyone tell me why? Thanks in advance! private s …
0
votes
0answers
108 views

jQuery: how to unload functions?

Hi, its very simple. I have a self made jQuery hidden content switch. I use jQpanView in the Div´s. It only works, when I load the jQpanView for every hidden content DIV once. Bu …
2
votes
1answer
78 views

Unload CodeDom-compiled assembly

I have some C# code (let's call it "script") I am compiling at runtime. It uses an interface in my main program that I use to access its functions. Once compiling is done I have …
1
vote
2answers
119 views

Running a PHP through Ajax on Unload

I'm trying to have a php script run when the user navigates away from the page. This is what I'm using currently: function unload(){ var ajaxRequest; // The variable that makes A …
0
votes
1answer
263 views

iPhone Dev - Multi-View App lazy loading

(Just so you know I am learning to develop for iphone, without interfacae builder) I'm coding my first multi-view app, which has a root viewcontroller and two other viewcontroller …
1
vote
1answer
90 views

How do I dispose of a VB6 COM object i’m using via an interop assembly from IronPython?

Hello. I'm using a third party COM component by means of a .NET interop assembly in IronPython, as seen here: http://stackoverflow.com/questions/1237200/how-can-i-use-a-vb6-com-re …
1
vote
2answers
400 views

Unloading objects for the garbage collector in AS3

I've created an object called loginInterface in flex builder. When this object is initialized it loads the login interface, creating buttons, input boxes and so on. I created a me …
0
votes
0answers
58 views

when i unload my page embed my activex. activex don’t destroy

My MFC ActiveX is simple active. I make it by MFC ActiveX template of Visual Studio 2008. i just add call show message dialog when ActiveX destroy to test. CmfcActivexCtrl::~Cmfc …

1 2 next
15 30 50 per page