Questions tagged [design-view]

A view in a RAD (Rapid Application Development) tool that allows you to design what the user sees.

64 questions
0
votes
0 answers

Migrate VS2015 to VS2019 Reference missing

I need to upgrade the VS2015 version to VS2019. I have VS2015 and VS2019 installed on my PC. When I build my project using VS2015, everything run fine and able to view the GUI. The same project when I open as VS2019, the reference was missing. But…
0
votes
1 answer

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 the “design” view in Visual Studio. Any ideas? The…
Dylan Parry
  • 3,373
  • 6
  • 26
  • 38
0
votes
1 answer

Scroll View not working? Works in design preview but not emultor/device

I cant see the issue here at all . Registration screen but I cant scroll down to the register button. In the logcat it says I/StackScroller:ADJUST STACK.TRANSLATION. Could this be something to do with it. In my design view I can see it scrolling but…
Chris
  • 29
  • 1
  • 7
0
votes
1 answer

Design view in Android Studio scrunched to the left

Hopefully this is something simple and stupid. I am editing an existing Android app for an embedded device that communicates with Bluetooth. The manufacturer of the development kit provides the Android code so that you can edit it how you want.…
0
votes
2 answers

My design view in content_main is always empty. When I try to drop a button or a textView, it will shrink to the top left corner

I am trying to drop some components into content_main. But every time I drop it, it will shrink to the top left corner. No matter how much I expand it, it just does not show up. I tried the following suggestions: Restarting my Android Studio add…
Yizhi Hu
  • 57
  • 8
0
votes
1 answer

Android Studio 3.1.3, design view is always empty - why isn't it working properly out of the box

I am still a beginner in the android development world, so forgive me if I ask illogical or ignorant questions. I work with Android Studio under Linux Mint. Before I downloaded 3.1.3, I had no problems during and after installing earlier versions of…
0
votes
2 answers

Set priority criteria in rows in Query

any ideas on how to prioritize the row with criteria with the same material ? I need to capture the value of SG(division) in my query. I have base query of only 227,288 rows, and from the raw file that Im getting these values below is about…
Anne
  • 105
  • 1
  • 3
  • 13
0
votes
2 answers

Sort Order by with Criteria in MS Access Design View / SQL

I am very new to MS Access, I'm working on automating report using ms access, where user is importing raw excel files, each files is used to get the data to a specific field. My problem is there are multiple different divisions(i.e SG, BR, US, EU,…
Anne
  • 105
  • 1
  • 3
  • 13
0
votes
1 answer

Can't open a Visual Studio 2013 project, in design view

I'm trying to open the design view of "Form1.cs", but I can't see the design view. I obtain that message: That message is in Spanish, so I'm trying to translate to English (because I can't install English version...): "To add components to the…
Jorge ZM
  • 3
  • 4
0
votes
1 answer

In Visual Studio 2010, how can I edit the content of an aspx page with master page in design view?

I've noticed that whenever I add a new asp.net with a master page to a project, I am unable to edit it in the design view. I am able to see the master page content and an element that says ; however, I am unable to edit the content. I'd like to…
Carlos Mendieta
  • 860
  • 16
  • 41
0
votes
1 answer

How can I scroll a ScrolledComposited in Eclipse SWT Design view?

I have a Composite that is nested in a ScrolledComposite. The ScrolledComposite works fine when running but I am wanting to find a way to be able to edit content in the Design view that falls beneath the ScrolledComposite height. As of now I have…
0
votes
0 answers

WP8(8.1) How to see static data for LongListSelector in DesignView?

Having some issues adjusting margins properly and having to launch the emulator each time to check it has become a royal pain and inefficient. Ive looked a tutorial that uses blend but I have been unable to see generic data loaded in the…
0
votes
4 answers

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 Tools->Options->HTML Designer it gives me no options on the…
HenryHey
  • 2,072
  • 1
  • 15
  • 19
0
votes
1 answer

I use visual studio 2012 in windows 8 ASP design view shows Square for unicode characters

I really need help for this because when I write my code in source view, I have no problem but when I view it in design view it shows square instead of farsi characters. how can I solve this problem?
0
votes
1 answer

From Visual Studio in "design view", is possible to have the correspondig lines of code highlighted in "source view"?

I use VS2010 with GridView, FormView ecc... I frequently switch from Design View (in which for example I am visually editing something inside a FormView EditItemTemplate), to Source View. So, for example if in Design View I have a TextBox selected,…
spiderman
  • 1,565
  • 2
  • 16
  • 37