Advanced Forum Search Results
-
I have a data template for my listbox.Each listitem has 2 buttons.I need to toggle button's visibility based on the value i get from a web service.How do i bind ?
-
i am not sure but this may help.....
http://weblogs.asp.net/nunitaddin/archive/2007/05/10/silverlight-console-applications.aspx
Plz mark as answer if it helps.....
-
hi i am very curious about the trick you are talking about..i tried but couldnt get through ..so do you mind if i ask you to ellaborate the trick a little?
-
yes i can see it
-
problem is i can see it in blend but when i run the app it gives me parser errors....I am referencing the dll u can see it above post's code i have <toolkit:Wrappanel/>
-
well i have jus started using toolkit and was trying wrappanel inside scrollviewr but it gives me Unhandled exception AG_E_PARSER_BADTYPE
i hav fixed height and fixed width of wrappanel and i want a vertical scroll when wrappanel exceeds its height .Well i was also trying expander but even that showed same parser errors..am i missing ...
-
hey Amanda
thanx for the reply i really appreciate that...but i tried as per ur reply too ...but i still get the error as
window.clipboardData is undefined and then i tried
if (window.netscape) {netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');var clipboard = ...
-
hi guys
i am trying to clear clipboard data through javascript in SL 2...problem is i can do it in IE 7 but not in firefox 3.0.4
I keep getting errors in firefox as
1.window.clipboardData is undefined
2.Unhandled Error in Silverlight 2 Application Type 'ClearClipboardData' does not exist. Parameter name: ...
-
Hi i m using firefox version 3.0.4. links at the left not working properly..as i click sort by geography , drop down for date added comes down..it seems link container shifted up...coz even mouse over for check box button (average rating) fires when mouse is at approx 10 px up ...
-
Are there any breaking changes between RTW and RTM and any new controls?