farmisen / iphonefrotz

Automatically exported from code.google.com/p/iphonefrotz
Other
0 stars 0 forks source link

Text doesn't auto-wrap in Endless, Nameless #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start playing Endless, Nameless by Adam Cadre

What is the expected output or behavior?  What do you see instead?
Game text should wrap to screen width. It doesn't. 

What version of Frotz are you using?
1.6

What device model are you using (e.g., iPhone 5, iPhone 3GS, iPad 4, iPod Touch 
4th gen.)
Retina iPad Mini

What version of iOS?  6.1, 7.0, etc.)
7.0.3

Please provide any additional information below.
See screenshot. 

Original issue reported on code.google.com by cxde...@gmail.com on 17 Dec 2013 at 6:37

Attachments:

GoogleCodeExporter commented 9 years ago
If it helps, I can confirm that this issue does *not* occur in an iPod Touch 5 
(iOS 7.0.4).

Original comment by ilprimoc...@gmail.com on 17 Dec 2013 at 10:25

GoogleCodeExporter commented 9 years ago
Same issue on iPad 2. 

Original comment by cxde...@gmail.com on 17 Dec 2013 at 7:19

Attachments:

GoogleCodeExporter commented 9 years ago
The game has explicitly switched to a fixed-width font, and so iFrotz doesn't 
word wrap on purpose so as not to screw up any formatting the game is trying to 
do which should line up on columns.

Frotz should let you scroll left and right to see the whole text, though;  not 
sure what a better solution for this would be that wouldn't mess up fixed-width 
formatting.

Original comment by spath...@gmail.com on 17 Dec 2013 at 7:28

GoogleCodeExporter commented 9 years ago
Ah, I thought it might be something to do with the fixed-width font. But how do 
you scroll across? If you swipe from right to left, you just reveal the Notes 
screen. 

Original comment by cxde...@gmail.com on 17 Dec 2013 at 9:59

GoogleCodeExporter commented 9 years ago
Then why does it appear normally in the iPod? I'm not complaining, mind you, I 
think it's appearing like it should, but it goes against your explanation.

Original comment by ilprimoc...@gmail.com on 18 Dec 2013 at 10:09

Attachments:

GoogleCodeExporter commented 9 years ago
The only explanation I can think of is that the game is checking the reported 
number of columns itself and explicitly enabling word wrap, but if it's bigger 
than a certain fixed size, assuming it doesn't need to.

Original comment by spath...@gmail.com on 18 Dec 2013 at 4:43

GoogleCodeExporter commented 9 years ago
I hope that behaviour doesn't get changed, then. :) Didn't even know the games 
themselves could do that.

Playing this entire game scrolling left to right would be a nuisance, though.

"not sure what a better solution for this would be that wouldn't mess up 
fixed-width formatting."

As you know, my answer to everything is: "toggle it". What about an option that 
toggles word-wrap to force on/off? You could have on/off/default. Presto, a 
user choice that the player can fiddle with until they get what they want.

Original comment by ilprimoc...@gmail.com on 19 Dec 2013 at 9:31

GoogleCodeExporter commented 9 years ago
It's impossible to scroll sideways in Frotz on iOS. Or am I missing something?

Original comment by cxde...@gmail.com on 19 Dec 2013 at 9:42

GoogleCodeExporter commented 9 years ago
Thanks for all your work on iOS Frotz. Happy holidays. 

Original comment by cxde...@gmail.com on 24 Dec 2013 at 4:36

GoogleCodeExporter commented 9 years ago
I actually wasn't ever able to reproduce this issue, even on an iPad or iPad 
mini.  It's wrapping that text fine for me, and even rewraps when I change font 
sizes.  Same version of Endless, Nameless.

I think Frotz may have gotten into a weird state from a previous game or 
something.

Original comment by spath...@gmail.com on 5 Jul 2014 at 4:45