AJAX Quickstarts   |   Silverlight Quickstarts   |   Dynamic Data Controls Quickstarts   |   Services Quickstarts   |   Dynamic Languages Quickstarts   |   ASP.NET AJAX Home   |      |  I want my samples in...     

ASP.NET Futures: Reference Change List

This section provides information the changes that have been made to controls and components between ASP.NET Futures releases.

Media Server Control

Top

Member or ObjectChangeRelease
AutoScale Removed and replaced with the ScaleMode property. Futures (July 2007)
ScaleMode Replaces the AutoScale property and defines an ScaleMode enum of values for handling the XAML size in the player. Futures (July 2007)
Duration Removed. You can handle the clip to display through a client playlist (.asx file) or through client script. Futures (July 2007)
LoopCount Removed. You can handle any loop requirements in client script. Futures (July 2007)
MediaDefinitionFile Removed. You can use the Chapters collection of the Media control. Futures (July 2007)
StartTime Removed. You can use the client playlist (.asx) or handle a start time in client script by using Sys.Preview.UI.Xaml.Media.Player.set_timeIndex(value). Futures (July 2007)
OnClientSizeChanged Moved to the Xaml base class and renamed as OnClientResize. Futures (July 2007)
Game skin The Game XAML skin, accessed by defining the MediaSkin, was removed. Futures (July 2007)
Console skin The Console XAML skin, accessed by defining the MediaSkin, was added. Futures (July 2007)

Xaml Server Control

Top

Member or ObjectChangeDate
ScaleMode Replaces the AutoScale property on the Media server control and defines an ScaleMode enum of values for handling the XAML size in the player. Futures (July 2007)
OnClientSizeChanged Moved to the Xaml base class and renamed as OnClientResize. Futures (July 2007)
EnableHtmlAccess Removed. The default case is On. If you need to disable HTML access, you can use client script. Futures (July 2007)

Sys.UI.DomElement Class

Top

Member or ObjectChangeRelease
Sys.UI.DomElement.getElementsListByClassName Replaced with the Sys.UI.DomElement.getElementsByClassName method. Futures (July 2007)
Sys.UI.DomElement.getElementsBySelectors Replaced with the Sys.UI.DomElement.selectAllElements method. Futures (July 2007)

Sys.Preview.UI.Xaml.DomElement Class

Top

Member or ObjectChangeRelease
Sys.Preview.UI.Xaml.DomElement This type and its members have been made private.

Note   The class supports the client-script infrastructure and is not intended to be used directly from your code.

The type infers an object named "Canvas" and automatically looks for named animations within the object to provide support for the Sys.Preview.UI.Xam.Media.Player control.
Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement(host, nameElement, opacityOn, opacityOff) constructor Made private. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.add_disposing
Sys.Preview.UI.Xaml.DomElement.remove_disposing
Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.set_bounds()
Sys.Preview.UI.Xaml.DomElement.get_bounds
Removed. Use the corresponding Silverlight method (property) instead. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_control() Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_height()
Sys.Preview.UI.Xaml.DomElement.set_height(value)
Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_left()
Sys.Preview.UI.Xaml.DomElement.set_left()
Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_opacity()
Sys.Preview.UI.Xaml.DomElement.set_opacity().
Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_top()
Sys.Preview.UI.Xaml.DomElement.set_top()
Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_visibility()
Sys.Preview.UI.Xaml.DomElement.set_visibility()
Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_width()
Sys.Preview.UI.Xaml.DomElement.set_width()
Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.get_host() Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.dispose() Made private. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.getLocation(xamlElement) Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomElement.computeScale(xamlElement) Removed. Use the corresponding Silverlight member, such as DomElement.content.ActualWidth for the XAML width, and JavaScript functions such as DomElement.width for the DOM element's width. Futures (July 2007)

Sys.Preview.UI.Xaml.Bounds Class

Top

Member or ObjectChangeRelease
Sys.Preview.UI.Xaml.Bounds class Removed. Futures (July 2007)

Sys.Preview.UI.Xaml.DomEvent Class

Top

Member or ObjectChangeRelease
Sys.Preview.UI.Xaml.DomEvent class Removed. Futures (July 2007)
Sys.Preview.UI.Xaml.DomEvent.addHandler
($xamlAddHandler)
Sys.Preview.UI.Xaml.DomEvent.removeHandler
($xamlRemoveHandler)
Removed. You can use the Sys.Preview.UI.Xaml.Control.addEventListener method to associate an event handler (through Function.createDelegate) with a specific XAML DOM element. Futures (July 2007)
Sys.Preview.UI.Xaml.DomEvent.addHandlers
($xamlAddHandlers)
Sys.Preview.UI.Xaml.DomEvent.clearHandlers
($xamlClearHandlers)
Removed. You can use the Sys.Preview.UI.Xaml.Control.addEventListener method to associate an event with a specific XAML DOM element. The Sys.Preview.UI.Xaml.Control.xamlDispose method will then automatically clear all handlers. Futures (July 2007)

Sys.Preview.UI.Xaml.BasePlayer Class

Top

Member or ObjectChangeRelease
Sys.Preview.UI.Xaml.BasePlayer Renamed. Use the corresponding Sys.Preview.UI.Xaml.Media.Player client-side type. Refer to the change list described in the Sys.Preview.Xaml.Control class and the Sys.Preview.UI.Xaml.Media.Player class. Futures (July 2007)

Sys.Preview.UI.Xaml.Control Class

Top

Member or ObjectChangeRelease
Sys.Preview.UI.Xaml.Control.get_actualHeight Removed. Use the corresponding Silverlight member, such as DomElement.content.ActualHeight. Futures (July 2007)
Sys.Preview.UI.Xaml.Control.get_actualWidth Removed. Use the corresponding Silverlight member, such as DomElement.content.ActualWidth. Futures (July 2007)
Sys.Preview.UI.Xaml.Control.get_isFullScreen
Sys.Preview.UI.Xaml.Control.set_isFullScreen()
Removed. Use the corresponding Silverlight members. Futures (July 2007)
Sys.Preview.UI.Xaml.Control.get_rootElement()
Sys.Preview.UI.Xaml.Control.set_rootElement()
Removed. You can get the root element by using the Sys.Preview.UI.Xaml.Control instance and then calling get_element().content.root. Futures (July 2007)
Sys.Preview.UI.Xaml.Control.toggleFullScreen() Removed. Use the corresponding Silverlight member. Futures (July 2007)
Sys.Preview.UI.Xaml.Bounds Removed. Futures (July 2007)

Sys.Preview.UI.Xaml.Media.Player Class

Top

Member or ObjectChangeRelease
Sys.Preview.UI.Xaml.BasePlayer Added. This class replaces the Sys.Preview.Xaml.BasePlayer. Futures (July 2007)


This topic is Microsoft ASP.NET Futures pre-release documentation and is unsupported by Microsoft. Blank topics are included as placeholders and existing content is subject to change in future releases.