Thanks. I had tried that but couldn't get it to work. Trying again, I noticed
that the compiler thought that Android.Resource.Id.Home was in my project's
namespace. Using global::Android.Resource.Id.Home fixed it.
Regards,
Paul
From: monodroid-boun...@lists.ximian.com
[mailto:monodroi
On May 15, 2012, at 5:52 AM, mcleodia wrote:
> The problem is that we use scons to autogenerate an msbuild file which has an
> absolute path to its OutputPath, which is a slightly unusual case.
Thank you for the test case. We should have this fixed in some future release.
- Jon
___
On May 10, 2012, at 8:20 AM, Hänke, Maik wrote:
> I tried to react to time changes, but in the callback I got the old time.
Let me see if I understand the scenario:
1. You launch your app, and access e.g. TimeZoneInfo.Local
2. You change your system timezone
3. Your app doesn't see the timezone c
On May 18, 2012, at 12:17 AM, vchelaru wrote:
> "This has been fixed and the fix will be on the next release. "
We all make mistakes. :-)
> We have updated to 4.2.1 and are getting the same error on the Motorola Droid
> (the first model) using OS version 2.2.3:
>
> OpenTK.Platform.Android.EglEx
On May 22, 2012, at 12:26 PM, Mo wrote:
> just a quick question: Is WCF's net.tcp- binding already implemented?
No.
Mono does appear to have an implementation of
System.ServiceModel.NetTcpBinding, but (1) I don't know how complete that
implementation is, and (2) that type is not exposed in the
On May 22, 2012, at 3:36 AM, rwittev1 wrote:
> Any indication on when 4.2.2 will be released?
Soon, depending on how QA goes.
> In the meantime we need to develop on an older release. We still have a 4.0.6
> installation. What's the best way to downgrade?
Uninstall Mono for Android, then instal
Hey,
Yes, it is possible to use drawable in styles.xml
..
Hi,
Please tell me if its possible to use @drawable attribute in Styles.xml?
I tried to use it, but I get 'no resource found' error.
Best regards
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/
You're looking for Android.Resource.Id.Home, which is part of the SDK and
not in the generated resources file in your project:
http://docs.mono-android.net/?link=F%3aAndroid.Resource.Id.Home
On Wed, May 23, 2012 at 1:41 AM, pdonovan wrote:
> Hi,
>
> I'm creating a MonoDroid app that targets sdk
Thanks!
Igor
On Tue, May 22, 2012 at 6:53 PM, Jonathan Pryor wrote:
> On May 22, 2012, at 2:48 AM, Igor Russkih wrote:
> > I've found that the subject method has only one mapping in MFA:
> SetSummary(int resId)
> > However there is no SetSummary(CharSequence text) mapping.
>
> As Atsushi men
Hi,
Have you added the INTERNET required permission to your application?
It's set automatically in Debug builds so that the debugger can
communicate with the target, but you have to specify it explicitly for
release mode. In MonoDevelop you add it in your project's Options->Mono
for Android Applic
I don't have any android-honeycomb directory in my android-sdk\platforms\
And for me it's "only" opening an existing project that throw this
exception (I've not tried to create a new project yet).
On Mon, May 21, 2012 at 10:40 PM, Jonathan Pobst wrote:
> Details here:
>
> http://lists.ximian.co
12 matches
Mail list logo