Print Page | Close Window

Leak With Docking Panes ???

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=1669
Printed Date: 11 December 2024 at 11:48pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Leak With Docking Panes ???
Posted By: assassin316
Subject: Leak With Docking Panes ???
Date Posted: 13 January 2005 at 11:53am

I'm testing out the docking with the docking panes in VB.NET, and i'm doing very simple behavior. I simply create panes over and over (about 30), then I simply click on the 'X' of each pane to close all the panes. And of course I have the following code to destroy the pane:

Private Sub DockManager_Action(ByVal sender As Object, ByVal e As AxXtremeDockingPane._DDockingPaneEvents_ActionEvent) Handles DockManager.Action

   If sActions(e.action) = "PaneActionClosed" Then
     DockManager.DestroyPane(e.pane)
   End If

End Sub

 

Before continuing, sActions in the above code is simple and array of strings in case anyone is wondering. Now here's the problem, the memory NEVER goes down, keeps on rising on this very simple test. Do these controls leak ??? Am i doing something wrong ???




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net