Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread David Escobar
erator() > > -Original Message- > From: users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] On Behalf Of Michael Foord > Sent: Wednesday, August 19, 2009 3:45 PM > To: davidesco...@ieee.org; Discussion of IronPython > Subject: Re: [IronPython] FolderB

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread David Escobar
;>*From:* users-boun...@lists.ironpython.com >><mailto:users-boun...@lists.ironpython.com> >> [mailto:users-boun...@lists.ironpython.com >><mailto:users-boun...@lists.ironpython.com>] *On >>

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread Dino Viehland
ael Foord Sent: Wednesday, August 19, 2009 3:45 PM To: davidesco...@ieee.org; Discussion of IronPython Subject: Re: [IronPython] FolderBrowserDialog does not show folders David Escobar wrote: > How would I tag Main with the [STAThread] attribute in IronPython? I > thought IP didn't ye

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread Michael Foord
alf Of *David Escobar *Sent:* Wednesday, August 19, 2009 11:03 AM *To:* Discussion of IronPython *Subject:* [IronPython] FolderBrowserDialog does not show folders I've noticed an issue with

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread David Escobar
;>>> provide that for doing WinForms development. >>>> >>>> >>>> >>>> *From:* users-boun...@lists.ironpython.com [mailto: >>>> users-boun...@lists.ironpython.com] *On Behalf Of *David Escobar >>>> *Sent:* Wednesday, August

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread Curt Hagenlocher
;> provide that for doing WinForms development. >>> >>> >>> >>> *From:* users-boun...@lists.ironpython.com [mailto: >>> users-boun...@lists.ironpython.com] *On Behalf Of *David Escobar >>> *Sent:* Wednesday, August 19, 2009 11:03 AM &

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread Curt Hagenlocher
/ the “/target:winexe” option? You’ll need to >> provide that for doing WinForms development. >> >> >> >> *From:* users-boun...@lists.ironpython.com [mailto: >> users-boun...@lists.ironpython.com] *On Behalf Of *David Escobar >> *Sent:* Wednesday, August 19,

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread David Escobar
*On Behalf Of *David Escobar > *Sent:* Wednesday, August 19, 2009 11:03 AM > *To:* Discussion of IronPython > *Subject:* [IronPython] FolderBrowserDialog does not show folders > > > > I've noticed an issue with the FolderBrowserDialog window from IronPython. > When I di

Re: [IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread Dino Viehland
n of IronPython Subject: [IronPython] FolderBrowserDialog does not show folders I've noticed an issue with the FolderBrowserDialog window from IronPython. When I display it with the ShowDialog method in a compiled script (through pyc.py), it does not show the TreeView of folders. It will dis

[IronPython] FolderBrowserDialog does not show folders

2009-08-19 Thread David Escobar
I've noticed an issue with the FolderBrowserDialog window from IronPython. When I display it with the ShowDialog method in a compiled script (through pyc.py), it does not show the TreeView of folders. It will display the Description title and the buttons, however. If I run the script straight throu