Re: [Pharo-project] Developing on virtualized Android

2011-09-28 Thread Dimitry Golubovsky
howto? Would be nice for people to play with > it even without an android device... > Now I found some time to investigate this, and got some success. I was able to run the following application: http://squeakvm-tablet.googlecode.com/files/CogDroid86-alpha-20110928.apk under this version o

Re: [Pharo-project] Can't load last version of VMMaker wih Metacello

2011-09-28 Thread Igor Stasenko
On 28 September 2011 21:49, Mariano Martinez Peck wrote: > > > On Wed, Sep 28, 2011 at 8:48 PM, Mariano Martinez Peck > wrote: >> >> >> On Wed, Sep 28, 2011 at 8:29 PM, Hernán Morales Durand >> wrote: >>> >>> 2011/9/26 Mariano Martinez Peck : >>> > Be sure to use last version. Here it loads: >>>

[Pharo-project] No 'accept' menu on Samsung Galaxy tab/Pharo (was Re: New CogDroid alpha: with intent filter.)

2011-09-28 Thread stan shepherd
On the Samsung Galaxy, CogDroid with Pharo (1.4) gives me the 'mouse yellow' graphic, but following click does not give the 'accept' etc menu. It will select a menu morph. None of the buttons emulate 'mouse blue' on the Galaxy. With Cuis 'accept' is OK, and on Squeak if swapMouseButtons is disabled

[Pharo-project] new Cog VMs available...

2011-09-28 Thread Eliot Miranda
...at http://www.mirandabanda.org/files/Cog/VM/VM.r2496/. CogVM binaries as per VMMaker.oscog-eem.128/r2496 Fix regression in object-as-method/cannot-interpret for single and polymorphic inline cache misses (lookup:for:methodAndErrorSelectorInto:). Fix formatting bugette in context printing. This

[Pharo-project] Loading OmniBrowser in 1.3 Core

2011-09-28 Thread Hernán Morales Durand
I've already loaded AST and RB in a Core 1.3 #13299, how do you load OmniBrowser with Shout support? I've evaluated without success: Gofer new squeaksource: 'PharoOB'; package: 'ConfigurationOfOmniBrowser'; load. ((Smalltalk at: #ConfigurationOfOmniBrowser) project version: #s

[Pharo-project] lost files on squeaksource?

2011-09-28 Thread Alexandre Bergel
Hi! We realized this morning that we lost all of our .mcz on the squeaksource repository LintHistory. Can someone close to the server rescue those .mcz? It would be helpful... Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.

Re: [Pharo-project] Cannot do anything in Pharo 1.3

2011-09-28 Thread Norbert Hartl
Am 28.09.2011 um 17:58 schrieb Mariano Martinez Peck: > Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image of > FUel: > > You cannot do anything: > > 1) Type a class in a workspace and cmd + b to browse it -> > MessageNotUnderstood: receiver of "classOrMetaClass:" is ni

[Pharo-project] what about storing SandstoneDb active records in Riak buckets?

2011-09-28 Thread Mariano Martinez Peck
Ramon/Runar: Sebastian has asked exactly that question in my post about using fuel for Riak. http://marianopeck.wordpress.com/2011/08/16/when-fuel-meets-riak-nosql-database/ I don't feel expert enough to answer that, so maybe some of you can help? Thanks -- Mariano http://marianopeck.wordpres

Re: [Pharo-project] Can't load last version of VMMaker wih Metacello

2011-09-28 Thread Mariano Martinez Peck
On Wed, Sep 28, 2011 at 8:48 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Wed, Sep 28, 2011 at 8:29 PM, Hernán Morales Durand < > hernan.mora...@gmail.com> wrote: > >> 2011/9/26 Mariano Martinez Peck : >> > Be sure to use last version. Here it loads: >> > >> > Deprecation rai

Re: [Pharo-project] Can't load last version of VMMaker wih Metacello

2011-09-28 Thread Mariano Martinez Peck
On Wed, Sep 28, 2011 at 8:29 PM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > 2011/9/26 Mariano Martinez Peck : > > Be sure to use last version. Here it loads: > > > > Deprecation raiseWarning: false. > > Gofer new > > squeaksource: 'MetacelloRepository'; > > package: 'Co

Re: [Pharo-project] System update with .sources file

2011-09-28 Thread Mariano Martinez Peck
On Wed, Sep 28, 2011 at 6:20 PM, Marcus Denker wrote: > > On Sep 27, 2011, at 6:52 PM, Norbert Hartl wrote: > > > I downloaded the 14163 image and did a system update. First I started it > without copying the .sources file. While upgrading to 14164 I got a warning > which you can see in the attach

Re: [Pharo-project] Cannot do anything in Pharo 1.3

2011-09-28 Thread Mariano Martinez Peck
On Wed, Sep 28, 2011 at 6:19 PM, Marcus Denker wrote: > > On Sep 28, 2011, at 5:59 PM, Mariano Martinez Peck wrote: > > > Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image > of FUel: > > > > You cannot do anything: > > > > 1) Type a class in a workspace and cmd + b to browse

Re: [Pharo-project] Can't load last version of VMMaker wih Metacello

2011-09-28 Thread Hernán Morales Durand
2011/9/26 Mariano Martinez Peck : > Be sure to use last version. Here it loads: > > Deprecation raiseWarning: false. >     Gofer new >     squeaksource: 'MetacelloRepository'; >     package: 'ConfigurationOfCog'; >     load. > ((Smalltalk at: #ConfigurationOfCog) project version: '3.3') load. > > >

Re: [Pharo-project] Webservices (any update)

2011-09-28 Thread Guillermo Polito
Haha, but sometimes you can't decide :P On Wed, Sep 28, 2011 at 3:07 PM, Gary Chambers wrote: > ** > Having looked at the support for WSDL interpretation in Pharo/Squeak > recently we decided to go RESTful instead ;-) > For us we prefer to be more dynamic, not to say that a general WSDL-based >

Re: [Pharo-project] Webservices (any update)

2011-09-28 Thread Gary Chambers
Having looked at the support for WSDL interpretation in Pharo/Squeak recently we decided to go RESTful instead ;-) For us we prefer to be more dynamic, not to say that a general WSDL-based interface could not be done without creating new classes though. Regards, Gary - Original Message -

Re: [Pharo-project] Webservices (any update)

2011-09-28 Thread Guillermo Polito
I don't think so... (But I didn't use it in a real environment yet, so I can be wrong :) ). I've only saved it in squeaksource, made it load into pharo (1.1 las year) and built a metacello configuration because it uses Kom. On Wed, Sep 28, 2011 at 2:19 PM, Holger Hans Peter Freyther < hol...@fr

Re: [Pharo-project] Webservices (any update)

2011-09-28 Thread Holger Hans Peter Freyther
On 09/27/2011 02:01 PM, Guillermo Polito wrote: > A year ago I introduced SoapOpera into squeaksource... But he needs someone > to take care of it :) since I've never had time to do it. > > http://www.squeaksource.com/SoapOpera Hi, is there code to use/adopt a WSDL file? holger

Re: [Pharo-project] System update with .sources file

2011-09-28 Thread Marcus Denker
On Sep 27, 2011, at 6:52 PM, Norbert Hartl wrote: > I downloaded the 14163 image and did a system update. First I started it > without copying the .sources file. While upgrading to 14164 I got a warning > which you can see in the attached screenshot. Proceed is working. Then I > tested it agai

Re: [Pharo-project] Cannot do anything in Pharo 1.3

2011-09-28 Thread Marcus Denker
On Sep 28, 2011, at 5:59 PM, Mariano Martinez Peck wrote: > Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image of > FUel: > > You cannot do anything: > > 1) Type a class in a workspace and cmd + b to browse it -> > MessageNotUnderstood: receiver of "classOrMetaClass:" i

Re: [Pharo-project] Cannot do anything in Pharo 1.3

2011-09-28 Thread Lukas Renggli
You are having these problems likely due to incompatible packages after the recent changes with the syntax highlighting (http://code.google.com/p/pharo/issues/detail?id=4609). This change basically affected all development tools related code. You need to update Shout, RB, OB, eCompletion, ... See t

Re: [Pharo-project] looking for Kent Beck, in his roll of MongoTalk creator/admin

2011-09-28 Thread Sean P. DeNigris
Esteban Lorenzano wrote: > > 2) write permission, if it is ok I to commit my changes there (a global > Read/Write would also be cool, but not everybody –including me– likes it > everytime :) ) > Please, please, please, oh wonderful creators of SqS3 and SmalltalkHub, include a feature that overc

[Pharo-project] Cannot do anything in Pharo 1.3

2011-09-28 Thread Mariano Martinez Peck
Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image of FUel: You cannot do anything: 1) Type a class in a workspace and cmd + b to browse it -> MessageNotUnderstood: receiver of "classOrMetaClass:" is nil ORClassDefinition >> shouldBeStyledBy: aPluggableShoutMorph aPlugga

Re: [Pharo-project] Webservices (any update)

2011-09-28 Thread Cédrick Béler
Hi, I doubt it will help you but last year I started an incomplete WSDL implementation :-) . it's in squeak source (iWSDL). I don't remember what I achieved but this was to use our local web services. It was kind of working but needed too much work to be reliable (and working outside of my cont

[Pharo-project] [update 1.4] #14172

2011-09-28 Thread Marcus Denker
14172 - Issue 4862: HashedCollection rehashAll crashes the VM http://code.google.com/p/pharo/issues/detail?id=4862 -- Marcus Denker -- http://marcusdenker.de