[Mono-winforms-list] problem with Binding

Ivan N. Zlatev contact at i-nz.net
Mon Mar 9 14:41:39 EDT 2009


On Mon, Mar 9, 2009 at 6:11 PM, Martin Matusiak <numerodix at 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


More information about the Mono-winforms-list mailing list