Re: [mono-android] How to open the Layout Designer in VS 2010 ?

2012-04-27 Thread Lluis Sanchez Gual
Yes, this looks like a bug. I'll check what's wrong. El 27/04/2012, a las 11:57, Narcís Calvet escribió: > Hello, > > This is failing for me. I'm using VS2010 for writting code and Monodevelop > for the layout files. My project references a M4A Android Class Library > project so that it has no

Re: [mono-android] How to open the Layout Designer in VS 2010 ?

2012-04-27 Thread Lluis Sanchez Gual
Do those files have a .xml or .axml extension? El 27/04/2012, a las 12:35, martze escribió: > I'm also having issues with the designer. > For some files i can choose whether to open it with designer or show code, > for some only the designer is opened, and for others only code works. > > -- > Vi

Re: [mono-android] design view <--> source view

2012-04-27 Thread Lluis Sanchez Gual
Yes, that's planned. El 27/04/2012, a las 15:11, Wally McClure escribió: > It would be nice to have a button that allowed for the quick and easy change > from design view to source view and back again while in VS. I realize that I > can open the file in a different editor, but this would be he

Re: [mono-android] controls in the toolbox

2012-04-27 Thread Lluis Sanchez Gual
El 27/04/2012, a las 15:43, Wally McClure escribió: > I see that there are a number of controls in the toolbox in the designer in > VS. Questions: > Are the controls filtered in anyway? For example, is there a way to only > show controls that are suitable for Honeycomb and later? I see that

Re: [mono-android] arrows in the designer

2012-04-27 Thread Lluis Sanchez Gual
You can click on the arrows to set the layout_width or layout_height to wrap_content or match_parent. This probably needs a tooltip. Lluis. El 27/04/2012, a las 17:12, Wally McClure escribió: > What are the arrows in the table layout that is in the attached file? The > circle allows me to dra

Re: [mono-android] intellisense in the layout editor

2012-05-08 Thread Lluis Sanchez Gual
Added to the TODO list. El 04/05/2012, a las 19:00, Wally McClure escribió: > I love the layout editor in 4.1.1. I was just experimenting on the mac. I > was wondering if there might be some way to get the intellisense to select > the appropriate string resource. I see that I would have to k

Re: [mono-android] Designer Error

2012-05-15 Thread Lluis Sanchez Gual
Looks like the layout file contains invalid xml. Make sure the initial processing instruction (the tag) is the first one in the file, and that there is no whitespace before it. El 15/05/2012, a las 19:46, José M. Rivera escribió: > I am getting the following error when trying to open a layout

Re: [mono-android] Visual Studio 2010 crashes when opening a new or existing Mono for Android project after upgrade to 4.2.1

2012-05-16 Thread Lluis Sanchez Gual
This will be fixed in the next release. As a workaroud, try adding the java bin directory (the one that contains the 'java' command) to the PATH. El 15/05/2012, a las 22:47, Saeid Yazdani escribió: > Ok, I'll wait for an update :P For reference, I think this is the error I got > from visual stud

Re: [mono-android] Designer Error

2012-05-16 Thread Lluis Sanchez Gual
I am unable to reproduce this problem. Can you send me a sample layout (+included files) I could use to reproduce the error? El 15/05/2012, a las 21:02, NebulaSleuth escribió: > I had the same problem. It was because my design file used an > statement. > > It appears that the designer doesn't

Re: [mono-android] Designer Error

2012-05-16 Thread Lluis Sanchez Gual
Are you using Windows or Mac? MonoDevelop or Visual Studio? El 16/05/2012, a las 18:07, José M. Rivera escribió: > > Lluis Sanchez Gual wrote >> >> I am unable to reproduce this problem. Can you send me a sample layout >> (+included files) I could use to reproduce

Re: [mono-android] Designer Error

2012-05-17 Thread Lluis Sanchez Gual
The problem seems to be with files which have a byte order mark. MonoDevelop creates new files without a BOM, and that's why it then works. At least I know what's the issue now. El 17/05/2012, a las 05:08, NebulaSleuth escribió: > > Lluis Sanchez Gual wrote >>

Re: [mono-android] Designer Error

2012-05-17 Thread Lluis Sanchez Gual
header in the included file, or you can remove the BOM by opening the file with the hex editor (Open With->Hex Editor) and deleting the first 3 bytes. Lluis. El 17/05/2012, a las 09:27, Lluis Sanchez Gual escribió: > The problem seems to be with files which have a byte order mark. MonoDe

Re: [mono-android] designer object selection

2012-05-22 Thread Lluis Sanchez Gual
You can use the document outline pad to see the widget hierarchy and select any widget you want. In MonoDevelop, click on View->Pads->Document Outline In Visual studio, View->Other Windows->Document Outline El 22/05/2012, a las 12:12, Goncalo Oliveira escribió: > Hi, > > When having two overla

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] Designer element preview when out of view

2012-05-29 Thread Lluis Sanchez Gual
Right now it is not possible to scroll in the designer. This will be supported in future releases. El 28/05/2012, a las 15:48, Goncalo Oliveira escribió: > Hi, > > When creating a layout with some length (with a scrollview), if we focus an > element that is out of the visibility bounds, there

Re: [mono-android] Opening Main.axml in designer

2012-06-05 Thread Lluis Sanchez Gual
That's not possible right now, but in the next Mono for Android release the designer will allow editing the XML just like in MonoDevelop (without code completion thought). El 05/06/2012, a las 07:40, Matthew Leibowitz escribió: > Visual studio has two buttons that are used to switch between the