Re: [mono-android] Window.DecorView.Visibility and TabActivity

2012-07-27 Thread Breyer, Christian
, Christian Gesendet: Freitag, 27. Juli 2012 13:17 An: monodroid@lists.ximian.com Betreff: Re: [mono-android] Window.DecorView.Visibility and TabActivity Thank you Jon for your answer. This might be the trace you are looking for: 07-27 13:00:12.835: W/dalvikvm(25355): threadid=1: thread exiting with

Re: [mono-android] Window.DecorView.Visibility and TabActivity

2012-07-27 Thread Breyer, Christian
18 An: Discussions related to Mono for Android Betreff: Re: [mono-android] Window.DecorView.Visibility and TabActivity On Jul 26, 2012, at 7:12 AM, "Breyer, Christian" wrote: > Acitivty B (TabActivity) is launched by an intent resulting from an action > performed in A. Whenever A

Re: [mono-android] Window.DecorView.Visibility and TabActivity

2012-07-26 Thread Jonathan Pryor
On Jul 26, 2012, at 7:12 AM, "Breyer, Christian" wrote: > Acitivty B (TabActivity) is launched by an intent resulting from an action > performed in A. Whenever A hid the bar, B stays black and an exception is > thrown. Please provide the full stack trace as obtained from the Android Debug Log:

[mono-android] Window.DecorView.Visibility and TabActivity

2012-07-26 Thread Breyer, Christian
Hi there, has anyone ever tried to hide the android 4 bar with that three-dot-button (e.g. HTC ONE S)? >From what I read and what mono offers, I tried this: Window.DecorView.Visibility = ViewStates.Invisible; It seems to work for some activities but not for all. Whenever I start an act