[Pharo-users] Mailing list issues

2024-02-29 Thread Hans-Martin Mosner
expired, and the domain grabber who took it now points the domain to IP address 15.197.172.60. Postfix doesn't like that and therefore refuses to accept mail from that IP address. Please, whoever has a contact to either the pharo list maintainers or the mailing list provider, get them to fix this. Cheers, Hans-Martin

Re: [Pharo-users] shape file reading

2020-06-05 Thread Baveco, Hans
much (243 hardly visible dots). With an application for vector graphics (Roassal?) that can read & display the vector data we would get much nicer maps... Hans From: Baveco, Hans Sent: vrijdag 5 juni 2020 12:44 To: Any question about pharo is welcome Subject: [Pharo-users] shape file rea

[Pharo-users] shape file reading

2020-06-05 Thread Baveco, Hans
, Little Endian" ^shpBytes longAt: 33 bigEndian: false No idea what could be the cause – apparently the header of the file (the first 100 bytes) is not ok... Hans You mean some types are missing? Because I get this error when I try to read some SHP files: "Types > 20

Re: [Pharo-users] GIS support for Pharo

2020-06-05 Thread Baveco, Hans
Thanks Hernan! I will try to find out what the problem is with your shape file. Btw is the code for reading/writing dbf files already available on github? Hans From: Hernán Morales Durand Sent: vrijdag 5 juni 2020 0:25 To: Any question about pharo is welcome Subject: Re: [Pharo-users] GIS

Re: [Pharo-users] GIS support for Pharo

2020-06-04 Thread Baveco, Hans
effort http://www.squeaksource.com/@Y4HhnL90iyA2TmAb/X0sPqshM; luckily there was an older implementation.available to build upon. Not sure whether nowadays there are other ways to read/write files old DBASE format files... Cheers, Hans Baveco From: Serge Stinckwich Sent: donderdag 4 juni

[Pharo-users] [pharo7] loading mcz files

2018-12-12 Thread Baveco, Hans
It appeared impossible to load any packages (mcz files) from a MCFileRepositoryInspector, in a recent pharo (moose) 7 image (on windows 7), stack below. Apparently, somewhere a Character null is encountered where an integer is expected... Any ideas how to solve this? TIA, Hans Character

Re: [Pharo-users] Usage of String and FileLocator to reference files in ZipArchive (and probably other places)

2018-11-25 Thread Hans-Martin
pment... Submitting "patches" without knowing the original design rationale seems not very productive. Cheers, Hans-Martin -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] VPS difficulties

2018-11-24 Thread Hans-Martin
merge that. Sorry I don't yet know how to use Metacello or other mechanisms to load it into an image with a few lines of code. Cheers, Hans-Martin -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] VPS difficulties

2018-11-22 Thread Hans-Martin Mosner
It can't find the display drivers since the appropriate 32 bit libraries are missing. Use the 'ldd' command on the VM binary and on the shared libraries in its directory to find out which ones you're missing. Cheers, Hans-Martin Am 22. November 2018 4:22:19 nachm. schri

Re: [Pharo-users] VPS difficulties

2018-11-22 Thread Hans-Martin Mosner
He's got a 32 bit library that he wants to use, that won't work with a 64 bit VM. Of course, recompiling the library for 64 bit is an option, too, but probably more complicated. Cheers, Hans-Martin Am 22. November 2018 9:21:47 vorm. schrieb Sven Van Caekenberghe : Just use 64 b

Re: [Pharo-users] problem when running without changes file (on windows)

2018-11-21 Thread Baveco, Hans
) into P6.1. However this didn’t appear to do the job – maybe some additional actions are required (recompiling things?)? Hans From: vincent.blond...@lamresearch.com Sent: woensdag 21 november 2018 3:33 To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] problem when running without

Re: [Pharo-users] problem when running without changes file (on windows)

2018-11-21 Thread Baveco, Hans
Thanks for the link! I could download the moose-7.0 image and changes files. However, to run it a specific version of the sources files (Pharo7.0-32bit-facd684.sources) seems to be required. Where could that be found? Hans From: vincent.blond...@lamresearch.com Sent: woensdag 21 november

Re: [Pharo-users] Pharo on Linux

2018-11-19 Thread Hans-Martin
cess, it's really the simplest way of quickly comparing different without much hassle. Cheers, Hans-Martin -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] About the IoT Hackathon last Friday

2018-11-17 Thread Hans-Martin
Very nice, count me in for the next one :-) Cheers, Hans-Martin -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Usage of String and FileLocator to reference files in ZipArchive (and probably other places)

2018-11-17 Thread Hans-Martin
e of FileLocator did not understand #utf8Encoded" independent of whether the file exists, is a zip archive or not :-) Cheers, Hans-Martin -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Usage of String and FileLocator to reference files in ZipArchive (and probably other places)

2018-11-17 Thread Hans-Martin
7;t be used to reference files in these contexts. However, there may be a conscious design decision behind this change that's just not obvious to me. Cheers, Hans-Martin -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo v7.0.0-rc1 released!

2018-11-14 Thread Baveco, Hans
On windows 7 the 32bits version opens with an error: “PrimitiveFailed: primitive #fileDescriptorType: in File class failed.” When discarding the error and saving & quitting the image, subsequent startups (via the launcher) do not display the gui anymore... Hans From: Vitor Medina Cruz

Re: [Pharo-users] problem when running without changes file (on windows)

2018-11-14 Thread Baveco, Hans
information on how to achieve this (on windows)? No Moose 7.0 image with Roassal preloaded available either, AFAIK... Hans From: Guillermo Polito Sent: dinsdag 13 november 2018 16:46 To: Any question about pharo is welcome Subject: Re: [Pharo-users] problem when running without changes file (on

[Pharo-users] problem when running without changes file (on windows)

2018-11-13 Thread Baveco, Hans
crosses. Is this option to run without a changes files supposed to work in 6.1 (on windows)? What should I do to make it work? (noticed that there is no setting anymore for this) Hans PharoDebug.log Description: PharoDebug.log

Re: [Pharo-users] installation of packages on 6.1

2018-04-12 Thread Baveco, Hans
Thanks for this explanation Stef, Now looking forward to Guilles work - sounds like it will be a very helpful resource when starting to use Git! Hans -Original Message- From: Stephane Ducasse Sent: woensdag 11 april 2018 22:01 To: Any question about pharo is welcome Subject: Re

Re: [Pharo-users] installation of packages on 6.1

2018-04-11 Thread Baveco, Hans
this really the only way to get these packages that live on github into the image? I had no plans to work with git/github, but was now forced to spent quite some time on it Cheers, Hans From: Ben Coman Sent: maandag 9 april 2018 22:54 To: Any question about pharo is welcome Subject: Re

Re: [Pharo-users] installation of packages on 6.1

2018-04-09 Thread Baveco, Hans
Hi Stef, No, for example loading GToolkit with Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit/src'; load. Immediately results in an "LGit_GIT_ERROR: failed to get server certificate: The handle is in the wrong state for the r

Re: [Pharo-users] installation of packages on 6.1

2018-04-06 Thread Baveco, Hans
ial; same thing happened when trying to load Roassal2 directly or some other packages Hans -Original Message- From: Hernán Morales Durand Sent: donderdag 5 april 2018 20:58 To: Any question about pharo is welcome Subject: Re: [Pharo-users] installation of packages on 6.1 Hi Hans, How di

[Pharo-users] installation of packages on 6.1

2018-04-05 Thread Baveco, Hans
ndows 7, pharo 6.1 (Image: Pharo6.0 [Latest update: #60540])) and have no idea how to deal with this. Any suggestions? Hans PharoDebug.log Description: PharoDebug.log

Re: [Pharo-users] SSL Exception when installing DataFrame

2018-03-14 Thread Baveco, Hans
log also resulted more or less directly in an error message (but that may be a different issue?) So currently it is not easy to get a working pharo with all the functionality I need and came to appreciate so much Hans -Original Message- From: Stephane Ducasse [mailto:stepharo.s...@gmai

[Pharo-users] Pharo-users] SSL Exception when installing DataFrame

2018-03-13 Thread Baveco, Hans
after trying to update?? Hans

[Pharo-users] [system update problem]

2018-03-12 Thread Baveco, Hans
It says this a Pharo 6.0 image, latest update: #60529 (though I am fairly sure it was actually a downloaded 6.1 image I started from) Any suggestions how to solve this? Thanks! Hans

Re: [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-09 Thread Baveco, Hans
#x27;; load but that did not work, thanks, Hans From: vincent.blond...@lamresearch.com [mailto:vincent.blond...@lamresearch.com] Sent: donderdag 8 maart 2018 20:29 To: pharo-...@lists.pharo.org; pharo-users@lists.pharo.org Cc: chris.thorgrims...@lamresearch.com Subject: [Pharo-users] [ANN]

Re: [Pharo-users] image lockdown/deployment mode

2018-02-06 Thread Baveco, Hans
elf And to get back the default world menu: restoreWorldMenu "restore the default World menu" WorldState defaultWorldMenu Hans -Original Message- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Stephane Ducasse Sent: dinsdag 6 februari 20

[Pharo-users] image lockdown/deployment mode

2018-02-05 Thread Baveco, Hans
actual solutions. Maybe these are available now? TIA Hans

Re: [Pharo-users] SignalR

2017-12-05 Thread Hans N Beck
a far more open style. Cheers Hans > Am 05.12.2017 um 16:59 schrieb Ben Coman : > > btw, I found a detailed description of SignalR implementation... > https://blog.3d-logic.com/2015/03/29/signalr-on-the-wire-an-informal-description-of-the-signalr-protocol/ > > cheers -ben &

Re: [Pharo-users] Short report about Pharo experience

2017-11-23 Thread Hans
is your opinion. Then I'll take my actions (which are there, I develop on TeaPot, as you could read) and be quiet. Full Stop. Hans -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Short report about Pharo experience

2017-11-23 Thread Hans N Beck
having value for the other perspective, a tool for solving problems in daily work. Not more not less. Cheers Hans > Am 23.11.2017 um 09:54 schrieb Stephane Ducasse : > > Hi hans > > Thank you for this analysis. > Now do you want me to state a question? > > Stef >

[Pharo-users] Short report about Pharo experience

2017-11-22 Thread Hans N Beck
product for professionals (in industry), the future will be top ! And this doesnet mean to give up the computer science part. Pharo is cool to try concepts and ideas. So Pharo has BOTH sides, which does it make great. Cheers Hans

Re: [Pharo-users] Teapot and Websockets

2017-11-18 Thread Hans
Hi, now I'm playing with a new type of TeaRoute>>TeaWebSocketRoute. It conrains the ZnWebSocketDelegate. And I also use the WS: message. I want to try to setup my Teapot fork to Github with IceBerg. Just an Experiment :) Cheers Hans -- Sent from: http://forum.world.st/Phar

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-18 Thread Hans N. Beck
, help together to become better writer and communicater is my suggestion. Statements like „stop writing“ does‘nt help, I think. Having said this and related to the basic Statements below, I agree much with Ben. Cheers Hans Gesendet von Mail für Windows 10 Von: Ben Coman Gesendet: Samstag, 18

Re: [Pharo-users] Binary (external) objects

2017-11-16 Thread Hans N Beck
reflection by looking at the FMI and then call on binary level the appropriate Methods in the FMU. It is all based on ANSI C. The Pharo FFI approaches perform their reflection from the header files, right ? The advantage is that you have nothing to do on the application side. Cheers Hans

[Pharo-users] Binary (external) objects

2017-11-16 Thread Hans N Beck
you could not see the implementation or do Smalltalk level debugging. I have in mind the FMI of Modelica (http://fmi-standard.org) I don’t now if the modern FFI already works like this. And now, I don’t reestablidvh CORBA :) Cheers Hans

Re: [Pharo-users] Smalltalk Argument

2017-11-06 Thread Hans N Beck
view 😇 Cheers Hans > Am 06.11.2017 um 11:28 schrieb Dimitris Chloupis : > > all people like popular choices, including engineers. > > Engineers may be more careful but they are not known exactly for their talent > to innovate. > > We are pact animals, we are socia

Re: [Pharo-users] Looking for game state

2017-11-03 Thread Hans N Beck
Hi Stef, Not sure what you want to show: decision trees, belief network, concurrent actor model ... I‘m also interested which book you read and what are your plans :) :) Cheers Hans > Am 03.11.2017 um 11:09 schrieb Alexandre Bergel : > > Hi! > > In my lecture I use a star

Re: [Pharo-users] Smalltalk Argument

2017-10-31 Thread Hans
effort of the community, it is really really fun today to work on and with Pharo. Much happend, and much is possible ;) Cheers Hans -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Smalltalk Argument

2017-10-31 Thread Hans
effort of the community, it is really really fun today to work on and with Pharo. Much happend, and much is possible ;) Cheers Hans -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Teapot and Websockets

2017-10-27 Thread Hans
yed a little bit with this: GET: '/chat' -> [:req | Teapot forward: aReq toWebSocket: '/chat' ]; when: ... The class method of Teapot does the "ZnWebSocketDelegate map: ... to... " thing. It could handle the instances of the delegate per url. Don't know it this

[Pharo-users] Seasidehosting...

2017-07-11 Thread Carl Hans
Hi, I'm running a private website at seasidehosting. Obviously this free service is not available anymore because both the site as well as the seasidehosting page are not reachable. I've tried to get information about the current staus of seasidehosting via google but couldn't find anything. Does

[Pharo-users] Open that fucking thing.

2014-12-11 Thread Hans Schueren
Who says that programming in smalltalk is different from others ? You can write smalltalk with a simple Texteditor. However. I have written a simple program here , with smalltalk V 2.0 , 16bit 1. The programs name is : Prozentrechnung Only one class is the programm. Only one method is the

[Pharo-users] What do you suppose about this ?

2014-12-10 Thread Hans Schueren
What do you suppose about this ? from Hans the Byte Surfer. ViewManager subclass: #GraphicsDemo instanceVariableNames: 'pen graphs selectedGraph pane bitmap ' classVariableNames: 'Count ' poolDictionaries: 'ColorConstants '! !GraphicsDe

[Pharo-users] Alternate Twitter

2014-12-06 Thread Hans Schueren
Alternate Twitter

[Pharo-users] PEN

2014-11-26 Thread Hans Schueren
ner of smalltalk 80 - first graphic windows and GUI -2 (Hans Schueren) 4. Re: Beginner of smalltalk 80 - first graphic windows and GUI -2 (kilon alios) -- Message: 1 Date: Wed, 26 Nov 2014 09:00:19 -0800 (PS

[Pharo-users] Beginner of smalltalk 80 - first graphic windows and GUI -2

2014-11-26 Thread Hans Schueren
Hello , here is Hans , The Byte Surfer , the smalltalk code is from books of year 1992 and 1993 1988 and 1987. I have a lot of books around the world . ALL of the Topic SMALLTALK 80. Only 80 !!! Because i am a absolute beginner and want to learn smalltalk 80. I realized that thing

[Pharo-users] Beginner of smalltalk 80 - first graphic windows and GUI - need help

2014-11-26 Thread Hans Schueren
printString asComposedText displayOn: aGraphicsContext. aGraphicsContext translateBy: 15 @ 15] Greetings Hans The Byte Surfer

[Pharo-users] Pratsch

2014-10-28 Thread Hans Schueren
INK for me to download ? Hans This sounds strange. However , i have here a huge range of books about smalltalk 80. All the books describe the syntax and system. To write a better and better code and more functions. The only thing that is not describes is to display a running program ins

[Pharo-users] Pharo program "examples"

2014-10-28 Thread Hans Schueren
e a normal program [ Pharo IDE is shadowed] ). Guess that i am a user. I have heared about Pharo and want to test a real program. Hans Hello again , are there any Pharo Program examples online ? I dont mean normal examples from coding. What i mean are end-user programs.

[Pharo-users] Pharo program "examples"

2014-10-28 Thread Hans Schueren
Hello again , are there any Pharo Program examples online ? I dont mean normal examples from coding. What i mean are end-user programs. Completely ready Online for downloading. Regards Hans

[Pharo-users] keyboard event

2014-10-27 Thread Hans Schueren
Hello again , could someone tell me the syntax for a keybord input ? I want to write a method which ask for keyboard input. Is this possible. Hans

[Pharo-users] the simplest program of "the world"

2014-10-27 Thread Hans Schueren
;Hello World' Now here are the steps to do point by point to SAVE the program as another image. The copy of the image should be starting direct in full screen and show : Hello World I think this "huge" task will motivate the creative developer ! Hans

[Pharo-users] starting a program

2014-10-27 Thread Hans Schueren
Hello , thank you for the answers. I will "copy" the folder on USB stick in the first way. Other options as github and launcher later. It is a little bit strange to start a program. There is one package. Inside the package are two classes. To start ONE class i do with classname n

[Pharo-users] starting a simple program - make EXE files for portable distrubution

2014-10-27 Thread Hans Schueren
the image. Not as a file. Are there any online sites or instructions to do that ? Regards Hans

[Pharo-users] Pharo program examples

2014-10-23 Thread Hans Schueren
e personal database a simple calculation program for any purposes s simple statistic program or so This could help for learning. Hans

[Pharo-users] Pharo program examples

2014-10-23 Thread Hans Schueren
e personal database a simple calculation program for any purposes s simple statistic program or so This could help for learning. Hans

[Pharo-users] Thanks.

2014-10-23 Thread Hans Schueren
ust make ONE simple program , and compile it to an .exe to check on another PC. Regards Hans

[Pharo-users] move a method

2014-10-23 Thread Hans Schueren
ng classes and protocolls to choose. Normally i klick MOVE and then i type the location in with Classname>Protokollname Want to move it to an existing protocol from a class. How can i do that. Thanks. Hans

[Pharo-users] Package Browser 4

2014-10-22 Thread Hans Schueren
er in programming. I realised that Pharo has a huge "Tracking Tools" for engineering concepts and code. Only step by step learning is possible. Thanks again , and have a nice week. See you next time , for other Pharo matters , in this "Cinema". Hans Hello agai

[Pharo-users] Package Browser 4

2014-10-22 Thread Hans Schueren
PBE in use for learning. There is my new class created. If you want i can make a screen video and sending with e-mail of the "File out" session , that you can see , that there is no new text file. regards hans Just one thing for description of the hardcopy : Yes ;

[Pharo-users] Package Browser 3

2014-10-22 Thread Hans Schueren
c language. ( My languages are Smalltalk 80 and Liberty Basic. ) Regards Hans Thank you for the answer. I have chosen " FILE OUT ". Let me aks : Who is the file then. On what location ? " I only have seen that Pharo has make a snapshot of the " Package-Class-P

[Pharo-users] Package Browser 2

2014-10-22 Thread Hans Schueren
Therfore i suppose that a File has been made in any Folder. Regards Hans Hallo fellows, i have just started with smalltalk programming Pharo. Could you help me in one question please ? Its simple : After already performed a own NEW CLASS in the class browser , it is very convenient to PRI

[Pharo-users] Package Browser

2014-10-22 Thread Hans Schueren
FORM , in HARD COPY on a Printer. Just to "have" the class and see it on real paper. I couldnt find any advice in books or help. regards Hans

[Pharo-users] [phaor-user list options] where?

2013-07-03 Thread Baveco, Hans
Sorry to bother the list with this, but where can I change the delivery options for this list, e.g set to digest mode, etc? TIA Hans