Questions tagged [pharo-6]
6 questions
5
votes
1 answer
How do you add dependency to a Pharo image?
After building an application using Seaside I managed to push my Pharo image code to GitHub using iceberg. I was able to clone it into a new Pharo image on a new machine. However, loading the package into the image seems to generate an error…

ludo
- 543
- 3
- 14
2
votes
2 answers
How to do "File in" in Pharo 6.1?
Wanting to migrate my small project from Pharo 5 to Pharo 6.1, and I happily found the File Out option when I right-clicked on my package and its classes. I saw it generates text files for those artifacts in my image directory (I'm running on…

Fuhrmanator
- 11,459
- 6
- 62
- 111
1
vote
1 answer
Is there a limit to the number of nested #call:'s in Seaside?
I'm developing a Seaside Application and I suspect I've reached a point in which I can no longer #call: another component.
It's not an issue of my WAComponents, since I tried other messages that end up in #call:, like #confirm:.
I have 4 nested…

juliang
- 146
- 2
- 8
1
vote
1 answer
How do we send a canvas image data as an attachment to a server on Pharo?
How do we send or upload a data file to a server on Pharo. I saw some example of sending file from a directory on the machine.
It works fine.
ZnClient new
url: MyUrl;
uploadEntityfrom: FileLocator home /Path to the file;
put
In my case I…

ludo
- 543
- 3
- 14
1
vote
2 answers
Pharo state corrupt, how to save my code?
After using DynamicComposableModel and editing my method in debugger, my Pharo 6.1 image has reached this state:
Instance of SpecLayout did not understand #visibleSlots
and
Instance of SpecLayout did not understand #instVarNames
. I cannot "File…

MKaama
- 1,732
- 2
- 19
- 28
1
vote
1 answer
Getting error when adding OSSubprocess to my Pharo 6.1 on Centos 7.4x
I wanted to mess around with OSSubprocess (written by Mariano Martinez Peck) from my Pharo 6.1 on my CentOS 7.4.
I searched within the Pharo Project Catalog and tried to install it.
I got an…

tukan
- 17,050
- 1
- 20
- 48