IOSGlulx and Centered StatusLine

I’m running into a problem in Shadow where we’re using the centering functionality and a replaced status line…

The following code from Shadow doesn’t seem t work in iosglulx…

Rule for constructing the status line:
deepen the status line to 2 rows;
center “[current chapter]” at row 1;
center “[location]” at row 2;
rule succeeds.

Assuming you replace current chapter and location with text values, you should be able to test this. In my implementation, the status line completely disappears.

David C.
www.textfyre.com

I’m testing exactly this in the iOS simulator, and it works.

"Test Case" by Andrew Plotkin.

Include Basic Screen Effects by Emily Short.

The Kitchen is a room.

The current chapter is a text that varies. The current chapter is "Start".

Rule for constructing the status line: 
	deepen the status line to 2 rows;
	center "[current chapter]" at row 1;
	center "[location]" at row 2;
	rule succeeds. 

Tried it in the iPhone and iPad layout, iOS 6.0 and 6.1. (Xcode 4.6. Inform 7 6G60.)

Hmm…I’m using 5Z if that matters. I’ll pull this up tonight and see if I can figure it out. The problem was reported by Chris Cavanaugh.

David C.
www.textfyre.com

I could also send a copy of the ulx file in question…see if you get a different response.

David C.
www.textfyre.com

I tried building the same test in 5Z71, and still didn’t see any problems.

My test files are:
eblong.com/zarf/tmp/status-test-5Z71.ulx
eblong.com/zarf/tmp/status-test-6G60.ulx

You can send me yours, and I’ll try it, but I’m not sure it’ll get you closer to solving the problem.