Thanks for the Info/Link, Stephan
So it is a VM error then?
Guess we'll have to wait for a VM + Pharo 7.xx combo that works correctly on
macOS.
I now re-installed Pharo 5.0 (pre spur vm)
loaded Seaside with Zincserver (using gofer) into it and my .st files from
2011...
might be a bit slower pe
TedVanGaalen wrote:
> Sure. Which one? and with what image?
See https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/380
Stephan
Did just try with scaled resolution 1920 * 1080 (on my 4K screen) to no
avail.
same error:freeze with "toggle full screen"
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hope stack tells more.
Could dig out an old hdmi HD monitor from
unpacked moving cartons somewhere,
tell me you don't need me to do so :o\
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
from the other terminal window:
teds-personal-mac-mini:~ TedvG$ ps -a | grep pharo
811 ttys0000:00.01 bash ./pharo-ui Pharo.image
815 ttys0000:10.06
/Users/TedvG/pharo-vm/Pharo.app/Contents/MacOS/Pharo Pharo.image
824 ttys0010:00.00 grep pharo
teds-personal-mac-mini:~ TedvG$ kill
and so i did. result (the omega was a ctrl z to get up. had to open another
term. window to kill and dump. see here:
=
teds-personal-mac-mini:~ TedvG$ ./pharo-ui Pharo.image
Ω
SIGUSR1 Wed Apr 17 17:45:27 2019
VM: 20190105
Note! Just being playing a bit further with Squeak 5.2
and it freezes too, when resizing the window!
Similar things in VM ?
Regards
TedvG
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Don't know about 4k. Have you tried a smaller monitor on your mini just to
see?
When pharo locks up from the command line you can get a stack dump in the
terminal window you started pharo in.
first find the pharo process you're interested in with
ps -a | grep pharo
then do a
kill -SIGUSR1
Hi Sebastijan,
Excellent work !!!
I have something similar (a BPM engine) but developed with GemStone
Smalltalk:
Code:
https://github.com/brunobuzzi/BpmFlow
Documentation:
https://bpmflow.gitbook.io/project/introduction
It can be ported to Pharo, from the top of my head i see a couple of issues
Sure. Which one? and with what image?
However, don't know if that would make a difference,
because I've been trying this repeatedly since Pharo 6.0
Squeak 5.2 (just downloaded and launched just to try) works ok,
but for what I do, and previous work/classes made with Pharo 5.0,
Pharo/Seaside would
This is excellent, thanks! For busness applications, getting the tools
for process-driven development is essential. Some emails ago there was
an announcement on Netstyle's engine available here
https://github.com/Netstyle/Workflow.
Best wishes,
Tomaz
-- Original Message --
From: "Seba
TedVanGaalen wrote:
> The freeze problem still exist. (since 2017, starting with Pharo 6)
Hi Ted. It would be interesting to see if this is related to the fullscreen
bug I described in an opensmalltalkvm issue. I was able to triangulate it
to a set of commits, so could you try with a vm from ju
There is the bundle {Gemstone Fileout Project} in the public store (MIT
license).
Some information about it is at [1] and in the slides of the “PDF for Gemstone”
talk at ESUG 2017 [2].
It is a generic code transformation machinery controlled by a declarative
specification of changes to be a
You can migrate from Store to a git repository using a virtual machine
with Linux and then continue working on Windows.
It is certainly going to be simpler than having to export
packages/bundles manually from VisualWorks.
Esteban A. Maringolo
On Wed, Apr 17, 2019 at 9:51 AM Sreenath G K wrote:
Hello everyone,
we've been working on a workflow engine written in Pharo. You can check it out
at: https://github.com/skaplar/NewWave
It is still in the early development and we discussed about making it public so
everyone interested can join, take a look or provide any kind of feedback. I'm
al
Hey,
Unfortunately I have Windows though. I will have a look at it. Thanks for
letting me know
Best Regards,
Sree
On Wed, Apr 17, 2019, 5:27 PM Esteban Maringolo
wrote:
> There is this tool: https://github.com/GemTalk/SETT
>
> I used it with a few packages with no special Namespace and it work
> Am 17.04.2019 um 11:19 schrieb jtuc...@objektfabrik.de:
>
> Hi Norbert,
>
> thanks for commenting. I had a bad feeling about creating new class editions
> while I implemented them, so I appreciate your comments and I'll revisit my
> implementation, because I agree with all of your input her
There is this tool: https://github.com/GemTalk/SETT
I used it with a few packages with no special Namespace and it worked just fine.
It provides, however, several settings to map namespaces, packages,
etc, so it should work.
It only works in Linux though, because of the dependency to external
pr
Hello All,
I just wanted to know if we have any tools for which we can make use of to
migrate VW code base into Pharo. If something is there please let me know
or your suggestion d to port it.
Thanks in advance.
Best Regards,
Sree
Hi Sven
-launched the original image again.
-dragged the Pharo window to almost full screen, (4K)
it then gets redrawing problems:
- drawing the window contents partly
- and in the wrong places
and after a short time then freezes again.
Exactly the same symptoms as described previousl
Try option-click on the green window expansion button.
This will put the window in almost full screen mode.
In my experience, that works much better.
> On 17 Apr 2019, at 13:05, TedVanGaalen wrote:
>
> Hi Paul
> thanks for responding.
>
> what I did now:
> - removed all Pharo apps & images et
Hi Paul
thanks for responding.
what I did now:
- removed all Pharo apps & images etc. from my system
(no problem, i have all i need backed up in .st and .mcz files)
followed your instructions to install the latest VM and Image:
terminal log: ===
teds-
Hi Norbert,
thanks for commenting. I had a bad feeling about creating new class
editions while I implemented them, so I appreciate your comments and
I'll revisit my implementation, because I agree with all of your input here.
Especially extending the Visitor felt "wrong" or bad. DD can be helpf
Joachim,
I put the comments inline.
> Am 17.04.2019 um 10:34 schrieb jtuc...@objektfabrik.de:
>
> So I think I found a solution for my problem which seems to work. Thanks for
> listening and your input of ideas.
>
>
> What I did was to follow this idea:
>
>
>> I am thinking of introducing a
So I think I found a solution for my problem which seems to work. Thanks
for listening and your input of ideas.
What I did was to follow this idea:
I am thinking of introducing a modifier, say § to switch the html
entity encoding for another one which I of course have to implement on
my own
I sent this to Norbert only instead of to the list...
---
Hi Norbert,
so I already found the & modifier, which means {{& myObject.asString }}
will not have escaped characters in it.
So far so good for & which I want to be interpreted by LaTeX as Column
delimiters.
But now I have this need
26 matches
Mail list logo