[Mono-dev] GTK Mac - keyboard short-cuts with AccelMap

2010-12-09 Thread Dimitar Dobrev
Hi. I'd like to extend a functionality for editing key short-cuts to Mac OS X by using AccelMap (for backward compatibility). However, as you know, GTK makes extremely strange key mappings like "Meta" = "Alt" and "Alt" = "Mod5", as well as other abnormal behaviour like "Shift + Alt + key" inte

Re: [Mono-dev] Announcing Monoreports - report designer and reporting engine

2010-12-09 Thread Tomasz Kubacki
Dnia 2010-12-09, czw o godzinie 10:25 -0800, kuseman pisze: > Think its an awesome project. > Seems pretty stable already. > I think you should develop the designer as a monodevelop add-on too. yea already on my TODO list. i need to push back my propertygrid hack (i've forked monodevelops property

Re: [Mono-dev] Announcing Monoreports - report designer and reporting engine

2010-12-09 Thread Tomasz Kubacki
Dnia 2010-12-09, czw o godzinie 13:51 -0500, Miguel de Icaza pisze: > This is absolutely fabulous! > > You are going to make hundreds of developers very happy. > > Btw, the designer binaries works just fine on MacOS X. Thanks for good words and i'm happy to hear about MacOS ! Seems mono is rea

Re: [Mono-dev] Announcing Monoreports - report designer and reporting engine

2010-12-09 Thread kuseman
Think its an awesome project. Seems pretty stable already. I think you should develop the designer as a monodevelop add-on too. -- View this message in context: http://mono.1490590.n4.nabble.com/Announcing-Monoreports-report-designer-and-reporting-engine-tp3079887p3080705.html Sent from the Mono

Re: [Mono-dev] MonoDroid

2010-12-09 Thread Miguel de Icaza
> I seen the pretty screenshots of MonoDroid sample apps on monologue. > > Can I beta test MonoDroid pretty please? Or at least open the beta up to the > public? We broke the debugger in the current preview, you really want to wait a couple of days. But I sent you the invite. We will be doin

Re: [Mono-dev] Announcing Monoreports - report designer and reporting engine

2010-12-09 Thread Miguel de Icaza
> I've started new project that may interest you: report designer and > reporting engine for mono/.net. It's similar to the CrystalReport and > other tools like that, except it's not this much sql oriented. This is absolutely fabulous! You are going to make hundreds of developers very happy. Bt

[Mono-dev] Announcing Monoreports - report designer and reporting engine

2010-12-09 Thread Tomasz Kubacki
Hi all, I've started new project that may interest you: report designer and reporting engine for mono/.net. It's similar to the CrystalReport and other tools like that, except it's not this much sql oriented. I've done short (6 minutes) youtube demo here: http://www.youtube.com/watch?v=P7jHXFyMs

Re: [Mono-dev] Bug in System.Web.Caching.Get() / Timer.Change() ?

2010-12-09 Thread jriepsh...@ujam.com
Sorry Michal, i made a mistake. we DISABLED it to make it work. Since the code in System.Web.Cache looks as follows: public object Get(string key) { Dictionary V_0 = this.cache; Monitor.Enter(V_0); try { } finally { Monitor.Exit(V_0); } if (!this.cache.TryGetValue(key, &CacheItem V_1))