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

Error while loading another XDL file #9

Open
vanilla-extracts opened this issue Mar 4, 2022 · 4 comments
Open

Error while loading another XDL file #9

vanilla-extracts opened this issue Mar 4, 2022 · 4 comments

Comments

@vanilla-extracts
Copy link

Sorry this does not strictly talk about this project.
The code for my extension is available here
The Test.xdl file works fine with this project i cloned,
The debugs shows the triggered function is called and the switch statements is working okay.

Also if i put a line like this,

    DialogHelper.showErrorMessage(m_xContext, null, "test : " + action);

before the Test object declation it shows
but if i put it after it do not shows, however it works well in this project cloned so my guess it was about consuming the context seems false?

I'm sorry for putting this there, but finding documentation and community for this kind of development in Java is like really difficult.

@smehrbrodt
Copy link
Owner

The code for my extension is available here

That link does not work for me.

@vanilla-extracts
Copy link
Author

Yeah sorry broken link, here is one

@smehrbrodt
Copy link
Owner

Ok, so have you tried debugging the Java side?

@vanilla-extracts
Copy link
Author

Yes the switch statements is called, as explained if I try to display a message box it kind of works?.

The XDL loading class is valid because i tried it with this project and it works fine.
I do not understand this strange behaviour I must have done something wrong but I can't pin it down

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