Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:640285
More Search Options
RSS Available
Matching Posts
Re: Sys.Preview.UI is null or not a object [beta2]
I have just received the solution (Simon, Scott: thanks!!): -------------------------- you are trying to new up a component in the preview before that script is available. Change your code in default.aspx to use the pageLoad function: <script language="javascript" type="text/javascript"> function pageLoad() { var rbPP = new Sys.Preview.UI.CheckBox($get('mycheckbox')); rbPP.add_click(checkboxClicked); rbPP.initialize(); } function checkboxClicked() { alert("hi"
Posted to
ASP.NET AJAX UI
(Forum)
by
dpomt
on 11/13/2006
Sys.Preview.UI is null or not a object [beta2]
I am using Sys.Preview.UI.CheckBox in client javascript. This worked fine in beta1 but fails now in beta2. I have now added the script reference shown below to the ScriptManager but I still get "Sys.Preview.UI is null or not a object ". Any ideas? Thanks, Dieter < asp : ScriptManager ID ="ScriptManager1" runat ="server" ScriptMode =Debug> < Scripts > < asp : ScriptReference Assembly ="Microsoft.Web.Preview" Name ="Microsoft.Web.Resources.ScriptLibrary.PreviewScript.js" /> </
Posted to
ASP.NET AJAX UI
(Forum)
by
dpomt
on 11/9/2006
Filed under: Asp.net ajax CTP, ajax beta 2
focus() for Sys.Preview.UI.InputControl not available in AJAX CTP (but was av. in Atlas July CTP)
Hello, migrating my app from Atlas CTP to ASP.NET AJAX Beta/CTP, I run into the problem that the focus method seems to be no longer supported for a InputControl. the following code hence stopped working: //var inputLoginName = new Sys.UI.InputControl($get( 'ctl00_ctl41_UserName' )); var inputLoginName = new Sys.Preview.UI.InputControl($get( 'ctl00_ctl41_UserName' )); inputLoginName.initialize(); inputLoginName.focus(); Any suggestions? Thanks, Dieter
Posted to
ASP.NET AJAX UI
(Forum)
by
dpomt
on 10/25/2006
Re: HowTo determine whether menu control is rendered downlevel?
Danny, thanks for your reply. I took a look at the mozilla.browser file and found the section telling me that e.g. for Safari the MenuAdapter is used. What I want is to check this not by manually investigating the browser-files but instead programatically while runtime. I have meanwhile found a way how this can done: bool bMenuAdapter = false ; foreach ( string strAdapter in Request.Browser.Adapters.Values) { if (strAdapter == "System.Web.UI.WebControls.Adapters.MenuAdapter" ) { bMenuAdapter = true
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
dpomt
on 1/23/2006
HowTo determine whether menu control is rendered downlevel?
Hello, is there an easy way to find out whether the menu is rendered for downlevel browsers? I guess BrowserCaps have to be used but don't know how. Any help is greatly appreciaed. TIA, Dieter
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
dpomt
on 1/21/2006
Re: Safari browser and asp:menu
Hello Doug, thanks for your reply. Even with the browercaps you have provided, Safari still renders the downlevel menufor me. Does it really render the uplevel menu in Safari for you? Best regards, Dieter
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
dpomt
on 1/19/2006
Re: Menu control: howto change "^up one level" text (for downlevel browsers)?
Betrand, thanks for your answer. Hope the property will exist in the next release. Best regards, Dieter
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
dpomt
on 1/18/2006
Menu control: howto change "^up one level" text (for downlevel browsers)?
Hello, can somebody tell me how I change the text of "^up one level" link that is rendered by the menu control for downlevel browsers? I could not find any properties. Of course I could change the text using a response filter, but I definitely would prefer to just set a property. Best regards, Dieter
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
dpomt
on 1/16/2006
Re: Safari browser and asp:menu
Hello Doug, I also gave the browsercaps a try but Safari still renders the downlevel menu :( Would be great if you could post what you have done to make Safari render the menu like IE6 does. I have used the following browsercaps: http://www.codeproject.com/aspnet/browsercaps.asp and added < case match = " AppleWebKit/412.9 " > version="2.0.3" majorversion="2" minorversion=".0" </ case > I have also tried http://slingfive.com/pages/code/browserCaps/ Dieter
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
dpomt
on 1/16/2006
Page 1 of 1 (9 items)
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online