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

Fix error when close launched application new approach #107

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

quangnt
Copy link

@quangnt quangnt commented Jun 14, 2016

No description provided.

with a launcher. That can fix exception Process Not Found in close/quit function.
* Fix error when get some attributes.
@quangnt quangnt force-pushed the fix-error-when-close-launched-application branch 4 times, most recently from ef8b13b to ff484ed Compare June 15, 2016 04:40
@quangnt quangnt force-pushed the fix-error-when-close-launched-application branch from 516ea8d to 4ab296d Compare July 8, 2016 05:03
Copy link
Contributor

@skyline-gleb skyline-gleb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@quangnt Hi, looks great, could you please remove changes in CHANGELOG.md (changes automatically at release)

@skyline-gleb
Copy link
Contributor

@NickAb join us to review, please

var intArray = obj as Int32[];
if (intArray != null)
{
return string.Join(",", intArray);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do integer arrays need special serialization? By default the should be serialized as json object like other arrays, dictionaries, etc.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last time, I had problem when get specific property of GUI element which returns array of integers (not remember exactly its type, System.Int32[] or System.Int64[]) and throws exception that type of object is not serialized object. So I force it as Int32[] and put result as string.

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

Successfully merging this pull request may close these issues.

None yet

3 participants