M
Marko Myllymäki
Guest
Being able to embed an ABL window into a .NET form is great. It would be even better, if we could embed individual frames without creating a dummy ABL window around them. This would help adopting the GUI for .NET in an existing application. Usage example: If we have a .w program with several frames which are currently displayed in one ABL window, we might want to display the frames in a new .NET form separately (e.g. as tabs), not as one ABL window. The workaround is to create a parent window for every frame and then embed those windows in the form. However, there might be program logic that breaks if the frames are not within the same window. So, the best solution would be that the frames could be embedded separately in a form and they would still be children of the same ABL window on the logical level.
Continue reading...
Continue reading...