thanks... i just tried to update from the swype installer and getting a "parse error" message. I guess I'll hold off uninstalling and updating.
I also updted and mine goes into sleep mode by itself. I updated to the prerelease English version. The problem I am having is the same not spacing between words in the stock message apk. You would think after this long they could fix that one lousy problem. I know there is a Evo version that will work but that is ridiculous. If they can figure it out for the Evo why not the Thunderbolt??????? Spacing works in G-Mail but not in message apk.
Vinny![]()
![]()
I updated. Prevented my phone from automatically going into sleep mode. So the screen stayed on unless I manually hit the power button. I uninstalled and it fixed it. I guess I'll wait til the next version.
Anyone not have this issue?
I also updted and mine goes into sleep mode by itself. I updated to the prerelease English version. The problem I am having is the same not spacing between words in the stock message apk. You would think after this long they could fix that one lousy problem. I know there is a Evo version that will work but that is ridiculous. If they can figure it out for the Evo why not the Thunderbolt??????? Spacing works in G-Mail but not in message apk.
Vinny![]()
![]()
I updated. Prevented my phone from automatically going into sleep mode. So the screen stayed on unless I manually hit the power button. I uninstalled and it fixed it. I guess I'll wait til the next version.
Anyone not have this issue?
According to Swype the issue is on the HTC end. Thee phone tells Swype that is a field like an email address that didn't require spaces.
VCL;1195404The problem I am having is the same not spacing between words in the stock message apk. You would think after this long they could fix that one lousy problem. I know there is a Evo version that will work but that is ridiculous. If they can figure it out for the Evo why not the Thunderbolt??????? Spacing works in G-Mail but not in message apk. Vinny :mad: :mad:[/QUOTE said:That's actually HTC's fault. When applications put TextView controls on their UI, they have the ability to specify the InputType which tells the keyboard what kind of text the user will input and gives the keyboard a chance to customize itself to that input type. For example, if the InputType is set to "number", then the keyboard might choose to display a number pad instead of the full alpha-numeric keypad. This is why, when using the stock keyboard, a ".com" button appears next to the space bar when you go to input a URL on the web browser. That's because the TextView for the URL on the browser sets the InputType to "textUri".
This InputType feature of the TextView is a good thing, and Swype should obey it. However, HTC blew it on their messaging app and specified an InputType that tells Swype they don't want spaces in the text. So, Swype doesn't add spaces.
Don't yell at Swype; yell at HTC instead. If the version of Swype that was shipped on the Evo doesn't have this problem, it's because Swype created a custom build for HTC that recognized that the TextView was on HTC's messaging app and applied a custom behavior for that situation. That's not something you would want to do for the version that works on every phone. Instead you want the phone to follow the standard so app developers don't have to write custom work arounds for every phone.
Although I understand different strokes for different folks, this is exactly why I'm not fond of keyboards that claim to be "smarter" than I am. I know what I want to type. If I want a space I'll hit the spacebar (rocket science). If I don't, I won't. Give me a good keyboard that doesn't go too far trying to guess my intent. Personally, I'm all for the HTC implementation you mention.That's actually HTC's fault. When applications put TextView controls on their UI, they have the ability to specify the InputType which tells the keyboard what kind of text the user will input and gives the keyboard a chance to customize itself to that input type. For example, if the InputType is set to "number", then the keyboard might choose to display a number pad instead of the full alpha-numeric keypad. This is why, when using the stock keyboard, a ".com" button appears next to the space bar when you go to input a URL on the web browser. That's because the TextView for the URL on the browser sets the InputType to "textUri".
This InputType feature of the TextView is a good thing, and Swype should obey it. However, HTC blew it on their messaging app and specified an InputType that tells Swype they don't want spaces in the text. So, Swype doesn't add spaces.
Don't yell at Swype; yell at HTC instead. If the version of Swype that was shipped on the Evo doesn't have this problem, it's because Swype created a custom build for HTC that recognized that the TextView was on HTC's messaging app and applied a custom behavior for that situation. That's not something you would want to do for the version that works on every phone. Instead you want the phone to follow the standard so app developers don't have to write custom work arounds for every phone.