Re: [Pharo-dev] System Morphs in OSWindows

2015-05-30 Thread Ben Coman
On Sun, May 31, 2015 at 1:10 AM, Matthieu Lacaton wrote: > I am not sure I understand the first part of your mail. On Windows I often use dual-screen (two normal size screens). Typically an application's button maximises to a single screen only. So I need to manually resize the window to get wit

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-30 Thread Matthieu Lacaton
I am not sure I understand the first part of your mail. But as for the Raspberry application it should be possible to do it with OSWindow since SDL library seems to be supported on Raspberry. You just have to use your normal Pharo environment for your standard sized screen and you open an OSWindow

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-30 Thread Ben Coman
On Sat, May 30, 2015 at 4:16 PM, Matthieu Lacaton wrote: >> I think it would be better to name these for their function rather >> than the package: >>Nautilus openInExternalWindowOnPackage: nil. >>GTPlayground external openInExternalWindow. >> ThreadSafeTranscript external op

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-30 Thread Matthieu Lacaton
Oh by the way for some reasons, the quality of the video is really crappy if you watch it directly from Dropbox but if you download it, it is much better. I don't know why :/ 2015-05-30 10:16 GMT+02:00 Matthieu Lacaton : > I think it would be better to name these for their function rather >> than

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-30 Thread Matthieu Lacaton
> > I think it would be better to name these for their function rather > than the package: >Nautilus openInExternalWindowOnPackage: nil. >GTPlayground external openInExternalWindow. > ThreadSafeTranscript external openInExternalWindow. > > I don't know if its a workable idea,

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-29 Thread stepharo
- If possible I'd like not to have to modify any Bloc code. If it is not possible then as little as possible. What is the aversion here? Bloc is still developing and since its semantics are based on old-Morphic maybe this use-case is not considered. Adding this use-case may be an opportunity t

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-29 Thread Ben Coman
Disclaimer: I don't really know the Morph & Bloc architectures. Just a few comments from a user perspective. On Sat, May 30, 2015 at 2:42 AM, Matthieu Lacaton wrote: > Hello everybody, > > Lately I've tried to use OSWindow to display some "system morphs" in > external windows. > I thought it coul

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-29 Thread Nicolai Hess
2015-05-29 22:47 GMT+02:00 Matthieu Lacaton : > Okay, thanks for the feedback ! > > The inappropriate window position is just because for some reasons Linux > count 0@0 with the decorations whereas windows count it without the > decorations so I should probably make them appear at 20@20 or somethi

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-29 Thread Matthieu Lacaton
Okay, thanks for the feedback ! The inappropriate window position is just because for some reasons Linux count 0@0 with the decorations whereas windows count it without the decorations so I should probably make them appear at 20@20 or something like that. By the way the new SDL version (2.0.4) off

Re: [Pharo-dev] System Morphs in OSWindows

2015-05-29 Thread Nicolai Hess
2015-05-29 20:42 GMT+02:00 Matthieu Lacaton : > Hello everybody, > > . > - I've coded it on Linux and the last time I tried it on windows it didn't > work well at all so it probably won't work on windows. I don't know for mac. > > It works on windows (apart from the known issue, no text input

[Pharo-dev] System Morphs in OSWindows

2015-05-29 Thread Matthieu Lacaton
Hello everybody, Lately I've tried to use OSWindow to display some "system morphs" in external windows. I thought it could be handy mainly for people working on multiple displays so they could open a debuguer in a display while seeing the results in another one for example or many other cases. I'