Re: [Pharo-users] Another headless image question

2015-01-23 Thread Thushar G R
rs "$PWD/Pharo3.0.app/Contents/Resources/Pharo3.0.image" --no-default-preferences --no-quit *Sorry about that. as u can see the --headless and --nohandlers are used here in the working script. and this when connection through vnc i am getting the error on right click.* On Fri, J

[Pharo-users] Another headless image question

2015-01-23 Thread Thushar G R
*HI,* *Please find below the script i am using to run pharo seaside image headless on mac. its pharo3.0 image downloaded for mac os.* #!/bin/bash RT="$PWD/Pharo3.0.app/Contents" #exec $0 "$RT/MacOS/Pharo""$RT/Resources/Pharo3.0.image" exec "$PWD/Pharo3.0.app/Contents/MacOS/Pharo" -vm-soun

Re: [Pharo-users] [Moose-dev] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Thushar G R
That looks great. Thank you for your work. On Tue, Jan 20, 2015 at 12:30 AM, Alexandre Bergel wrote: > Yes, I agree. This is on our todo. > > Cheers, > Alexandre > > > > On Jan 19, 2015, at 12:29 PM, Tudor Girba wrote: > > > > Hi Alex, > > > > I strongly believe that the concrete implementation

Re: [Pharo-users] Twittering Smalltalk

2014-12-05 Thread Thushar G R
Thank you. Made my day. thushar On Fri, Dec 5, 2014 at 1:57 AM, Mariano Martinez Peck wrote: > Very nice indeed to read that. > > On Thu, Dec 4, 2014 at 5:15 PM, Sven Van Caekenberghe > wrote: > >> >> > On 04 Dec 2014, at 20:28, Torsten Bergmann wrote: >> > >> > See attachement, Pharo is on t

Re: [Pharo-users] Request for adding Smalltalk syntax highlight in SE network

2014-09-29 Thread Thushar G R
done On Mon, Sep 29, 2014 at 5:19 PM, Stephan Eggermont wrote: > Voted > >

Re: [Pharo-users] [ANN] Teapot 0.8 micro web framework

2014-08-24 Thread Thushar G R
Great work!! Regards, Thushar On Mon, Aug 25, 2014 at 5:08 AM, Javier Pimás wrote: > Cool! Smalltalk web stack keeps getting better and better! > > Cheers, > Javier > > > On Sun, Aug 24, 2014 at 7:48 PM, Attila Magyar > wrote: > >> Hello, >> >> I'd like to announce a new micro web framework c

Re: [Pharo-users] Pharo3.0 + Swap Ctrl and Alt keys

2014-06-13 Thread Thushar G R
with "*Ctrl + END*". If you go back the stack you will find that's exactly whats happening. Let me know if i made some mistakes here.. Thanks for helping, G R Thushar *G R Thushar* *Team Leader(Technology),* *Signos Software Solutions Pvt. Ltd.* *Ground Floor **A.R Plaza, TC 11/43

[Pharo-users] Pharo3.0 + Swap Ctrl and Alt keys

2014-06-13 Thread Thushar G R
Hi all, In Pharo 2.0 i find that "Ctrl+d" would do the doIt in workspace. In Pharo3.0 for doIt, i need to do "Alt+d". 1) Is this change intentional? 2) if so am i advised to practice all the shortcuts using Alt keys instead of Ctrl key for pahro 3? 3) Any way to bring back the Ctrl/Alt swap setti

Re: [Pharo-users] Another Pharo based solution released

2014-06-11 Thread Thushar G R
Congrats, Keep up the good work!! *G R Thushar* On Tue, Jun 10, 2014 at 1:39 AM, p...@highoctane.be wrote: > Congratulations! > Le 9 juin 2014 20:35, "Sven Van Caekenberghe" a écrit : > > Nice to see that things are going well, keep it up ! >> >> On 09 Jun 2014, at 20:22, Esteban A. Maringo

Re: [Pharo-users] Cloud Shoppie - App Contest Poll

2014-05-29 Thread Thushar G R
d send an announce to the esug mailing-list > :) > > Stef > > > > On 29/5/14 08:20, Thushar G R wrote: > > Hi All > > http://letsbuildkaec.challengepost.com/submissions/23789-cloud-shoppie > > This is an iOS/Android application with server developed in P

Re: [Pharo-users] Cloud Shoppie - App Contest Poll

2014-05-28 Thread Thushar G R
r are*a* > all encompassing online *the* store. > > Good luck! :) > > > 2014-05-29 8:20 GMT+02:00 Thushar G R : > > Hi All >> >> http://letsbuildkaec.challengepost.com/submissions/23789-cloud-shoppie >> >> This is an iOS/Android application with server

[Pharo-users] Cloud Shoppie - App Contest Poll

2014-05-28 Thread Thushar G R
Hi All http://letsbuildkaec.challengepost.com/submissions/23789-cloud-shoppie This is an iOS/Android application with server developed in Pharo Smalltalk(Seaside-REST). There is a video explaining the application and a link to vote for the application. We are a start up with a team of 8 smalltal

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Thushar G R
all, thushar *G R Thushar* *Team Leader(Technology),* *Signos Software Solutions Pvt. Ltd.* *Ground Floor **A.R Plaza, TC 11/43 (2),* *P.M.G Junction,* *Thiruvananthapuram, 695004. Kerala, India.* *Web: www.signossolutions.com <http://www.signossolutions.com>* Email: thushar...@signossolutio

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Thushar G R
;notifyCompleteMatchTo:buffer: KMKeymap>>onMatchWith:notify:andDo: KMCategory>>onMatchWith:notify:andDo: in Block: [ :entry | entry onMatchWith: anEventBuffer notify...etc... Set>>do: KMCategory>>onMatchWith:notify:andDo: KMCategoryBinding>>verifyMatchWith:notifyin

[Pharo-users] XMLOrderedList Concantenation

2014-05-05 Thread Thushar G R
Hi, I am getting an error while doing this. a := XMLOrderedList new. a add:'1'. a , XMLOrderedList new. Thanks, Thushar

Re: [Pharo-users] SOAP in Pharo

2014-05-02 Thread Thushar G R
sive.. >> >> >> Another Approach: >> >> One can with some ingenuity mix a bit of groovy to deal with complex SOAP >> and reduce it enough for the Pharo to deal with it in XML RPC if you have >> to go that way. >> >> SoapOpera I am sure will g

Re: [Pharo-users] SOAP in Pharo

2014-05-02 Thread Thushar G R
, am i right? Also any paid paid solution is not practical for us at the momment. Also i hope the SoapOpera is latest at squeakSource and that it was last updated in 2010. thanks for the replies Thushar *G R Thushar* *Team Leader(Technology),* *Signos Software Solutions Pvt. Ltd.* *Ground Floor

[Pharo-users] SOAP in Pharo

2014-05-02 Thread Thushar G R
Hi, Do we have a SOAP client in pharo? I checked SoapOpera but seems its too old to work with latest pharo 2.0. Thanks,

[Pharo-users] GLORP on Pharo 3

2014-03-31 Thread Thushar G R
Hi, I have GLORP loaded in Pharo2. From where can i load GLORP in Pharo3? Or am i too early? TIA, Thushar

Re: [Pharo-users] Spec website: nice!

2014-03-28 Thread Thushar G R
Wow!! Great work. Was looking for something like this.. *G R Thushar* *Team Leader(Technology),* *Signos Software Solutions Pvt. Ltd.* *Ground Floor **A.R Plaza, TC 11/43 (2),* *P.M.G Junction,* *Thiruvananthapuram, 695004. Kerala, India.* *Web: www.signossolutions.com

[Pharo-users] Problems while loading Magritte to pharo2.0

2013-11-20 Thread Thushar G R
Hi All, I encounter problems while installing magritte3 from the configurations browser. While loading, it removes #trimBoth #trimRight etc. messages from String. I wonder if anyone else is experiencing the problem. Thanks already, thushar

Re: [Pharo-users] JNIPort - How to load this in pharo?

2013-10-16 Thread Thushar G R
to your Stack Overflow thread. Hope it helps! > > > 2013/10/16 Thushar G R > >> Hi All, >> >> I was trying to load JNIPort in pharo , from >> >> MCHttpRepository >> location: 'http://www.squeaksource.com/JNIPort' >> user: '' &g

[Pharo-users] JNIPort - How to load this in pharo?

2013-10-15 Thread Thushar G R
Hi All, I was trying to load JNIPort in pharo , from MCHttpRepository location: 'http://www.squeaksource.com/JNIPort' user: '' password: '' Its raising some bugs regarding missing .mcz files in the repo. I wonder if sommone is useing it already, and are willing to share info about loading it t

[Pharo-users] Possible problem with WAFileMetadataLibrary

2013-06-29 Thread Thushar G R
Hi, I was using WAFileMetadataLibrary and i found a possible issue with* **addFileAt: aPath relativeToRootDirectory: relativeRootDirectory*. The problem i encountered is that some css with(../img/someImage.png) was getting pointed towards *http://localhost:8080/files/img/someImage.png* rather th

[Pharo-users] Motecello repository not committing methods(resources) of WAFileLibrary subclass

2013-06-26 Thread Thushar G R
I find that WAFileLibrary subclasses resource methods cannot be committed to Monticello repository. Is this normal? These resources have been added by the WAFileLibrary->addFilesIn:method. But when i try to create another method and then commit, i find that the new method gets committed and that i

[Pharo-users] Error “Cant Find EOCD position” while loading project from Monticello

2013-06-26 Thread Thushar G R
I Have set up an Monticello HTTP repository in my Windows pc. After i published my project in pharo 2.0 on to the repository from my Mac. Later i tried to load the project on another 2.0 image in windows and i found this error. Cant Find EOCD position. But i am able to load the project in another i

Re: [Pharo-users] Seaside, Zinc Server Adaptor - Isuue with Duration

2013-06-24 Thread Thushar G R
ox connect seems great. Thanks a lot. Regards, Thushar thuchu On Mon, Jun 24, 2013 at 4:51 PM, Sven Van Caekenberghe wrote: > Thushar, > > On 24 Jun 2013, at 12:44, Thushar G R wrote: > > > Hi Sven, > > > > I loaded seaside from the ConfigurationBrowser , S

Re: [Pharo-users] Seaside, Zinc Server Adaptor - Isuue with Duration

2013-06-24 Thread Thushar G R
, Sven Van Caekenberghe wrote: > Hi, > > On 24 Jun 2013, at 11:57, Thushar G R wrote: > > > Hi , > > > > I have Seaside 3.0 running on pharo 2.0. I started the Zinc server > adaptor and when i opened url for seaside i got an error on > Duration(Object)>>does

[Pharo-users] Seaside, Zinc Server Adaptor - Isuue with Duration

2013-06-24 Thread Thushar G R
Hi , I have Seaside 3.0 running on pharo 2.0. I started the Zinc server adaptor and when i opened url for seaside i got an error on Duration(Object)>>doesNotUnderstand: #adaptToNumber:andSend:. Is it normal. Am i missing something in the load chain? Thanks in Advance. G R Thushar

Re: [Pharo-users] Questions about Magma

2013-06-04 Thread Thushar G R
Magma list. Chris is very supportive of porting efforts. > > Regards, > Stuart > > On 4 June 2013 22:32, Thushar G R wrote: > > Hi all, > > > > > > I am new here in this list. I have already asked this question in stack > > overflow, but not much l

[Pharo-users] Questions about Magma

2013-06-04 Thread Thushar G R
Hi all, I am new here in this list. I have already asked this question in stack overflow, but not much luck. So i thought ill contact the gurus directly. I am considering Magma to be used for one of my projects , which is nothing but a custom game center to connect my game and store user details