[Pharo-users] "stepping" a non-morphic object

2014-04-29 Thread Chris Wright
I have a model which needs to run at regular intervals, and it could have a number of UI connections. So it's not "intrinsically" a morph. What is the best way to get the step message sent to non-morphs - or is there a better way in Pharo (Google was not my friend!) thanks in advance for any hel

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-29 Thread Robert Shiplett
re : Google'd heartbeat and model ticking-over isn't there a stackoverflow.com option for #pharo in addition to this mail list ( when time interval very short ;-) ? I think Seaside suggests just using #pharo tag to raise someone ... or was that IRC freenode ? Even with Pharo3 sooo close to relea

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-29 Thread Marcus Denker
On 29 Apr 2014, at 14:22, Robert Shiplett wrote: > re : Google'd heartbeat and model ticking-over > > isn't there a stackoverflow.com option for #pharo in addition to this mail > list ( when time interval very short ;-) ? I think Seaside suggests just > using #pharo tag to raise someone ...

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-29 Thread Sean P. DeNigris
Chris Wright wrote > What is the best way to get the step message sent to non-morphs - or is > there a better way in Pharo I'm not sure I understand exactly, but if you want to do it via Morphic stepping, you could implement e.g. ModelTickingMorph which is invisible and has no extent, and steps yo

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-29 Thread Igor Stasenko
On 29 April 2014 18:41, Sean P. DeNigris wrote: > Chris Wright wrote > > What is the best way to get the step message sent to non-morphs - or is > > there a better way in Pharo > > I'm not sure I understand exactly, but if you want to do it via Morphic > stepping, you could implement e.g. ModelTi

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-29 Thread Sean P. DeNigris
Igor Stasenko wrote > except that you then will be also responsible for managing forked process Yes, I left that out for simplicity, but I recall painfully how complex it can be to make sure everything gets GC-ed (http://forum.world.st/Terminating-a-Process-when-an-object-dies-td4683036.html) -

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-29 Thread Ben Coman
Igor Stasenko wrote: On 29 April 2014 18:41, Sean P. DeNigris wrote: Chris Wright wrote > What is the best way to get the step message sent to non-morphs - or is > there a better way in Pharo I'm not sure I understand exactly, but if you want to

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-30 Thread Norbert Hartl
There is the Scheduler project on smalltalkhub. Norbert > Am 30.04.2014 um 05:30 schrieb Ben Coman : > > Igor Stasenko wrote: >> >> >>> On 29 April 2014 18:41, Sean P. DeNigris wrote: >>> Chris Wright wrote >>> > What is the best way to get the step message sent to non-morphs - or is >>> > th

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-30 Thread Esteban Lorenzano
it works fine, I’m using it for some projects. and is also in configurations browser :) Esteban On 30 Apr 2014, at 09:50, Norbert Hartl wrote: > There is the Scheduler project on smalltalkhub. > > Norbert > > Am 30.04.2014 um 05:30 schrieb Ben Coman : > >> Igor Stasenko wrote: >>> >>> >>>

Re: [Pharo-users] "stepping" a non-morphic object

2014-04-30 Thread Sean P. DeNigris
EstebanLM wrote > it works fine, I’m using it for some projects. +1 - Cheers, Sean -- View this message in context: http://forum.world.st/stepping-a-non-morphic-object-tp4756998p4757194.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.