Questions tagged [start-page]
29 questions
40
votes
3 answers
Change number of Recent Projects displayed on VS2010 Start Page
Ok, I had VS2010 Start Page set up to display 20+ projects in the Recent Projects section, but while I was messing around with theming and importing/exporting settings I seem to have reset it back to its default of 10, and I can't locate where that…

BlackICE
- 8,816
- 3
- 53
- 91
19
votes
4 answers
How to Disable Start Page After Solution Close in Visual Studio 2017
In Visual Studio 2017, you can select Tools > Options > Environment > Startup > At startup: Show empty environment. This prevents the Start Page from displaying when you launch Visual Studio, and in previous versions it prevented the Start Page from…

HaveSpacesuit
- 3,572
- 6
- 40
- 59
8
votes
2 answers
Jenkins - change title of main page
How can I change the title in the Jenkins start page:
http://jenkinsserver.domain.whatever:9090/
As I see, the title is already in German with some special UTF-8 chars and this one makes trouble using selenium in the background to control Jenkins. I…
user4790472
6
votes
1 answer
How can I set the initial start page in the infinite row model?
I'm using the Ag-Grid version 20.0.0 with the Infinite row model and pagination enable. I want to be able to set the initial page for the first load but I don't see any property that allows me to customize that. They only provide the method…

David
- 83
- 3
3
votes
4 answers
How do you get a Rails project to start with index.html.erb instead of index.html?
My index.html page for my project needs some Ruby code so I need to change it to a .erb extension. How do I configure Rails to identify the index.html.erb file as the starting page of the project instead of the index.html file?

parlia
- 37
- 1
- 4
2
votes
2 answers
How to Open a Solution from a Custom VS2010 Start Page
I'm writing a custom WPF Start Page for VS2010. I have it displaying a list of common solutions used by me in a View.
Now, I want to open the Solution in VS when selected.
Any ideas? I'm looking at the DTE stuff, but having very little success.…

DaveShaw
- 52,123
- 16
- 112
- 141
2
votes
1 answer
How to customize the Visual Studio 2010 RC StartPage recent projects
I'd like to play around with customizing the visual studio 2010 rc start page recent items. For what I have in mind I'd need to customize the datasource / databinding but I can't find where the information is coming from.

devlife
- 15,275
- 27
- 77
- 131
2
votes
1 answer
How to set URL query parameters in Visual Studio on Start Page
Rewording this as I just learned that 'answering your own question on SO is ENCOURAGED', but I didn't use the correct procedure. This is he Jeopardy version.
I'm building a Javascript/HTML5 web site using Visual Studio 2012 for Web. I need to feed…

wolfstevent
- 703
- 8
- 13
1
vote
1 answer
How to set default landing page in Spring Boot project
I have a Spring Boot project with webapp folder like:
webapp\
myapp\
api\
dashboard.xhtml
auth\
login.xhtml
register.xthml
When I run the sever I need to always enter the url…

Snow Arctic
- 41
- 7
1
vote
2 answers
How to change or delete the start page of a UWP application at launching
I am new to UWP C #.
When I launch my UWP application, I have the Windows blue image.
How do I change or delete it?
OS Windows 10 (1809) Visual Studio C #

jlalexie
- 21
- 3
1
vote
1 answer
How can I customize the Visual Studio 2010 Start Page to show recent Websites?
Is it possible to have the Visual Studio 2010 Start Page show a list of Recent Websites in addition to (or in place of) the list of Recent Projects? Most of my solutions are Websites, and it's annoying that I have to go thru the File > ... menu for…

Scott
- 41
- 6
1
vote
2 answers
Position a element that goes off the side?
I am trying to make the "FlowerPot" text to center-align, but it will not work. I don't know why. Maybe it is the
element that makes it all crazy, but I don't think that would make a difference. This is my code:
@import…

I am a registered user
- 509
- 3
- 6
- 15
1
vote
3 answers
iOS First Launch view
I am trying to put a first launch view. I already tried some stuff but that won't work.
Here is what I have:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
UIPageControl…

Niclas
- 89
- 9
1
vote
2 answers
Visual studio 2013 - how to show rss news on start page?
How to enable rss news feed on the home page visual studio 2013? Since it was in visual studio 2012.

FetFrumos
- 5,388
- 8
- 60
- 98
1
vote
1 answer
Setting the default pagination page (Something to do with the loop?)
I am currently using the plugin WP-CommentNavi for comments pagination but whenever a page is clicked it goes to the highest comments page (oldest comments). My comments are purposely displayed newest first and therefore I need the default…
user2491661