You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've stumbled upon an issue concerning no auto new line when printing stuff from rich text box, i.e:
when i want to print something from richtextbox where there is a new line (using Enter button) the receipt printer just skips it and the whole text is fed onto new line (words are cut)
For example:
Normal text:
The quick brown fox jumps over the lazy dog (43 characters)
The printer prints like this:
The quick brown fox jumps over the lazy do
g
Another example:
The quick brown fox jumps over the lazy
dog
which is printed like:
The quick brown fox jumps over the lazydog
i hope everyone gets what i mean
thanks
The text was updated successfully, but these errors were encountered:
Are you sure those are precisely the characters that are coming from the textbox? \n\r sounds a bit odd to me. It is usually \r\n instead... Could you debug this method? Putting a breakpoint there and checking exactly what are the characters that parameter data holds?
If you could provide a screenshot of that, I might be able to help better.
I've stumbled upon an issue concerning no auto new line when printing stuff from rich text box, i.e:
when i want to print something from richtextbox where there is a new line (using Enter button) the receipt printer just skips it and the whole text is fed onto new line (words are cut)
For example:
Normal text:
The quick brown fox jumps over the lazy dog (43 characters)
The printer prints like this:
The quick brown fox jumps over the lazy do
g
Another example:
The quick brown fox jumps over the lazy
dog
which is printed like:
The quick brown fox jumps over the lazydog
i hope everyone gets what i mean
thanks
The text was updated successfully, but these errors were encountered: