<br><br><div class="gmail_quote">On Tue, Dec 4, 2012 at 1:03 PM, Ariel Calzada <span dir="ltr"><<a href="mailto:ariel.calzada@gmail.com" target="_blank">ariel.calzada@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><b style="font-family:'Times New Roman';font-size:medium;font-weight:normal"><span style="font-size:15px;font-family:Arial;font-weight:bold;vertical-align:baseline;white-space:pre-wrap">HIG/Touchscreen</span><br>

<span style="font-size:15px;font-family:Arial;vertical-align:baseline;white-space:pre-wrap"></span><br><span style="font-size:15px;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">The main concern is that the OSK hides the interface and doesn’t let the textbox be visible for the user. We think that a possible solution should be making OSK has an inputbox above that which displays the inserted text, and thus the speak interface should be shrinked. But this has to be analyzed because should be fixed upstream. As this is transversal to all the activities that could have input text.</span></b></div>
</blockquote><div><br></div><div>Yes. The solution is not easy and is difficult have a general solution right now.</div><div>In general, we have two different cases:</div><div>* activities with a scrolled area in the canvas (Browse, Read, Write)</div>
<div>* activities without a scrolled area (clock, speak)</div><div><br></div><div>We can shrink the scrolled area to use only the available space and move the content to guarantee the focused content is visible. We are trying to do this in Write activity by example.</div>
<div><br></div><div>In the cases without a scrolled area, probably is better resize the canvas, like when er rotate the screen.</div><div>This give us 4 possible screen sizes horizontal, vertical (rotated), horizontal with osk, vertical with osk.</div>
<div><br></div><div>In a ideal world, we should be able to resize the canvas only when the user is working on the canvas, if the user is editing the title or the description (in the toolbar) that should not be needed. </div>
<div><br></div><div>Gary, do you agree with all this?</div><div><br></div><div>Gonzalo </div></div>