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

add UpdatePage() method for SMSPage class #11

Open
Blu3wolf opened this issue Jul 19, 2017 · 2 comments
Open

add UpdatePage() method for SMSPage class #11

Blu3wolf opened this issue Jul 19, 2017 · 2 comments

Comments

@Blu3wolf
Copy link
Owner

The method should take arrays of strings as parameters, and feed those strings sequentially into UpdateOSB() and UpdateINVSt() methods with a foreach loop.

@Blu3wolf
Copy link
Owner Author

This is connected to the DisplayForm method ValidateInput, which will need refactoring. Specifically, it has no way to handle multiline input.

@Blu3wolf
Copy link
Owner Author

need to be smart about how data is presented/stored. To that end, it might be worth looking into having a separate label for each line in the display. Information needs to be stored separately to the string, and have the string generated on demand from the stored information. Updating the display should be done so that it works out for itself what lines need to be displayed.

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

1 participant