Kbase P138212: Is it possible to use Progress.Windows.Form in MS Visual Studio?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/4/2008 |
|
Status: Unverified
GOAL:
Is it possible to use Progress.Windows.Form in MS Visual Studio?
GOAL:
Is it possible to use Progress.Windows.Form in Visual Basic .NET?
GOAL:
Is it possible to use Progress.Windows.Form in C# .NET?
GOAL:
Does the bridge between ABL and .NET work both ways?
FACT(s) (Environment):
OpenEdge Architect Category: Visual Designer
OpenEdge 10.2A
Windows
FIX:
The bridge is purposed for communication from the ABL. The only avenue back through the bridge is for .NET event callbacks. "Open Client for .NET" is the correct product to use to call ABL code from .NET.
From a technical perspective it is mainly that the threading and eventing models are extremely different in the CLR and the AVM. The way the bridge works now, Progress has control of the interaction which queues up event callback requests when necessary. Doing this the other way would not be trivial.