[Pharo-users] Installation difficulties was: [ANN] Pharo 13 Released!

2025-05-30 Thread Bernhard Pieber via Pharo-users
Dear Pharo Team, To try out version 13 I tried to follow the instructions on https://pharo.org/download. First I clicked on the download link for my system: https://files.pharo.org/pharo-launcher/mac-x64, I mounted the .dmg and dragged PharoLauncher.app to my Applications folder. When I start

[Pharo-users] Re: [Pharo-dev] Zoom factor was: [ANN] Pharo 13 Released!

2025-05-30 Thread Bernhard Pieber via Pharo-users
he same zoom effect and it will keep the high resolution. > > Cheers, > Sebastian > >> Le 30 mai 2025 à 10:23, Bernhard Pieber a écrit : >> >> Dear Pharo Team, >> >> Congratulations on & thanks for the Pharo 13 release! >> >> Out of the box it lo

[Pharo-users] Zoom factor was: [ANN] Pharo 13 Released!

2025-05-30 Thread Bernhard Pieber via Pharo-users
Dear Pharo Team, Congratulations on & thanks for the Pharo 13 release! Out of the box it looks great on my large HiDPI monitor. The text is very sharp. However, with the standard zoom factor of 100% the text is too small for longer work sessions. With the next zoom factor of 150% in the Setting

[Pharo-users] Re: Picking neighbouring elements

2023-04-30 Thread Bernhard Pieber
bout that. > > On Sat, 22 Apr 2023 at 18:57, Bernhard Pieber wrote: > >> Hi Richard, >> >> I really liked your concise description about what is the point of using an >> object-oriented language. It made my day. >> >> I searched the Web for your Smallta

[Pharo-users] Re: Picking neighbouring elements

2023-04-21 Thread Bernhard Pieber
Hi Richard, I really liked your concise description about what is the point of using an object-oriented language. It made my day. I searched the Web for your Smalltalk library and found this link: http://www.cs.otago.ac.nz/staffpriv/ok/astc-1711.tar.gz Is there a newer version available somewhe

[Pharo-users] Re: P3 connection error

2021-05-18 Thread Bernhard Pieber
host configurations of the > servers. > > It could be a certificate issue like you suggest, I don't know. > > I am guessing you are on Windows ? > > Tomorrow I will try to test plain and tls connections on my machine. > > Sven > >> On 18 May 2021, at 21:22, Ber

[Pharo-users] Re: P3 connection error

2021-05-18 Thread Bernhard Pieber
rd or host > (non-ascii, URL unsafe characters) ? > > You could try the explicit init form > > P3Client new host: 'host'; user: 'user'; password: 'password'; database: > 'database'; yourself. > >> On 18 May 2021, at 19:47, Bernha

[Pharo-users] P3 connection error

2021-05-18 Thread Bernhard Pieber
Hi, I have a PostgreSQL database on a remote host which I want to access using P3. I do have a username and a password and can connect via SQuirreL and DBeaver. Both use a JDBC driver. However, when I try to access it via Pharo and P3 I get the infamous "no pg_hba.conf entry for host “ error. T

[Pharo-users] Re: Tabular for Pharo 9 and Git line ending conventions

2021-04-26 Thread Bernhard Pieber
Actually, it is even worse. All lines in all methods are shown as changed. > Am 26.04.2021 um 09:36 schrieb Bernhard Pieber : > > Hi, > > I made the Tabular tests to run on Pharo 9: > https://github.com/bpieber/Tabular > > However, due to different line endings all line

[Pharo-users] Tabular for Pharo 9 and Git line ending conventions

2021-04-26 Thread Bernhard Pieber
Hi, I made the Tabular tests to run on Pharo 9: https://github.com/bpieber/Tabular However, due to different line endings all lines of all touched methods are shown as changed: https://github.com/VincentBlondeau/Tabular/compare/master...bpieber:master The reason seems to be that in the reposito

Re: [Pharo-users] Image does not start anymore

2018-10-02 Thread Bernhard Pieber
> Am 02.10.2018 um 09:24 schrieb Bernhard Pieber : > > Hi Vincent, > > Thanks for taking the time to answer. Yes, I have the same error every time. > > I tried with the latest stable Squeak VM. However, I get an error „External > module not found“ for libgit2.dll. &

Re: [Pharo-users] Image does not start anymore

2018-10-02 Thread Bernhard Pieber
> > Cheers, > Vincent > > -Original Message- > From: Pharo-users On Behalf Of Bernhard > Pieber > Sent: Saturday, September 29, 2018 9:07 > To: Any question about pharo is welcome > Subject: [Pharo-users] Image does not start anymore > > Hi, >

[Pharo-users] Image does not start anymore

2018-09-29 Thread Bernhard Pieber
Hi, I have a Pharo 7 image which I normally start from Pharo Launcher on Windows. I think I saved it without problems. However, suddenly it stopped opening. As it contains data and some unsaved code I would hate to loose, I'd appreciate any help on how to debug a situation like this. I attached

Re: [Pharo-users] How do you store and manage small programs?

2017-12-02 Thread Bernhard Pieber
That was the problem. Thanks, Norbert! Bernhard > Am 02.12.2017 um 17:01 schrieb Norbert Hartl : > > That most probably means there are no files in the directory. If you create > one then you will see. > > Norbert > >> Am 02.12.2017 um 15:02 schrieb Bernhard

Re: [Pharo-users] How do you store and manage small programs?

2017-12-02 Thread Bernhard Pieber
Hi Norbert, I tried this in a 6.1 image but I only get a normal inspector. What do I miss? Bernhard > Am 26.11.2017 um 13:36 schrieb Norbert Hartl : > > Andy, > > I use the filesystem for it. Let‘s say you have a directory called „scripts“. > If you inspect > > ‘scripts‘ asFileReference > >

Re: [Pharo-users] Installation done last week: Do I have Pharo 6.0 or Pharo 6.1?

2017-08-18 Thread Bernhard Pieber
Hi Hannes, I think I read somewhere that the 6.1 release reports the version number 6.0 in the image. However, if that means you have got 6.1 I am not sure how to tell. Cheers, Bernhard > Am 18.08.2017 um 16:21 schrieb H. Hirzel : > > Hello > > Pharo 6.1 was released on the 24th July 2017. >