Re: [mono-android] VS designer id property

2012-05-29 Thread Goncalo Oliveira
This seems to only happen on "pre-designer" files, where I have elements with no ID. I tried creating a new layout with the designer, and this way, elements always have ids (well, except for the base view) and I can freely change without any errors. With the older files, I have some elements with

Re: [mono-android] VS designer id property

2012-05-29 Thread Lluis Sanchez Gual
I can't reproduce this problem. Do you have more detail about the exception you are getting? If the exception is shown in a dialog it should have a details section with the whole stack trace. El 28/05/2012, a las 13:10, Goncalo Oliveira escribió: > No answer on this? > > On 22 May 2012 12:18,

Re: [mono-android] VS designer id property

2012-05-28 Thread Goncalo Oliveira
No answer on this? On 22 May 2012 12:18, Goncalo Oliveira wrote: > When setting the id property for an object I get the error "Property value > is not valid" along with the detail "Object reference not set to an > instance of an object". > I tried setting something like "@+id/myid"; maybe in the

[mono-android] VS designer id property

2012-05-22 Thread Goncalo Oliveira
When setting the id property for an object I get the error "Property value is not valid" along with the detail "Object reference not set to an instance of an object". I tried setting something like "@+id/myid"; maybe in the designer the syntax is different? -- Gonçalo Oliveira ___