[mono-android] rotate bitmap

2012-03-31 Thread kuma
hi, 
my name is Fabio and I need help with mono android.

after load a bitmap I need make a rotate and in windows use
bmp.RotateFlip(RotateFlipType.Rotate180FlipX);

but in android in class bitmap I not found method RotateFlip.

how to rotate image?

thank you


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/rotate-bitmap-tp5609057p5609057.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] rotate bitmap

2012-04-02 Thread kuma
Hi Tomasz,
thank you for solution :)


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/rotate-bitmap-tp5609057p5610508.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] rotate bitmap

2012-04-02 Thread kuma
thank you Atsushi Eno!

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/rotate-bitmap-tp5609057p5613292.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


[mono-android] OpenTK es 2.0 and Run() don't work

2012-04-02 Thread kuma
Hi, 
I am trying to understand how to work openTK with es 2.0 in mono android.

When I make a new project with opentk work fine, but default project run
with version 1.1
if I force version with 2.0 the project don't work fine, OnUpdate and
OnRender don't start.

Then I found a xamarin sample called GLtriangle20 (it's work with opengl es
2.0) but I see that draw triangle one time and OnRender not exsist!

how to make a good project with 2.0 that call OnRender and OnUpdate without
problem?

Thanks

Fabio



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/OpenTK-es-2-0-and-Run-don-t-work-tp5613345p5613345.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] OpenTK es 2.0 and Run() don't work

2012-04-03 Thread kuma
I just installed mono android 4.0.6 and now work fine 

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/OpenTK-es-2-0-and-Run-don-t-work-tp5613345p5615619.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] OpenTK es 2.0 and Run() don't work

2012-04-03 Thread kuma
I just installed mono android 4.0.6 and now work fine 

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/OpenTK-es-2-0-and-Run-don-t-work-tp5613345p5616082.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] MonoDevelop 2.9.4 and Mono for Android 4.1 - Build Error

2012-04-09 Thread kuma
I have some problem, after unistall and reinstall the problem persist. 



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/MonoDevelop-2-9-4-and-Mono-for-Android-4-1-Build-Error-tp5627320p5628281.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-16 Thread kuma
I have some problem! :(

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/4-2-The-GenerateJavaStubs-task-failed-unexpectedly-tp5709803p5709805.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-17 Thread kuma
Hi Jon,
I have a different message:


Error   22  The "GenerateJavaStubs" task failed unexpectedly.
System.ArgumentException: *An item with the same key has already been
added.*
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value,
Boolean add)
   at Xamarin.Android.Tasks.GenerateJavaStubs.Execute()
   at
Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at
Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost
taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost,
ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult)
EarthAttack.Main.Android


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/4-2-The-GenerateJavaStubs-task-failed-unexpectedly-tp5709803p5709845.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


Re: [mono-android] 4.2 - The "GenerateJavaStubs" task failed unexpectedly.

2012-05-20 Thread kuma
Today I try to make a test case but unsuccessfully.

can you help me? what is Java.Lang.Object? 

thanks

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/4-2-The-GenerateJavaStubs-task-failed-unexpectedly-tp5709803p5709876.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid