twinbasic / twinbasic

282 stars 23 forks source link

Form Controls collection #992

Closed WaynePhillipsEA closed 2 years ago

WaynePhillipsEA commented 2 years ago

As mentioned in #990, the WinNativeForms form Controls property is not yet populated (returns Nothing).

Issue created for tracking purposes.

AntsAntix commented 2 years ago

Will this solution then include a generic Control object against which the Controls property can be enumerated?

WaynePhillipsEA commented 2 years ago

The Control type is already supported, same as VB6.

WaynePhillipsEA commented 2 years ago

Controls collection is now populated as of BETA 78.

AntsAntix commented 2 years ago

Hi Wayne

I have been recovering from being whacked by COVID and wanted to reply earlier . . .

The VB6 implementation of Control is different to the MSFORMS implementation. The latter includes key events. This means that any migration of MSFORMS to WinNaturalForms that relies on the MSFORMS.Control will not work.

Was this the intention - that VB6 will take precedence?

Regards

Ant


From: WaynePhillipsEA @.> Sent: Tuesday, 19 July 2022 15:49 To: twinbasic/twinbasic @.> Cc: Ant Cross @.>; Comment @.> Subject: Re: [twinbasic/twinbasic] Form Controls collection (Issue #992)

Controls collection is now populated as of BETA 78.

— Reply to this email directly, view it on GitHubhttps://github.com/twinbasic/twinbasic/issues/992#issuecomment-1189079201, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVL55U3RQGWXUVMWI5MBZBLVU2W7PANCNFSM53ZIGPKA. You are receiving this because you commented.Message ID: @.***>

bclothier commented 2 years ago

See #584. It'll be solved eventually but apparently not in focus just yet.