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

MessageBox visibility #3

Open
rusco opened this issue May 23, 2016 · 1 comment
Open

MessageBox visibility #3

rusco opened this issue May 23, 2016 · 1 comment

Comments

@rusco
Copy link

rusco commented May 23, 2016

In the "ext-6.0.2-classic.d.ts" file are two MessageBox definitions:

Line 12811:

    export class MessageBox ...

and
Line 122499:

export class MessageBox extends Ext.window.Window implements Ext.window.MessageBoxConfig ..

Only the first definition is visible to VStudio Code 1.1.1 for code completion, the latter with the "confirm" method is not.

I am including only this line:

///<reference path="ext-6.0.2-classic.d.ts"/>

I assume this ts def file is supposed to work stand alone, right ? No other .d.ts files required ?
(Question with later prio: Aliases like "Ext.Msg" are supposed to work) ?

Thanks for looking into this.

@maxtpham
Copy link
Owner

The generation has not completed yet, and while using the def, we have to fix some. With similar bug as above (missing MessageBox)

I have just publish the source, so welcome everyone to look into this and make a pull request to make the def better for the community.

@maxtpham maxtpham reopened this Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants