[Pharo-users] Re: Removing Calypso rule critiques

2023-01-18 Thread Arturo Zambrano
; > Does anyone know how to make Calypso not show them ? > > thanks, > Sebastian Jordan > -- Arturo Zambrano LinkedIn: https://www.linkedin.com/in/arturozambrano/

[Pharo-users] Re: Recovering old images in mac

2022-10-30 Thread Arturo Zambrano
.com/carolahp/espell2 > > Pierre > > On 10/30/2022 11:30 AM, Steffen Märcker wrote: > > > Is there a way to save / convert such an image to 64 Bit? > > > > Best, Steffen > > [image: Sent from Mailspring] -- Arturo Zambrano LinkedIn: https://www.linkedin.com/in/arturozambrano/

[Pharo-users] Recovering old images in mac

2022-10-30 Thread Arturo Zambrano
trying to use the VM I found in a backup of that time. Is there a way of opening such an old image in MacOs Monterrey (running on top of the same machine this image was originally built)? If I am not mistaken it is Pharo 6. Best regards Arturo -- Arturo Zambrano LinkedIn: https

[Pharo-users] Re: Pharo 10 & Windows 10 - Frozen

2022-06-18 Thread Arturo Zambrano
d window (SystemVersion current version) > > Next time I will make an issue on pharo-project/pharo with a screenshot. > > On Sun, 12 Jun 2022 at 10:26, Arturo Zambrano > wrote: > >> Hi, >> I have installed Pharo 10 in windows 10 using Pharo Launcher. >>

[Pharo-users] Pharo 10 & Windows 10 - Frozen

2022-06-12 Thread Arturo Zambrano
-- Arturo Zambrano LinkedIn: https://www.linkedin.com/in/arturozambrano/

[Pharo-users] Re: [Pharo-dev] Pharo VM Release - v9.0.13

2022-03-16 Thread Arturo Zambrano
ow. > Cheers, > > Pablo on behalf of the whole Pharo team. > > > -- > Pablo Tesone. > teso...@gmail.com > -- Arturo Zambrano LinkedIn: https://www.linkedin.com/in/arturozambrano/

[Pharo-users] Missing Extract Method To Component refactoring

2020-04-22 Thread Arturo Zambrano
Hi everyone. Does anyone know what happened to the "Extract Method to Component" refactoring which is in Pharo 6, but seems to be missing in Pharo 7 and Pharo 8. I noticed there is a "Move method to another class", but it is quite different (in the sense that it does fewer checks and code editing

Re: [Pharo-users] Spec2 demos

2020-03-04 Thread Arturo Zambrano
I have found this: https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/releases/tag/continuous Sorry for the silly question. On Wed, Mar 4, 2020 at 11:21 AM Arturo Zambrano wrote: > Is there anything like Spec 1 booklet but for Spec 2? > > On Sat, Feb 1, 2020 a

Re: [Pharo-users] Spec2 demos

2020-03-04 Thread Arturo Zambrano
Is there anything like Spec 1 booklet but for Spec 2? On Sat, Feb 1, 2020 at 3:16 PM Cyril Ferlicot wrote: > > > On Sat 1 Feb 2020 at 18:35, Steve Quezadas wrote: > >> So if I'm messing around with Spec, do you recommend I use Spec1 or Spec2 >> at this point? >> > In Pharo 8, Spec2 > -- >

[Pharo-users] Auto/default selection in GLM

2019-04-04 Thread Arturo Zambrano
Hi all, I need to pre select an item in a list. Consider the following snipped, how do I tell the list the default selected item is, let say, Array? I could not find an example and tried different ways using transmissions with no luck | browser | browser := GLMTabulator new. browser title:

Re: [Pharo-users] chooseExistingFileReference:extensions:path:preview returning wrong FileReference?

2018-12-16 Thread Arturo Zambrano
wrote: > >> https://pharo.fogbugz.com >> >> On Wed, 12 Dec 2018 at 01:54, Arturo Zambrano >> wrote: >> >>> Should I report a bug? If so please send me the link to thw issue >>> tracker >>> >>> On Tue, 11 Dec 2018, 13:05 Sven Van Caeke

Re: [Pharo-users] chooseExistingFileReference:extensions:path:preview returning wrong FileReference?

2018-12-11 Thread Arturo Zambrano
Should I report a bug? If so please send me the link to thw issue tracker On Tue, 11 Dec 2018, 13:05 Sven Van Caekenberghe, wrote: > I confirm that this does indeed seem to be a problem, weird. > > > On 11 Dec 2018, at 16:53, Arturo Zambrano > wrote: > > > >

Re: [Pharo-users] Line Number...

2018-11-21 Thread Arturo Zambrano
bstjean > Twitter: @BenLeChialeux > Pinterest: benoitstjean > Instagram: Chef_Benito > IRC: lamneth > Blogue: endormitoire.wordpress.com > "A standpoint is an intellectual horizon of radius zero". (A. Einstein) > > > On Tuesday, November 20, 2018, 9:17:34 p.

[Pharo-users] Line Number...

2018-11-20 Thread Arturo Zambrano
Hi, given a text file and an offset, is there any class//message to obtain the line number of that offset? I just don't want to reinvent the wheel :) TIA arturo

Re: [Pharo-users] git repos cloned into unexpected directory

2018-11-05 Thread Arturo Zambrano
Thanks Alistair. That solves the problem. Cheers Arturo On Fri, Nov 2, 2018 at 2:41 PM Alistair Grant wrote: > Hi Arturo, > > On Fri, 2 Nov 2018 at 12:49, Arturo Zambrano > wrote: > > > > Hi! > > I'm getting the following strange behavior using Iceberg in Pha

[Pharo-users] git repos cloned into unexpected directory

2018-11-02 Thread Arturo Zambrano
Hi! I'm getting the following strange behavior using Iceberg in Pharo7 . My setup is like this: - Using Pharo Launcher - have several images I notice that when I clone a repository it is correctly downloaded into pharo-local/icerberg of that image. When I load a baseline of that project, that

Re: [Pharo-users] GLM: preserving columns width in tables // getting the actual column

2018-10-08 Thread Arturo Zambrano
Oct 4, 2018 at 4:27 PM Tudor Girba wrote: > Hi, > > There is no built-in support for something like this. > > You would have to change the internal logic of the TablePresentation > renderer. > > Cheers, > Doru > > > > > On Oct 4, 2018, at 7:16 PM, Arturo

[Pharo-users] GLM: preserving columns width in tables // getting the actual column

2018-10-04 Thread Arturo Zambrano
Hi All, I would like to preserve the width of columns for tables after a user has changed them (not fast tables, but it should be similar). To do this I plan to get the actual width of the columns and use it the next time I need to create the table. Please consider the following snippet:

Re: [Pharo-users] Set programatically the selection for a fastTreeTable

2018-10-03 Thread Arturo Zambrano
shouldRootsExpand: true ]. > browser transmit > fromOutsideEntityPort; > to: #Example port: #selection; > transformed: [ Abort ]. > browser openOn: {Object}. > > Cheers, > Andrei > > > > On Wed, Oct 3, 2018 at 9:53 PM Arturo Zambrano > wrote: > >> Hi all,

[Pharo-users] Set programatically the selection for a fastTreeTable

2018-10-03 Thread Arturo Zambrano
Hi all, I'm trying to do what subject says. I tried something like that (in the example I'm trying to get Abort class selected) : | browser | browser := GLMTabulator new. browser row: #Example. browser transmit to: #Example; andShow: [ :a | a fastTreeTable column: 'Class Name'

[Pharo-users] Gtoolkit and fast trees

2018-09-26 Thread Arturo Zambrano
Hi, I would like to understand the differences between tree and fastTree. I've got different behavior between tree and fastTree, the second failing with a subscript out of bounds. It happens when I expand the root node and select one of the children. it seems that the rootNode cannot find

Re: [Pharo-users] Calypso and critiques (Pharo7)

2018-09-19 Thread Arturo Zambrano
Oh! I found this ... sorry for asking a reported problem ClyCriticBrowserPlugin disable.ClyCriticEnvironmentPlugin disable.ClyNavigationEnvironment reset. On Wed, Sep 19, 2018 at 1:26 PM Arturo Zambrano wrote: > Hi all, > is there any way to switch off the critiques pane in the

[Pharo-users] Calypso and critiques (Pharo7)

2018-09-19 Thread Arturo Zambrano
Hi all, is there any way to switch off the critiques pane in the bottom of calypso? Thanks !

Re: [Pharo-users] Tracing Method Calls

2018-08-29 Thread Arturo Zambrano
has a link to PDF explaining it in more detail) > > Also here an example > http://blog.yuriy.tymch.uk/2016/02/vigorous-caching-in-pharo-or-how-i-used.html > > Peter > > On Wed, Aug 1, 2018 at 2:21 PM, Arturo Zambrano > wrote: > >> Hi Steven >> >> On F

Re: [Pharo-users] Tracing Method Calls

2018-08-01 Thread Arturo Zambrano
u would > use to implement your trace behavior. You have a number of reifications > available that you can pass as arguments from the context, look for > subclasses of RFReification. > I was not aware of MetaLink. Thank you! > Steven. > > > > > > Le 2018-07-27

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo Git Thermite Release

2018-07-27 Thread Arturo Zambrano
This sounds great! I need to use something like this now. I will make questions ;-) and provide feedback On Tue, Jul 17, 2018 at 10:28 PM Alexandre Bergel via Pharo-users < pharo-users@lists.pharo.org> wrote: > It would be fantastic that people try it out. It is easy to use, and is > really a

[Pharo-users] Tracing Method Calls

2018-07-27 Thread Arturo Zambrano
Hi all, I have a piece of undocumented software that I need understand ... One thing I would like to do is to have a complete trace of method calls (receivers, parameters) for certain scenarios. As an "aspects"guy, my first idea was to use Phantom, but it seems not active anymore. Could

Re: [Pharo-users] Using Icerberg programmatically.

2018-07-25 Thread Arturo Zambrano
ry registry. >> Then on the repository you can call #pull. >> >> Christophe >> >> > Le 24 juil. 2018 à 20:09, Arturo Zambrano >> a écrit : >> > >> > Hi All, >> > the new Iceberg is really cool. I'm using it in Pharo 6.1. >&g

Re: [Pharo-users] Using Icerberg programmatically.

2018-07-25 Thread Arturo Zambrano
gt; existing one from IceRepository registry. > Then on the repository you can call #pull. > > Christophe > > > Le 24 juil. 2018 à 20:09, Arturo Zambrano a > écrit : > > > > Hi All, > > the new Iceberg is really cool. I'm using it in Pharo 6.1. > > &g

[Pharo-users] Using Icerberg programmatically.

2018-07-24 Thread Arturo Zambrano
Hi All, the new Iceberg is really cool. I'm using it in Pharo 6.1. Is there some documentation or script examples on how to use Iceberg programmatically? I would like to write an script to pull changes to an existing repository, before doing some other stuff. I can do it with the UI, but I

Re: [Pharo-users] Spec on Moose 6.0 error: MessageNotUnderstood: ToolDockingBarMorph>>popUpOwner

2018-05-15 Thread Arturo Zambrano
't happen to my anymore. See the code in Grafoscopio for > GrafoscopioDockingBar to see the code for the working solution. > > Cheers, > > Offray > > On 11/05/18 16:21, Arturo Zambrano wrote: > > Hi Offray > I have the same problem(Pharo 6.1), it only happens whil

Re: [Pharo-users] Spec on Moose 6.0 error: MessageNotUnderstood: ToolDockingBarMorph>>popUpOwner

2018-05-11 Thread Arturo Zambrano
Hi Offray I have the same problem(Pharo 6.1), it only happens while opening submenus. did you find a solution? thanks On Sat, Nov 21, 2015 at 2:49 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Hi, > > I'm getting this error while trying to prototype some interface with Spec >

Re: [Pharo-users] Roassal to ODG

2018-03-09 Thread Arturo Zambrano
I wonder if there is any way to save SVG from Roassal, so some parts of > them can be grouped, as when you group and ungroup parts of a SVG image > from Inkscape and similar tools. > > Cheers, > > Offray > > On 08/03/18 21:04, Arturo Zambrano wrote: > > I apologize for my late reply

Re: [Pharo-users] Exporting Pillar docs (Pillar7)

2018-03-08 Thread Arturo Zambrano
gt; > On Tue, Feb 27, 2018 at 2:42 PM, Arturo Zambrano < > arturo.zambr...@gmail.com> wrote: > >> Thanks for your help. >> >> I will use markdown as a preview, so th PR*Writer write:document is OK. >> For the last phase I plan to use latex to gene

Re: [Pharo-users] Exporting Pillar docs (Pillar7)

2018-03-08 Thread Arturo Zambrano
/mutabit.com/repos.fossil/dataweek/doc/tip/Artefactos/ > BibliotecaDigitalBogota/intro.md > > Cheers, > > Offray > > On 27/02/18 08:42, Arturo Zambrano wrote: > > Thanks for your help. > > I will use markdown as a preview, so th PR*Writer write:document is OK. > For the las

Re: [Pharo-users] Roassal to ODG

2018-03-08 Thread Arturo Zambrano
ghtmare. > > Alexandre > > > > On Feb 13, 2018, at 12:09 PM, Arturo Zambrano <arturo.zambr...@gmail.com> > wrote: > > > > > > > > On Tue, Feb 13, 2018 at 7:27 AM, Alexandre Bergel < > alexandre.ber...@me.com> wrote: > > > So I want

Re: [Pharo-users] Exporting Pillar docs (Pillar7)

2018-02-27 Thread Arturo Zambrano
eline should only automatically orchestrate what > people should be still able to do programatically :) > > So I think keeping > > PRHTMLWriter write: document > > and > > PRHTMLWriter write: document toStream: ... > > & family, is good. > > >> This is why this

Re: [Pharo-users] [ANN] 900 pull requests closed for Pharo7!

2018-02-24 Thread Arturo Zambrano
Amazing job. A big THANK YOU to all Pharo contributors. On Fri, Feb 23, 2018 at 9:57 AM, Alexandre Bergel wrote: > Impressive! > > Alexandre > > http://bergel.eu > > Le 23 févr. 2018 à 09:27, Marcus Denker a écrit : > > Hi, > > March 11, we

Re: [Pharo-users] Exporting Pillar docs (Pillar7)

2018-02-18 Thread Arturo Zambrano
snipped generates a Json file which contains the markdown... how do I generate just the markdown? TIA Arturo On Sun, Feb 18, 2018 at 2:16 PM, Arturo Zambrano <arturo.zambr...@gmail.com> wrote: > Hi, > can someone please tell me how to export a document using pillar7? > > For pi

[Pharo-users] Exporting Pillar docs (Pillar7)

2018-02-18 Thread Arturo Zambrano
Hi, can someone please tell me how to export a document using pillar7? For pillar5 the example used to be: 1. configuration := PRPillarConfiguration new. configuration outputType: PRHTMLWriter. PRExportPhase executeOn: { document } with: configuration. Thanks!

Re: [Pharo-users] Pillar questions

2018-02-13 Thread Arturo Zambrano
ook-result/PillarChap/Pillar.html If there is more documentation to read, please let me know. Thanks. Best Regards > stef > > On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano > <arturo.zambr...@gmail.com> wrote: > > Hi All, > > Q1 > > Is there a way o

Re: [Pharo-users] Pillar questions

2018-02-13 Thread Arturo Zambrano
On Tue, Feb 13, 2018 at 12:25 PM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Hi, > > > > On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano < > arturo.zambr...@gmail.com> wrote: > >> Hi All, >> Q1 >> Is there a way of adding page hea

[Pharo-users] Pillar questions

2018-02-13 Thread Arturo Zambrano
Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number. Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found

Re: [Pharo-users] Roassal to ODG

2018-02-13 Thread Arturo Zambrano
On Tue, Feb 13, 2018 at 7:27 AM, Alexandre Bergel wrote: > > So I want to re post my question: > > "What is the best option to generate an editable flow chart from Pharo > (Roassal)?” > > There are none as far as I know. However, this is something that can be > done

Re: [Pharo-users] Roassal to ODG

2018-02-12 Thread Arturo Zambrano
e everyone is OK with the icy winter :) best regards. > >> Stef >> >> On Fri, Feb 9, 2018 at 6:49 PM, Arturo Zambrano >> <arturo.zambr...@gmail.com> wrote: >> > Hi all, >> > Is there any project for exporting Roassal to ODG (vector graphic >

[Pharo-users] Roassal to ODG

2018-02-09 Thread Arturo Zambrano
Hi all, Is there any project for exporting Roassal to ODG (vector graphic format from open document format standard)? The closest thing I could find is RTPDFExporter (the generated PDF can be opened using (Libre/S/G)Office suite). If there no such exporter, how difficult should it be to build

Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-08 Thread Arturo Zambrano
I used Roassal + OSM and worked perfectly (2 year ago at least). Although I think there is no support for something like a tiles cache. On Thu, Feb 8, 2018 at 7:46 AM, Cédrick Béler wrote: > Hello, > > I would like to have a representation of a map in the image to show (my)

Re: [Pharo-users] PetitParser: Building composed (dependent) parsers and isolating productions code

2018-02-08 Thread Arturo Zambrano
o each of your statement > parsers. > > PLParser>> ruleB > ^ (self dependencyAt: self statementBParser) ruleB > > PLParser>> statementBParser > ^ StatementBParser > > Regards, > Diego > > > > On 01 Feb 2018, at 14:42, Arturo Zambrano <artu

[Pharo-users] PetitParser: Building composed (dependent) parsers and isolating productions code

2018-02-01 Thread Arturo Zambrano
Hi All, Could you please share some advice on the following situation? I wrote my first Petit Parser. From the documentation I read that: 1) it is possible to depend on other parsers making the development more modular. 2) The docs also suggest that, in order to separate grammars rules from

Re: [Pharo-users] Writing files - Mac OS or Pharo change?

2016-10-28 Thread Arturo Zambrano
-the-working-directory-results-in- > FileException-cannot-open-file > > and this is caused by it, too. > > https://pharo.fogbugz.com/f/cases/19064/Fuel-out-stack-not-working > > I wonder why we do not use FileSystem for all these file related > operations? > > > we should

[Pharo-users] Writing files - Mac OS or Pharo change?

2016-10-27 Thread Arturo Zambrano
Hi All, I'm porting (no big changes) code from pharo 4 to pharo5. In (*) the resulting file handle is nil. Not sure why, may it be something related to the recent Mac OS X upgrade to Sierra? The same code was working with Pharo 4 on El Capitan. The calling code is a Fuel serialization.

Re: [Pharo-users] [Moose-dev] [ANN] Release of Agile Visualization

2016-08-15 Thread Arturo Zambrano
Congratulations! The book will bring more happy users to Roassal! Thanks for your effort pushing the project. On Sun, Aug 14, 2016 at 6:19 PM, Alexandre Bergel wrote: > Dear Colleagues and Friends, > > It is a great pleasure to announce the release of Agile

Re: [Pharo-users] Dynamic visualzation and analysis of tweets

2016-07-17 Thread Arturo Zambrano
o. > cheers -ben > > On Sat, Jul 16, 2016 at 5:59 AM, Arturo Zambrano > <arturo.zambr...@gmail.com> wrote: > > Hi All, > > please check this> > > > > https://youtu.be/VL14jTDvRaY > > > > this is Agustin Meriles's work for his master thesis. We w

Re: [Pharo-users] Dynamic visualzation and analysis of tweets

2016-07-15 Thread Arturo Zambrano
ts on finishing the thesis and I'll be waiting > for the final text or articles once you have ended the writing. > > I hope to share son some advances on Twitter and Data Visualization > powered by Rossal + GT + Pharo. > > Cheers, > > Offray > > > > On 15/07/16 16

[Pharo-users] Dynamic visualzation and analysis of tweets

2016-07-15 Thread Arturo Zambrano
Hi All, please check this> https://youtu.be/VL14jTDvRaY this is Agustin Meriles's work for his master thesis. We want to share this with the community and a big *thank you* for your support... specially the Roassal team. Now the hard time of writing the text comes for Agustin :) Cheers,

Re: [Pharo-users] RT export to PDF

2016-05-02 Thread Arturo Zambrano
Thanks Stephan! On Sun, May 1, 2016 at 7:24 AM, Stephan Eggermont <step...@stack.nl> wrote: > On 01/05/16 04:00, Arturo Zambrano wrote: > >> Hi, >> I'm using RT on top of pharo5. >> As I need to export to pdf, I also installed >> RTPDFExporter >>

[Pharo-users] RT export to PDF

2016-04-30 Thread Arturo Zambrano
Hi, I'm using RT on top of pharo5. As I need to export to pdf, I also installed RTPDFExporter and Artefact development versions Exporting to pdf fails with MNU RTPDFVisitor>>visitMapShape: any hint regarding this? cheers, arturo

Re: [Pharo-users] Analyzing Tweets

2016-03-10 Thread Arturo Zambrano
uro > > do you have more information about this? > > Stef > > Le 27/11/15 04:13, Arturo Zambrano a écrit : > > Looks nice, very similar to what Agustin presented in Smalltalks a few > days ago. We will post more info soon. > > > So there are at least 3 known

Re: [Pharo-users] Analyzing Tweets

2015-11-26 Thread Arturo Zambrano
Looks nice, very similar to what Agustin presented in Smalltalks a few days ago. We will post more info soon. So there are at least 3 known projects working in Pharo + Roassal Are the authors in this list? Great work! It would be great to share the experience On Thu, Nov 26, 2015 at 5:12 PM,

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-05 Thread Arturo Zambrano
Thanks Guillermo, we were struggling with all these names also. This reference is important, and IMHO it should be pasted also in the page of every DB related project, so that we can have a map and now where we are. best arturo On Tue, Aug 4, 2015 at 11:25 AM, Guillermo Polito

Re: [Pharo-users] Using geographic data

2015-07-27 Thread Arturo Zambrano
(((other x - each x) * (position y - each y) / (other y - each y)) + each x) ]) ifTrue: [ inside := inside not ]. otherIndex := index ]. ^ inside Inside circle, rectangle etc are trivial. Sven On 25 Jul 2015, at 01:19, Arturo Zambrano

Re: [Pharo-users] Using geographic data

2015-07-27 Thread Arturo Zambrano
-24 20:19 GMT-03:00 Arturo Zambrano arturo.zambr...@gmail.com: Hi All, I would like to get some advice regarding which path I should take. Problem: Given a coordinate I want to know to which geographical object it belongs to. Path 1 Using Glorp to make a query to a Postgis instance

[Pharo-users] Using geographic data

2015-07-24 Thread Arturo Zambrano
Hi All, I would like to get some advice regarding which path I should take. Problem: Given a coordinate I want to know to which geographical object it belongs to. Path 1 Using Glorp to make a query to a Postgis instance containing the boundaries of the geobjects Path 2 Use the data

Re: [Pharo-users] XMLRPC?

2015-07-21 Thread Arturo Zambrano
-Server-Core' 'XMLRPC-Server-Tests'). 1738 run, 1738 passes, 11 skipped, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes Best, #Luc 2015-07-12 19:13 GMT+02:00 Stephan Eggermont step...@stack.nl: On 12-07-15 00:59, Arturo Zambrano wrote: Hi all, I tried this: Gofer

Re: [Pharo-users] PostGIS in Pharo

2015-07-20 Thread Arturo Zambrano
Hi Esteban,All I'm facing almost the same requirement. I have coordinates and I need to determine to which location they belong to (for example to which province). I checked that GADM and level 1 file should suffice. Now, how to did you use this information in Pharo? Which library/framework

[Pharo-users] XMLRPC?

2015-07-11 Thread Arturo Zambrano
Hi all, I tried this: Gofer it url: 'http://ss3.gemstone.com/ss/XMLRPC'; package: 'ConfigurationOfXMLRPC'; load. ConfigurationOfXMLRPC project latestVersion load: 'All'. And got this message: This package depends on the following classes: BlockContext ContextPart

Re: [Pharo-users] Status of Twitter (api/analysis/visualization) in Pharo?

2015-06-16 Thread Arturo Zambrano
Hi Martin, this are good news. There is a seaside base UI for controlling tweets download. I will let you know as soon as it is uploaded. Visualizations are working, the code is crappy but works... I have some documentation I will send it to you (all of them are very basic examples we built for

Re: [Pharo-users] Fwd: [ANN] FIFA World Cup 2014

2014-06-22 Thread Arturo Zambrano
Great!!! :) On Fri, Jun 20, 2014 at 6:54 PM, Sean P. DeNigris s...@clipperadams.com wrote: Hernán Morales Durand wrote http://80738163270632.blogspot.com/2014/06/fifa-world-cup-2014-app.html Cool! I love fun little apps like this. And the blog entry and screencast made it easy to

[Pharo-users] Roassal2 multiline label

2014-06-15 Thread Arturo Zambrano
Dear all, in recent versions of Roassal2, multi line labels got wroken. bellow is a patch that fixes the problem trachelShapeForMultiLine: anElement | lines s lbl n txt aColor fontSize | aColor := self colorFor: anElement. fontSize := self heightFor: anElement. txt := self

Re: [Pharo-users] Two suggestions for the new pharo website

2014-05-28 Thread Arturo Zambrano
Stef sent me this url https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/? I think it cover part of your second point. regards art On Mon, May 26, 2014 at 7:52 AM, kmo vox...@gmail.com wrote: I think the new pharo website could be improved by the addition of two new

Re: [Pharo-users] Class definition changes in change log

2014-05-24 Thread Arturo Zambrano
On Mon, May 19, 2014 at 1:49 PM, Sean P. DeNigris s...@clipperadams.comwrote: Also, I've wondered why it's not an error to attempt to apply a change that creates a method on a non-existent class... +1 when installing code with Gofer/Monticello to non- existent class an exception is raised.

Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-24 Thread Arturo Zambrano
I think I'm now at the same point... I need to add Zinc-SSO as a dependency. Should I create a configuration for it? Where should it be stored? thanks On Thu, May 22, 2014 at 1:55 PM, stepharo steph...@free.fr wrote: + 100 The reason is that any package* should be self described. Your

Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-24 Thread Arturo Zambrano
Sorry, SSO is a Group in ConfigurationOfZincHTTPComponent. I got confused as I didn't know about groups. Please ignore my previous email, I just need to make my project depend on Zinc SSO group On Sat, May 24, 2014 at 10:58 PM, Arturo Zambrano arturo.zambr...@gmail.com wrote: I think

Re: [Pharo-users] Downloading tweets

2014-05-23 Thread Arturo Zambrano
they are not useful for the community. best regards On Fri, May 23, 2014 at 3:45 PM, stepharo steph...@free.fr wrote: Hello Arturo nice to see you more and more on this list :). Where is the code? So that we can advertize it Stef On 23/5/14 03:39, Arturo Zambrano wrote: Hi All, you can

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

2014-04-29 Thread Arturo Zambrano
, Arturo Zambrano arturo.zambr...@gmail.com wrote: Hi All, I'm playing with RTBitmap. I will try to use it as part of my labels. thanks. art On Mon, Apr 28, 2014 at 12:05 PM, Arturo Zambrano arturo.zambr...@gmail.com wrote: Hi All, I wonder if RT is able to integrate images

[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

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 s...@stfx.eu 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

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

2014-04-28 Thread Arturo Zambrano
Hi All, I wonder if RT is able to integrate images as part of the visuailzation. For example consider the case of some diagram (let say a vertical bar one) where instead of having text labels for each bar could include some image that describe the owner of the metric. In my case it could be the

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

2014-04-28 Thread Arturo Zambrano
Hi All, I'm playing with RTBitmap. I will try to use it as part of my labels. thanks. art On Mon, Apr 28, 2014 at 12:05 PM, Arturo Zambrano arturo.zambr...@gmail.com wrote: Hi All, I wonder if RT is able to integrate images as part of the visuailzation. For example consider the case

[Pharo-users] Process Browser: bug or feature?

2014-02-18 Thread Arturo Zambrano
I'm running the beta version of Pharo3. working with some background processes, I notice that process browser does not update correctly. If I launch a new process it is not updated. When process browser is relaunched the process is there. The same happens when the process is terminated... the

Re: [Pharo-users] Process Browser: bug or feature?

2014-02-18 Thread Arturo Zambrano
thanks On Tue, Feb 18, 2014 at 11:05 AM, Esteban Lorenzano esteba...@gmail.comwrote: it is not a bug... you need to turn auto update on. (right button on the left panel of the process browser... there is an option) On 18 Feb 2014, at 14:56, Arturo Zambrano arturo.zambr...@gmail.com wrote

Re: [Pharo-users] Streaming API for Pharo?

2014-02-15 Thread Arturo Zambrano
thanks! I will take a look at it. art On Thu, Feb 13, 2014 at 11:48 AM, Sean P. DeNigris s...@clipperadams.comwrote: Arturo Zambrano wrote I would like to know if Zn allows to get data incrementally The Nabble mirror (http://forum.world.st/Pharo-f1294836.html will check both dev

Re: [Pharo-users] Streaming API for Pharo?

2014-02-15 Thread Arturo Zambrano
Thanks Sven, I will give it a try. Best regards art On Thu, Feb 13, 2014 at 4:35 PM, Sven Van Caekenberghe s...@stfx.eu wrote: Hello Arturo, On 13 Feb 2014, at 15:00, Arturo Zambrano arturo.zambr...@gmail.com wrote: Hi All, we are playing with Roassal for the visualization of Twitter

[Pharo-users] Twitter Streaming API for Pharo

2014-02-13 Thread Arturo Zambrano
Just fixing the subject of my post, sorry for the ambiguous previous one. On Thu, Feb 13, 2014 at 11:00 AM, Arturo Zambrano arturo.zambr...@gmail.com wrote: Hi All, we are playing with Roassal for the visualization of Twitter data. So far we used Zn-SSO to connect to twitter and call

[Pharo-users] Fwd: Pharo download links are down.

2013-11-11 Thread Arturo Zambrano
Hi All, sorry if it 's already reported: everything in http://files.pharo.org/platformhttp://files.pharo.org/platform/Pharo2.0-linux.zip is returning the following error message. ERRORThe requested URL could not be retrieved -- The following error was encountered