Re: [Pharo-users] Base64 or HMAC problem

2014-04-29 Thread Spiliosv
Dear all, Apologies but it seems that I am getting the wrong apiKey from the test environment I am using. The correct apiKey is apiKey := '19aW5T6QBjOZFQOzygNAFA=='. which produces the appropriate results. As stated by a number of you the SHA256 and base64 transformations work correctly. Thank y

[Pharo-users] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Marcus Denker
Hi, We have a sources file for Pharo3! http://files.pharo.org/sources/PharoV30.sources.zip http://files.pharo.org/sources/PharoV30.sources The image that goes with it is 30 842 or newer. zipped image is now 5MB smaller due to the empty changes. http://files.pharo.org/image/30/ this no

Re: [Pharo-users] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Robert Shiplett
congrat's ! Will run through my idiosyncratic ad hoc odd user "testing" later today ;-) I will be SOooo pleased to move up to Pharo3 - soon. And then to get a headless 3 onto my Japanese server in a prod dir ! On 29 April 2014 07:53, Marcus Denker wrote: > Hi, > > We have a sources file for

[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] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Sven Van Caekenberghe
Tested on Mac OS X: $ mkdir pharo3 $ cd pharo3/ $ curl get.pharo.org/vm | bash $ curl get.pharo.org/30 | bash $ ./pharo-ui Pharo.image Loaded some configurations, ran some tests, recompiled all. All OK. Super ! On 29 Apr 2014, at 12:53, Marcus Denker wrote: > Hi, > > We have a sources file

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] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Norbert Hartl
Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe : > Tested on Mac OS X: > > $ mkdir pharo3 > $ cd pharo3/ > $ curl get.pharo.org/vm | bash > $ curl get.pharo.org/30 | bash > $ ./pharo-ui Pharo.image > Just a side note. You know there is a get.pharo.org/30+vm ? Norbert > Loaded some c

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Sven Van Caekenberghe
On 29 Apr 2014, at 15:05, Norbert Hartl wrote: > > Am 29.04.2014 um 14:19 schrieb Sven Van Caekenberghe : > >> Tested on Mac OS X: >> >> $ mkdir pharo3 >> $ cd pharo3/ >> $ curl get.pharo.org/vm | bash >> $ curl get.pharo.org/30 | bash >> $ ./pharo-ui Pharo.image >> > Just a side note. You

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Robert Shiplett
I have to add a line to my pharo.ini to use sources named '30' ? Pharo comes up with latest.zip + sources 30 but complains not able to find sources '20' On 29 April 2014 10:11, Sven Van Caekenberghe wrote: > > On 29 Apr 2014, at 15:05, Norbert Hartl wrote: > > > > > Am 29.04.2014 um 14:19 sc

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Robert Shiplett
looked through 2 PDF's for "pharo.ini" and "sources" but did not find this mentioned ... it is probably staring right at me, since the image DID open... On 29 April 2014 10:22, Robert Shiplett wrote: > I have to add a line to my pharo.ini to use sources named '30' ? > > Pharo comes up with lat

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Marcus Denker
On 29 Apr 2014, at 15:32, Robert Shiplett wrote: > looked through 2 PDF's for "pharo.ini" and "sources" but did not find this > mentioned ... it is probably staring right at me, since the image DID open... > I never use windows. But I think it would be strange if the sources file would be re

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Sven Van Caekenberghe
Maybe it is better to wait for the actual release ? On 29 Apr 2014, at 15:32, Robert Shiplett wrote: > looked through 2 PDF's for "pharo.ini" and "sources" but did not find this > mentioned ... it is probably staring right at me, since the image DID open... > > > On 29 April 2014 10:22, Rober

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Marcus Denker
On 29 Apr 2014, at 15:34, Marcus Denker wrote: > > On 29 Apr 2014, at 15:32, Robert Shiplett wrote: > >> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this >> mentioned ... it is probably staring right at me, since the image DID open... >> > > I never use windows. B

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Robert Shiplett
If the image is sensitive to the name of the sources file unless overridden in the .ini then I think we should at least document now. I am using my last "Latest" install which was working fine ... I am PRETTY sure someone once mentioned this about pharo.ini options Maybe if I look in Squeak page

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Marcus Denker
On 29 Apr 2014, at 16:02, Robert Shiplett wrote: > If the image is sensitive to the name of the sources file unless overridden > in the .ini then I think we should at least document now. > I have no idea how the ini file comes into play here… there is NO ENTRY in the ini file about sources i

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Sven Van Caekenberghe
Then he should remove it ;-) On 29 Apr 2014, at 16:05, Marcus Denker wrote: > > On 29 Apr 2014, at 16:02, Robert Shiplett wrote: > >> If the image is sensitive to the name of the sources file unless overridden >> in the .ini then I think we should at least document now. >> > > I have no id

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Sven Van Caekenberghe
Then he should remove it ;-) On 29 Apr 2014, at 16:05, Marcus Denker wrote: > > On 29 Apr 2014, at 16:02, Robert Shiplett wrote: > >> If the image is sensitive to the name of the sources file unless overridden >> in the .ini then I think we should at least document now. >> > > I have no id

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Marcus Denker
On 29 Apr 2014, at 15:51, Marcus Denker wrote: > > On 29 Apr 2014, at 15:34, Marcus Denker wrote: > >> >> On 29 Apr 2014, at 15:32, Robert Shiplett wrote: >> >>> looked through 2 PDF's for "pharo.ini" and "sources" but did not find this >>> mentioned ... it is probably staring right at me

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Sven Van Caekenberghe
On 29 Apr 2014, at 16:39, Marcus Denker wrote: > > On 29 Apr 2014, at 15:51, Marcus Denker wrote: > >> >> On 29 Apr 2014, at 15:34, Marcus Denker wrote: >> >>> >>> On 29 Apr 2014, at 15:32, Robert Shiplett wrote: >>> looked through 2 PDF's for "pharo.ini" and "sources" but did not

Re: [Pharo-users] Roassal2 question: Including pictures in visualizations

2014-04-29 Thread Arturo Zambrano
Thanks Doru! On Tue, Apr 29, 2014 at 2:45 AM, Tudor Girba wrote: > Here is an example: > > v := RTView new. > element := RTElement new. > element addShape: (RTBitmap new form: PolymorphSystemSettings > pharoLogoForm). > v add: element. > v > > Doru > > > On Tue, Apr 29, 2014 at 1:11 AM, Arturo

[Pharo-users] Some code to share - Twitter access

2014-04-29 Thread Arturo Zambrano
Hi All, I have some code that allows to access Twitter data using its REST API and the Streaming API (thanks Sven for helping me in It is rudimentary and needs more work, but it is useful for what I'm doing as a hobby in: http://www.tweetreport.com.ar/ I would like to share it but it is still

Re: [Pharo-users] Some code to share - Twitter access

2014-04-29 Thread Sven Van Caekenberghe
Hi Arturo, On 29 Apr 2014, at 17:48, Arturo Zambrano wrote: > Hi All, > I have some code that allows to access Twitter data using its REST API and > the Streaming API (thanks Sven for helping me in > It is rudimentary and needs more work, but it is useful for what I'm doing > as a hobby i

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Robert Shiplett
the Pharo.ini appears in Win 7 with "configuration settings" as description, but PBE and "Deep" pdf's on this machine did not turn up a mention of sources file in FIND on "configuration" ; I loaded these PDF only a few days back ... so off to search pharo on stackoverflow On 29 April 2014 10:32,

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Tudor Girba
Moose passed all tests. I am trying it on Mac OS X and I see no troubles. Great job! Doru On Tue, Apr 29, 2014 at 4:49 PM, Sven Van Caekenberghe wrote: > > On 29 Apr 2014, at 16:39, Marcus Denker wrote: > > > > > On 29 Apr 2014, at 15:51, Marcus Denker wrote: > > > >> > >> On 29 Apr 2014,

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] Some code to share - Twitter access

2014-04-29 Thread Sean P. DeNigris
Arturo Zambrano wrote > I have some code that allows to access Twitter data using its REST API > and the Streaming API (thanks Sven for helping me in > ... > I just need to know if someone wants it to play, to avoid useless work. Cool! Yes, that sounds like it would be fun to play with :) -

Re: [Pharo-users] NativeBoost

2014-04-29 Thread Markus Fritsche
Hello Igor, I did change my class (tbh, I was just looking at the Cairo stuff and did some cargo cult programming). NBFFICallout new resolveType: #TM1U prints TM1U NBFFICallout new resolveType: #TM1P prints TM1P - my DoIt still gives NBExternalType I attached the resulting CompiledMethod as a

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Robert Shiplett
so my problem on Windows 7 is ? And no Sven, I did NOT touch the ini file. Just duplicated a working LATEST pharo dir and put in this LATEST zip and then the SOURCES So my error would be ? On 29 April 2014 11:49, Sven Van Caekenberghe wrote: > > On 29 Apr 2014, at 16:39, Marcus Denker wro

Re: [Pharo-users] Some code to share - Twitter access

2014-04-29 Thread Arturo Zambrano
On Tue, Apr 29, 2014 at 1:24 PM, Sven Van Caekenberghe wrote: > > > You could look at this in two other ways: > > - making the code presentable and actually publishing it is an experience > you can learn a lot from (much more than you would expect) > > Yes, I completely agree with you. My point

Re: [Pharo-users] NativeBoost

2014-04-29 Thread Igor Stasenko
On 29 April 2014 20:54, Markus Fritsche wrote: > Hello Igor, > > I did change my class (tbh, I was just looking at the Cairo stuff and > did some cargo cult programming). > > NBFFICallout new resolveType: #TM1U prints TM1U > > NBFFICallout new resolveType: #TM1P prints TM1P > > - my DoIt still gi

Re: [Pharo-users] NativeBoost

2014-04-29 Thread Markus Fritsche
Hello Igor, > Also, i doubt it, but try change the alignment > NativeBoostWin32>>stackAlignment > to use 16 That did the trick - it was ^ 1 - changed it to ^ 16 and now the DoIt opens an inspector on a TM1P object. Should this be reported on fogbugz? Thank you Markus

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Robert Shiplett
" Please understand that we cannot solve local problems." Duh. Like I have never stripped or built a Smalltalk image over my decades as a corp contracting Smalltalker ( so not Pharo, 'natch ) Marcus : the problem occurred ; I don't see it explained. So Marcus, if you are OK, I won't look furth

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Sven Van Caekenberghe
The thing is, my time is limited as well, and I just took 15 minutes to double-check that things work and to write an email to you. IMHO you should try the official way using the fresh download (like in the movie) and tell us whether that works or not and report back. For some reason, you seem

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Ben Coman
Hi Robert, On Windows 7 Home Premium SP1 I downloaded http://files.pharo.org/platform/Pharo3.0-win.zip (dated 2014-04-29). Unzipped into an _empty_ directory. Double-clicked pharo.exe. and it runs without error. To help isolate your problem, could you repeat the above steps today in case the

Re: [Pharo-users] NativeBoost

2014-04-29 Thread Igor Stasenko
On 29 April 2014 22:51, Markus Fritsche wrote: > Hello Igor, > > > Also, i doubt it, but try change the alignment > > NativeBoostWin32>>stackAlignment > > to use 16 > > That did the trick - it was ^ 1 - changed it to ^ 16 and now the DoIt > opens an inspector on a TM1P object. > > This is weird.

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

[Pharo-users] Right-click and tutorial

2014-04-29 Thread David Harris
I reported a problem with the mouse right-click under Windows 7 last January and the 30845 update still exhibits the same behavior. Selected Pharo Tutorials from the World menu. Expanded Pharo Syntax Tutorial. Clicked Welcome. Highlighted 'PharoTutorial next.' Right-click of mouse does nothing.

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Tyler Sperry
Ben, Just a quick reality check: Tonight I downloaded Pharo 3.0 from pharo-project.org and unzipped the files on a Windows 7 Starter netbook. Everything went fine: PharoV30.sources appeared instead of the old V20 version. Not that I expected otherwise, but I was curious and it never hurts to add a

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Ben Coman
Tyler Sperry wrote: Ben, Just a quick reality check: Tonight I downloaded Pharo 3.0 from pharo-project.org and unzipped the files on a Windows 7 Starter netbook. Everything went fine: PharoV30.sources appeared instead of the old V20 version. Not that I expected otherwise, but I was curious and i

Re: [Pharo-users] [Pharo-dev] [Pharo3] New Sources file starting 30841/30842

2014-04-29 Thread Marcus Denker
On 30 Apr 2014, at 00:36, Robert Shiplett wrote: > " Please understand that we cannot solve local problems." > > Duh. Like I have never stripped or built a Smalltalk image over my decades > as a corp contracting Smalltalker ( so not Pharo, 'natch ) > > Marcus : the problem occurred ; I don'