Re: [Iup-users] Android IUP implementation question/problem for IupDialog

2016-12-15 Thread Ranier VF
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 restar

Re: [Iup-users] Android IUP implementation question/problem for IupDialog

2016-12-15 Thread Eric Wing
On 12/15/16, Ranier VF 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

Re: [Iup-users] Android IUP implementation question/problem for IupDialog

2016-12-15 Thread Ranier VF
Hi Eric, Do you know what events "keyboard" affects? No. I believe all configs fire one event, onConfigurationChanged. Keyboard = The keyboard type has changed - for example, the user has connected an external keyboard. Have more: "screenSize", "smallestScreenSize", "layoutDirection", etc. See i