Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Declaring Object References in Forms
Message
De
18/05/2005 13:14:05
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01014065
Message ID:
01015450
Vues:
19
With Mike Hilder's help, I have loaded both the Mere Mortals Framework Infragistics Windows Controls.pdb and Mere Mortals Framework.pdb in order to permit the breakpoints in the MM.NET code to be accessed.
(These are located at C:\Program Files\Mere Mortals.NET Framework 2003\Third Party Components\Infragistics Windows Controls and C:\Program Files\Mere Mortals.NET Framework 2003\Mere Mortals Framework)

I am using the Infragistics mmUltraTextEditor so I looked into mmUltraTextEditor.cs from the Infragistics Controls project as well as what you have suggested.
I did not find a StateChangeHandler() method in mmTextBox.cs (or mmUltraTextEditor.cs)

In the region ImmBinding Members, I found public virtual void OnBindData method.
I placed my breakpoint in this method's mmBindingStrategySimple.BindData(this, bindingSource, e); code line.

This breakpoint was never reached while running the code with the Dim WithEvents CSForm As New CompanySelectionForm code line uncommented. The form loaded and no databinding occurs (all fields are disabled and empty - including my navigation grid).

So... obviously my declaration of an object reference that includes WithEvents is somehow interferring with MM.NET databinding of controls.

Any thoughts?
THANKS
Joe Salvatore, Programmer/Analyst - The Stellar Group
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform