Re: [Pharo-project] keyboard shortcut for 'save image'

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 5:31 AM, Sean P. DeNigris wrote: > > Preliminarily... > > Keymapping > * adds names of shortcut groups, as symbols, in a morph's extension > properties > * changes Morph > - extends with about 15 methods > - overrides handleKeystroke: to invoke any key maps before normal

[Pharo-project] FFI cleanups (no underscore assignment)

2010-05-14 Thread Torsten Bergmann
Hi, FFI still had underscore assignments in the Unix package which I fixed now in "FFI-Unix-tbn.3.mcz". The Metacello configuration is also updated. If you work with Metacello you can use: In Squeak: Installer ss project: 'MetacelloRep

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

2010-05-14 Thread Gary Chambers
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') layout: #scaled Alternatively, as before, having a .jpg file i

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Gary Chambers
Or (in Pharo only) use MultistateButtonMorph. Regards, Gary - Original Message - From: "Torsten Bergmann" To: Sent: Friday, May 14, 2010 7:42 AM Subject: [Pharo-project] Pharo tips >I open it in pharo I see that I have SystemWindowButton class missing. What steps should I follow

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

2010-05-14 Thread Alexis Parseghian
2010/5/13 Mariano Martinez Peck : > Hi folks. I re-try (yes, yes, I re-insist hahaha) to have a background > picture for the PharoDev 1.1. Tried it in fullscreen on dual widescreen displays, World extent 2...@900, under Debian Sid. > - You should stretch the pharo image, make it very big, and the

[Pharo-project] Pharo tips

2010-05-14 Thread Torsten Bergmann
I would also add ... textMorph lock. ... to the PharoTipsMorph>>initialize method so it is not editable anymore. Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 ___ Phar

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Stéphane Ducasse
Javier this is fun. I saw that somebody did a kind a growl widget for Squeak. Stef On May 14, 2010, at 6:46 AM, Javier Pimás wrote: > Hi, >I was thinking that new users can get much help from did you know tips. > But I don't like regular tips, which are shown in a modal window that just >

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

2010-05-14 Thread Stéphane Ducasse
On 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')

[Pharo-project] maybe a stupid question :)

2010-05-14 Thread Esteban Lorenzano
Hi, Why SystemVersion current version answers 'PharoCore1.0' and not just 'Pharo1.0'? Cheers, Esteban ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

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

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 2:00 PM, Esteban Lorenzano wrote: > Hi, > Why SystemVersion current version answers 'PharoCore1.0' and not just > 'Pharo1.0'? > > Maybe to distinguish from PharoDev? PharoCore answers -> 'PharoCore1.0' PharoDev (a.k.a Pharo) answers -> 'Pharo-1.0' Cheers, > Esteban >

Re: [Pharo-project] Text selection color too dark in Pharo 1.1

2010-05-14 Thread Alain Plantec
Hi Adrian, yes, I think this has changed since to the preferences to settings refactoring. and indeed I find the blue too dark. http://code.google.com/p/pharo/issues/detail?id=2431 Cheers Alain Le 09/05/2010 13:31, Adrian Lienhard a écrit : In Pharo 1.0 the background color of selected text lo

[Pharo-project] Categories and Packages

2010-05-14 Thread Geert Claes
Categories are used to group related Classes together in an Image. The notion of Repositories and Packages were probably introduced to manage saving versions of code outside the Image and sharing this code easier. I am only trying to understand the reason why Classes are grouped in Categories as

Re: [Pharo-project] Text selection color too dark in Pharo 1.1

2010-05-14 Thread Alain Plantec
fixed. see http://code.google.com/p/pharo/issues/detail?id=2431 Cheers Alain Le 09/05/2010 13:31, Adrian Lienhard a écrit : In Pharo 1.0 the background color of selected text looks as follows: In Pharo 1.1: The text is harder to read with the new color. Was this changed on pur

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

2010-05-14 Thread Geert Claes
Mariano Martinez Peck wrote: > > - You should stretch the pharo image, make it very big, and the background > picture should stretch also together with the image. > It does stretch, question is why should it stretch? I find that when you make it very wide or very narrow it looks a bit strange

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

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 4:19 PM, Geert Claes wrote: > > > Mariano Martinez Peck wrote: > > > > - You should stretch the pharo image, make it very big, and the > background > > picture should stretch also together with the image. > > > > It does stretch, question is why should it stretch? I find t

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

2010-05-14 Thread Geert Claes
Mariano Martinez Peck wrote: > >> It does stretch, question is why should it stretch? I find that when you >> make it very wide or very narrow it looks a bit strange. Why not just >> center the background image? > > I don't know. For me is the same. In my pc it is the same ;) > When I release

Re: [Pharo-project] NetNameResolver in Pharo 1.1

2010-05-14 Thread Michael Roberts
Hi just trying to run the tests via the standard magma test expression. So it is looking to see if Display exists. That's the point on my mac I recognize that it annoyingly changes my screen resolution :-) anyway it is missing your ma extension to query the namespace. Cheers mike On Friday, May

Re: [Pharo-project] Categories and Packages

2010-05-14 Thread Stéphane Ducasse
packages were added on top and use categories. Ideally I would like to remove categories. The problme is that it is not that simple because you may have large packages and want to structure it inside. Stef On May 14, 2010, at 4:08 PM, Geert Claes wrote: > > Categories are used to group related

Re: [Pharo-project] Text selection color too dark in Pharo 1.1

2010-05-14 Thread Stéphane Ducasse
thanks alain. On May 14, 2010, at 4:16 PM, Alain Plantec wrote: > fixed. > see http://code.google.com/p/pharo/issues/detail?id=2431 > Cheers > Alain > > Le 09/05/2010 13:31, Adrian Lienhard a écrit : >> In Pharo 1.0 the background color of selected text looks as follows: >> >> >> >> >> In

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

2010-05-14 Thread Esteban Lorenzano
May I disagree with that? I mean "pharo" is "pharo core", and "pharo dev" is just pharo+packages loaded, so I don't see the point on declaring it a different version. On 2010-05-14 09:04:31 -0300, Mariano Martinez Peck said: On Fri, May 14, 2010 at 2:00 PM, Esteban Lorenzano wrote: H

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

2010-05-14 Thread Stéphane Ducasse
I do not have strong feeling about that ;) Just busy :) On May 14, 2010, at 5:24 PM, Esteban Lorenzano wrote: > May I disagree with that? I mean "pharo" is "pharo core", and "pharo dev" is > just pharo+packages loaded, so I don't see the point on declaring it a > different version. > > On 2010

Re: [Pharo-project] Categories and Packages

2010-05-14 Thread Geert Claes
Stéphane Ducasse wrote: > > packages were added on top and use categories. Ideally I would like to > remove categories. The problme is that it is not that simple because you > may have large packages and want to structure it inside. > I guess having packages that are that large that they need

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Javier Pimás
Nice!!! That looks wonderful, you just got a write permission in squeaksource ;) Could you please commit these changes? Is there a standard code to distinguish pharo from squeak, so we can detect which morphs we should use for buttons?? Regards, Javier. 2010/5/14 Torsten Bergmann >

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

2010-05-14 Thread Gary Chambers
See AlphaImageMorph>>layoutSymbols for positioning options... Regards, Gary - Original Message - From: "Geert Claes" To: Sent: Friday, May 14, 2010 3:25 PM Subject: Re: [Pharo-project] Help testing Pharo 1.1 in big screens! Mariano Martinez Peck wrote: It does stretch, questio

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

2010-05-14 Thread Richard Durr
Looks beautiful on a 27" iMac screen. On Fri, May 14, 2010 at 4:25 PM, Geert Claes wrote: > > > Mariano Martinez Peck wrote: >> >>> It does stretch, question is why should it stretch?  I find that when you >>> make it very wide or very narrow it looks a bit strange.  Why not just >>> center the b

Re: [Pharo-project] Categories and Packages

2010-05-14 Thread Lukas Renggli
On Friday, May 14, 2010, Geert Claes wrote: > > Categories are used to group related Classes together in an Image.  The > notion of Repositories and Packages were probably introduced to manage > saving versions of code outside the Image and sharing this code easier. > > I am only trying to underst

[Pharo-project] Packages management

2010-05-14 Thread Andrei Stebakov
I am a little confused reading Pharo by example... >From what I understand we can create a package in the Class Browser and this package will automatically appear in the Monticello Browser. In the tutorial they ask you to create a package (with the same name PBE-LightsOut) in the Monticello Browser

Re: [Pharo-project] Categories and Packages

2010-05-14 Thread Geert Claes
Lukas Renggli wrote: > >> I am only trying to understand the reason why Classes are grouped in >> Categories as well as Packages especially since by convention the Package >> name is the same as the Class name? > > The package name is normally a prefix of the category name. The class > name has

[Pharo-project] IWST 2010 CfP - Deadline Extension

2010-05-14 Thread Michael Haupt
* apologies for multiple copies * The submission deadline for the International Workshop on Smalltalk Technologies (IWST) 2010 has been extended to June 18. Please find the details below. Call for Papers International Workshop on Smalltalk Technologies (IWST) 2010 co-located with European Smal

Re: [Pharo-project] Packages management

2010-05-14 Thread Schwab,Wilhelm K
Automatic might be contingent on using the correct browser?? I have never found the MC browser to be particularly deterministic, but it *does* work once one plays by the rules: (1) a class category/package name is case sensitive. (2) method categories, (ab)used to package loose methods, begin wi

Re: [Pharo-project] NetNameResolver in Pharo 1.1

2010-05-14 Thread Chris Muller
You have an out-of-date version of "Ma Armored Code" package.  It sounds like you are not using instructions on the Magma installation page..?  http://wiki.squeak.org/squeak/2657 The Installer script provided there is correct, I'm not sure what happened.. You could also use Monticello Configurat

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

2010-05-14 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] Remove developing with Pharo

2010-05-14 Thread Andrei Stebakov
Exactly what VNC slient I can use on Windows? I tried VNC viewer free ( http://www.realvnc.com/products/free/4.1/winvncviewer.html), trying to connect to the locally run Pharo and the viewer fails with "uncknown rect encoding" after which Pharo image also freezes. Is there any step-by-step tutorial

Re: [Pharo-project] Pharo tips

2010-05-14 Thread 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 ? Another idea: those tips are cool to read them there, but also would be cool to have such tricks in http://book.pharo-project.org/ So...what about a

[Pharo-project] better error for removing method [WAS] Fwd: [vwnc] Stupid Smalltalk question...

2010-05-14 Thread Mariano Martinez Peck
Hi. In VW they proposed the change I forward. I think it is very cool. Mostly for newcomers or people that come from static and typed languages. What do you think? Cheers Mariano -- Forwarded message -- From: Niall Ross Date: Fri, May 14, 2010 at 3:52 PM Subject: Re: [vwnc] Stu

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

2010-05-14 Thread Stéphane Ducasse
Yes start a section :) under tips and trick On May 14, 2010, at 8:15 PM, Mariano Martinez Peck wrote: > > > 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 se

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Javier Pimás
Stephane, I'll have a look. I't would be easy to add growl as a backend, as presentation and model are separated from the start. What I wonder is if growl fits in here, isn't it a system wide notification system? Regards, Javier. On Fri, May 14, 2010 at 8:06 AM, Stéphane

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Stéphane Ducasse
I did have a look at it. But I forgot :) I found it fun. Stef > Stephane, > I'll have a look. I't would be easy to add growl as a backend, > as presentation and model are separated from the start. What I wonder is if > growl fits in here, isn't it a system wide notification syste

[Pharo-project] maybe a stupid question :)

2010-05-14 Thread Torsten Bergmann
>I mean "pharo" is "pharo core" Is Linux only the Kernel? No. You have a Linux version (distro) and the kernel version. >and "pharo dev" is just pharo+packages loaded Pharo-dev is what is distributed by default and typically called "Pharo". Similar to the platform and loaded packages in Ecli

Re: [Pharo-project] RB and OB in Pharo 1.1 [WAS] Re: [Seaside] Loading Seaside 3.0 in Pharo 1.1

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 7:19 AM, Lukas Renggli wrote: > > Good to know. I add it for the moment. > > > > Now, another problems while running tests: > > > > Deprecation: The method ArrayedCollection asSortedArray has been > deprecated. > > Use asArray sort > > > > in BogusDamage >> repairCategorie

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

2010-05-14 Thread Igor Stasenko
On 14 May 2010 21:36, Torsten Bergmann wrote: >>I mean "pharo" is "pharo core" > > Is Linux only the Kernel? No. > You have a Linux version (distro) and the kernel version. > >>and "pharo dev" is just pharo+packages loaded > > Pharo-dev is what is distributed by default and typically > called "Pha

[Pharo-project] Pharo tips

2010-05-14 Thread Torsten Bergmann
Hi Javier >Nice!!! That looks wonderful, you just got a write permission in >squeaksource ;) Could you please commit these changes? No, since I have no permission yet. Attached is the full mcz with the cleanups. I also categorized all methods (version 2). And added a missing "super initialize"

Re: [Pharo-project] Problem in Pharo 1.1 (Igor?) : You have reached the size limit of the changes file.

2010-05-14 Thread Igor Stasenko
On 14 May 2010 04:27, David T. Lewis wrote: > On Fri, May 14, 2010 at 02:33:38AM +0300, Igor Stasenko wrote: >> 2010/5/14 Mariano Martinez Peck : >> > >> > >> > On Thu, May 13, 2010 at 8:26 PM, St??phane Ducasse >> > wrote: >> >> >> >> mariano >> >> >> >> i just released a fix could you stress th

Re: [Pharo-project] Remove developing with Pharo

2010-05-14 Thread Mariano Martinez Peck
I paste a text I got from an old mail: "The latest version on squeaksource works. You can load it from http://squeaksource.com/RFB (Note that this package has been forked at least three times.) We used to connect to the server with RealVNC with the following settings: ZRLE encoding (disable auto s

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Igor Stasenko
On 14 May 2010 21:35, Stéphane Ducasse wrote: > I did have a look at it. > But I forgot :) I found it fun. > +1 i like these bits. They greatly helping people to enter a new domain. Its interesting, somehow to do it a context-sensitive. So, depending on a focused window (i.e. browser, workspace, d

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Javier Pimás
Excelent, I've uploaded these changes and made a small fix to make it resize on main window's resize. By the way, I fixed your permissions in squeaksource. Thanks! Javier. On Fri, May 14, 2010 at 3:53 PM, Torsten Bergmann wrote: > Hi Javier > > >Nice!!! That looks wonderful, you just g

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Javier Pimás
Yes!! I was thinking of the same kind of things. We could use help from someone who knows morphic better on how to detect things like - which window you are working - what you are doing ;) - what menu items / tools you use most. - any intresting thing you could think Javier. On Fri, May 14, 2010

Re: [Pharo-project] Pharo tips

2010-05-14 Thread 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 welcome?? > Another idea: those tips a

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Mariano Martinez Peck
2010/5/14 Javier Pimás > Yes!! I was thinking of the same kind of things. We could use help from > someone who knows morphic better on how to detect things like > > - which window you are working > - what you are doing ;) > - what menu items / tools you use most. > - any intresting thing you coul

[Pharo-project] [update 1.1] #11362

2010-05-14 Thread Stéphane Ducasse
11362 - - remove complexTest -> move into external package - Issue 2424: Preparing Pharo-Core for i18n framework. translated returns self removed LanguageEditor removed TranslatedReceiverFinder Stef ___ Pharo-project maili

[Pharo-project] Pharo tips

2010-05-14 Thread Torsten Bergmann
>and made a small fix to make it resize on main window's resize Maybe you should put the text into another (rectangle) morph so that it is clipped - otherwise, if the window gets too small the navigation icons overlap the text and make the tips unreadable. Bye T. -- GRATIS für alle GMX-Mitgliede

Re: [Pharo-project] [update 1.1] #11362

2010-05-14 Thread Hilaire Fernandes
Stéphane Ducasse a écrit : 11362 - - remove complexTest -> move into external package - Issue 2424: Preparing Pharo-Core for i18n framework. translated returns self If I was unclear, please ask me some more details. Hilaire removed LanguageEditor removed Trans

Re: [Pharo-project] [update 1.1] #11362

2010-05-14 Thread Stéphane Ducasse
No this sounds ok. I will integrate now the rest :) Stef On May 14, 2010, at 10:10 PM, Hilaire Fernandes wrote: > Stéphane Ducasse a écrit : >> 11362 >> - >> - remove complexTest -> move into external package >> - Issue 2424:Preparing Pharo-Core for i18n framework. >> translated

Re: [Pharo-project] [update 1.1] #11362

2010-05-14 Thread Stéphane Ducasse
Hilaire Am I correct that I should integrate first SystemLocalization? Because else the new version of String>>translated will break? Stef On May 14, 2010, at 10:10 PM, Hilaire Fernandes wrote: > Stéphane Ducasse a écrit : >> 11362 >> - >> - remove complexTest -> move into external package

[Pharo-project] [update 1.1] #11364

2010-05-14 Thread Stéphane Ducasse
11364 - - Issue 2424: Preparing Pharo-Core for i18n framework part 3 ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

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

2010-05-14 Thread Sean P. DeNigris
I removed all the underscore assignments from Applescript, and manually ran all the sample scripts that didn't require other projects - they all worked! I uploaded the new package to http://www.squeaksource.com/Applescript. Enjoy :) - S -- View this message in context: http://forum.world.st/Ap

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

2010-05-14 Thread Alexandre Bergel
hi Sean, The squeaksource description of the project says "Squeak front-end to Applescript". Can you refine a bit? I do not understand what it means. Cheers, Alexandre On 14 May 2010, at 16:52, Sean P. DeNigris wrote: > > I removed all the underscore assignments from Applescript, and manuall

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

2010-05-14 Thread Sean P. DeNigris
Alexandre Bergel wrote: > > The squeaksource description of the project says "Squeak front-end to > Applescript". > Can you refine a bit? I do not understand what it means. > I'm don't have access to the project, but I updated the wiki with: > Run Applescript scripts from inside your Squeak im

Re: [Pharo-project] [update 1.1] #11362

2010-05-14 Thread Hilaire Fernandes
Stéphane Ducasse a écrit : Hilaire Am I correct that I should integrate first SystemLocalization? Because else the new version of String>>translated will break? Right Hilaire ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr htt

Re: [Pharo-project] Remove developing with Pharo

2010-05-14 Thread Andrei Stebakov
Ok, I figured it out. On the remote machine just start pharo with RFBServer started (connection passwords must be set!) On the local Windows machine open ssh or putty tunneling local port 5900 to the remote port 5900 (putty -L 5900:localhost:5900 usern...@doman.com). After that start a VNC client (

Re: [Pharo-project] Remove developing with Pharo

2010-05-14 Thread Andrei Stebakov
Now when I try to paste some data using Ctl-v only the timestamp gets pasted. If I use the mouse/menu for pasting it causes a segmentation fault: Segmentation fault 2048644700 Clipboard>clipboardText 2048644608 >clipboardText 2048644516 ParagraphEditor>clipboardText 2048644224 ParagraphEditor>past

Re: [Pharo-project] Remove developing with Pharo

2010-05-14 Thread Levente Uzonyi
On Fri, 14 May 2010, Andrei Stebakov wrote: Ok, I figured it out. On the remote machine just start pharo with RFBServer started (connection passwords must be set!) On the local Windows machine open ssh or putty tunneling local port 5900 to the remote port 5900 (putty -L 5900:localhost:5900 usern

Re: [Pharo-project] Remove developing with Pharo

2010-05-14 Thread John Toohey
I believe this is a VM issue, not a Pharo issue. What version of the Linux VM are you using? 2010/5/14 Andrei Stebakov : > Now when I try to paste some data using Ctl-v only the timestamp gets > pasted. > If I use the mouse/menu for pasting it causes a segmentation fault: > Segmentation fault > >

Re: [Pharo-project] keyboard shortcut for 'save image'

2010-05-14 Thread Sean P. DeNigris
Mariano Martinez Peck wrote: > > This is cool Sean. However, you should take care in Pharo about the > InputSensor and EventSensor. We remove them and we have now > InputEventSensor > and friends. I didn't load the packages, but just in case they > use/override > them. > Thanks for the heads u

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

2010-05-14 Thread Sean P. DeNigris
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 my head that gene

Re: [Pharo-project] Packages management

2010-05-14 Thread Geert Claes
Hi Andrei, I actually just started a thread on the mixed use of Categories and Packages, see: http://forum.world.st/Categories-and-Packages-tp2216632p2216632.html As Stef mentioned, ideally a Class probably only needs to be in a Package without the need to have Categories. -- View this message