designer

Visual Studio 2013 (XAML?) Designer crash on all Windows Phone projects even after aquiring developer license

♀尐吖头ヾ 提交于 2019-12-20 03:52:46
问题 My designer started to crash, even on clean projects. The error message is as follows: System.Exception Package failed updates, dependency or conflict validation. Windows cannot install package App.afbb198c1.a50af.a4b90.aa065.a08732a9e43b0 because this package depends on another package that could not be found. This package requires minimum version 0.0.0.0 of framework Microsoft.VCLibs.120.00.Debug published by any publisher to install. Provide the framework along with this package. at

How do I add a Control to a Container in an inherited WinForm

天大地大妈咪最大 提交于 2019-12-19 08:54:17
问题 I have a base form in another project that enforces the same look & feel to all our WinForms programs. I inherited from that BaseForm, to create my own template, BaseView. This template of mine has additional controls like a ProgressBar, a Timer and a TableLayoutPanel. I now want to inherit from my BaseView and use the Designer to add my program-specific controls, however I cannot drop anything like Panels or any other Controls into it. I have tried some suggestions, like making sure the base

How to update design-time UserControl interface based on property value?

允我心安 提交于 2019-12-19 07:35:47
问题 I've created a UserControl with the following public property: [Browsable(true)] public string Text { get { return pnlLookupTable.GroupingText; } set { pnlLookupTable.GroupingText = value; } } pnlLookupTable is, as you may have guessed, a Panel control. I can change the value of the Text property in the Properties window and it's reflected in the markup like it should be. However, the design view of the UserControl inside a page does not show updated GroupingText for the Panel. How can I get

How to update design-time UserControl interface based on property value?

妖精的绣舞 提交于 2019-12-19 07:34:46
问题 I've created a UserControl with the following public property: [Browsable(true)] public string Text { get { return pnlLookupTable.GroupingText; } set { pnlLookupTable.GroupingText = value; } } pnlLookupTable is, as you may have guessed, a Panel control. I can change the value of the Text property in the Properties window and it's reflected in the markup like it should be. However, the design view of the UserControl inside a page does not show updated GroupingText for the Panel. How can I get

How to update design-time UserControl interface based on property value?

末鹿安然 提交于 2019-12-19 07:34:32
问题 I've created a UserControl with the following public property: [Browsable(true)] public string Text { get { return pnlLookupTable.GroupingText; } set { pnlLookupTable.GroupingText = value; } } pnlLookupTable is, as you may have guessed, a Panel control. I can change the value of the Text property in the Properties window and it's reflected in the markup like it should be. However, the design view of the UserControl inside a page does not show updated GroupingText for the Panel. How can I get

Visual studio 2012 XAML designer invalid markup

岁酱吖の 提交于 2019-12-18 11:05:01
问题 I've got a project that contains usercontrols. For some reason, the design view for the window which uses the said controls has stopped functioning and insists on "Invalid Markup" - the error given is that some members of the usercontrols are not recognized or not accessible. The project however compiles and executes just fine. Loading it up in VS2010, the editor works fine, no errors whatsoever - the same even in Expression Blend. So far I have tried the typical clean, rebuild, manually

VS addin: View markup. Does exist something like that?

前提是你 提交于 2019-12-18 06:49:39
问题 While working with ASP.NET using Visual Studio (2008) I have discomfort issue: source code editor context menu has only item ' View Designer ' but nothing about to view markup quickly! To see it you need to open Designer and click Markup label in the bottom of a window. Or use Shift+F7 hot key (by default). So I want to add an item menu ' View Markup ' in additional to ' View Designer '. I guess I have to use a Visual Studio add-in if it already exists or write it by myself. What do you think

android studio designer preview: how to include device frame?

心已入冬 提交于 2019-12-17 16:32:52
问题 There seems to be tons of answers to the opposite question "how to remove device frame" which instructs user to click the "settings" button inside preview to uncheck "include device frame (if available)". But for me using 2.2.2 on a mac and 2.2.1 earlier, such a button with that option never was available. Out of the box (dmg) Android Studio Designer always only shows the viewport without any device frame. This explanation of the Designer settings suggests that option is only available if

Designer.cs not updating when new controls added to .aspx

邮差的信 提交于 2019-12-17 10:51:11
问题 I've added a new control to my aspx files and noticed that not only was the new control not added to the designer file but that it was also missing quite a few other controls that were added by other members of the team. I've tried deleting the designer.cs file and using "Convert to Web Application" with no success. Some other things i've tried have been excluding the aspx from the project, building, and then re-including with no success. I've also manually entered in a control that was

Microsoft Visual Studio and C#: How to Visually Add Events to Controls?

不想你离开。 提交于 2019-12-17 07:48:46
问题 Perhaps this is a stupid question, but for the life of me I cannot find a way to do this. How would one go about adding an event handler to a control in a form in Microsoft Visual Studio (2008) with C#? I can do it manually, but opening the Designer.cs file for the Form, but I cannot find a way to do it through the interface. In MSVC 6, with C++ and MFC, you could right click or some other action, and find a list of all the possible events for that control. Then you select it and it would