Questions tagged [designview]

27 questions
1
vote
4 answers

MS-Access reports shows design view upon execution

I have created a report in MS Access report and write some VBA code to retrive data and show the report in MS-Word format. But while generate the report on runtime, the report first show or flash the report design view for few seconds and the…
chinnagaja
  • 155
  • 2
  • 4
  • 14
1
vote
3 answers

MS Access (2010) Enable Design View

I downloaded the Access template below for doing a home inventory: http://office.microsoft.com/en-us/templates/results.aspx?qu=home%20inventory&ex=1&queryid=0d245f2a%2Dacdc%2D4161%2D92c8%2D8ba16a52ab32&AxInstalled=1&c=0#ai:TC101918100| The design…
rockOn123
  • 45
  • 1
  • 1
  • 7
0
votes
2 answers

Why is visual web developer working the way it is (hiding text)?

I've written down exactly what I've done: Visual web developer – new project - New web application Double click "Site.Master" in solution explorer. Click "design" Select the text: "My ASP.NET Application" Format – font - change color - (not showing…
ispiro
  • 26,556
  • 38
  • 136
  • 291
0
votes
3 answers

Xaml Design View can't find Background Brush

in order to clean up my code, I'm trying to split my app.xaml into seperate resource dictionaries. This works at runtime, but not at design time: snipped in app.xaml
MTR
  • 1,690
  • 3
  • 20
  • 47
0
votes
1 answer

Visual Studio stuck in code view

I am currently trying to create a Windows Form Application where I need to see the WYSIWYG view, rather than the code view. I understand there are a lot of threads with potential fixes but everything I have tried doesn't work. I have tried clicking…
oAkeDCH
  • 31
  • 1
  • 1
  • 4
0
votes
3 answers

How do I get my netbeans drag and drop widget to know whether it is rendering inside the netbeans design view window or the running application?

How do I get my netbeans drag and drop widget to know whether it is rendering inside the netbeans design view window or the running application? I'm trying to do some custom rendering. I think it has to do with the root container.
hawkeye
  • 34,745
  • 30
  • 150
  • 304
0
votes
1 answer

PHP MyAdmin: how to enable table design view?

Am using MySQL php MyAdmin for database maintenace.My tables engine is InnoDB.My problem is that, I dont see table design view.I need to have design view for creating relations and DB structure view.I tried to insert create_tables.sql into my…
Darius92
  • 301
  • 5
  • 21
0
votes
0 answers

Vaadin Design View for a Composite Component is not visible after closing and opening it again

The design view for a composite component in Eclipse is not visible after closing the tab once and opening it again. This is bizzare.
carora3
  • 466
  • 1
  • 5
  • 19
0
votes
1 answer

Any div or span i click on always highlights a gridview, WHY?

In Visual Studio 2010 if I click on any
or anywhere in the design view it selects this one grid always. Has anyone ever seen this? Are there any ways to fix this? The only controls in design view that I can click on are textboxes /…
Taylor Brown
  • 1,689
  • 2
  • 17
  • 33
0
votes
1 answer

Why do ActionLinks not show up in the design view?

Is there any reason why ActionLinks aren't rendered by the VWD 2008 design view?
Derek Hunziker
  • 12,996
  • 4
  • 57
  • 105
0
votes
1 answer

Flex 4.6 unable to see Design view mobile application

I was able to view my Design view before, but I think I have done some changes with the SDK. I have set it back to 4.6 but I am unable to see the Design view in mobile projects. I am able to see it in a regular flex project though. Any idea on how…
-1
votes
1 answer

UserControl.xaml canot be edited in Design view (MVVM)

I'm learning the MVVM pattern coming from regular WPF. A large part of my work is interface based. I love the design view in visual studio and blend so I can quickly position controls to my liking. I'm interested in learning MVVM but when I bind…
1
2