[Pharo-project] loading rio problem

2010-02-01 Thread Stéphane Ducasse
Hi guys do you have the same problem than me loading Rio? Gofer new squeaksource: 'Rio'; package: 'File-Kernel'; package: 'File-Base'; load. Any idea where it is coming? Missing FFI? Stef ___

Re: [Pharo-project] Some code! (was Re: Date fromString: '6-Jan-10')

2010-02-01 Thread Stéphane Ducasse
Thanks goran Issue 1900: Date reading from goran http://code.google.com/p/pharo/issues/detail?id=1900 Stef On Jan 21, 2010, at 11:12 AM, Göran Krampe wrote: Hi guys! I admit not having tracked this thread in detail BUT attached is a changeset that I dug out from the

[Pharo-project] Doubt in table layout mechanism

2010-02-01 Thread nullPointer
I´m doing a grid widget, and have some problems in positioning of the cells of rows. See that image - http://n4.nabble.com/file/n1457970/table_layout_doubt.png Each row is a panel with table layout policy, and left to right direction. Each cell is a morph with another control inside, the

Re: [Pharo-project] Fun with ProfStef

2010-02-01 Thread Dale Henrichs
- laurent laffont laurent.laff...@gmail.com wrote: | | Hi, | | isn't it quite complex ? One can do: | 3 timesRepeat: [ProfStef next]. | | Less to type, Smalltalkish, and maybe more fun ? | Laurent, The #goto: style allows one to label a lesson ... #timesRepeat: fails if I reorder the

[Pharo-project] fun with morphic and inheritance

2010-02-01 Thread Stéphane Ducasse
Quizz What is the superclass of PopUpChoiceMorph ? the answer is below | | | | | | | | | | | | | . . . . . . . . . V StringMorph probably because it has a String displayed. We removed it with luc and noury. But this is just an example of mix between inheritance and composition we

Re: [Pharo-project] [Seaside] Re: [ANN] PDF of Dynamic Web Development with Seaside

2010-02-01 Thread stephane ducasse
On Jan 31, 2010, at 9:18 PM, Damien Cassou wrote: On Sun, Jan 31, 2010 at 9:15 PM, stephane ducasse stephane.duca...@free.fr wrote: Far less than we could expect when you consider the amount of time and energy we spent on it and its quality. We are at 34 You haven't talked about it

[Pharo-project] MenuMorph help

2010-02-01 Thread Stéphane Ducasse
Hi all I want to replace PopUpMenu setMenuFontTo: self menuFont]. by its equivalent in MenuMorph. Does anybody has a magic invocation? I also would like to get rid of PopUpMenu in the following installAsDefault FontSetNewYork installAsDefault (self confirm: 'Do you want

[Pharo-project] [update 1.1] #11190

2010-02-01 Thread stephane ducasse
11190 - - Issue 1902: better codeHolder source validation - Issue 1900: Date reading with pattern from goran Thanks Goran :) Cleaning of Data class protocols - Issue 1889: clarifying PopUpMenu vs. MenuMorph Part Two Remove FillInTheBlank

[Pharo-project] improved ScriptLoader

2010-02-01 Thread Stéphane Ducasse
hi guys even if I'm not sure that our publishing process is the right one. I improved it a bit. :) When metacello will be ok to manage the core we will happily throw this code. Now ***before*** publishing the packages, the image is saved and a new image to be published is saved with all the

[Pharo-project] StandardFileMenu and StandardFileMenuResult

2010-02-01 Thread Stéphane Ducasse
Hi in my battle to remove PopUpMenu and SelectionMenu I encounter some sleeping dragons and I need more elfish blade :) Does any body know what is the these classes? Then any code to replace them? Stef ___ Pharo-project mailing list

[Pharo-project] [update 1.1] #11191

2010-02-01 Thread Stéphane Ducasse
11191 - - remove method with no sender from Utilities. Mainly to check new scritploader logic for real ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] [squeak-dev] Curl plugin problems

2010-02-01 Thread John M McIntosh
MMm the curlplugin is oh what 3 year, 6 months old. I guess interest means compiling up a new one. On 2010-02-01, at 12:03 AM, Lukas Renggli wrote: Anything that goes beyond a basic up or download leads to a primitive failure: Curl new url: 'http://somedomain.com/foo';

Re: [Pharo-project] [squeak-dev] Curl plugin problems

2010-02-01 Thread Lukas Renggli
MMm the curlplugin is oh what 3 year, 6 months old. I guess interest means compiling up a new one. A new version would be super cool, indeed :-) Lukas -- Lukas Renggli http://www.lukas-renggli.ch ___ Pharo-project mailing list

Re: [Pharo-project] [squeak-dev] Curl plugin problems

2010-02-01 Thread Fernando olivero
Alien could be used, for reifying the Curl library in the system. I don't have the time to do it, but i could give pointers on how to start. Fernando On Feb 1, 2010, at 9:59 AM, Lukas Renggli wrote: MMm the curlplugin is oh what 3 year, 6 months old. I guess interest means compiling up a

Re: [Pharo-project] fun with morphic and inheritance

2010-02-01 Thread Fernando olivero
Just a comment. Following a discussion i recall having with Juan Vuletich, the same idea would apply for replacing Inheritance with composition for modeling geometry in Morphic. Not having Morph - RectangleMorph - TextMorph , and pretty much all the subclasses of BorderedMorph. On Jan

Re: [Pharo-project] Doubt in table layout mechanism

2010-02-01 Thread Simon Denier
Hi First let me tell you I find your screenshot very neat and I'm glad we will (soon?) have such a widget in Pharo (especially for Moose :)) Now I didn't really understand your question (and I'm not sure I can help, given my anecdotical Morphic knowledge) Can you send a screenshot showing the

Re: [Pharo-project] [squeak-dev] Curl plugin problems - CurlPlugin.1.1.0.bundle.zip

2010-02-01 Thread John M McIntosh
Ok, I build a new CurlPlugin.bundle for os-x Version 1.1.0 Find that via http://www.smalltalkconsulting.com/squeak.html http://homepage.mac.com/johnmci/FileSharing.html or ftp://ftp.smalltalkconsulting.com look in the experimental folder for CurlPlugin.1.1.0.bundle.zip Now first it's 2:00am

Re: [Pharo-project] Doubt in table layout mechanism

2010-02-01 Thread nullPointer
Can you send a screenshot showing the problem? I understand there is a problem if one cell has a bigger height, then the row got resized but other cells in the row don't, hence a strange appearance. Is this a problem with alignment? Exactly; in the boolean column, the editor control, a

Re: [Pharo-project] Doubt in table layout mechanism

2010-02-01 Thread Gary Chambers
Doe setting vResizing to #spaceFill on each cell (and it's submorph?) not work? Regards, Gary - Original Message - From: nullPointer To: pharo-project@lists.gforge.inria.fr Sent: Monday, February 01, 2010 10:46 AM Subject: Re: [Pharo-project] Doubt in table layout mechanism

Re: [Pharo-project] [squeak-dev] Curl plugin problems

2010-02-01 Thread Schmidt, Marco
I began working on an Alien-Curl-Wrapper too. The main problem (for me) was the missing Alien support under WIN32/LINUX. Without Alien support it is easier to use the current CurlPlugin (with the changes to add header fields to the http requests). A long time ago I requested the integration

Re: [Pharo-project] Fun with ProfStef

2010-02-01 Thread Mariano Martinez Peck
On Sun, Jan 31, 2010 at 7:04 PM, Dale Henrichs dale.henri...@gemstone.comwrote: - laurent laffont laurent.laff...@gmail.com wrote: | | Hi, | | isn't it quite complex ? One can do: | 3 timesRepeat: [ProfStef next]. | | Less to type, Smalltalkish, and maybe more fun ? | Laurent,

Re: [Pharo-project] fun with morphic and inheritance

2010-02-01 Thread Stéphane Ducasse
May be :) now let us focus on the obvious and ugly :) Stef On Feb 1, 2010, at 10:40 AM, Fernando olivero wrote: Just a comment. Following a discussion i recall having with Juan Vuletich, the same idea would apply for replacing Inheritance with composition for modeling geometry in

[Pharo-project] what happened with select:thenDo: etc. removal?

2010-02-01 Thread Esteban Lorenzano
Hi, I don't remember the conclusion of the discussion about removing select:thenDo:, collect:thenDo: etc... They will be removed or they will stay as part of pharo core? Cheers, Esteban ___ Pharo-project mailing list

Re: [Pharo-project] Fun with ProfStef

2010-02-01 Thread Dale Henrichs
- Mariano Martinez Peck marianop...@gmail.com wrote: | On Sun, Jan 31, 2010 at 7:04 PM, Dale Henrichs | dale.henri...@gemstone.comwrote: | | | - laurent laffont laurent.laff...@gmail.com wrote: | | | | Hi, | | | | isn't it quite complex ? One can do: | | 3 timesRepeat: [ProfStef

Re: [Pharo-project] Fun with ProfStef

2010-02-01 Thread Danny Chan
Hi! In the latest version of ProfStefCore from me I moved two messages I defined in ProfStefBrowser to the ProfStef class. goto to specific tutorial and lesson by selector ProfStef tutorial: SmalltalkSyntaxTutorial lesson: #welcome goto to specific tutorial and lesson by index ProfStef

[Pharo-project] Smalltalk meetup

2010-02-01 Thread Norbert Hartl
Please join us on the 18th of February for a first Cologne Smalltalk User Meetup. Anyone interested in Smalltalk is invited, regardless if you only recently discovered the magic of doing things the Smalltalk way, are a die hard VM-Hacker, want to share your experience on web-development in

[Pharo-project] How do I actually start seaside using Workspace for Installing external projects?

2010-02-01 Thread Matthias Berth
Hi, It's great to see the welcome workspaces in the most recent pharo 1.0rc2! I have executed the loading of ConfigurationOfSeaside28, and now I want to see my little seaside app. I have followed the seaside book (made a subclass of WAComponent, registered it). Now I tried to go to

Re: [Pharo-project] [squeak-dev] Curl plugin problems

2010-02-01 Thread Lukas Renggli
The curl plugin works very well and is very fast for the parts that it is supposed to work on. The problem is, that it does not provide a complete API to all the functionality of libcurl. For example, it is impossible to perform more sophisticated operations on protocols other than HTTP (like

Re: [Pharo-project] How do I actually start seaside using Workspace for Installing external projects?

2010-02-01 Thread Lukas Renggli
I have executed the loading of ConfigurationOfSeaside28, and now I want to see my little seaside app. I have followed the seaside book (made a subclass of WAComponent, registered it). Now I tried to go to http://localhost:8080/ but I get nothing. Looks like seaside is not started... What

Re: [Pharo-project] How do I actually start seaside using Workspace for Installing external projects?

2010-02-01 Thread Matthias Berth
OK, fixed: Name: ImageForDevelopers-pharo-MatthiasBerth.219 Author: MatthiasBerth Time: 1 February 2010, 9:07:56 pm UUID: 547802fb-dd6b-4555-b3c7-d3219fce3624 Ancestors: ImageForDevelopers-pharo-MarianoMartinezPeck.218 Added hints in openExternalProjectWorkspace on how to start the web server.

Re: [Pharo-project] what happened with select:thenDo: etc. removal?

2010-02-01 Thread Stéphane Ducasse
It would be nice that they get a fast implementation not doing two passes and creating an intermediate collection when possible. Stef On Feb 1, 2010, at 4:57 PM, Esteban Lorenzano wrote: An explanation: I'm not asking for a removal, I want they to stay... but I remember there were a

Re: [Pharo-project] Fun with ProfStef

2010-02-01 Thread Dale Henrichs
Excellent! Dale - Danny Chan chan_...@yahoo.de wrote: | Hi! | | In the latest version of ProfStefCore from me I moved two messages I | defined in | ProfStefBrowser to the ProfStef class. | | goto to specific tutorial and lesson by selector | ProfStef tutorial: SmalltalkSyntaxTutorial

Re: [Pharo-project] How do I actually start seaside using Workspace for Installing external projects?

2010-02-01 Thread Dale Henrichs
I think that this would be the perfect spot for a ProfStef tutorial ... handful of steps to configure/launch Seaside 2.8 ... The tutorial could be part of ConfigurationOfSeaside28 and when loaded would launch the tutorial ... it would not be part of the Core group, but would be available in