Re: [Pharo-users] flags in pharo

2016-04-06 Thread Damien Cassou
"p...@highoctane.be" writes: > Bah, we have MetaLinks now, what's so scary about MethodWrappers? I know what Thibault is trying to achieve, and there is no reason to use anything like that :-). I can't say more because I want him to find by himself the simplest solution (and it does not involve

Re: [Pharo-users] Building an application with pharo

2016-04-06 Thread stepharo
Le 6/4/16 15:08, mathias arnaud nkeumo tsombeng a écrit : Dear sir, Welcome Mathais arnaud Am student in master 2 in computer science department in the university of yaoundé 1 and for my master thesis, i have to build an anomaly detection algorithm for a network intrusion detection in pharo

[Pharo-users] [ANN] Pomodoro 1.6 for Pharo 5 + video

2016-04-06 Thread Torsten Bergmann
I did a new pass on the Pomodoro timer for Pharo 5: - settings with custom start value and custom colors - better resizing behavior of the morph - pause/continue - start/restart possibility - default colors aligned with Pharo scheme - pause state in Pomodoro instead of Morph - separate core and te

Re: [Pharo-users] flags in pharo

2016-04-06 Thread Ben Coman
On Wed, Apr 6, 2016 at 9:59 PM, Thibault ARLOING wrote: > i just wanted to know, in a method, if i already pass through the previous > method. When a method is called very often and putting a halt is not useful, I sometimes find it useful to do... Transcript crShow: thisContext sender printStr

Re: [Pharo-users] Building an application with pharo

2016-04-06 Thread Ben Coman
On Wed, Apr 6, 2016 at 9:08 PM, mathias arnaud nkeumo tsombeng wrote: > Dear sir, > > Am student in master 2 in computer science department in the > university of yaoundé 1 and for my master thesis, i have to build an > anomaly detection algorithm for a network intrusion detection in > pharo.i hav

Re: [Pharo-users] flags in pharo

2016-04-06 Thread p...@highoctane.be
Bah, we have MetaLinks now, what's so scary about MethodWrappers? On Wed, Apr 6, 2016 at 4:08 PM, Damien Cassou wrote: > Thibault ARLOING writes: > > > I finally found want i search, so the flags were not useful ! > > > > i just wanted to know, in a method, if i already pass through the > previ

[Pharo-users] Building an application with pharo

2016-04-06 Thread Torsten Bergmann
Arnaud wrote: >How can an application develop in pharo be deployed(web application >and stand alone application)? Highly depends on what kind of application you develop (installable rich client or web application for deployment on a user machine or a hosted system using a cloud provider) Some po

Re: [Pharo-users] flags in pharo

2016-04-06 Thread Damien Cassou
Thibault ARLOING writes: > I finally found want i search, so the flags were not useful ! > > i just wanted to know, in a method, if i already pass through the previous > method. > > I just have to transport an additional information. I was starting to be afraid when Phil proposed MethodWrappers

Re: [Pharo-users] flags in pharo

2016-04-06 Thread Thibault ARLOING
I finally found want i search, so the flags were not useful ! i just wanted to know, in a method, if i already pass through the previous method. I just have to transport an additional information. thank you for your answer, they help me in finding the solution :) Thibault _

Re: [Pharo-users] flags in pharo

2016-04-06 Thread p...@highoctane.be
On Wed, Apr 6, 2016 at 2:47 PM, Blondeau Vincent < vincent.blond...@worldline.com> wrote: > No, it is just a marker for the method. > > > > If you want to do what you asked, put a halt (self halt), or, a trace > (self crLog: ‘amessage’) and open the Transcript. > You may want to investigate Metho

Re: [Pharo-users] Building an application with pharo

2016-04-06 Thread Serge Stinckwich
On Wed, Apr 6, 2016 at 3:08 PM, mathias arnaud nkeumo tsombeng wrote: > Dear sir, Dear Arnaud, > Am student in master 2 in computer science department in the > university of yaoundé 1 and for my master thesis, i have to build an > anomaly detection algorithm for a network intrusion detection in

[Pharo-users] Building an application with pharo

2016-04-06 Thread mathias arnaud nkeumo tsombeng
Dear sir, Am student in master 2 in computer science department in the university of yaoundé 1 and for my master thesis, i have to build an anomaly detection algorithm for a network intrusion detection in pharo.i have started reading about pharo. And i have the following question in mine - How can

Re: [Pharo-users] flags in pharo

2016-04-06 Thread Blondeau Vincent
No, it is just a marker for the method. If you want to do what you asked, put a halt (self halt), or, a trace (self crLog: 'amessage') and open the Transcript. Vincent De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de Thibault ARLOING Envoyé : mercredi 6 avril 2016 14

Re: [Pharo-users] flags in pharo

2016-04-06 Thread Thibault ARLOING
Ok, but i understand that it can't be use to know if we already pass through a method ? Thibault De : Pharo-users de la part de Marcus Denker Envoyé : mercredi 6 avril 2016 14:25 À : Any question about pharo is welcome Objet : Re: [Pharo-users] flags in pharo

Re: [Pharo-users] flags in pharo

2016-04-06 Thread Marcus Denker
Hi, the convention is to put something like self flag: #TODO. in the code, then you can search for senders of #TODO and get a list of all things you wanted to fix. Marcus > On 06 Apr 2016, at 14:17, Damien Pollet wrote: > > It's just an empty method doing nothing. > > Then, as it

Re: [Pharo-users] flags in pharo

2016-04-06 Thread Damien Pollet
It's just an empty method doing nothing. Then, as it says in the comment, you can use the tools to look for it. Nautilus knows to check for it and display a nice icon in the method list. On 6 April 2016 at 13:54, Thibault ARLOING wrote: > Hi, > > > Can someone explain me how ProtoObject>>flag:

Re: [Pharo-users] Debugger in 4.0

2016-04-06 Thread Hilaire
It does not work on Pharo3.0. But it used to work! At least it works on the Squeak5.0: from the method pane, you can evaluate both instance and method variables, usefull when you need to make some code test with both instance and method variable. So it looks like a regression appearing at least w

[Pharo-users] flags in pharo

2016-04-06 Thread Thibault ARLOING
Hi, Can someone explain me how ProtoObject>>flag: works in pharo please ? thx, Thibault Arloing

[Pharo-users] [ANN] MessageFlowBrowser updated for Pharo 5 + new video

2016-04-06 Thread Torsten Bergmann
MessageFlowBrowser was updated for Pharo 5 (no deprecation warnings anymore). Also enjoy the new video: http://youtu.be/DRd_bzGocQg Have fun T.

Re: [Pharo-users] Debugger in 4.0

2016-04-06 Thread Nicolai Hess
2016-04-05 20:48 GMT+02:00 Nicolai Hess : > > > 2016-04-05 20:37 GMT+02:00 Hilaire : > >> See in the screenshot, >> >> contractRate is an instance variable. When evaluating it from the method >> variable pane, it seems to return an index. >> > > Ok, thats funny. > > >> >> When evaluating a method