Re: [IronPython] Implicit Cast to Float

2007-06-21 Thread Michael Foord
For the record - it *doesn't* implement IConvertible, so I can't use that. I've searched the list and can find a very old discussion of possible syntax - but no answer. :-( Michael Michael Foord wrote: > Hello all, > > I am trying to use a data type that must be 'cast to a float' - the > ZedGr

[IronPython] Implicit Cast to Float

2007-06-21 Thread Michael Foord
Hello all, I am trying to use a data type that must be 'cast to a float' - the ZedGraph.XDate. It has what it calls an 'Implicit' operator: http://zedgraph.sourceforge.net/documentation/html/M_ZedGraph_XDate_op_Implicit_4.htm How can I get at this from IronPython? The obvious way doesn't seem

Re: [IronPython] tab-complete?

2007-06-21 Thread Dino Viehland
You need to pass the -X:TabCompletion command-line option and it should work. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mike arty Sent: Thursday, June 21, 2007 6:34 AM To: users@lists.ironpython.com Subject: [IronPython] tab-complete? Yet another IronPython newbie question- I

[IronPython] tab-complete?

2007-06-21 Thread mike arty
Yet another IronPython newbie question- In Jim Hugunin's demo video it appears as though he is using some kind of tab complete in the interactive interpreter when referencing .Net objects. If I'm right, could someone tell me how this is done? It would be really handy. http://msdn.microsoft.com/ms