0
votes
0answers
28 views
First cell in DataGrid doesn't get selected in the DataGridRow
When the user presses "Search" (Sök) the list is populated. When the search is finished the first row is selected via the Trigger "IsEnabled", the problem is that the first cell isn't (see pic).
...
0
votes
2answers
36 views
How to get the comboBox to display a portion of the binded data
I currently have a comboBox which is bound to DataSet from a database. The problem with it is that when i want to display the dataSet using the comboBox, it takes about 8 seconds for it to load the ...
1
vote
0answers
63 views
+50
Visual Studio 2012 XAML designer doesn't seem to update
I seem to have a sudden issue with my XAML Designer view in VS2012, and a similar behavior in Blend as well. the view has stopped updating and I'm unable to see any changes immediately if I change any ...
0
votes
1answer
43 views
Winrt StreamWriter & StorageFile does not completely Overwrite File
Quick search here yielded nothing. So, I have started using some rather roundabout ways to use StreamWriter in my WinRT Application. Reading works well, writing works differently. What' I'm seeing ...
1
vote
0answers
21 views
VS2010 to VS2012 ToolWindow XAML Reference VsBrushes
So I thought I'd run this out there, and see if I was missing something idiotic.
I developed a small my-use-only VSIX extension, and in one of my toolwindows, I'm using the code to set the ...
0
votes
1answer
59 views
'Payload file does not exist' What does this mean?
I'm trying to draw some graphs in a windows 8 app.
So I downloaded this:
http://modernuitoolkit.codeplex.com/
I then right clicked my project, clicked add reference and navigated to the .dll file.
...
0
votes
2answers
48 views
How to apply accent colors without affecting other theme and color resources in windows phone 7.8?
I have an unlocked hTC HD7 Windows Phone 7.8. I have some basic knowledge regarding building apps for WP7.8. In this unlocked version the developers have added some additional themes which includes ...
0
votes
0answers
29 views
Transfer code built in Blend to WPF Application code in Visual Studio 2012
I'm building a WPF project in Visual Studio 2012, I'm new at this technologi and I would like to assign a corner radius in all of my controls like textbox, password, buttons etc, I'm trying hard but I ...
1
vote
1answer
53 views
Windows Phone Develop error Error “Csc.exe” exited with code -1073741819
I'm running a windows phone 8.0 project in visual studio and recently started running into this error when trying to compile the project after a reboot.
Error 1 "Csc.exe" exited with code ...
2
votes
1answer
54 views
How to Open a New Page?
I've tried to research everywhere and all I get is how to open an close forms. I'm making an XAML Windows 8 C# App and I need it to display Menu.xaml from the click of a button in MainPage.xaml.
Here ...
0
votes
0answers
70 views
get user input from comboBox and bind to two variables from different classes
So i just started wpf a few months ago and now i want to get user input from a comboBox and bind it to two variables such that when selectedItem changes, the two variables will also be reflect the ...
0
votes
1answer
15 views
Error When Source Artribute is Used in Frame Tag
I am trying to open a webpage in Windows 8 XAML with the following Frame Tag.
<Frame
Source="http://medievaltvg.freeoda.com/"
/>
I get the following error from Visual Studio:
Unknown member ...
0
votes
0answers
51 views
I create a simple Button in XAML with gradient and it keeps “animating” automatically? [duplicate]
I just put this code below in a XAML file. Simply a button with a gradient, with a simple Messagebox.show ("hi"); codebehind. That is all that I have in the whole WPF project. When I run the project ...
0
votes
0answers
23 views
Visual Studio Designer “optimizing” References
can somebody tell me a way to prevent Visual Studio 2012 Designer to remove the ";assembly=" in my References?
I have
<Activity mc:Ignorable="sads sap" ...
3
votes
0answers
68 views
Cant add using Telerik.UI.Xaml.Controls.Grid namespace
I am trying to use the Telerik RadDataGrid in my project. For starting off I have just copied the code given the "Telerik Controls Example" app. But when I try adding the namespace "using ...
0
votes
1answer
34 views
How I can edit Elysium theme?
How I can edit the elysium theme (http://elysium.codeplex.com) directly from visual studio 2012 ? I want to do that because i'm not a fan of the default dropshadow on the window, so i want to erase ...
0
votes
1answer
21 views
WPF DVC Chart axis labeling
I have created a DVC:Chart as shown below in my code, how do i add x-axis and y-axis labels to the chart?
<DVC:Chart Name="callLogs"
Background="SteelBlue" Grid.ColumnSpan="2">
...
0
votes
0answers
40 views
create instance for C# class in xaml from VS 2012 WP8
how to create an instance of a C# file from xaml for windows phone 8 in VS 2012 express edition. i have created Class1.cs and i need to access this in UserControl.xaml, i tried all the possibilities ...
0
votes
2answers
61 views
WPF - Auto size all text
I am trying to make all elements in my application resize automatically to the parent element. And that is going well with the use of grids, margin and auto size. Problem is that the text size is not ...
0
votes
1answer
56 views
WPF Zoom buttons [closed]
I remember seeing a post a while ago on Google on zoom buttons in WPF (XAML code), it was like the zoom buttons on Mac.
Can anybody possibly help me with either a link or a practical example so i can ...
0
votes
1answer
45 views
XAML canvas.top works, but canvas.bottom doesn't in visual studio (chrome)
I am currently learning XAML but I've encountered an annoying problem.
When I use canvas.top... on a border in my file it works (running via chrome in
visual studio, I will add some interactivity ...
0
votes
0answers
75 views
“Does not exist in the namespace” errors in XAML when project compiles fine
I keep getting XAML errors and "Invalid Markup" in design view when working with projects which compile and run just fine without any compiler or runtime errors.
Specifically the project I am trying ...
0
votes
0answers
37 views
Linking two pages with a button in Blend
I'm using Blend for Visual Studio 2012 and I'm making a Windows Store App with XAML and C++. I've designed a variety of pages of content for my app and I have a user interface for the buttons and ...
1
vote
2answers
865 views
WPF Datagrid Style Selected Row
I have a wpf 4.5 application that has a datagrid in a usercontrol. I designed the style for the datagrid in Blend but when I copy the style into my VS 2012 project it is not working properly.
Here ...
0
votes
1answer
62 views
WPF - xaml Scrollbar in a tab
I wish to implement a scroll bar in a tab here is the following tab code i have:
<TabControl x:Name="tabs"
Grid.Column="2"
Margin="5 0">
...
4
votes
2answers
349 views
How to change the selected text color in a TextBlock in a ListView?
I am building a Windows 8 store application and I can't manage to change the highlighted/selected color a of TextBlock in a ListView.
Here's how I create my ListView :
<ListView ...
0
votes
1answer
135 views
Loading XAML to C# for Data Binding
Ok, we are trying out XAML for our GUI now (and learning as we go)...I have been able to do the data binding without a problem in XAML and C# independent of one another, but now comes the time I need ...
0
votes
1answer
232 views
Expression blend 2012 compatible with Visual Studio 2008
We are using Visual Studio 2008 and targeting the .NET framework 3.5. I have both Visual Studio 2008 and 2012 installed. I am looking at creating a WPF project for the user interface and was hoping ...
1
vote
1answer
357 views
The name “LocalizedStrings” does not exist in the namespace
I'm suddenly getting this error in my WP8 project, which seems to originate from generated code. I have a previous working version and the App.xaml is identical.
<Application.Resources>
...
1
vote
1answer
89 views
The resource “x” could not be resolved.
I have recently upgraded to VS 2012, I had to as I needed to start using the .net 4.5 but that is besides the point. My problem is the following:
I have a ResourceDictionary in my main project called ...
0
votes
1answer
191 views
WinRT Runtime Customization Background Colors
I'm trying to figure out how to use custom background colors for the entire application in WinRT. Essentially, I want to give the user an option to change the background color code. Selection and ...
0
votes
1answer
306 views
Xaml intellisense not working after adding custom xmlns
I'm stuck with following situation. I have WPF NET. 4.0 project in VS2012+Resharper with some number of xaml views and user controls. Project compiles and works just fine, but there is no XAML ...
2
votes
1answer
218 views
Error when opening up Dynamics Workflow file ( .xaml ) in Visual Studio 2012
When I try to open up an .xaml file, the designer only shows a red box with "Could not generate view for Workflow"
Here's the steps I took:
create a simple workflow in Dynamics CRM 2011, it has ...
0
votes
0answers
17 views
Dragging Object After Container Rotated
I am designing a Windows Store app (Visual Studio 2012) but I think this problem may potentially apply to any interactive interface. I have a scrollviewer that contains a canvas. An object can be ...
0
votes
0answers
120 views
XAML Scrollviewer - Works with mouse, not with touch
I am designing a Windows store app. I have inserted a scrollviewer and content inside it. Zooming works when using the CONTROL + mouse wheel. However, it doesn't work when using pinch-to-zoom touch ...
0
votes
2answers
551 views
Using VSTest to run unit test cases instead of MSTest
I have a x64 platform C# solution(VS2012) on a TFS2010 server. I have attached a unit test project (also x64) to this solution and created a build definition. When I queue the build, it succeeds but ...
0
votes
2answers
97 views
Non-metro app for Windows Store?
I'd like to develop an application for the Windows Store using Visual Studio 2012 and C#.
However when I create an empty project (XAML) having "Windows Store" selected I get a metro-app. I want an ...
2
votes
0answers
61 views
Resource localization: use of x:Uid refering to another assembly's resource
I am writing a win8 application and will be using the built-in resource management system: resw file and x:Uid tags in my XAML code.
So I create let's say a TextBox like that:
<TextBlock ...
1
vote
0answers
97 views
the value of type '' cannot be added to a collection or dictionary of type ''
I have attached property InteractionService.Triggers, which is of type TriggersCollection, which derives from List<ITrigger>. So I put in XAML some trigger objects, and each one of them ...
0
votes
0answers
70 views
Visual Studio 2012 - new curios Errors in Xaml
I use Visual Studio 2012 with .NET 4.0 (C#).
Now, I have added a Image in the Xaml:
<Image Source="/PPPos.Common.Images;component/Application/Pos.jpg" Stretch="Fill" />
The Image Pos.jpg is ...
0
votes
1answer
84 views
Error trying to access xaml “local:” control by name from codebehind
This all began as an attempt to have a numeric textbox. That part is irrelevant but it's why I created the following class. (By the way, using VS 2012 Express, WPF, C# code-behind).
using System;
...
0
votes
0answers
73 views
How to learn how to use VS2012 Express's built in XAML Editor (for a designer) [closed]
Here's the scoop: I'm working in a small team of 3. We currently have limited resources (hopefully temporary) so we're using VS2012 Express to get our work done.
Trouble is: One of our team members ...
1
vote
1answer
138 views
A loop was detected in the property expressions
I'm working on a VS 2012 Express WPF project (C# code-behind) and I'm getting the error "A loop was detected in the property expressions". Now before I continue, I know why I'm getting it - I'm just ...
2
votes
1answer
117 views
How do I switch between page edit mode and template edit mode in the Visual Studio 2012 design view?
When using the design view in VS 2012, if you right click on an element and select one of the templates from Edit Template or Edit Additional Templates, it takes you to a new view within the designer.
...
0
votes
2answers
110 views
I have no XAML intellisense in Visual Studio 2012
For some reason of late I have no intellisense in my XAML code for Visual Studio 2012. Is this a bug or a feature. Does anyone else have this issue?
0
votes
1answer
149 views
DataTemplate.DataTriggers not found?
A pretty strange thing happens when trying to use DataTemplate.DataTriggers in my XAML for Windows 8 Metro app.
In my App.xaml, I am defining template for my data. I'd like to use the DataTriggers, ...
2
votes
1answer
103 views
How to use a control from a dll / assembly in XAML?
I have a CustomControl derived class in a dll (MyNamespace.UI). How can I use this control in my main application? I've tried adding a reference to the project and then using a custom XAML namespace ...
0
votes
2answers
161 views
Converting Xaml textbox to double, but how to validate that the user input is double not a string in c++ for the windows 8 app
This is what I have for my for my textbox in xaml.
<TextBox x:Name="number1" HorizontalAlignment="Left" Height="85" Margin="115,239,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="328" ...
3
votes
1answer
106 views
Cannot convert String to String
I have a textBox in the xaml.
But I get this message when navigating to other page.
The textBox is dynamically monitored when input, focus and lost focus.
(To detect if there contain text or not and ...
0
votes
1answer
51 views
Adding Stationary New Items/Shapes To UI - Windows Store App
I'm sure this issue must have a very straightforward answer but I can't seem to find it. Any help is much appreciated.
Whenever a new item is added to the UI, either at runtime or dynamically once ...










