473,544 Members | 2,509 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XAML / WPF / Silverlight Forum

XAML/Silverlight/WPF
0
2,203
thread by: divya288 | last post Jun 27 '12 by: divya288
I ran into this error trying to run an app from Publish.htm I can't find what is wrong with the deployment. The following properties have been set: Property: = true {boolean} Property: = HomeSite {string} Property: = Intel {string} Property: = 6.1.1 {version} Running checks for package 'Windows Installer 3.1', phase BuildList The...
1
7,602
thread by: adriancs | last post Jul 24 '12 by: PsychoCoder
Hi, I'm doing a silverlight application. Do you how to connect to MySQL in silverlight? any methods? class? plugin? assembly? thanks.
1
6,387
thread by: michaeldebruin | last post Jul 24 '12 by: PsychoCoder
Hello all, Anyone knows how to establish a connection from a Windows Phone App to a sharepoint server? I have experience with programming C# for desktop apps and a little bit ASPX knowlegde. So some explanation how to configure things etc. would be highly appreciated. Thanks in advance Michael
1
19,293
xarzu
thread by: xarzu | last post Aug 3 '12 by: Frinavale
In a silverlight app, I have a BitmapImage defined as System.Windows.Media.Imaging.BitmapImage and it as a method called "SetSource" where I can set the source like this: BitmapImage bitmap = new BitmapImage(); System.IO.Stream stream = _scene.GetStream(); if (stream == null) return; bitmap.SetSource(stream); In a WPF...
3
8,536
thread by: nagmvs | last post Nov 8 '12 by: andrewpattinson
Below i attached a sample Wpf. This is an Interview question.Can u people please help me with this ?It's very urgent. http://bytes.com/attachments/attachment/4734d1297171765/sample-wpf.jpg Thanks for ur help, Nagesh.
2
31,376
thread by: Mathias123 | last post Nov 15 '12 by: Mathias123
Hello! i have a problem. I have a WPF Datagrid (.net 4) binding with 10 columns. the last column is binding with Status. Now i want to set the row colour to green if status = 4 or red if status = 3 can somebody help me... i only found this XAML Code but this is only for one cell. <DataGridTextColumn.ElementStyle> <Style...
9
17,200
thread by: Mathias123 | last post Nov 21 '12 by: Frinavale
hello! Its me again. I hope somebody can help me! I don't know if it is possible but i hope so... i have a datagrid with 2 Columns: 1 Column is a checkbox (template) <DataGridTemplateColumn Header="geprüft"> <DataGridTemplateColumn.CellTemplate>
5
8,411
thread by: Mathias123 | last post Feb 5 '13 by: Mathias123
Hello! I have a question. I have a DataGrid with 3 columns binding (Article Quantity,Blocked Quantity & a template named Input quantity). i want to check the input QTY value. for example: Article QTY = 100 Blocked QTY = 50
0
6,070
thread by: hekoh | last post Apr 17 '13 by: hekoh
Hello everyone! I am working on an Design of an WebApplication, in Expression Blend. Because the content is bigger then the window of the browser, I want to add a horizontal and vertical scroll bar. I tried to use the ScrollViewer. Although the scrollbar is visible, the bar doesn't get bigger, when i minimize the window. I would be very...
0
6,343
thread by: Paresh Jadav | last post Apr 18 '13 by: Paresh Jadav
I need to implement Functionality such as after '.' new added character should be in upper case. Can any one tell me how can I do this? Can any one tell me how to identify the character before/after the insertionPosition in Rich Text Box
1
11,379
thread by: DivinoZarathos | last post May 9 '13 by: Sl1ver
I have a MVVM data-bound ComboBox that looks like this: <ComboBox Canvas.Left="5" Canvas.Top="5" IsEnabled="{Binding Path=ComboBoxEnabled}" ItemsSource="{Binding Path=Items}" SelectedItem="{Binding Mode=TwoWay, Path=SelectedItem}" Width="250"> <ComboBox.ItemTemplate> <DataTemplate> <TextBlock...
0
6,218
Sl1ver
thread by: Sl1ver | last post May 30 '13 by: Sl1ver
I have a chart in xaml and binding data to it at the back, what im currently finding is that it adds the data to the legend but doesn't actually produce a pie chart xaml <!--Begin Custom Tab Item--> <sdk:TabItem Name="CustomTabItem" Cursor="Hand" Visibility="Visible"> <Grid...
3
14,267
thread by: florin2905 | last post May 30 '13 by: Frinavale
Hi, I have a strange problem. I have a WPF screen on which I have an extended TextBox that makes some conversions in some cases.That property is bound to a property on view model. When the data context is changed then the conversions are reevaluated. When reevaluated my extended TextBox has the new data context but the ...
0
5,919
thread by: ricontatv | last post May 30 '13 by: ricontatv
who know a code can transform your website in app for Windows phone??? because i dont know how i can add news in my app so if i create a website with html i can add news and after the news add in application bad english sorry
0
6,054
thread by: Flashbond | last post May 30 '13 by: Flashbond
<Grid.Resources> <Storyboard x:Key="MouseLeaveDeck"> <ThicknessAnimation Storyboard.TargetName="Deck" Storyboard.TargetProperty="Grid.Thickness" To="0,0,0,0" Duration="0:0:0.1"/> </Storyboard> </Grid.Resources> <Grid.Triggers> <EventTrigger RoutedEvent="Grid.MouseLeave" SourceName="Deck">
1
9,731
Sl1ver
thread by: Sl1ver | last post Jun 5 '13 by: Frinavale
I have a combobox, but I can only get a type of ComboxItem back so I never get the actual value (Tried "SelectedItem" as well) How do I get the selected value in string format to do the switch with? XAML <ComboBox x:Name="cmbAllotment" Grid.Row="1" Margin="5,0,5,0"
2
7,553
thread by: sneh19 | last post Aug 20 '13 by: Frinavale
I want to draw a dashed line in WPF with space in line replaced by alphabets. For example: -L-L-L-L or -X-X-X-X- Please could anyone provide code for this
1
6,426
thread by: a82720 | last post Sep 4 '13 by: a82720
It's easy to obtain the values for the properties and fields or invoke methods but it has been difficult for me to get the delegate from an EventInfo. I have tried following the instructions from this website: http://bobpowell.net/eventsubscribers.aspx This works to display the events in WINDOWS FORMS namespace...
3
7,370
thread by: rocksam2003 | last post Sep 4 '13 by: Frinavale
I'm a trying to instantiate an object (that was created in C#) in XAML using the ObjectDataProvider. Unfortunately, I'm receiving the following error: "The type reference cannot find a public type named 'TYPENAME'". I have a .cs file of the same name as the the TYPENAME. Here's my XAML: <Window x:Class="PROJECTNAME.PROJECTFILE" ...
1
6,245
thread by: shrishrock | last post Dec 10 '13 by: Frinavale
Hi, Need to integrate with PLC device with our .NET application. We have to lock/open door using WriteRegister / ReadRegister function. How we call these and in which sequence.?
0
5,927
thread by: aaron7pm | last post Jan 24 '14 by: aaron7pm
I've been trying for a while now and I can't seem to replicate this model without using a grid. I've tried making some simple custom panels and a WrapPanel that makes a new column after n pixels or n number of items which works; however, I'm unable to find a way to stagger each column. Here's an image of what I'm trying to do:...
2
16,221
thread by: preethi 123 | last post Jun 14 '14 by: hungle
Hi, I am trying to bind a datagrid with a datatable in WPF. This is my first project in WPF. The datatable has a single column. The datatable is bound with a table that has a varbinary image column in database. In database, this is the table structure table tblPicture ( @Picture varbinary(MAX) )
0
5,613
thread by: Jeevan Vinay | last post Mar 24 '15 by: Jeevan Vinay
Hi , I am new to wpf development as i have to design a form with the xamdatagrid in my project . Needed some help . How to use the xamdatagrid in the form and how to use the properties by default and how to use customize properties . And one more needed about the date time format in xamdatagrid . Thank You
1
7,501
thread by: Aura468 | last post Aug 4 '17 by: Frinavale
Hello, One of our users gets the following error: System.NullReferenceException: Object reference not set to an instance of an object. at ***.System.Windows.Markup.IStyleConnector.Connect(Int32 connectionId, Object target) at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlReader templateReader, XamlObjectWriter...
1
7,512
thread by: Falkeli | last post Aug 4 '17 by: Frinavale
I have the following XAML: <Window x:Class="ImageComparing.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="350" Width="525" xmlns:my="clr-namespace:ImageComparing" Title="Image comparing"> <DockPanel> <ToolBar...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.