Advanced Forum Search Results
-
Hi all,
How can I get to display the DZ toolbar form the composers preview in my Silverlight app?
Thanks!
-
Hi,
Is there a way i can re-order items in ListBox?
that is display then descending / ascending order?
Thank you,
Robert
-
Hi All,
I've got a ListBox with DataTemplate - each ListBoxItem generated in it is soruned with Border.
How can i get to the first ListBoxitem - i want to manipulate its border
-
Thanks for the help!
I found the problem... forgot to add the "id" attribute...
<input id="urefid" type="hidden" name="urefid" value="<%=refid %>"/>
Thank you!!
-
You're right, the problem with FF is the GetAttribute.
I tried this:
CType(Me.RootVisual, Page).Refid = HtmlPage.Window.Eval("document.getElementById('urefid').value")
fails too on FF...
-
Actualy yes, sorry...
i found out that this line of code breaks down FF (from my App.xaml.vb):
Me.RootVisual = New Page()
CType(Me.RootVisual, Page).Refid = Me.oDocument.GetElementById("urefid").GetAttribute("value")
Any other way i can ...
-
No, no HTML event handlers on my start page...
-
anyone please?
-
Hi,
I've got this error. It shows up only in Firefox - after the loader ends his work before the apps shows up.
IE works ok.
Sys.InvalidOperationException: ManagedRuntimeError error #4004 in control 'Xaml1': System.NullReferenceException: Object reference not set to an instance of an object.
at ...
-
Thank you for the videos!