Advanced Forum Search Results
-
I must add my voice to those who are requesting modal dialog capability for Silverlight. I'm having limited success with the LostFocus event. The argument that this is not what a common web application needs is irrelevant. The point of new technologies is not to reinforce current practices but rather to permit new ways of working. The only ...
-
Egil, one additional option to add to Pete's list between WPF and Silverlight is the WPF Browser Application (also known as XBAP). This gives you full blown WPF (i.e. much richer than Silverlight) but delivered from a web server and hosted within the browser (which does by necessity incur similar security constraints to Silverlight). The main ...
-
I also see this lack of clarity. It may not be universal. I just did a test comparing text in a ListBox with text on a button face. The button face text looks a bit better than the ListBox text with the same Arial 11 font, but then the button has the default graduated background which might have something to do with it. Interestingly, when I ...
-
I just uninstalled all my Beta1 software, plus KB949325 as instructed. Then I installed the Beta2 tools for VS. When I opened an existing Beta 1 project, VS asked my whether I wished to upgrade my project to Beta 2, so I responded Yes. After it had finished, it was unable to load the designer when trying to preview my Page.xaml file. It gave an ...
-
Thanks for that, Yi-Lun Luo - that was a detail of ASP.Net that I had never picked up on.
I was actually in the process of testing exactly how much impact commenting out the ScriptManager control had, as none of the introductory documentation that I had read so far explained why it was needed. It is good to know that this enables AJAX (which I ...
-
Not entirely sure whether this is a bug or not, so I'll post it just in case. My ASP.Net source file is as follows:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="GraphControl.ascx.cs" Inherits="Billing.GraphControlAscx" %>
<%@ Register Assembly="System.Web.Silverlight" ...