Re: [Pharo-users] [squeak-dev] Named serial port bug and how to contribute

2018-11-29 Thread Nicolai Hess
Good to know! Am Fr., 30. Nov. 2018 um 02:25 Uhr schrieb Ricardo Moran < richi.mo...@gmail.com>: > Hi, > > I think I found a bug with the named serial ports in windows. > I can open a named port without problem the first time but if I close it > and try to open it again it fails until I restart t

Re: [Pharo-users] split on space or -

2018-11-24 Thread Nicolai Hess
x27; > > does work and > > 'Complementary metal-oxide semiconductor' splitOn: ' ' > > does work > > > > Op 24-11-2018 om 22:19 schreef Roelof Wobben: > > thanks, > > this one looks very promosing :self assert: ('foobar' spli

Re: [Pharo-users] split on space or -

2018-11-24 Thread Nicolai Hess
What have you tried so far? There is a split method in pharo, with examples :) Am Sa., 24. Nov. 2018 um 21:49 Uhr schrieb Roelof Wobben : > Hello, > > For a acronym maker challenge on exercism.io I have to make acronyms. > But I see I have to split the parts on space and when it's a word with a >

[Pharo-users] How to attach a repository

2018-11-24 Thread Nicolai Hess
How can I "attach a repository" to project pharo? In a fresh pharo 7 image I get this message on clicking the "history" button on a method in calypse: [image: grafik.png] btw, the "atttached" has three t's :) And wouldn't it be better, to show an error dialog instead of a debugger stacktrace, i

Re: [Pharo-users] Text editor + morph

2018-10-07 Thread Nicolai Hess
The "old" way, a Morph asText, still works. I don't know if this is still fully usable with normal text operations: |text block| block := [ Morph new asText, ' some text']. text:=(Smalltalk ui theme builder newTextEditorFor: block getText: #value setText: nil). text openInWindow. Am Mi., 3. Ok

Re: [Pharo-users] Morphic, Canvas, and Drawing Polygon Borders

2018-05-16 Thread Nicolai Hess
Hi Eric, I don't know exactly how Borders (BorderdMorphs) are drawn, but a simple way to create that kind of 1px border with 2px round edges may be using the a borderd morph: BorderedMorph new fillStyle: Color transparent; borderStyle: (RoundedBorder new

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Nicolai Hess
Hi Joe, the problem is that the BalloonCanvas (or some objects it is using) aren't fully reset after some drawing operations. (the drawString method for example sets the sourceForm as glyph to be drawn). it should work if you do not store the canvas instance, but create a new in every loop:

Re: [Pharo-users] How can I outsource instance data ?

2018-01-18 Thread Nicolai Hess
2018-01-18 0:24 GMT+01:00 Photon : > Hello, > > I am messing around with an ordered collection of a class wich contains a > matrix. As it the size grew I started to wonder if my code was something > one > should not do or if one would maybe outsource some data. > I don`t know if it`s just in the R

Re: [Pharo-users] [Vm-dev] Running headless on Windows

2018-01-18 Thread Nicolai Hess
uld support that. It will keep Windows administrators happy and we >>>> would integrate with >>>> the whole ecosystem (for instance you can start/stop a service using >>>> Windows scripting for >>>> doing backups, etc.) right out of the box. >>>>

Re: [Pharo-users] How to declare a do:[] loop for a matrix to read and acces its elements?

2018-01-15 Thread Nicolai Hess
2018-01-15 18:04 GMT+01:00 Photon : > when I call the countNeighbours method i get an error: the block wants two > arguments but I pass only one. > This is probally because i want to pass x y but only really pass x wich > ends > up being a cell and not the index. > > I still have trouble thinking

Re: [Pharo-users] How to declare a do:[] loop for a matrix to read and acces its elements?

2018-01-15 Thread Nicolai Hess
2018-01-15 15:29 GMT+01:00 Photon : > Hello folks, > > I am trying since yesterday to make a game of life implemenation work. It > looks all ok so far but in can`t figure out the final steps. I think I get > the logic I have to use and if I imagine the code in C++ for example it > would be pretty

Re: [Pharo-users] Running headless on Windows

2017-12-29 Thread Nicolai Hess
2017-12-29 3:07 GMT+01:00 Andrei Stebakov : > Pierce, I tried all of those "no display" options, the result is the same > > On Dec 28, 2017 8:37 PM, "Pierce Ng" wrote: > >> On Wed, Dec 27, 2017 at 04:58:39PM +0100, Cyril Ferlicot D. wrote: >> > On 12/27/2017 04:39 PM, Andrei Stebakov wrote: >> >

Re: [Pharo-users] Is there a way to set form colours using a 'fuzzy' option?

2017-12-28 Thread Nicolai Hess
You can draw a new form with copybits and use your own color mapping. First, I thought there would be a bitblt operation that you could use without explicit calculating the color mapping, a paint operation that would convert a gray-value to an alpha value. But I could find it. In this special cas

Re: [Pharo-users] Breakpoints in Pharo

2017-12-27 Thread Nicolai Hess
2017-12-27 10:49 GMT+01:00 Denis Kudriashov : > > 2017-12-27 10:37 GMT+01:00 Nicolai Hess : > >> Works for me too (on windows). >> But sometimes, a change and accept of the current method, does not >> removes the "Breakpoint"-Icon. >> So, it looks like t

Re: [Pharo-users] Breakpoints in Pharo

2017-12-27 Thread Nicolai Hess
Works for me too (on windows). But sometimes, a change and accept of the current method, does not removes the "Breakpoint"-Icon. So, it looks like there is a breakpoint, but isn't anymore and the code of course does not trigger the debugger. The icon vanishes, if I unselect and select the current m

Re: [Pharo-users] Athens error

2017-12-26 Thread Nicolai Hess
Running your drgeo.image on a recent linux pharo 64 bit vm gives this error message first: /home/nicolai/devel/pharo/Pharo7.0-32bit-52a28a8.sources. With pharo 7, every (bootstrapped)image needs its own sources file? 2017-12-26 11:59 GMT+01:00 Hilaire : > Just make a drgeo build with latest im

Re: [Pharo-users] Using a TreePresenter

2017-12-10 Thread Nicolai Hess
2017-11-27 20:40 GMT+01:00 Prof. Andrew P. Black : > I'm trying to use a (subclass of a) TreePresenter that is populated with > FileReferences. I see that the current selection is, reasonably enough, a > TreeNodePresenter, so I'm assuming that to *set* a selection > programatically, I'm going to h

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-13 Thread Nicolai Hess
; > Date: Fri, 13 Oct 2017 18:39:59 +0200 > Subject: Re: [Pharo-users] Behold Pharo: The Modern Smalltalk > To: Any question about pharo is welcome > Reply-to: Any question about pharo is welcome us...@lists.pharo.org> > From: Nicolai Hess > > > Am 13.10.2017 5:50 PM schrieb "A

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-13 Thread Nicolai Hess
Am 13.10.2017 5:50 PM schrieb "Andrew Glynn" : I can't remember ever using API docs in *any* language, dynamic or not. They give you the method signatures, but if you have, say, methodX(int, int, String), how are you supposed to guess what ints and what String the method actually needs, Isn't th

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-12 Thread Nicolai Hess
2017-10-12 9:28 GMT+02:00 Dimitris Chloupis : > > > >> This is what Smalltalk gives you for free. >> > Sorrry for being rude but I wll use the two usually heavily annoying word, > at least for me :D > > It depends > > See there is a problem for Python here. Ideology. > > The zen of python has been

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-07 Thread Nicolai Hess
2017-10-07 9:38 GMT+02:00 Nicolai Hess : > Just starting pharolauncher on windows still does not work (if you put it > into the default "program" folder). > On start, it tries to create a local direcitory "pharo-local" and does not > have the permission to do so. &

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-07 Thread Nicolai Hess
Just starting pharolauncher on windows still does not work (if you put it into the default "program" folder). On start, it tries to create a local direcitory "pharo-local" and does not have the permission to do so. You need to start it with admin-rights. 2017-10-06 22:43 GMT+02:00 Gabriel Cotelli

Re: [Pharo-users] Iceberg and proxy

2017-10-04 Thread Nicolai Hess
2017-10-03 20:58 GMT+02:00 Guillermo Polito : > Well, LGitFetchOptions has a proxy options property of type LGitProxyOptions, > and this one a property type of type LGitProxyTypeEnum. I did not try it > but maybe it should look something like: > > fetchOptions prim_proxy_opts prim_type: LGitProxyT

Re: [Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-12 Thread Nicolai Hess
2017-09-11 1:26 GMT+02:00 Tim Mackinnon : > While I’m on a debugger trip… anyone else also notice that the > Suggestions, Break once debug option acts weirdly? I seem to get a debugger > but it halts several lines after where I have said, and if I start stepping > the debugger seems to jump to fun

Re: [Pharo-users] Loading PharoJS Re: PharoJS

2017-08-16 Thread Nicolai Hess
Hi Pierce 2017-06-25 13:07 GMT+02:00 Pierce Ng : > Just tried loading PharoJS with this snippet: > > Gofer it > smalltalkhubUser: 'noury' project: 'PharoJS'; > configuration; > loadStable > > Loaded cleanly on a fresh 32-bit Pharo-50772 image. Ran almost half the > tests > during wh

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread Nicolai Hess
2017-07-26 13:16 GMT+02:00 Herby Vojčík : > Nicolai Hess wrote: > >> >> >> 2017-07-26 13:08 GMT+02:00 Herby Vojčík > <mailto:he...@mailbox.sk>>: >> >> Nicolai Hess wrote: >> >> >> >> 2017-07-26 12:0

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread Nicolai Hess
2017-07-26 13:08 GMT+02:00 Herby Vojčík : > Nicolai Hess wrote: > >> >> >> 2017-07-26 12:09 GMT+02:00 mailto:he...@mailbox.sk>>: >> >> >> >> On July 26, 2017 11:53:41 AM GMT+02:00, Sven Van Caekenberghe >> mailto:s...@stfx.eu&

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread Nicolai Hess
2017-07-26 12:09 GMT+02:00 : > > > On July 26, 2017 11:53:41 AM GMT+02:00, Sven Van Caekenberghe < > s...@stfx.eu> wrote: > > > >> On 25 Jul 2017, at 19:46, Cyril Ferlicot D. > > wrote: > >> > >> Le 25/07/2017 à 19:37, Sven Van Caekenberghe a écrit : > >>> Hi, > >>> > >>> User Herby Vojčík seems t

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread Nicolai Hess
2017-07-26 11:53 GMT+02:00 Sven Van Caekenberghe : > > > On 25 Jul 2017, at 19:46, Cyril Ferlicot D. > wrote: > > > > Le 25/07/2017 à 19:37, Sven Van Caekenberghe a écrit : > >> Hi, > >> > >> User Herby Vojčík seems to have an issue with the --headless option on > Windows 10 > >> > >> https://pha

Re: [Pharo-users] Pharo 6, scrolling with 2 fingers on a Mac trackpad is very erratic

2017-07-23 Thread Nicolai Hess
2017-07-23 17:41 GMT+02:00 Tim Mackinnon : > Hi - I’m wondering if anyone else has noticed that in Pharo 6, when you > scroll on a MacBook trackpad with 2 fingers, that strange things happen, > particularly if you do it quickly. > > For example, in a system browser if you expand the configurations

Re: [Pharo-users] could not find module vm-display-X11

2017-07-19 Thread Nicolai Hess
Looks like libgl is the issue Am 19.07.2017 9:47 vorm. schrieb "Hilaire" : > Hi, > > It does not work on a new installed system. It is related to the installed > system, other report it to me with the same system > > Le 19/07/2017 à 00:01, Alistair Grant a écrit : > > Is this something that was

Re: [Pharo-users] How to run a window in full-screen mode?

2017-07-17 Thread Nicolai Hess
2017-07-17 15:50 GMT+02:00 Luke Gorrie : > Hoi! > > I am looking for a way to run a window in full-screen mode in Pharo. That > is it should maximize, beyond the bounds that the expand button usually > takes, and it should automatically resize when the world does. > > I'm thinking of the GTInspect

Re: [Pharo-users] The method Form>>rotateBy: slows down if applied several times to the same form

2017-07-15 Thread Nicolai Hess
2017-07-11 20:59 GMT+02:00 Matteo : > > > On 10/07/17 21:54, Nicolai Hess wrote: > > > > 2017-07-04 23:54 GMT+02:00 Matteo via Pharo-users < > pharo-users@lists.pharo.org>: > >> >> >> -- Weitergeleitete Nachricht -- >> Fr

Re: [Pharo-users] The method Form>>rotateBy: slows down if applied several times to the same form

2017-07-10 Thread Nicolai Hess
2017-07-04 23:54 GMT+02:00 Matteo via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Matteo > To: "Pharo is welcome (ML)" > Cc: > Bcc: > Date: Tue, 4 Jul 2017 23:54:06 +0200 > Subject: The method Form>>rotateBy: slows down if applied sev

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-05 Thread Nicolai Hess
2017-07-05 19:43 GMT+02:00 Juraj Kubelka : > I think the issue is how to update a browser when a method is modified. > There is a script: > > -=-=-=-=- > browser := GLMTabulator new > column: #one; > column: #two; > column: #three; > yourself. > browser transmit to: #one; andShow: [ :composite | >

Re: [Pharo-users] Custom Glamour browser for Dr. Geo scripting

2017-07-01 Thread Nicolai Hess
2017-06-30 9:55 GMT+02:00 Hilaire : > I extended the browser definition with: > > browser transmit > from: #scripts; > from: #categories; > to: #methods; > when: [ :a :b | a isMeta not ]; > andShow: [:a | self methodsIn: a ]. > browser transmit >

Re: [Pharo-users] Autoformatting in SystemBrowser

2017-06-21 Thread Nicolai Hess
2017-06-21 11:57 GMT+02:00 Marc Hanisch via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Marc Hanisch > To: Any question about pharo is welcome > Cc: > Bcc: > Date: Wed, 21 Jun 2017 11:57:53 +0200 > Subject: Re: [Pharo-users] Autoforma

Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-21 Thread Nicolai Hess
seMouseFocus: self ]. ^ super handleFocusEvent: anEvent I guess, this will swallow the first scroll event, but all following are handled by the scroll pane. We should fix the openModal: method, to only change the mouse focus if the active focus holder isn't nil. > Le 20/06/2017 à 2

Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-20 Thread Nicolai Hess
2017-06-20 14:14 GMT+02:00 Hilaire : > Hi, > > With Dr. Geo under P6 I have a usability regression with the > GeneralScrollPane of the File thumbnail dialog: > > This dialog does not have any more the focus when open by default. > > It is a problem when the user wants to browse with mouse wheel th

Re: [Pharo-users] WrapAthen, World coordinate?

2017-06-18 Thread Nicolai Hess
Done: 20166 wrong cliprect on transformed athens canvas Although I don't know how we handle fixes for Athens, as the current repository and in-image version already diverged again. 2017-06-19 8:15 GMT+02:00

Re: [Pharo-users] Regression with PNGReaderWriter in P6

2017-06-18 Thread Nicolai Hess
2017-06-18 14:01 GMT+02:00 Hilaire : > The code bellow decodes the PNG picture just fine in P3, in P6 it can't! > > I suspect changes in PNGReaderWriter>>nextImage > However the version shows no history of edit :( > > One should add this code below in a test for PNG. > > > PNGReadWriter createAFor

Re: [Pharo-users] Morph layout changes in P4, P5 or P6

2017-06-17 Thread Nicolai Hess
2017-06-17 19:35 GMT+02:00 Hilaire : > Found, it is the Layout protocol. It seems to behave differently, at least: > > LayoutFrame fractions: fractionsOrNil offsets: offsetsOrNil > > does not behave the same > > Le 17/06/2017 à 18:40, Hilaire a écrit : > > I think the changes originated mo

Re: [Pharo-users] Autoformatting in SystemBrowser

2017-06-17 Thread Nicolai Hess
Can you check your sources or changes files. Maybe they are missing or corrupted. Am 17.06.2017 11:35 vorm. schrieb "Marc Hanisch via Pharo-users" < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Marc Hanisch > To: Any question about pharo is welcome

Re: [Pharo-users] Rewriting question

2017-06-12 Thread Nicolai Hess
2017-06-10 21:16 GMT+02:00 werner kassens : > On 06/10/2017 04:07 PM, werner kassens wrote: > >> On 06/10/2017 03:37 PM, werner kassens wrote: >> >>> Hi, >>> >>> i have a private rewriting rule. unfortunately it shows up in the lower >>> pane of the SystemBrowser which makes no sense at all, since

Re: [Pharo-users] Traits, method flatten

2017-06-08 Thread Nicolai Hess
2017-06-08 6:00 GMT+02:00 Sean P. DeNigris : > HilaireFernandes wrote > > I made another attempt to > > persist this time with filetree://. The net result is the same, the > > Traits logic is lost in the classes using the Traits: all traits methods > > are duplicated !! > > I just got burned by th

Re: [Pharo-users] Creating a BaselineOf from a ConfigurationOf>>#baselineXyz:

2017-06-06 Thread Nicolai Hess
Hi Sean, 2017-06-04 5:48 GMT+02:00 Sean P. DeNigris : > I'm trying to write a rewrite rule, but can't quite get it. > > I first want to remove `spec blessing: #baseline.` > > I tried the following with no effect: > > RBParseTreeRewriter new > replace: '`@expr blessing: `#lit' >

Re: [Pharo-users] How to add a contextual menu to a Spec ListModel

2017-05-24 Thread Nicolai Hess
2017-05-24 11:25 GMT+02:00 Sven Van Caekenberghe : > Hi, > > I am struggle a bit in find the right way to add a contextual menu to a > Spec ListModel. > > Consider: > > ListModel new > title: 'List Example'; > items: Smalltalk allClasses; > openWithSpec. > > I would like to add a right-click

Re: [Pharo-users] Smalltalk syntactic coloration in Spec's TextModel

2017-05-04 Thread Nicolai Hess
g the behavior (class of the method): TextModel new isForSmalltalkCode: true; text: (Collection>>#anyOne) sourceCode; aboutToStyle: true; behavior: (Collection>>#anyOne) methodClass; openWithSpec > > Thanks in advance, > > Julien > > > > On

Re: [Pharo-users] Smalltalk syntactic coloration in Spec's TextModel

2017-05-03 Thread Nicolai Hess
2017-05-03 16:57 GMT+02:00 Julien Delplanque : > Hello, > > I looked in the mailing list archive but did not found an answer. > > Is there any way to have Smalltalk syntactic coloration in a TextModel > without having to put efforts in it? > > I mean, if I do: > > TextModel new > isForSmalltal

Re: [Pharo-users] Traits score: Squeak: 1, Pharo5: 0

2017-04-14 Thread Nicolai Hess
2017-04-14 17:13 GMT+02:00 Hilaire : > I tried but I can't reproduce the case with dummy code. > I can share privately an image though. > > Hilaire > > Le 14/04/2017 à 15:24, Denis Kudriashov a écrit : > > > > Could you create example set of packages to reproduce problem? (to be > > not dependant

Re: [Pharo-users] Traits, method flatten

2017-04-12 Thread Nicolai Hess
I am interested, and I think I already looked at this issue, I vaguely remember, that this has something to do with the determination of the origin of a method (trait methods that are from another trait are wrongly recognized as (trait)local methods). 2017-04-13 8:37 GMT+02:00 Hilaire : > Hi, >

Re: [Pharo-users] UI with Spec, how to get mouse events ?

2017-03-21 Thread Nicolai Hess
2017-03-21 20:21 GMT+01:00 Daniel BLANC : > Hi all, > > I'm building a Spec UI with an ImageModel and a LabelModel. The image is a > map, and the label should display the mouse coordinates when the mouse > cursor is on the map. > > I'm a newcomer to Pharo and Smalltalk, I've searched in the pharo

Re: [Pharo-users] What is the craziest bug you ever face

2017-03-09 Thread Nicolai Hess
2017-03-09 12:36 GMT+01:00 Stephane Ducasse : > Hi guys > > During the DSU workshop we were brainstorming about what are the most > difficult bugs we faced and what are the conceptual tools that would have > helped you. > > Stef > https://pharo.fogbugz.com/f/cases/14332/use-ast-not-parseTree-so-w

Re: [Pharo-users] SLICE-Issue-18901-Highlight-message-send-selector-on-mouse-over-NicolaiHess.4 introduces new bug?

2017-02-07 Thread Nicolai Hess
Am 08.02.2017 2:12 vorm. schrieb "Alistair Grant" : Hi Nicolai, On 7 February 2017 at 18:56, Nicolai Hess wrote: > Hi Alistair, > the error messages from Rubric-Components, if there occured an error is > often misleading. > > I added this act-on-move-functionality for h

Re: [Pharo-users] SLICE-Issue-18901-Highlight-message-send-selector-on-mouse-over-NicolaiHess.4 introduces new bug?

2017-02-06 Thread Nicolai Hess
Hi Alistair, the error messages from Rubric-Components, if there occured an error is often misleading. I added this act-on-move-functionality for highlighting message sends and I forgot to respect to full TextAction hierarchy (I only implemented the actOnMove: anEvent for: target in: aParagraph ed

Re: [Pharo-users] Reverse interval

2017-01-05 Thread Nicolai Hess
g > > Would it not "Interval empty" made more sense ? or is (1 to: 0) > convenient in some way in your scenario ? > > On Thu, Jan 5, 2017 at 10:59 AM Nicolai Hess > wrote: > >> 2017-01-05 9:46 GMT+01:00 Dimitris Chloupis : >> >> mainly because in my

Re: [Pharo-users] Reverse interval

2017-01-05 Thread Nicolai Hess
2017-01-05 9:46 GMT+01:00 Dimitris Chloupis : > mainly because in my 30 years of coding for fun I never gave a damn what C > or other languages try to convince us what expected behaviour is , its one > of the big reason why I code in Smalltalk ;) > > plus I hate C/C++ with a vengeance , so :D > >

Re: [Pharo-users] Creating a zip file without storing relative paths of file folders

2017-01-04 Thread Nicolai Hess
2017-01-04 4:44 GMT+01:00 Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com>: > Hi :-), > > I'm creating a Grafoscopio interactive notebook for learning Lua and > making a small video game with the LÖVE 2D game engine, following the > excellent SheepPollution video series[1]. My first video

Re: [Pharo-users] Resetting Ring ?

2016-12-21 Thread Nicolai Hess
2016-12-20 11:45 GMT+01:00 Sven Van Caekenberghe : > In a 4.0 image I got in a situation where it seems Ring is out of sync (I > am getting errors of missing meta classes on each accept). I vaguely > remember there being an expression to reset/reinitialise Ring ? > I do not remember any case in w

Re: [Pharo-users] scope shadowing problem.

2016-11-14 Thread Nicolai Hess
2016-11-14 22:34 GMT+01:00 CodeDmitry : > Is there a way to stop Pharo from preventing me from shadowing blocks? > There is no setting for ignoring this warning, but you can compile the code in a non-interactive way: Object compile: 'foo [ :superenv | | env | env := Dictionary new.

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-11 Thread Nicolai Hess
2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > In case someone missed it I will be doing a release for version 5 (pharo > version = pbe version) this weekend , since we had Pharo 7 initiated few > days ago. > > Essentially that means that the repo will be tagged for version 5, which > means a gi

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-10 Thread Nicolai Hess
2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > In case someone missed it I will be doing a release for version 5 (pharo > version = pbe version) this weekend , since we had Pharo 7 initiated few > days ago. > > Essentially that means that the repo will be tagged for version 5, which > means a gi

Re: [Pharo-users] Converting an Array of Characters to a String

2016-11-08 Thread Nicolai Hess
2016-11-08 14:31 GMT+01:00 Dimitris Chloupis : > I feel like stupid but I cannot find a way to convert an Array of > Characters to a String , I can do with a do: and join characters converted > to strings to a single string but it feels too many steps. > > Is there a simpler way ? > String newFro

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-08 Thread Nicolai Hess
2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > In case someone missed it I will be doing a release for version 5 (pharo > version = pbe version) this weekend , since we had Pharo 7 initiated few > days ago. > > Essentially that means that the repo will be tagged for version 5, which > means a gi

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-08 Thread Nicolai Hess
(!) ? 2016-11-08 1:00 GMT+01:00 Nicolai Hess : > > > 2016-11-07 8:47 GMT+01:00 Nicolai Hess : > >> Am 06.11.2016 21:04 schrieb "Dimitris Chloupis" : >> > >> > yeah as I said the chapter needs a complete rewrite. I am not even it >> is necessary to exi

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-07 Thread Nicolai Hess
2016-11-07 8:47 GMT+01:00 Nicolai Hess : > Am 06.11.2016 21:04 schrieb "Dimitris Chloupis" : > > > > yeah as I said the chapter needs a complete rewrite. I am not even it is > necessary to exist separately. > > > > On Sun, Nov 6, 2016 at 9:27 PM Nicolai H

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-07 Thread Nicolai Hess
other content that is about the core tools (browser, debugger, finder ...) > > On Mon, Nov 7, 2016 at 10:54 AM Nicolai Hess > wrote: > >> 2016-11-07 9:52 GMT+01:00 Nicolai Hess : >> >> >> >> 2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : >> >> In

Re: [Pharo-users] Image freezes on Linux if it was previously saved on Windows

2016-11-07 Thread Nicolai Hess
2016-11-01 13:18 GMT+01:00 Sean Glazier : > did you get a fix for this? I am seeing this in pharo 5 image and I have > not > seen a fix yet > > No :( But I think with this change by Pavel: 19308 WorkingSession id depe

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-07 Thread Nicolai Hess
2016-11-07 9:52 GMT+01:00 Nicolai Hess : > > > 2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > >> In case someone missed it I will be doing a release for version 5 (pharo >> version = pbe version) this weekend , since we had Pharo 7 initiated few >> days ago. >

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-07 Thread Nicolai Hess
2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > In case someone missed it I will be doing a release for version 5 (pharo > version = pbe version) this weekend , since we had Pharo 7 initiated few > days ago. > > Essentially that means that the repo will be tagged for version 5, which > means a gi

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-07 Thread Nicolai Hess
Am 27.10.2016 1:33 nachm. schrieb "Dimitris Chloupis" : > > In case someone missed it I will be doing a release for version 5 (pharo version = pbe version) this weekend , since we had Pharo 7 initiated few days ago. > > Essentially that means that the repo will be tagged for version 5, which means

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-06 Thread Nicolai Hess
Am 06.11.2016 21:04 schrieb "Dimitris Chloupis" : > > yeah as I said the chapter needs a complete rewrite. I am not even it is necessary to exist separately. > > On Sun, Nov 6, 2016 at 9:27 PM Nicolai Hess wrote: >> >> 2016-11-03 15:11 GMT+01:00 Nicolai Hess : &g

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-06 Thread Nicolai Hess
2016-11-03 15:11 GMT+01:00 Nicolai Hess : > > > 2016-11-03 15:02 GMT+01:00 stepharo : > >> Hi nicolai >> >> I started to work on the reflection chapter. >> > > > The reflection chapter (and maybe some other too) could new some new > screenshots. >

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-03 Thread Nicolai Hess
2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > In case someone missed it I will be doing a release for version 5 (pharo > version = pbe version) this weekend , since we had Pharo 7 initiated few > days ago. > > Essentially that means that the repo will be tagged for version 5, which > means a gi

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-03 Thread Nicolai Hess
2016-11-03 15:02 GMT+01:00 stepharo : > Hi nicolai > > I started to work on the reflection chapter. > The reflection chapter (and maybe some other too) could new some new screenshots. > Now hacking PharoDoc :) > > Stef > > Le 3/11/16 à 14:29, Nicolai Hess a écrit : &

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-03 Thread Nicolai Hess
2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > In case someone missed it I will be doing a release for version 5 (pharo > version = pbe version) this weekend , since we had Pharo 7 initiated few > days ago. > > Essentially that means that the repo will be tagged for version 5, which > means a gi

Re: [Pharo-users] UDP Socket primitive failure

2016-10-31 Thread Nicolai Hess
Am 31.10.2016 5:14 nachm. schrieb "Nicolai Hess" : > > Hi, > > 2016-10-31 12:46 GMT+01:00 Dimitris Chloupis : >> >> Hey guys I try to use Pharo to use Supercollider via OSC. OSC library is maintained by Stef in STHub. >> >> So SC informs that it

Re: [Pharo-users] UDP Socket primitive failure

2016-10-31 Thread Nicolai Hess
Hi, 2016-10-31 12:46 GMT+01:00 Dimitris Chloupis : > Hey guys I try to use Pharo to use Supercollider via OSC. OSC library is > maintained by Stef in STHub. > > So SC informs that it receives the messages sent, but in Pharo I am > getting annoying Primitive errors that I paste bellow. Anyone know

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Nicolai Hess
layout := SpecTableLayout row add:#yourself; height: item image height; width: item image width. item buildWithSpecLayout: layout]. listModel openWithSpec > > On 31/10/16 12:26, Nicolai Hess wrote: > > > > > > 2016-10-31 10:19 GMT+01:00 Matteo via Pharo

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-10-31 Thread Nicolai Hess
2016-10-31 10:19 GMT+01:00 Matteo via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Matteo > To: "Pharo is welcome (ML)" > Cc: > Date: Mon, 31 Oct 2016 10:18:03 +0100 > Subject: Spec: Setting rows height of a pictures list > Hi, >

Re: [Pharo-users] AST-Core-Parser readFrom: question

2016-10-26 Thread Nicolai Hess
2016-10-25 21:16 GMT+02:00 Brad Selfridge : > Is it safe to use the AST-Core-Parser class extension "readFrom:" in a > business application? > Maybe no. It is bound to smalltalk syntax and the allowed number literals. For example, a '+' sign in a float exponents has some suprising behavior Numbe

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-23 Thread Nicolai Hess
Am 23.10.2016 3:16 nachm. schrieb "Vitor Medina Cruz" : > > I think the MOOC is too much for a tutorial. What I miss today is a good written (no videos! Please!) tutorial that teaches just a little of the language and give a few guidelines on how to do simple stuff with the environment, such as a "

Re: [Pharo-users] What is the correct way to go around implementing a GUI feature in Pharo?

2016-10-23 Thread Nicolai Hess
2016-10-23 11:07 GMT+02:00 Stephan Eggermont : > On 23/10/16 06:53, CodeDmitry wrote: > >> Are there any good resources that teach how to go around doing stuff like >> this, or do I have to reinvent it myself by researching how Pharo GUI >> works >> internally, and figure out how to do this by suc

Re: [Pharo-users] Spec: scaling imageModels

2016-10-22 Thread Nicolai Hess
Fogbugz! Am 22.10.2016 3:08 nachm. schrieb "Matteo Bellotto via Pharo-users" < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Matteo Bellotto > To: Any question about pharo is welcome > Cc: > Date: Sat, 22 Oct 2016 13:07:21 + (UTC) > Subject: Re:

Re: [Pharo-users] Refactoring changed method

2016-10-19 Thread Nicolai Hess
onflicting-edits), or show a confirmation dialog as it (sometimes) does for chnages if the editor window has unsaved edits. > > On Wed, Oct 19, 2016 at 11:33 AM, Nicolai Hess > wrote: > >> >> >> 2016-10-19 15:19 GMT+02:00 Vitor Medina Cruz : >> >>> Hello, >

Re: [Pharo-users] Refactoring changed method

2016-10-19 Thread Nicolai Hess
2016-10-19 15:19 GMT+02:00 Vitor Medina Cruz : > Hello, > > While I was editing a method, if I do a rename temporary refactoring the > system rollbacks every change I did to the method in order to apply the > refactoring. Is that the correct behavior? Shouldn't It at least asks me if > I want to s

Re: [Pharo-users] How do Smalltalk disambiguate messages?

2016-10-16 Thread Nicolai Hess
Am 16.10.2016 14:35 schrieb "CodeDmitry" : > > I define Magic as "An opaque abstraction or an abstraction you think is > opaque until you learn better.", to a beginner, everything is deeply > Magical. > > That said, much of Smalltalk's opaqueness is not due to the language, but > due to me being a

Re: [Pharo-users] bug in debugger?

2016-09-28 Thread Nicolai Hess
2016-09-28 14:15 GMT+02:00 Usman Bhatti : > Hello, > > I have a strange error in my image that results in image start taking up > system memory and crashes when it attains the max. the VM can provide on my > machine (2Gb). I am working on Pharo 4.0 + Spec debugger. > > After some digging in the im

Re: [Pharo-users] Pharo 3.0 Issue with instance variables

2016-09-22 Thread Nicolai Hess
2016-09-22 15:58 GMT+02:00 Pablo Frias : > Hi all, > > We are teaching Smalltalk at the Universtity of Cordoba, Argentina with > Pharo, but we are having the following issue. > Sometimes y in different workstations, we notice that when instantiating > an object and setting values using the accesor

Re: [Pharo-users] [Moose-dev] [ann] pillar support in gtinspector

2016-09-15 Thread Nicolai Hess
d in some class comment like that. But it is actually a more general formatting tag for "monospaced font" - we actually don't need to do code highlighting for this text, just use a monospace font resp. code font. > > > On Sep 6, 2016, at 4:56 PM, Nicolai Hess wrote: > &

Re: [Pharo-users] Spec Text Emphasis

2016-09-09 Thread Nicolai Hess
2016-09-02 15:56 GMT+02:00 Nicolai Hess : > > > 2016-09-02 15:29 GMT+02:00 Sean P. DeNigris : > >> Peter Uhnak wrote >> > LabelModel has #emphasis: >> >> Another apparent bug: >> LabelModel new >> emphasis: #(struck); <--- does

Re: [Pharo-users] Spec: InputWidget question

2016-09-06 Thread Nicolai Hess
2016-09-06 23:14 GMT+02:00 Brad Selfridge : > I've been trying for several days to get the Spec InputWidget to work as > expected. I've been running the "example2" example. If you enter text in > the input field and press the "enter" key, then the input text is returned. > But, if you click the "

Re: [Pharo-users] Spec Text Emphasis

2016-09-02 Thread Nicolai Hess
2016-09-02 15:29 GMT+02:00 Sean P. DeNigris : > Peter Uhnak wrote > > LabelModel has #emphasis: > > Another apparent bug: > LabelModel new > emphasis: #(struck); <--- doesn't work. It accepts #struck as a > valid option, but does not strike the text > label: 'struck'; >

Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-02 Thread Nicolai Hess
2016-09-02 8:25 GMT+02:00 Ben Coman : > ctrl-c, ctrl-v are working in Linux Pharo 60197 and also Moose 6.0, > but ctrl-b, ctrl-n, ctrl-m are not. > cheers -ben > I think it is not yet in. related discussion: http://forum.world.st/request-for-improvements-in-GTInspector-or-debugger-tp4910232p4910

Re: [Pharo-users] Spec / GT Inspector integration

2016-09-01 Thread Nicolai Hess
Hi Alistair, 2016-09-01 10:38 GMT+02:00 Alistair Grant : > If I have a CompositeModel which I want to display as a tab in a GT > Inspector, what should the inspector method look like? (I haven't been > able to find any examples in the image or on the web) > > I assume it should be something like

Re: [Pharo-users] Network System Settings

2016-08-31 Thread Nicolai Hess
Accept the change when editing the values. Am 31.08.2016 12:05 nachm. schrieb "bharath" : > Using Pharo 5.0 with default image. > > I tried configuring proxy settings(to access monticello repositories). As > part of this (via both Welcome window -> settings browser and Systems -> > Settings) >

Re: [Pharo-users] Spec Label is Black on Dark theme

2016-08-30 Thread Nicolai Hess
2016-08-30 20:01 GMT+02:00 Brad Selfridge : > How does one change Spec labels so that they don't show as black on Dark > Theme but do show as black on standard Pharo theme? > > > Looks like ListModel should overwrite #defaultColor defaultColor ^ Smalltalk ui theme textColor But I am not sur

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-26 Thread Nicolai Hess
/ci.inria.fr/moose/job/gtoolkit/5595/artifact/gtoolkit.zip > > Cheers, > Doru > > > > On Aug 25, 2016, at 11:40 PM, Tudor Girba wrote: > > > > Hi Nicolai, > > > > Thanks a lot for the feedback. Please let’s continue. See more inline. > > >

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-25 Thread Nicolai Hess
2016-08-25 8:47 GMT+02:00 Tudor Girba : > Hi, > Hi Doru, some questions and feedback ( I am sorry for my tone or if this sounds negative, it isn't meant to be) > Over the last coupe of years Stefan Reichhart and the rest of the GT team > worked on an implementation of examples. The work is insp

Re: [Pharo-users] Browse scoped and new class Problem

2016-08-21 Thread Nicolai Hess
2016-08-21 19:50 GMT+02:00 Vitor Medina Cruz : > Hello, > > I have a bunch of packages into a group browse scoped. If I create a new > class inside of one of the packages the, the full browse updates correctly > to show the new class, but the browse scoped don't, I had to close it and > scope agai

  1   2   3   4   5   >