Calendar
<<  August 2010  >>
MoTuWeThFrSaSu
2627282930311
2345678
9101112131415
16171819202122
23242526272829
303112345
Posted by Elisy.Net 27. February 2008, 06:38
The demonstration of the simple SCAB application you can see at the demonstration page. Every application consists of root XAML. It defines some workspaces. They include several smart parts. Root shell creates WorkItem and all SCAB elements will refer this object. There are several workspaces... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Posted by Elisy.Net 25. February 2008, 05:03
Silverlight Composite UI starts from CanvasShellApplication class that defines main application class. It is similar to FormsShellApplication in P&P CAB. The shell in Xaml context is the root canvas in start Xaml file. The main Xaml is in the following form: <Canvas     x... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
To begin any complex extensible programming project there is a need to study the basic research in this field. Because Silverlight is young enough in .Net programming the most similar technology is Composite UI Application Block (CAB) developed by Microsoft patterns&practices team. In this ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
The first way is well known and you can read this technique at Dave Relyea's Blog. The alternative technique is to create script element on the page with java script commands. The C# code will be like this: HtmlElement script = HtmlPage.Document.CreateElement("script"); s... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Posted by Elisy.Net 14. February 2008, 05:28
On this test page you can play with XAMLs and view the results for Silverlight 1.1 dynamically. Unfortunately now script works only with IE browsers because FireFox does not support inline XAMLs. It’s very helpful to view examples from Silverlight SDK.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
You can use lite asp:Xaml component without waiting for Asp.Net 3.5 Extensions. Here you can download Elisy.Web.Silverlight server control that simplifies rendering of Silverlight html and js code. It was tested with Silverlight version 1.1 only. Copy Elisy.Web.dll assembly into Bin fo... [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
In most cases there is a big problem to determine which url is the main url of web-site when urls are written in www-form and in non www-form (for example "http://www.elisy.net" and "http://elisy.net"). For search engines these urls are links to different web-sites. The a... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Posted by Elisy.Net 4. February 2008, 12:42
We have plans to begin new project named "Elisy Theater". The main idea is to create rich media community theater where users can create and publish their own scenes. These features are available after Silverlight 2.0, .Net and XAML were introduced by Microsoft. If we go over the ge... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5