In my Output console, i cant seem to find default project.
Does anyone know how to get it back?
The picture with the arrow is from a youtube video, the black screen is mine.
Edit:
I noticed my location of the arrow is really stupid.
The text below is Default Project
Go to view in the toolbar
Then go to other windows
Then click on Package Manager Console
Related
Ok, dont know why this would occur as Ive done everything per usual, but I downloaded the uNature asset from asset store and trying to follow their tutorial on how to use it - the video clearly shows that you must pull up the Foliage Manager which appears under the "Window tab"
https://www.youtube.com/watch?v=pKByRHAZnzw
Ive tried deleting the asset, reimporting, everything and while the sample scenes run great, I cant make my own because I DO NOT have the uNature option under Window:
What could be wrong here?
I'm trying to pass certification using the Windows app cert kit but I'm getting an error due to using the default images for tiles, splash screen and logo.
I know this is because I need to replace these default images with my own but when I try to change the images in the Package.appxmanifest the is no option in the Application to change these images.
I've looked in the WMAppmanifest also but there is no option to change.
Does anyone know how I can get access to where the images are being set?
Looks like you're using WP 8.1 Silverlight.
To edit those settings using the GUI, you need to double click on the WMAppManifest.xaml in the Properties folder under the solution.
Found a quick fix for this by right clicking on the Package.appxmanifest file and selecting view in code.
I then manually changed the paths of the images from the default images to the ones I created.
<m3:VisualElements DisplayName="TotalTabata" Square150x150Logo="Assets\timer_icon_medium.png" Square44x44Logo="Assets\timer_icon_44.png" Description="Total Tabata is a total solution for all your interval and HIT training needs." ForegroundText="light" BackgroundColor="#464646">
Still not sure why the option to change them doesn't show up in the manifest designer. If anyone has a solution please post it as an answer.
In this screenshot on the left you see ExtdTextBox and ExtdTextBox1 and on both near it there is no this gear icon in purple. Where is it ?
By purple gear i mean this for example:
Your screenshot shows the standards ToolBox icon for UserControls.
This is probably what ExtdTextBox and ExtdTextBox1 are.
If you really wanted you could try to change the icon to show somthing else, at least if you have access to the sources and can add an ToolboxBitmapAttribute to it. See here and here for details.
However, even if you do that I don't think chosing a gear icon would be a good idea since these are usually picked for items that control settings. The example you show, from a more colorful incarnation of VS shows AJAX controls, which may explain the gear since they will talk to a server..
Also note, that the doc says that for the custom icon to show it is necessary to explicitly add the controls to the ToolBox via Add to toolBox..
I don't think it'll be worth the hassle.
I had to create a Toolbar for IE using C#. After much research in the internet and few examples from code project, I have created one. Even the horrible installer/uninstaller part is done. My toolbar basically Searchbar which does a search of the things that the user enter inside the text box. Im using Google and Bing as the search engine of which the user can choose anyone as per his/her convinience. However I would like to make few changes to the Toolbar and I'm wondering how to go ahead in that.
After installing the toolbar I'm finding it somewhere near the MenuBar(after the Tools and Help menu). Is there a way to change the location of the toolbar in IE Browser using C#
I would like to create an Icon somewhere in this area
How should i approach towards this?
I also want to add an uninstall button on which when the user clicks will uninstall the toolbar from IE.
So far I havent been able to achieve any of this. Any help would be really appreciated.
I don't know if I'm doing something wrong or not but when I run the Windows Phone 8 Panorama template project that comes with VS, the PanoramaBackground.png background image never shows - not in Design View and not in the emulator and not even on the device. Why won't it show? And how do we get it to show up?
use 'Assets/PanoramaBackground.png' url
or
Solution Explorer -> click right mouse button on PanoramaBackground.png -> click Properties -> set Build Action to Resource value