Re: [android-developers] ImmersiveFocusNotifcation

2016-05-21 Thread TreKing
On Fri, May 20, 2016 at 2:20 PM, dsavereide .  wrote:

> We are not trying to run an android app. Our program is Windows program
> that utilizes some .NET controls. The glitch we have only occurs on Surface
> Pros which does have some limited android app support built in, but we are
> not attempting to use that.


OK ... then why are you asking your question on an Android Development
forum?

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScgjDHaqS52Vkcd9gLWZWm5-cM5E4syRwBvhD310%3Ds3RWow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] ImmersiveFocusNotifcation

2016-05-20 Thread dsavereide .
We are not trying to run an android app. Our program is Windows program
that utilizes some .NET controls. The glitch we have only occurs on Surface
Pros which does have some limited android app support built in, but we are
not attempting to use that.

On Fri, May 13, 2016 at 12:05 PM, TreKing  wrote:

>
> On Tue, Apr 19, 2016 at 5:25 PM, dsavereide  wrote:
>
>> We have a Windows32 program that uses some .NET controls.  We are having
>> a problem with this on Android devices (e.g. Surface Pro 3 and others)
>> running Windows 10 Pro.
>
>
> If you're attempting to run an Android app on a Windows platform, you are
> outside the scope of this list, which is for developing Android apps to run
> on, well, Android devices.
>
> You might consult a stackoverflow, or a group or forum dedicated to
> running Android on Windows.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/WVHCTbQGrkg/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CANCScgg8GXk5JQGm-g7%2BOR7GM2xAh%3DCtbEH6L1YB6H3pPiH0%2Bg%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAGAz2n-8W%3DU7SJWSAesoHiVTwfc65MS16OPXRfe4x%3DbKcLyK-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] ImmersiveFocusNotifcation

2016-05-13 Thread TreKing
On Tue, Apr 19, 2016 at 5:25 PM, dsavereide  wrote:

> We have a Windows32 program that uses some .NET controls.  We are having a
> problem with this on Android devices (e.g. Surface Pro 3 and others)
> running Windows 10 Pro.


If you're attempting to run an Android app on a Windows platform, you are
outside the scope of this list, which is for developing Android apps to run
on, well, Android devices.

You might consult a stackoverflow, or a group or forum dedicated to running
Android on Windows.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScgg8GXk5JQGm-g7%2BOR7GM2xAh%3DCtbEH6L1YB6H3pPiH0%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] ImmersiveFocusNotifcation

2016-04-19 Thread dsavereide


We have a Windows32 program that uses some .NET controls.  We are having a 
problem with this on Android devices (e.g. Surface Pro 3 and others) 
running Windows 10 Pro.

 

Everything is normal until we access our first .NET control. Then existing 
native windows are resized, text is redrawn with a tiny font and the menu 
bar is now too short to display the menu. I monitored the messages coming 
in and compared them to a Windows 10 Pro PC. The difference is the 
ImmersiveFocusNotifcation (wparam = 0xFFFC), which I understand is an 
android device specific message. We are not receiving any resize messages.

 

It doesn't matter if I ignore it, or answer true or false. Since we are not 
using Immersive Mode or doing anything Android specific, this is confusing 
to me.

 

Does anyone have any ideas for dealing with it?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a64b4f83-8468-4a24-989a-cd8d25ca4ad1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.