Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Member 'visible' was not found on the compile-time interface for type 'Label' #3911

Closed
SystemsModelling opened this issue Apr 9, 2018 · 3 comments
Labels
bug Identifies work items for known bugs resolver Issue is easier to resolve with knowledge of the internal resolver API and the Antlr4 parse trees.

Comments

@SystemsModelling
Copy link

lblResult.Visible = true

@retailcoder
Copy link
Member

retailcoder commented Apr 9, 2018

This is a known, long-standing resolver issue (see #2592); MSForms controls have a weird type hierarchy and we're only seeing the declared type, IIRC MSForms.Label - the Visible property being a member of MSForms.Control, this issue will resolve itself when we figure out how to correctly annotate the MSForm types' type hierarchy.

@bclothier
Copy link
Contributor

Ref: TypeLib API Integration

@Vogel612 Vogel612 added bug Identifies work items for known bugs resolver Issue is easier to resolve with knowledge of the internal resolver API and the Antlr4 parse trees. labels Apr 9, 2018
@comintern
Copy link
Contributor

Closing this as a duplicate of #2592. This specific example will no longer be reported after the incoming fix for #3532.

Semi-automatic bug tracker automation moved this from ToDo to Done Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs resolver Issue is easier to resolve with knowledge of the internal resolver API and the Antlr4 parse trees.
Projects
Development

No branches or pull requests

5 participants