[BUG] Filelist2 select files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[BUG] Filelist2 select files

Edgar J. De Cleene
[BUG] Filelist2 select files When I type *.cs in select files slot I have the attached walkback
The attached .st solves, but , I miss some?
In Mac the first entry is not a file name , is .DS_Store.
And DirectoryEntryFile(Object)>>doesNotUnderstand: #first, but understand name and the problem gone.



Edgar



SqueakDebug.log (5K) Download Attachment
FileList-entriesMatching.st (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Filelist2 select files

Chris Muller-3
Sorry about that Edgar.  If you load Tools-cmm.187 I think the problem
will be fixed.  If not, please let me know.
  - Chris

On Thu, Feb 18, 2010 at 4:31 PM, Edgar J. De Cleene
<[hidden email]> wrote:

> When I type *.cs in select files slot I have the attached walkback
> The attached .st solves, but , I miss some?
> In Mac the first entry is not a file name , is .DS_Store.
> And DirectoryEntryFile(Object)>>doesNotUnderstand: #first, but understand
> name and the problem gone.
>
>
>
> Edgar
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Filelist2 select files

Edgar J. De Cleene



On 2/19/10 12:42 AM, "Chris Muller" <[hidden email]> wrote:

> Sorry about that Edgar.  If you load Tools-cmm.187 I think the problem
> will be fixed.  If not, please let me know.
>   - Chris

Do not sorry.
Seems the guilty was me not knowing David change Morphic/MVC
dependencies .
But seeing your code I understand the trouble, amaze me how the thing work
before and all was fixed with three different ways.

1) I made trouble and solution, using mac logic and name as the code when
this happen seems need  it.
 
At this time I smell some odd and bother Andreas

2) David know what is going on and fix

3) You know the code which shows why first have sense instead name.

And very happy you run for the Board, have my vote.

More happy people start to work together nicely and have the chance to learn
of good Smalltalkers.


Edgar