Advanced Forum Search Results
-
Sorry, i solved it... i follow the steps:
first unistal blend and the other beta tools and versions of silverlight
download silverlight2_developer runtime, extrac files of the installer of vs toolls for vs_sp1 that u download also, and find & run the installer that is inside the folder.
and u good to go!
-
can you explain a bit more, of how to do the extrack of the files of the tools and install them? i try to do that, but it misses instakl the debugger.
-
well i have internet acess with proxy, because i work in a hospital, i have acess with the user and password to full internet access...+
when installing the tools i think they try to get something from the internet and dosent ask for the pass of proxy.. here is the log error
Action: Enumerating incompatible ...
-
[quote user="mchlsync"]
[quote user="quanghoc"]Is the main difference is the second site using data binding and the first site is not?[/quote]
Nope. The main difference is that I was using ASP.NET web service. In second example, the auther mentioned about Silverlight-Enabled WCF web service. That's all. ...
-
i know the page turn example, i know is something to do like that, but in this case, i talking about doing something for all framework elements..
do anyone can explain me on we can achive that page turn effect? in theory..
thanks
Rui
-
Well. i just really don't understand why it dosen't allow us to use the normal keyboard... it should be a great to use this to web software to plasma tvs and so..
i hope microsoft realizes that it would be a great thing to have in the RTM version..
mike do u know if it would be possible?
flash allows this i think.. i be behind them? ...
-
Hello, i was wondering if someone can give me a hand trying to figure how to do this flash control in sivlerlight-...
u can see the flash control here: in the top right corner of the page
http://www.pescadesportiva-pt.net/
basacly it looks like the flipbook cover, but i think it would be great so u can apply this to two ...
-
well i solved it by building the array in a string.. but i will try the list latter..
thanks
-
I there, i use asp authenticathion in my silverlight app. it works fine, but nwo i face a new problem...
Here is the deal, i want to use the profile proprieties to save a Array of strings like { BV1, BV2 } etc...
so i figure i can put in my web.config something like this
<profile><providers>
<clear/><add ...
-
sorry my mistake :)
i have this error still
Value does not fall within the expected range.
onprivate void ArrangeItems()
{
//iterate our itemsfor (int i = 0; i < CarouselItemCount; i++)
{
((CarouselItem)_items).Update(MiddleFormulaX(), _yCenter, CalculateZIndex(i), 1, 1);
this.Children.Add(_items.Element);