On my image, when opened in Windows, opening the File Browser leads to a red square of death :s And using the UIManager to popup the file picker leads to an infinite loop of halt :s Do you experienced that too ? Can people using windows try the following line: (FileSystem disk root) directories This gives me C:, D:, F:, G: where actually only C: and G: are present⦠It seems to come from DiskStore>>#basicEntry:path:nodesDo: [â¦] [ entry isNil ] whileFalse: [ entry at: 1 put: (Primitives decode: entry first). aBlock value: entry. index := index + 1. entry := Primitives lookupEntryIn: encodedPathString index: index ]. So I would say it comes from the primitives. Ben
Igor did not tell you but I see strange blue window and windows on his machine and red square of deathâ¦. So he is looking at it. Stef On Aug 1, 2013, at 1:01 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
On my image, when opened in Windows, opening the File Browser leads to a red square of death :s
And using the UIManager to popup the file picker leads to an infinite loop of halt :s
Do you experienced that too ?
Can people using windows try the following line:
(FileSystem disk root) directories
This gives me C:, D:, F:, G: where actually only C: and G: are presentâ¦
It seems to come from DiskStore>>#basicEntry:path:nodesDo: [â¦]
[ entry isNil ] whileFalse: [ entry at: 1 put: (Primitives decode: entry first). aBlock value: entry. index := index + 1. entry := Primitives lookupEntryIn: encodedPathString index: index ].
So I would say it comes from the primitives.
Ben
On 1 August 2013 16:11, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Igor did not tell you but I see strange blue window and windows on his machine and red square of deathâ¦. So he is looking at it.
i did in fact.. i was chatting with Ben all the time :)
Stef
On Aug 1, 2013, at 1:01 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
On my image, when opened in Windows, opening the File Browser leads to a red square of death :s
And using the UIManager to popup the file picker leads to an infinite loop of halt :s
Do you experienced that too ?
Can people using windows try the following line:
(FileSystem disk root) directories
This gives me C:, D:, F:, G: where actually only C: and G: are presentâ¦
It seems to come from DiskStore>>#basicEntry:path:nodesDo: [â¦]
[ entry isNil ] whileFalse: [ entry at: 1 put: (Primitives decode: entry first). aBlock value: entry. index := index + 1. entry := Primitives lookupEntryIn: encodedPathString index: index ].
So I would say it comes from the primitives.
Ben
-- Best regards, Igor Stasenko.
Yep :) Thanks for your help. I opened an issue for that (11293) and I will try to tackle it tonight Ben On Aug 1, 2013, at 4:11 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Igor did not tell you but I see strange blue window and windows on his machine and red square of deathâ¦. So he is looking at it.
Stef
On Aug 1, 2013, at 1:01 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
On my image, when opened in Windows, opening the File Browser leads to a red square of death :s
And using the UIManager to popup the file picker leads to an infinite loop of halt :s
Do you experienced that too ?
Can people using windows try the following line:
(FileSystem disk root) directories
This gives me C:, D:, F:, G: where actually only C: and G: are presentâ¦
It seems to come from DiskStore>>#basicEntry:path:nodesDo: [â¦]
[ entry isNil ] whileFalse: [ entry at: 1 put: (Primitives decode: entry first). aBlock value: entry. index := index + 1. entry := Primitives lookupEntryIn: encodedPathString index: index ].
So I would say it comes from the primitives.
Ben
On Aug 1, 2013, at 4:17 PM, Benjamin <Benjamin.VanRyseghem.Pharo@gmail.com> wrote:
Yep :)
Thanks for your help. I opened an issue for that (11293) and I will try to tackle it tonight
There is already 11195 FileBrowser Tree in Pharo 3.0 does not work on Windows https://pharo.fogbugz.com/f/cases/11195
participants (4)
-
Benjamin -
Igor Stasenko -
Marcus Denker -
Stéphane Ducasse