NetAdvantage SDK WinForms samples

Posted by Simon de Kraa on 14-Aug-2008 14:30

I have installed the NetAdvantage SDK WinForms samples and all the samples that I am looking at can be implemented in ABL as well right? There are no limitations?

Just checking...

All Replies

Posted by Peter Judge on 14-Aug-2008 14:44

I have installed the NetAdvantage SDK WinForms

samples and all the samples that I am looking at can

be implemented in ABL as well right? There are no

You might see some strong similarities between them and the much-discussed samples posted here. In fact, they're what the OE samples are based on.

If you decide to implement some of them, I'd suggest using the C# code as your basis - much closer to the OOABL than VB.Net.

limitations?

Just checking...

There are some limitations (like the current inability to implement enums in the OOABL), as well as some differences (event subscriptions for example). You'll also need to make inner classes "outer" classes, as it were. Threading is an issue too, although I don't remember any of the samples using it.

In principle though, you should be able implement them without too many problems.

-- peter

Posted by Simon de Kraa on 14-Aug-2008 15:53

You might see some strong similarities between them

and the much-discussed samples posted here. In

fact, they're what the OE samples are based on.

Yes, and they look exactly the same!

This thread is closed