Re: [Pharo-project] PharoTips architecture

2010-05-15 Thread Javier Pimás
2010/5/15 Mariano Martinez Peck > Sorry Javier for "talking" too much about your project ;) I am just > curious. > > 1) How to store tips? How are you going to store the tips? just class > side variable with all stuff? > > sort of by now. For the sake of simplicity I just made tips be strings,

Re: [Pharo-project] [ANN] Traits installer/uninstaller utility

2010-05-15 Thread Schwab,Wilhelm K
Johan, Best of luck with it! Taking a really quick look at your web site, this looks like something that could take a lot of time rendering graphics. Is drawing time a problem for you? Did you do anything in particular to avoid bottlenecks? I ask because I am starting to port some of my gra

[Pharo-project] [ANN] Traits installer/uninstaller utility

2010-05-15 Thread Johan Fabry
Hi all, this is a small package that I wrote after doing a traits-based refactoring of AspectMaps (Plug: Check out AspectMaps for a cool visualization of Aspects. http://pleiad.cl/aspectmaps. It has nice screencasts. All comments welcome!) AspectMaps extends a number of classes of FAMIX to do i

[Pharo-project] Making OCompletion work in Pharo 1.1

2010-05-15 Thread Mariano Martinez Peck
Hi Romain. I was testing a little OCompletion in Pharo 1.1 and I found a bug in ECUntypedModel >> initializeSelectors as it is doing: [ Smalltalk keysDo: [ :each | selectors add: (ECGlobalEntry contents: each type: #globalVar) ]

[Pharo-project] Pharo logo

2010-05-15 Thread Geoffroy Couprie
Hello, Where can I find a vectorial version of the Pharo logo? The media files downloadable on pharo-project.org are only in PNG and TIF. I would like to use the logo for a custom UITheme :) Best regards, Geoffroy ___ Pharo-project mailing list Pharo-

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Igor Stasenko
On 16 May 2010 01:10, Stéphane Ducasse wrote: > Now you have to build expose so that with one click we can see the desktop > and one click the windows come back in place :) > Yeah, its little bit distracting.. instead of coding, eventually, you'll find yourself sitting and watching images :))

Re: [Pharo-project] Pharo tips

2010-05-15 Thread csrabak
Em 14/05/2010 12:35, Javier Pimás escreveu: [snipped] > > Is there a standard code to distinguish pharo from squeak, so we can > detect which morphs we should use for buttons?? I know these things are more matter of opinion on style than properly strict guidelines, but I want to express my own

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Stéphane Ducasse
Now you have to build expose so that with one click we can see the desktop and one click the windows come back in place :) On May 15, 2010, at 11:58 PM, Igor Stasenko wrote: > This one is little bit fixed, (request a list with 1 image, instead of 8) > and delay 1 minute after error. > > > [ >

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Stéphane Ducasse
argh this is late but we have to try that now :) On May 15, 2010, at 11:48 PM, Igor Stasenko wrote: > [ > > [[ > | rx str url form | > str := (HTTPSocket httpGet: > 'http://www.socwall.com/browse/index.php?wpSortby=8') contents. > rx := '.*(http\:/

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Igor Stasenko
This one is little bit fixed, (request a list with 1 image, instead of 8) and delay 1 minute after error. [ [[ | rx str url form | str := (HTTPSocket httpGet: 'http://www.socwall.com/browse/index.php?wpLimit=1&wpSortby=8') contents. rx := '

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Mariano Martinez Peck
Igor, you are my hero. This is fucking great hahahahaha I will use is it for my images!!! ahhh you should cache them so that when you are offline you can random the ones you already downloaded ahahahahhaha excellent :) mariano On Sat, May 15, 2010 at 11:48 PM, Igor Stasenko wrote: > Guys, th

Re: [Pharo-project] CPUWatcher

2010-05-15 Thread Mariano Martinez Peck
> >>> >> Hi Levente. Thanks for the answer, but I didn't understand. Which code do >> you mean? >> >> If you refer to: >> >> [ true ] whileTrue: [ 1+1 ] >> >> I am sending the message whileTrue: to BlockClosure and the message + to >> 1. >> So, I don't understand. >> > > In theory yes, but in pract

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Igor Stasenko
Guys, this is plain boring :) Here is more interesting example (just evaluate it to see what happens) ;) [ [[ | rx str url form | str := (HTTPSocket httpGet: 'http://www.socwall.com/browse/index.php?wpSortby=8') contents. rx := '.*(http\://

Re: [Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 11:34 PM, Tudor Girba wrote: > Hi, > > Please do not add html inside the book, because you will have troubles when > generating latex or when changing style. > ahhh I forgot about your latex friend...sorry. > Also, I do not agree that you need borders for the table, esp

[Pharo-project] Opening browser pages Re: ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 11:16 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > ok thanks for the explanation. > > Stef > > On May 15, 2010, at 11:02 PM, Sean P. DeNigris wrote: > > > > >> What is an external web browser? > >> What are its goals? > > It's an alternative to Scamper. It fo

Re: [Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Tudor Girba
Hi, Please do not add html inside the book, because you will have troubles when generating latex or when changing style. Also, I do not agree that you need borders for the table, especially for that particular table. Ask yourself this: can I distinguish the table from the rest of the text

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Mariano Martinez Peck
2010/5/15 Tudor Girba > It depends on your browser, but it typically appears in the address bar. > For example, in Safari, it appears as an RSS icon to the right of the > address bar (see attachment). > > Ahhh yes, now I see it ;) Okthe truth is that I never never look the address

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Tudor Girba
It depends on your browser, but it typically appears in the address bar. For example, in Safari, it appears as an RSS icon to the right of the address bar (see attachment). Cheers, Doru <> On 15 May 2010, at 23:20, Mariano Martinez Peck wrote: On Sat, May 15, 2010 at 10:47 PM, Tudor Gir

Re: [Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 10:43 PM, Tudor Girba wrote: > Hi Mariano, > > If you add headers, you will see that you do not need more lines to delimit > columns and rows. I updated your table with a header (introduced with |!). It is much better :) Thanks! > Is this not enough? > > I would like

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 10:47 PM, Tudor Girba wrote: > Hi, > > The RSS is accessible from the header of the page. Why is that not enough? > Which header? I don't see anything. Can you send us a screenshot ? Thanks! Mariano > Cheers, > Doru > > > > On 15 May 2010, at 20:11, Sean P. DeNigris w

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Stéphane Ducasse
ok thanks for the explanation. Stef On May 15, 2010, at 11:02 PM, Sean P. DeNigris wrote: > >> What is an external web browser? >> What are its goals? > It's an alternative to Scamper. It forwards urls to the underlying OS's > browser e.g. on my mac, it opens the URL in a new Safari window. >

Re: [Pharo-project] CPUWatcher

2010-05-15 Thread Levente Uzonyi
On Sat, 15 May 2010, Mariano Martinez Peck wrote: On Sat, May 15, 2010 at 8:54 PM, Levente Uzonyi wrote: On Sat, 15 May 2010, Mariano Martinez Peck wrote: Hi folks. This is why I like writing in books/wikis, because I always learn :) Now I writing in the book about the Interrupt Key and I

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Sean P. DeNigris
> What is an external web browser? > What are its goals? It's an alternative to Scamper. It forwards urls to the underlying OS's browser e.g. on my mac, it opens the URL in a new Safari window. And how to we use the code in this package? "ExternalWebBrowser openOnUrl: 'www.squeak.org'" I haven'

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Stéphane Ducasse
thanks sean! What is an external web browser? And how to we use the code in this package? What are its goals? Stef On May 15, 2010, at 10:37 PM, Sean P. DeNigris wrote: > > From post on Squeak-dev: > > Tested in: > * Squeak 4.1-10145 > * Pharo 1.1-11364 > > Squeak: > Installer ss > project

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Tudor Girba
Hi, The RSS is accessible from the header of the page. Why is that not enough? Cheers, Doru On 15 May 2010, at 20:11, Sean P. DeNigris wrote: I'm not sure about the icon. I changed the page title to: 1.3 Viewing the Edit History (HTML or RSS) Is that better? Sean -- View this message

Re: [Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Tudor Girba
Hi Mariano, If you add headers, you will see that you do not need more lines to delimit columns and rows. I updated your table with a header (introduced with |!). Is this not enough? Cheers, Doru On 15 May 2010, at 18:21, Mariano Martinez Peck wrote: Hi (Doru?) I was just creating this

[Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Sean P. DeNigris
>From post on Squeak-dev: Tested in: * Squeak 4.1-10145 * Pharo 1.1-11364 Squeak: Installer ss project: 'SPDProjectUpdates'; install: 'ConfigurationOfExternalWebBrowser'. (Smalltalk at: #ConfigurationOfExternalWebBrowser) load Pharo: Gofer new squeaksource: 'SPDProjectUpdates'; pac

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 8:20 PM, Stéphane Ducasse wrote: > Yes start a section :) > under tips and trick > > Done: http://book.pharo-project.org/book/table-of-contents/CustomizingPharo/PuttingABackgroundPicture/ > On May 14, 2010, at 8:15 PM, Mariano Martinez Peck wrote: > > > > > > > On Fri,

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 12:14 PM, Gary Chambers wrote: > Fine for me spanned over two monitors (World extent 3...@1014) in Vista. > > Note that there is a shorter message form for setting the background image: > > World backgroundImage: (ImageReadWriter formFromFileNamed: > 'pharoBackground.png')

Re: [Pharo-project] CPUWatcher

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 8:54 PM, Levente Uzonyi wrote: > On Sat, 15 May 2010, Mariano Martinez Peck wrote: > > Hi folks. This is why I like writing in books/wikis, because I always >> learn >> :) >> Now I writing in the book about the Interrupt Key and I come up with this >> guy I was not even a

Re: [Pharo-project] CPUWatcher

2010-05-15 Thread Levente Uzonyi
On Sat, 15 May 2010, Mariano Martinez Peck wrote: Hi folks. This is why I like writing in books/wikis, because I always learn :) Now I writing in the book about the Interrupt Key and I come up with this guy I was not even aware of: CPUWatcher. It seemss very cool and useful. However, I am using

Re: [Pharo-project] [Pharo-users] Using FFI to call a MacOs System function

2010-05-15 Thread DavidWilson
Hi John It works as you describe, thanks. Sorry only to reply now, your post didn't come to me via email (don't know why!) I only saw it today. David -- View this message in context: http://forum.world.st/Re-Pharo-users-Using-FFI-to-call-a-MacOs-System-function-tp2131691p2217998.html Sent from

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Sean P. DeNigris
I'm not sure about the icon. I changed the page title to: 1.3 Viewing the Edit History (HTML or RSS) Is that better? Sean -- View this message in context: http://forum.world.st/pharo-book-RSS-tp2217905p2217982.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. ___

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread laurent laffont
IMHO yes. Is it possible to add the standard RSS icon on the page header or footer ? Laurent Laffont Le 15 mai 2010 à 19:52, "Sean P. DeNigris" a écrit : Should I change the title of http://book.pharo-project.org/book/bookHelp/viewing-the-edit- history/ to mention RSS, to be more cle

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 7:52 PM, Sean P. DeNigris wrote: > > Should I change the title of > http://book.pharo-project.org/book/bookHelp/viewing-the-edit-history/ to > mention RSS, to be more clear? > +1 and it would be cool to add the standard RSS picture/link in the header or footer like any no

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Sean P. DeNigris
Should I change the title of http://book.pharo-project.org/book/bookHelp/viewing-the-edit-history/ to mention RSS, to be more clear? -- View this message in context: http://forum.world.st/pharo-book-RSS-tp2217905p2217962.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. ___

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Stéphane Ducasse
feed://book.pharo-project.org/book/?view=PBDiffRssView I read them in my mail client Stef On May 15, 2010, at 6:40 PM, laurent laffont wrote: > Hi, > > is it possible to have a RSS feeds of changes in the Pharo collaborative book > ? > > Cheers, > > Laurent Laffont > > http://pharocasts.blo

Re: [Pharo-project] A remote workspace

2010-05-15 Thread Stéphane Ducasse
+1 Stef On May 15, 2010, at 6:38 PM, laurent laffont wrote: > Cool. Can someone write about the various way to access Pharo remotely with > pro/cons in the Pharo collaborator book ? > > Laurent Laffont > > http://pharocasts.blogspot.com/ > http://magaloma.blogspot.com/ _

[Pharo-project] CPUWatcher

2010-05-15 Thread Mariano Martinez Peck
Hi folks. This is why I like writing in books/wikis, because I always learn :) Now I writing in the book about the Interrupt Key and I come up with this guy I was not even aware of: CPUWatcher. It seemss very cool and useful. However, I am using it wrong, or there is too much dust on it. I want to

[Pharo-project] pharo book RSS

2010-05-15 Thread laurent laffont
Hi, is it possible to have a RSS feeds of changes in the Pharo collaborative book ? Cheers, Laurent Laffont http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/ ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.g

Re: [Pharo-project] A remote workspace

2010-05-15 Thread laurent laffont
Cool. Can someone write about the various way to access Pharo remotely with pro/cons in the Pharo collaborator book ? Laurent Laffont http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/ On Sat, May 15, 2010 at 6:21 PM, Geoffroy Couprie wrote: > It's in the Metacello repository now! >

Re: [Pharo-project] A remote workspace

2010-05-15 Thread Geoffroy Couprie
It's in the Metacello repository now! On Sat, May 15, 2010 at 5:19 PM, Stéphane Ducasse wrote: > cool cool cool > Geoffroy two things >        if you have access rights to the squeaksource project it would be nice > to publish it there >        then in addition it would be nice to publish it in

[Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Mariano Martinez Peck
Hi (Doru?) I was just creating this page: http://book.pharo-project.org/book/TipsAndTricks/InterruptKey and seems there is no style for table, tr, td, etc. I checked with firebug and the html is correct. So I guess we could add style. I tried to go to the css component and check but it seems I do

Re: [Pharo-project] Pharo tips

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 5:27 PM, Stéphane Ducasse wrote: > > On May 15, 2010, at 5:20 PM, Mariano Martinez Peck wrote: > > > > > > > 2010/5/14 Javier Pimás > > > > > > 2010/5/14 Mariano Martinez Peck > > Javier, if people agree we can include it in PharoDev 1.1. Maybe not > right now, but once

[Pharo-project] PharoTips architecture

2010-05-15 Thread Mariano Martinez Peck
Sorry Javier for "talking" too much about your project ;) I am just curious. 1) How to store tips? How are you going to store the tips? just class side variable with all stuff? 2) it would be great to be able to give properties to each tip. At least, to tell each tips in which context it shoul

Re: [Pharo-project] Pharo tips

2010-05-15 Thread Stéphane Ducasse
On May 15, 2010, at 5:20 PM, Mariano Martinez Peck wrote: > > > 2010/5/14 Javier Pimás > > > 2010/5/14 Mariano Martinez Peck > Javier, if people agree we can include it in PharoDev 1.1. Maybe not right > now, but once it is stable and with several tips... > > what do you think ? > > > O

Re: [Pharo-project] Pharo tips

2010-05-15 Thread Mariano Martinez Peck
2010/5/14 Javier Pimás > > > 2010/5/14 Mariano Martinez Peck > >> Javier, if people agree we can include it in PharoDev 1.1. Maybe not right >> now, but once it is stable and with several tips... >> >> what do you think ? >> >> > Of course! I'd be glad of that. Did I say anyone with any tips is

Re: [Pharo-project] A remote workspace

2010-05-15 Thread Stéphane Ducasse
cool cool cool Geoffroy two things if you have access rights to the squeaksource project it would be nice to publish it there then in addition it would be nice to publish it in the MetacelloRepository repository. stef On May 15, 2010, at 5:08 PM, Geoffroy Couprie wrote

Re: [Pharo-project] A remote workspace

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 5:08 PM, Geoffroy Couprie wrote: > Hello, > > Here is a Metacello configuration for REPL: > > http://eleves.ec-lille.fr/~couprieg/divers/ConfigurationOfREPL-GeoffroyCouprie.3.mcz > > Is

Re: [Pharo-project] A remote workspace

2010-05-15 Thread Geoffroy Couprie
Hello, Here is a Metacello configuration for REPL: http://eleves.ec-lille.fr/~couprieg/divers/ConfigurationOfREPL-GeoffroyCouprie.3.mcz Is it OK? On Thu, May 13, 2010 at 1:51 PM, Stéphane Ducasse wrote: > yes > > http://gemstonesoup.wordpress.com/2009/10/19/metacello-tutorial-updated/ > > >

Re: [Pharo-project] maybe a stupid question :)

2010-05-15 Thread Esteban Lorenzano
ok ok, I surrender :) On 2010-05-15 07:22:51 -0300, Michael Roberts said: You might disagree but it's what we decided. We should keep different version tags so that we can use different update streams (sections within) in the future. Cheers mike On Friday, May 14, 2010, Stéphane Ducasse

[Pharo-project] Fwd: NetNameResolver in Pharo 1.1

2010-05-15 Thread Michael Roberts
I first tried the metacello package but it didn't work. I then tried the installer script but I didn't have installer loaded. So I found a copy of installer installed that and then ran the update script exactly from the wiki page. It didn't work. I mean it installed a bunch of stuff but is still mi

Re: [Pharo-project] maybe a stupid question :)

2010-05-15 Thread Michael Roberts
You might disagree but it's what we decided. We should keep different version tags so that we can use different update streams (sections within) in the future. Cheers mike On Friday, May 14, 2010, Stéphane Ducasse wrote: > I do not have strong feeling about that ;) > Just busy :) > > On May 14,

Re: [Pharo-project] maybe a stupid question :)

2010-05-15 Thread Tudor Girba
Hi, This was decided a long time ago: - PharoCore is PharoCore - PharoDev is Pharo (and from now on, perhaps it would be great to not talk about PharoDev anymore) So, Pharo is PharoDev. In fact, only for very few people will PharoCore be interesting. For most, Pharo(Dev) it is the interesti

Re: [Pharo-project] Keyboard Shortcuts in Pharo?

2010-05-15 Thread Stéphane Ducasse
> > I've got all three running in Squeak 4.1 trunk. Loading in Pharo will be > more complicated due to missing dependencies - maybe not worth it. It might > be better to catalogue how they work and come up with something simple and > flexible from scratch? > > There is a solution brewing in m

Re: [Pharo-project] Applescript project ported to Pharo 1.1 #11360

2010-05-15 Thread Stéphane Ducasse
Sean this is cool We should think about a way to distinguish code that runs well in pharo from the other. We could have a configurationOf for it. On May 14, 2010, at 10:52 PM, Sean P. DeNigris wrote: > > I removed all the underscore assignments from Applescript, and manually ran > all the samp