473,543 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XAML / WPF / Silverlight Forum

XAML/Silverlight/WPF
3
3,029
thread by: shaahin | last post Jul 25 '10 by: Jyoti Ballabh
Hi I am developing a game with WPF technology. I want to add new Features to game every third days . the size of update is important for me. my game needs internet for start. like an online game. another challenge is size of updates. what are your suggestions? Does clickonce is good option? What are other options? thanks for your attentions....
3
3,035
thread by: shahjeet297 | last post Apr 13 '11 by: Aimee Bailey
Hi, If i used virtualization in treeview then i face two problems: 1. There is flickering during the scrolling which occurred randomly. 2. Sometimes my contents disappear if i scroll rapidly up and down.
2
3,102
daniel aristidou
thread by: daniel aristidou | last post Dec 15 '08 by: Frinavale
hi can i ask xaml questions here?
2
3,221
nukefusion
thread by: nukefusion | last post Dec 16 '08 by: nukefusion
Hi All, I've recently been venturing into the world of WPF and as a bit of a newbie in the subject I need all the help I can get. I'm using VS2008 with SP1 and Intellisense works fine for me on standard XAML tags, but I don't have any for attributes. I've done a rudimentary search on the web and found a couple of similar issues but I don't have...
0
3,379
thread by: BradmanDon | last post Feb 12 '22 by: BradmanDon
I'm trying to build a WPF app where the data source of a datagrid are some filtered data of a excel worksheet from a specific workbook. The worksheet looks something like this : https://i.ibb.co/FVcLPXX/173696-image.png I'm loading the filtered data from that sheet to a datagrid using the below code on window load event : ...
5
3,534
sword117
thread by: sword117 | last post Sep 21 '10 by: sword117
I have a wpf project in microsoft expression blend 4, and i need to pause the storyboard at a especific time, and resume it later. without any user control button or something like that =)
1
3,654
thread by: LeLouch Fenette | last post Sep 19 '11 by: Frinavale
double currentWidth = SystemParameters.FullPrimaryScreenWidth - 205; double colNumber = 10; double newWidth=currentWidth / colNumber; datagrid1.ColumnWidth= newWidth; my code not working.
1
3,699
ammoos
thread by: ammoos | last post May 31 '11 by: Frinavale
Dear All I am using frame in the main window of my application and in that window the NavigationUIVisibility is visible. I think this service is available only pagewise, not like the back button in web pages. my requirement is, I have a textbox and a listview in my application. When user type somthing in this textbox then the matching data...
3
3,853
thread by: vpascuzzi | last post Oct 16 '07 by: vpascuzzi
Hi, I am currently working on a small Silverlight application, but cannot find out what is wrong in my HTML. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
1
3,853
ammoos
thread by: ammoos | last post Sep 15 '11 by: Frinavale
Hi All, In WPF application which uses a pop up window, if we set a property ‘StaysOpen=true’ for a popup, then on navigating away from the application and taking another application, the popup will appear on top of the currently active application. If we set ‘StaysOpen=false’, then the popup window wont exist when we come back after visiting...
2
4,218
thread by: ghazark | last post Apr 26 '10 by: ghazark
I have a question related to changing the screen resolution while a WPF application is running, in Windows XP with .Net Framework V3.0. I am working with a WPF app that has graphical controls. I open the WPF app and set it to run in the taskbar. While it is sitting on the taskbar, I change the screen resolution. At this point, if I click on...
1
4,281
thread by: rafeenatnat | last post Jan 11 '12 by: Frinavale
Hi, I can only bind 1 item even if I selected more than 1 item from my ListBox. Every time I select another item, my uniformGrid(grid to display selected items) will only display the first selection not the other selected items. My uniformGrid has 2 rows and 2 columns. I just want to fill them with my selected items(i.e. image) from my...
9
4,595
jhardman
thread by: jhardman | last post Nov 24 '10 by: ThatThatGuy
I'm pretty sure this is an easy question, I just can't figure out how to set the look and feel of my controls, so I am getting the default, and I want my controls to match on different platforms. I tried setting borderthickness for 30 minutes only to realize that it works on some look-and-feel, but not others (see attachments).
3
4,623
thread by: Vineethpaliath | last post Dec 18 '08 by: Dormilich
hello is it possible to convert xaml file to svg file
1
4,663
thread by: JeffN825 | last post Apr 12 '11 by: Aimee Bailey
Hi, I am designing a XAML Browser Application that hosts an excel spreadsheet in a DSOFramer ActiveX control. The DSOFramer control is in a Windows Forms Host control off the main XAML page. The XAML Browser App has been configured to run in full trust mode and I have imported the pfx certificate into the Trusted Publishers and Trusted Root...
0
5,113
thread by: furqanms | last post Dec 2 '08 by: furqanms
I have a little problem in a XAML application. When I use a popup in a WPF application, I am not able to get rid of the popup from the view even if I do Alt-Tab to move focus to other applications. Even I have set stayopen=false Following is the code which I have done. <!-- Middle Product List --> <GroupBox Grid.Column="1"...
1
5,179
LoanB
thread by: LoanB | last post Jun 9 '10 by: LoanB
Hello team, I'm building a GIS Silverlight 4 application. I need to shut down the whole thing after a save event has taken place. So.. 1. User saves a new graphic to the SDE database, 2. Messagebox shows success or fail.. 3. User clicks OK 3. Application and browser shuts down..
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
0
5,822
Curtis Rutland
thread by: Curtis Rutland | last post Nov 26 '10 by: Curtis Rutland
Have any of you ever used a Reverse Polish Notation calculator? I did in high school. It was easily the best calculator ever (the HP=32SII). RPN is great, because you don't have to use parenthesis. The stack and the order in which you key the operators maintains order of operations. Today, I'll walk you through creating one. Note this tutorial...
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
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:...
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">
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,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...
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.?

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.