No announcements
Found 564306 threads
-
0 Votes
Tuple weirdness with FSharp and Silverlight 5
Hi all, I need to use FSharp in a Silverlight 5 program.Discussion | 4 Replies | 1030 Views | Created by Zappo1980 - Monday, July 2, 2012 5:46 AM | Last reply by Khyalis - Saturday, July 7, 2012 3:54 AM -
2 Votes
FSharp lists/Collections
How about something like this -- it uses a recursive function which calls itself to perform the loop: let myFunction x y z = x + (2 * y) + (3 * z) let rec ...Answered | 2 Replies | 2049 Views | Created by Victor__P - Saturday, December 10, 2011 4:38 AM | Last reply by Victor__P - Sunday, December 11, 2011 6:55 PM -
1 Votes
Silverlight 5 breaks LightSwitch
I have just tried to restore my machine to a point before I installed Silverlight 5.Answered | 11 Replies | 6784 Views | Created by bruce demoose - Saturday, January 28, 2012 12:57 AM | Last reply by Eric-Higgins - Monday, July 9, 2012 8:50 PM -
1 Votes
silverlight 5
Hi, According to the introduction in official websites, Silverlight 5 is compatible with Windows 8 Desktop and FireFox 3.6+.Answered | 1 Replies | 1243 Views | Created by R.Gyula - Friday, October 11, 2013 2:12 PM | Last reply by Yunjie Pei - MSFT - Monday, October 14, 2013 6:11 AM -
0 Votes
Ambiguous Tuple
It is very simple, you just need to declare using ccr = Microsoft.Ccr.Core; at the top and then use public ...Answered | 4 Replies | 7169 Views | Created by Hafizuddin - Wednesday, October 3, 2012 6:42 AM | Last reply by Venk K - Wednesday, October 10, 2012 3:27 PM -
0 Votes
Silverlight controls acting weird
Kalel, have you tried with a new Silverlight 5 project?Answered | 11 Replies | 1795 Views | Created by kalel111 - Saturday, August 10, 2013 4:00 AM | Last reply by kalel111 - Tuesday, August 13, 2013 6:18 AM -
0 Votes
is there a comtoolkit for silverlight version 5?
Is there still a team developing Silverlight?Answered | 2 Replies | 518 Views | Created by DeanO78O - Monday, August 25, 2014 3:50 PM | Last reply by Andy ONeill - Tuesday, August 26, 2014 8:25 AM -
0 Votes
Tuple and Extension.
Since you're calling If() as a chain of methods (if().if()) and your extension is for Tuple then If() has to return a Tuple each time in order for the chaining to work.Answered | 1 Replies | 2776 Views | Created by MDMoura - Tuesday, July 24, 2012 10:36 PM | Last reply by CoolDadTx - Wednesday, July 25, 2012 3:14 AM -
0 Votes
How to build an array of tuples?
>How might I declare an array of tuples?Answered | 2 Replies | 728 Views | Created by -B-M- - Saturday, September 10, 2016 8:54 AM | Last reply by Baron Bi - Monday, September 12, 2016 6:17 AM -
0 Votes
tuple and 0 values
You can do it like this: std::tr1::tuple<float,float,float,float>tCol(0.0f, 0.0f, 0.0f, 0.0f); if ...Answered | 1 Replies | 3476 Views | Created by giuseppe500 - Wednesday, June 8, 2011 3:12 PM | Last reply by M. Shoaib Surya - Wednesday, June 8, 2011 5:39 PM -
0 Votes
Class based on Tuple.
I agree, you're not gaining anything by inheriting from Tuple.Answered | 2 Replies | 1224 Views | Created by MDMoura - Friday, November 23, 2012 7:28 PM | Last reply by JMCF125 - Friday, November 23, 2012 8:15 PM -
0 Votes
Silverlight 5 and SignalR
also see http://www.codeproject.com/Articles/619376/SignalR-with-Silverlight-5 Microsoft MVP J# 2004-2010, Borland Spirit of Delphi ...Answered | 9 Replies | 9139 Views | Created by jcgalveza - Monday, January 28, 2013 8:14 PM | Last reply by George Birbilis - Thursday, February 20, 2014 9:36 PM -
0 Votes
Tuples as classes instead of structs
Pretty much the article states that Tuple was given away to F# team to be abused.Answered | 2 Replies | 6044 Views | Created by Wuzi - Thursday, July 9, 2009 4:39 PM | Last reply by Alex Martsynkevich - Monday, July 13, 2009 5:20 PM -
0 Votes
Set within a tuple
hi stone here under an example on how one can create a set within a tuple; measures are also ordered, so i use a range.Answered | 2 Replies | 2783 Views | Created by stoneclub - Thursday, March 22, 2012 8:38 PM | Last reply by stoneclub - Wednesday, March 28, 2012 8:07 PM -
2 Votes
Weird inconsistency using Assert
Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(x=y) //error FS0505 System.Diagnostics.Debug.Assert(x=y) //error FS0505 but when i ...Answered | 5 Replies | 2499 Views | Created by JustinMag - Thursday, May 9, 2013 8:37 PM | Last reply by Keith Battocchi - Friday, May 10, 2013 8:49 PM -
0 Votes
Naming a Tuple in Excel 2010
I'd like to create a set or tuple (being new to this im not sure which is best) which contains both Beer and Ale but call the set/tuple ...Answered | 6 Replies | 6903 Views | Created by Dave Kerby - Tuesday, July 27, 2010 3:39 PM | Last reply by GilesHorwood - Wednesday, July 28, 2010 8:08 AM -
2 Votes
StackFrame.GetFileName method in Silverlight 5
Hi, You should be able to use that in Silverlight 5, have you read this?Answered | 2 Replies | 3920 Views | Created by mselenita - Tuesday, October 18, 2011 1:30 PM | Last reply by Lie You - Thursday, October 20, 2011 6:28 AM -
0 Votes
Printing and Formatting in silverlight 5
In my opinion, Silverlight application support both 32 bit and 64 bit machines.Answered | 2 Replies | 1087 Views | Created by SunDisplay - Monday, September 28, 2015 10:43 PM | Last reply by Weiwei Cai - Tuesday, September 29, 2015 5:15 AM -
0 Votes
TopCount Weirdness
For clarity, the issue pertains not to 'final' tuple resolution, but to the resolution of a dynamic set on an axis.Answered | 11 Replies | 5440 Views | Created by Tom Chester - Friday, August 27, 2010 11:01 AM | Last reply by Darren Gosbell - Monday, August 30, 2010 11:20 PM - Items 1 to 20 of 564306 Next ›
No announcements