Re: [IronPython] Bitwise boolean operators and Forms

2005-12-28 Thread jeff sacksteder
I was unclear on the nature of Anchor & Dock. Mistakes were made.On 12/28/05, Keith J. Farmer <[EMAIL PROTECTED] > wrote: Perhaps he intends Anchor instead of Dock? ___ users mailing list users@lists.ironpython.com http://lists.ironpython.co

Re: [IronPython] Bitwise boolean operators and Forms

2005-12-28 Thread Martin Maly
The DockStyle enum does not have the Flags attribute so IronPython doesn't add the bitwise operators. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jeff sackstederSent: Wednesday, December 28, 2005 11:02 AMTo: users@lists.ironpython.comSubject: [IronPython] Bitwise boolean

Re: [IronPython] Bitwise boolean operators and Forms

2005-12-28 Thread Keith J. Farmer
Perhaps he intends Anchor instead of Dock?   - Keith J. Farmer [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Riley Sent: Wednesday, 28 December 2005 11:25 I don't understand. Why would you use an or statement when assigning

Re: [IronPython] Bitwise boolean operators and Forms

2005-12-28 Thread Tim Riley
I don't understand. Why would you use an or statement when assigning a dockstyle?~TimOn 12/28/05, jeff sacksteder < [EMAIL PROTECTED]> wrote:The code in this snippet fails, claiming the bitwise operator '|' is unsupported for for DockStyles. Is this an unimplemented item, bug, or misunderstanding o