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

2016-12-15 Thread Ranier VF
st. Assunto: Re: [Iup-users] Android IUP implementation question/problem for IupDialog 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 orien

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
ssion list. Assunto: Re: [Iup-users] Android IUP implementation question/problem for IupDialog Hi all, I've pushed up my initial prototype to Github https://github.com/ewmailing/IupAndroid Look at the Android branch. I know Android code can be really hard to understand for those not f

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

2016-12-14 Thread Eric Wing
Hi all, I've pushed up my initial prototype to Github https://github.com/ewmailing/IupAndroid Look at the Android branch. I know Android code can be really hard to understand for those not familiar with it, especially with all the JNI. I think I should give a walkthrough description of the archite

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

2016-12-14 Thread Antonio Scuri
lems with "native activity" > > Best regards, > > Ranier Vilela > > De: Eric Wing > Enviado: terça-feira, 13 de dezembro de 2016 20:58 > Para: IUP discussion list. > Assunto: Re: [Iup-users] Android IUP implementation question

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

2016-12-13 Thread Ranier VF
[Iup-users] Android IUP implementation question/problem for IupDialog On 12/13/16, Ranier VF wrote: > Eric, I believe that is you need (lifecycles events). > > http://www.ikerhurtado.com/android-ndk-native-activity-app-glue-lib-lifecycle-threads > "Commands (lifecycle events) from

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

2016-12-13 Thread Eric Wing
On 12/13/16, Ranier VF wrote: > Eric, I believe that is you need (lifecycles events). > > http://www.ikerhurtado.com/android-ndk-native-activity-app-glue-lib-lifecycle-threads > "Commands (lifecycle events) from Main (UI) thread" > > Best regards, > Ranier Vilela > Thanks Ranier for the thought,

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

2016-12-13 Thread Eric Wing
On 12/13/16, Antonio Scuri wrote: > Hi, > > First I need to understand a little bit more about how Android does > things. We can then adapt the IUP structure so it will be able to suit your > needs. > > So after you create the native element, you tell me that you have to wait > for an event

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

2016-12-13 Thread Ranier VF
erça-feira, 13 de dezembro de 2016 20:02 Para: IUP discussion list. Assunto: Re: [Iup-users] Android IUP implementation question/problem for IupDialog Hi Scuri, Maybe this help. https://developer.android.com/reference/android/app/NativeActivity.html http://brian.io/android-ndk

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

2016-12-13 Thread Ranier VF
/main.cpp Best regards, Ranier Vilela De: Antonio Scuri Enviado: terça-feira, 13 de dezembro de 2016 16:30 Para: IUP discussion list. Assunto: Re: [Iup-users] Android IUP implementation question/problem for IupDialog Hi, First I need to understand a

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

2016-12-13 Thread Antonio Scuri
Hi, First I need to understand a little bit more about how Android does things. We can then adapt the IUP structure so it will be able to suit your needs. So after you create the native element, you tell me that you have to wait for an event when the element is actually created. In between