Tagged Questions
The design-view tag has no wiki summary.
5
votes
3answers
233 views
VS2008 partially freezing when switching to HTML design view
This is an odd freeze. When I switch from source view to design view for an HTML or ASPX file, the client area freezes, but I can still click on other tabs and menus.
What am I missing here? ...
3
votes
1answer
293 views
Expression Blend Error - Value cannot be null. Parameter name: stream
I'm getting the above error when trying to load a User Control xaml file in design view in Expression Blend 4. The xaml itself runs successfully in VS 2010, and I can view the xaml in blend, but not ...
2
votes
2answers
510 views
Is there any graphical designer for ASP.NET MVC?
I guess that most people that use Visual Studio had my same reaction when they created their first ASP.NET MVC project: where did the Design View end up?
When using classic Web Forms to develop an ...
2
votes
1answer
231 views
Can I prevent SharpDevelop design view from setting a property's value in InitializeComponent?
I am finding that Design View (DV) is nice, but trying to change the way it automagically injects code into InitializeComponent is very hard. And sometimes its automagical code breaks the program.
...
2
votes
2answers
120 views
Is there a way to prevent Visual Studio 2008 from opening a file in design view by default?
I'm writing an NUnit TextFixture for portions of a Windows Forms application. Some of the classes in the file are derived from UI component classes, like so:
[TestFixture]
public class MainFormTest ...
1
vote
1answer
23 views
Disable Property in Design View Property Grid
I want to expose some properties in my custom control. I require to get input for three parameters that I expose as Browsable properties from the control. Based on input for one property the other two ...
1
vote
0answers
156 views
how do i focus on controls inside an asp.net table in the design view (VS2010)?
i created an asp table in the markup view and inside the table row/cells i insert controls too.
it works fine.
when i go to the design view i and i point the table , i can't get to the controls ...
1
vote
1answer
121 views
Asp.Net WebForms designer auto update
When we work over Asp.Net Forms (like .aspx pages), the source view gets updated automatically when we edit designer.
On the other hand, disigner is not bothered about changes made at mark-up/ ...
1
vote
1answer
316 views
Hide Radiobox and Checkbox Name on Visual Studio Design View
I have been designing controls in Visual Studio 2008 and as you may have notice when I use radio button and checkbox web controls for ASP .NET it shows the name on design view, this causes me to see ...
0
votes
1answer
21 views
Custom button in wordpress? [closed]
I was wondering if it's possible to make more of the styling buttons in the design view. Right now it's fairly limited, not having buttons for line breaks or divs. Is there a plugin for that or do I ...
0
votes
0answers
14 views
Custom UI for Wordpress code snippets in Wordpress Design View?
Thanks in advance.
I'm not sure if this is possible, but I've seen the WPUI plugin put it's own 'button' on the Wordpress design view to easily make custom elements. I was wondering if this is easy ...
0
votes
0answers
34 views
Visual Studio Express for Windows Phone not showing correct Design View
For some reason Visual Studio is showing me this weird, ugly skeleton design view when I try building Mango apps instead of the regular fully detailed view I used to get with the old 7.0 apps.
Any ...
0
votes
2answers
94 views
How to prevent Design View from using default constructor?
Situation: I am making a Collapsible Panel. In my business situation, I am required to have the panel support the following:
A "direction" (ie, will it dock top, bottom, left, or right). This ...
0
votes
1answer
61 views
Remove hyperlinks in Visual Studio “Design” view
I can’t seem to find a way of doing this, but it’s such a simple thing that it must be possible. What I want to do is unlink some text that is currently a hyperlink, but I want to do it from within ...
0
votes
1answer
200 views
How do I edit a WPF DataTemplate in VS 2010 Design view?
How do I edit a WPF DataTemplate (or similar) in VS 2010 Design view?
Is that even possible? I would love it if I could drag and drop template items (such as TextBlocks) around like I can with ...
0
votes
0answers
110 views
Drag and drop problem in VS2008
In Visual Studio 2008, when drag and drop an image (image1.jpg) or a UserControl (header.ascx) from the solution explorer into a div or a blank web form (Default.asp) in design view, the image isn't ...
0
votes
1answer
524 views
Problem loading UserControl with DLL reference in Design View
I have a C# project with a UserControl in it.
This user control depends on a particular C++ Mixed mode dll which in turns, acts as a facade to an unmanaged C++ DLL
C# ...
0
votes
4answers
785 views
Design view not working in Web Projects in Visual Studio 2008
When I try to edit an ASPX file with the Design View it freezes for a moment and does nothing, not even an error message.
Looking through menus I've seen some strange things:
If I go to ...
0
votes
5answers
552 views
PHP IDE with design view?
Are there any good IDEs for PHP that have design view as well?
Like in Dreamweaver, or visual studio, sometimes it is advantageous to place controls with drag and drop.
Also want syntax ...
0
votes
1answer
1k views
Flex design view not working for components with custom base class
I have a Flex component that, instead of inheriting directly from Canvas, inherits from a custom class (MyBaseComponent ) that I wrote which in turn inherits from Canvas:
Canvas > MyBaseComponent > ...
0
votes
1answer
688 views
In Visual Studio, my design view doesn't load the master page controls. Why?
It's just so much HRESULT E_FAIL, if you know what I'm talking about. And if you use Visual Studio, you know what I'm talking about.
Similar thread, but not a duplicate: Is the design view for aspx ...