Tim Roberts wrote:
>Tim Riley wrote:
>
>
>>Can anyone explain to me why the following code will return a list if
>>I select 12 files but will return None if I select 13?
>>
>>
>
>It's an ugly but well-known limitation: the buffer passed to
>CreateFileDialog is big, but not big enough. When
At Wednesday 9/8/2006 17:41, Tim Roberts wrote:
> Can anyone explain to me why the following code will return a list if
> I select 12 files but will return None if I select 13?
It's an ugly but well-known limitation: the buffer passed to
CreateFileDialog is big, but not big enough. When you s
Tim Riley wrote:
> Can anyone explain to me why the following code will return a list if
> I select 12 files but will return None if I select 13?
It's an ugly but well-known limitation: the buffer passed to
CreateFileDialog is big, but not big enough. When you select more files
than will fit, t