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

The text control entry for the Size test should only allow numbers to be entered. #64

Closed
owenca opened this issue Jul 14, 2017 · 4 comments

Comments

@owenca
Copy link
Contributor

owenca commented Jul 14, 2017

Only decimal digits 0-9 and the decimal point should be allowed in the text control for the Size test.

@humdingerb
Copy link
Member

I expect you already know about DisallowChar().

@owenca
Copy link
Contributor Author

owenca commented Jul 16, 2017

No, I didn't. Thanks for the tip! I tried with BView::KeyDown but couldn't get it to work. I will use DisallowChar() next.

@humdingerb
Copy link
Member

I did something similar in Clipdinger's settings window

owenca added a commit to owenca/Filer that referenced this issue Jul 18, 2017
Only allow decimal digits 0-9 in the text control for the Size test.
owenca added a commit to owenca/Filer that referenced this issue Jul 19, 2017
	Only allow decimal digits in text control for size test.
humdingerb pushed a commit that referenced this issue Jul 19, 2017
	Only allow decimal digits in text control for size test.
@owenca
Copy link
Contributor Author

owenca commented Jul 20, 2017

Created issue #74 for fractional numbers so that this one can be closed.

@owenca owenca closed this as completed Jul 20, 2017
owenca added a commit to owenca/Filer that referenced this issue Jul 21, 2017
humdingerb pushed a commit to humdingerb/Filer that referenced this issue Aug 12, 2017
	Only allow decimal digits in text control for size test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants