On 12/15/16, Ranier VF <ranier_...@hotmail.com> wrote:
> Hi Eric,
> "I do not have layout working. (I did make screen rotation not do the
> stupid thing though...another stupid Android decision was to cause
> device orientation to completely quit and restart your app by default,
> which I don't think is *ever* useful for a real app.)"
>
> To prevent quit and restart you can use the configChanges tag in the
> manifest:
> android:configChanges="keyboardHidden|keyboard|orientation|screenSize"
>
> "This will tell Android to send the app an onConfigurationChanged event for
> these classes of configuration changes.
> If you are interested in learning more about configuration changes, visit:
> http://developer.android.com/guide/topics/resources/runtime-changes.html#HandlingTheChange.";
>
> Best regards,
>
> Ranier Vilela
> ________________________________________

Hi Ranier,
Yes, that's what I did. Though I've never used the plain "keyboard"
flag before. I don't think I've ever triggered that case.
These are the ones I've been using:
android:configChanges="orientation|keyboardHidden|screenSize"

Do you know what events "keyboard" affects?

Thanks,
Eric

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to