[Pharo-project] [update 1.1] #11410 RELEASE Core

2010-07-17 Thread Marcus Denker
11410 - Release This update does. SystemVersion newVersion: 'Pharo1.1'. ScriptLoader hideIntegrationMenu. ScriptLoader new cleanUpForRelease. ScriptLoader hideIntegrationMenu. Greetings from campsmalltalk London! -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe.

[Pharo-project] [ANN 1.1] pre-built core 1.1 #11410 RELEASE

2010-07-17 Thread Marcus Denker
https://gforge.inria.fr/frs/download.php/27288/PharoCore-1.1-11410.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.

Re: [Pharo-project] XML Demarshalling (Hern?n Morales Durand)

2010-07-17 Thread Alexandre Bergel
> Well, thinking about it again I found that it depends on the use case. It's > faster if the xml is small, has only a few different tags and not many tags > use namespaces. It's slower in other cases. Also the parse/extract matters. > Btw I still can't find the package in a core image. Which p

[Pharo-project] [update 1.2] #12050

2010-07-17 Thread stephane ducasse
12050 - - Issue 2671: SelectedObjectThumbnail should be removed - Issue 2669: ProgressMorph should be removed - Issue 2675: Push everything from PSUIManager to MorphicUIManager Stef and Gary from London ___ Pharo-project mailing list Pharo-p

[Pharo-project] [update 1.2] #12051

2010-07-17 Thread Marcus Denker
12051 - Issue 2201: SarInstaller refers to SqueakMap Issue 2680: Renaming a key in a dictionary and cancelling renames the key to nil -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project

[Pharo-project] connection to access databases

2010-07-17 Thread Tudor Girba
Hi, Is there a way to connect to a Microsoft Access database from Pharo? I have an mdb file of 300 Mb that I would need to analyze. Cheers, Doru -- www.tudorgirba.com "Next time you see your life passing by, say 'hi' and get to know her." ___ P

[Pharo-project] Pharocasts: Start Pharo on GNU/Linux

2010-07-17 Thread laurent laffont
For beginners, how to download image, sources, VM and open Pharo. Start spreading :) http://pharocasts.blogspot.com/2010/07/pharo-install.html Cheers, Laurent Laffont http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/ ___ Pharo-project mail

Re: [Pharo-project] connection to access databases

2010-07-17 Thread Levente Uzonyi
On Sat, 17 Jul 2010, Tudor Girba wrote: Hi, Is there a way to connect to a Microsoft Access database from Pharo? Yes, with ODBC. Levente I have an mdb file of 300 Mb that I would need to analyze. Cheers, Doru -- www.tudorgirba.com "Next time you see your life passing by, say 'hi' and

Re: [Pharo-project] connection to access databases

2010-07-17 Thread Gabriel Brunstein
Maybe squeakDBX, i don't know if it supports Access. On Sat, Jul 17, 2010 at 7:35 PM, Levente Uzonyi wrote: > On Sat, 17 Jul 2010, Tudor Girba wrote: > > Hi, >> >> Is there a way to connect to a Microsoft Access database from Pharo? >> > > Yes, with ODBC. > > > Levente > > > >> I have an mdb fi

Re: [Pharo-project] XML Demarshalling (Hern?n Morales Durand)

2010-07-17 Thread jaayer
On Fri, 16 Jul 2010 12:25:54 -0700 Levente Uzonyi wrote >(Btw the idea that XMLElement >> #tag is returning a symbol and the >#tags*[dD]o: methods are expecting a symbol for tag is a very bad idea. It >degrades performance.) > >And where did the XML-Parser go from Pharo? XMLSup

Re: [Pharo-project] XML Demarshalling (Hern?n Morales Durand)

2010-07-17 Thread jaayer
On Fri, 16 Jul 2010 15:54:31 -0700 Levente Uzonyi wrote >On Fri, 16 Jul 2010, Alexandre Bergel wrote: > >>> (Btw the idea that XMLElement >> #tag is returning a symbol and the >>> #tags*[dD]o: methods are expecting a symbol for tag is a very bad idea. It >>> degrades performance.

Re: [Pharo-project] connection to access databases

2010-07-17 Thread Tudor Girba
Hi, I tried loading it, but I get : "This package depends on the following classes: ExternalLibrary ExternalStructure" Can anyone tell me where to find these from? Also, are there eternal prerequisites to work with ODBC? Cheers, Doru On 18 Jul 2010, at 00:35, Levente Uzonyi wrote: On S

Re: [Pharo-project] connection to access databases

2010-07-17 Thread Tudor Girba
From the webpage, it looks like Access is not among the supported backends. But, I would be happy to be wrong :). Does anyone have a more precise idea? Doru On 18 Jul 2010, at 02:14, Gabriel Brunstein wrote: Maybe squeakDBX, i don't know if it supports Access. On Sat, Jul 17, 2010 at 7