Re: [mono-android] Updating a View using a Timer

2012-06-01 Thread g pe
In .NET you have System.Timers.Timer and System.Diagnostics.Stopwatch. I don't know what else do you need? Maybe a call to View.Invalidate() to force a refresh of your View. Or PostInvalidate() if you are in another thread. On Fri, Jun 1, 2012 at 2:34 PM, Saeid Yazdani wrote: > Dear Freinds! > >

Re: [mono-android] OpenGL API performance

2012-07-16 Thread g pe
Do you use the short or the long solution then? On Mon, Jul 16, 2012 at 9:23 AM, l0nestar wrote: > That makes a huge difference. Thanks for that. > > ** ** > > *From:* Jonathan Pryor-2 [via Mono for Android] [mailto:[hidden > email]] > >

Re: [mono-android] Profiling application

2012-07-17 Thread g pe
Ooh that is a good point! My application is for now only drawing on the Canvas but all the pre-processing of the shapes etc is done on the same thread. Even though it always has been in the plan to separate everything in correct threads, it's still to be done. That could be enough to solve our curr

Re: [mono-android] spinner-like touch(steering)wheel

2012-08-08 Thread g pe
What have started with? What's blocking you here? Have you drawn you picture? Have you found how to rotate it? Do you get your interaction events? You can find tons of samples about this. What is blocking you about monodroid? On Wed, Aug 8, 2012 at 9:32 AM, JLee wrote: > have to push this thre

[mono-android] Logging system

2012-08-08 Thread g pe
Hi everybody, Which logging system do you use. Is it worth developing some TraceListener or are there library already working on monodroid and monotouch(log4net)? The TraceListener approach seems to work on windows and Android but I didn't have a chance to make log4net run on Android yet. Therefo

Re: [mono-android] Logging system

2012-08-09 Thread g pe
c' accepting a first argument of type > 'System.Net.Mail.MailMessage' could be found (are you missing a using > directive or an assembly reference?) > 'log4net.Config.RenamedEventHandler' does not contain a constructor that > takes 1 arguments > 'log

Re: [mono-android] Logging system

2012-08-09 Thread g pe
Pretty wise. But I am not sure if it can be avoided for code targeting multiple platforms. On Thu, Aug 9, 2012 at 10:43 AM, Miljenko Cvjetko wrote: > Hi > > > On 2012.08.09 10:35, g pe wrote: > > Have you checked this patch > https://issues.apache.org/jira/browse/LO

Re: [mono-android] Service permissions

2012-08-09 Thread g pe
Hi doctor. Wouldn't it be the 'or' character? | On Thu, Aug 9, 2012 at 2:36 PM, drstrange wrote: > Hi, > > I can't seem to find any info on how to specify more than one permission > for > a service. The service will need both INTERNET and LOCATION permissions, > but > the ServiceAttribute seem

Re: [mono-android] Splash screen ratio

2012-09-04 Thread g pe
If your using an image you don't have choice but have a big version it. So you are sure that it is never scaled up. Then for a different ratios either you have have two bands on the "missing" sides like the black lines on 4:3 TVs showing 16:9 movies. A nice trick would be to have your original imag