On Tue, Jun 18, 2013 at 4:54 AM, Sean P. DeNigris wrote:
>> Any help will be much appreciated!
hard to know. You may want to try multiple versions. Also, check
http://files.pharo.org/vm/cog/linux/
https://gforge.inria.fr/frs/?group_id=1299
--
Damien Cassou
http://damiencassou.seasidehosting.st
Searching through the pharo-project archives, the image is from 6 december 2009.
From looking at the squeak vm archives, something like 3.11.3.2147 or so.
I don't remember if we had our own vm already by then.
Stephan
you can also try one of the old interpreter vms:
http://www.squeakvm.org/unix/
Esteban
On Jun 18, 2013, at 4:54 AM, Sean P. DeNigris wrote:
> MontyK wrote
>> I recently moved from winxp to ubuntu and I'm trying to find the linux vm
>> that matches an old win vm I was using for an application
On 17 June 2013 19:29, plantec wrote:
> Hi Sven,
> This kind of widget is missing.
> Have a try with:
> SimpleGridExample new open
> It is implemented with MorphTreeMorph.
> It is far from the best solution since MorphTreeMorph a Tree/List
> widget but it should be ok if you have not too many data
Hi -
I'm trying to get the JSON string
""
I can't figure out how to get there using NeoJSON, the JSON package, or
the JSON stuff from seaside.
Here are the results I'm getting in Pharo2
str := String
streamContents: [ :s |
s
Paul,
All 3 JSON implementations give the same result, the right one ;-)
You are putting a single quote in your unencoded Smalltalk String.
Embedded single quotes inside a JSON string are not escaped, only the double
quote and some others (see http://www.json.org).
After conversion, your string
Sean - Thank you for posting this to the list for me.
Thanks Esteban, Sean, Damien, Stephan for the replies! I really appreciate it!
I ended up trying out this version and it works!
http://ftp.squeak.org/4.0/unix-linux/
Cheers!
Monty
On Mon, Jun 17, 2013 at 10:54 PM, wrote:
> MontyK wrote
>
>
>> Hi Sven,
>> This kind of widget is missing.
>> Have a try with:
>> SimpleGridExample new open
>> It is implemented with MorphTreeMorph.
>> It is far from the best solution since MorphTreeMorph a Tree/List
>> widget but it should be ok if you have not too many data.
>> Maybe the Glamour soluti
Glamour uses a PaginatedMorphTreeMorph for the table view.
A real gridMorph (with support for unlimited rows/columns)
would definitely be nice.
Stephan
Hi all,
I've searched the net and found out the answer is most probably "no"; but it
doesn't hurt to ask here:
Is it posssible to use `git' as the VCS backend for Pharo?
TIA,
--
Bahman Movaqar (http://BahmanM.com)
ERP Evaluation, Implementation & Deployment Consultant
PGP Key ID: 0x6AB5BD6
On 18 juin 2013, at 13:47, Igor Stasenko wrote:
> On 17 June 2013 19:29, plantec wrote:
>> Hi Sven,
>> This kind of widget is missing.
>> Have a try with:
>> SimpleGridExample new open
>> It is implemented with MorphTreeMorph.
>> It is far from the best solution since MorphTreeMorph a Tree/List
Yes, you can use git with Pharo.
You need to get an extension called MonticelloFileTree, and you can add on top
of it a MonticelloFileTree-Git which really integrates into git.
Main repository is there:
https://github.com/dalehenrich/filetree
And temporary instruction to try the latest gitfile
Hi Alain,
I agree that MorphTreeMorph is too complex. But, at the same time, it's pretty
effective :)
Thierry
De : Pharo-users [pharo-users-boun...@lists.pharo.org] de la part de plantec
[alain.plan...@yahoo.com]
Date d'envoi : mardi 18 juin 2013 21:57
À
Thanks for the info.
Now suppose I shared my code on git. How can others use it on their own
image?
On Tuesday 18 June 2013 20:14:21 GOUBIER Thierry wrote:
> Yes, you can use git with Pharo.
>
> You need to get an extension called MonticelloFileTree, and you can add on
> top of it a Monticel
They will have to clone your git repository, create the image with the
gifiletree:// support (I think there is a mistake in the script), and add the
repository as a gitfiletree:// repository to see all your packages.
You can also use Gofer in the image:
Gofer it
url: 'gitfiletree:';
pac
The mistake in the script is the order of the first three commands. It should
be:
mkdir pharo
cd pharo
git clone https://github.com/ThierryGoubier/filetree.git
…
Thierry
De : Pharo-users [pharo-users-boun...@lists.pharo.org] de la part de GOUBIER
Thierr
Cool! Tomorrow, I'll give it a try and let you know.
--
Bahman Movaqar (http://BahmanM.com)
ERP Evaluation, Implementation & Deployment Consultant
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)
On Tuesday 18 June 2013 20:46:09 GOUBIER Thierry wrote:
> The mistake in the script is the order of th
Hmm...let's say I have the project initiated on git. How can I do the initial
commit? Does it handle package dependencies?
Thanks,
--
Bahman Movaqar (http://BahmanM.com)
ERP Evaluation, Implementation & Deployment Consultant
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)
On Tuesday 18 June 2013
http://stackoverflow.com/questions/4674116/are-there-any-open-source-spreadsheet-implementations-in-smalltalk-which-are-use
El 17/06/2013 11:17, Sven Van Caekenberghe escribió:
Hi,
Is there an easy way to view tabular data in Pharo, much like a spreadsheet ?
Ideally, something along the follow
19 matches
Mail list logo