[Mono-winforms-list] problem with Binding

2009-03-09 Thread Martin Matusiak
Greetings,

I'm trying to do a hello world data binding to widgets. I've tried a
couple of tutorials and none of the example code worked. Here's what I
did:
http://www.matusiak.eu/numerodix/blog/index.php/2009/03/09/data-binding-made-of-fail/


Martin
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-winforms-list] problem with Binding

2009-03-09 Thread Ivan N. Zlatev
On Mon, Mar 9, 2009 at 6:11 PM, Martin Matusiak numero...@gmail.com wrote:
 Greetings,

 I'm trying to do a hello world data binding to widgets. I've tried a
 couple of tutorials and none of the example code worked. Here's what I
 did:
 http://www.matusiak.eu/numerodix/blog/index.php/2009/03/09/data-binding-made-of-fail/


The databinding in that sample works just fine with SVN HEAD and
probably also with Mono 2.4. On the other side there seems to be a bug
with the TableLayoutPanel because the layout is broken on Mono. A bug
has to be filed with that - http://mono-project.com/Bugs.

On MS.NET you seem to be running the assembly with limited trust zone
and that won't work because DataBinding requires reflection which is
not allowed by the security zone.

-- 
Kind Regards,
Ivan N. Zlatev
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list