Advanced Forum Search Results
-
Hi all,
I just watched the video tut by Jesse Liberty on the transitioning effect in silverlight (http://silverlight.net/learn/videos/all/silverlight-toolkit-animatedtransition-control/) and I want to create a similar app, just instead of any random string or int, i want to use an image, which unfortunately, is not happening. I have tried ...
-
@codenenterp: I have already added the crossdomainpolicy file to the root of the website.. that has been taken care off... but the only problem is when i add a SL project to the website, and on discovering the services, i cant add a service reference for the service i have built..
-
I'm having this problem with hosting aspx pages with SL apps, i made a webservice to send an email and when i developed on my local machine, the client was set to the mailservice.asmx on my localhost, now i have hosted my website on x10hosting.com and i want to configure my service reference in my silverlight app to have the client at my ...
-
There is a porblem with the silverlight update maybe, try uninstalling all the entries on your machine that say 'silverlight'
1. chk the registry entries also
2. chek windows updates that say silvelright and uninstall them
3. uninstall the installed run time
4.there is one windows update (dont remmbr code), which hampers the ...
-
you might wanna try outu paging, that way you can load select elements to populate the listbox, i've not used it myself (cuz i just strtd silverlight), but i googled about ur query and got this link, you might wanna chk this out, useful post http://weblogs.manas.com.ar/spalladino/?p=12 hope it helps..
-
my bad.. didn't use the scroll viewer control, thanks now my textblock is embedded in the scrollviewer, should work
I'm new to silverlight.. didn't see all the controls :P..
Thanks for all the help guys!
-
@udit: thanks man, but i wanted to use a popup, and not a dialog, same thing really, just that i wanted to use the popup control... thanks for answerin neways! Oh and please if u have the time, answer my query about the autoscroll!!
-
@bartczernicki:
Thanks a lot.. but i figured out my own method!
How strange, i just made up my own code and compiled it just minutes ago... & guess wat .. it works..
I Just added another usercontrol to the project and made it a popup, i set fields in it that are data bound to the Summary and title fields..
Working nice.. oh but is there ...
-
">
Hello all, wat i'm trying to do is this: I'm trying to load the data from the listbox, which is already populated with rss feeds (which i have created using Yahoo! pipes), and on a button click in each row of the list box, a popup will open containing the feed title and summary, but i'm not quite familiar with the ...