[Pharo-project] OBMorphicIcons (was Re: this style looks cool)

2010-08-30 Thread Rob Rothwell
Message: 4 Date: Mon, 30 Aug 2010 03:41:45 +0200 From: Tudor Girba tudor.gi...@gmail.com Subject: Re: [Pharo-project] this style looks cool To: Pharo-project@lists.gforge.inria.fr Message-ID: 6950297a-3ff9-46b5-9ac5-caa382233...@gmail.com Content-Type: text/plain; charset=US-ASCII;

Re: [Pharo-project] OBMorphicIcons (was Re: this style looks cool)

2010-08-30 Thread Rob Rothwell
Thanks both of you for pointing me in the right direction. I was able to get something similar to what is in OBMorphicIconsbreakpoint by doing this: methodContents := WriteStream on: ''. (OBMorphicIcons iconNamed: #breakpoint) storeOn: methodContents. methodContents inspect. But the contents

[Pharo-project] How to redraw a PluggableTreeMorph when its contents change

2010-08-20 Thread Rob Rothwell
Thanks to the TreeMorph Pharocast (thank you!) and some digging, I have added a context menu to a PluggableTreeMorph that lets me add a child to a selected node (I am just using the idea of nested accounts): addAccount | isExpanded | aTreeMorph selectedMorph complexContents item

Re: [Pharo-project] How to interactively add items to a tree widget?

2010-07-28 Thread Rob Rothwell
Benjamin, Thanks for the encouragement! This is probably a pretty newbie question, but can anyone point me towards creating some code to right click on a tree item and add a pop-up menu so I can prompt for some input and create a new child of that node? I figured out how to change

[Pharo-project] How to interactively add items to a tree widget?

2010-07-26 Thread Rob Rothwell
This is probably a pretty newbie question, but can anyone point me towards creating some code to right click on a tree item and add a pop-up menu so I can prompt for some input and create a new child of that node? I figured out how to change the contents of the tree in UITheme

Re: [Pharo-project] running windows vm with input script

2010-07-14 Thread Rob Rothwell
Message: 6 Date: Wed, 14 Jul 2010 17:09:29 +0200 From: Tudor Girba tudor.gi...@gmail.com Subject: [Pharo-project] running windows vm with input script To: Pharo Development pharo-project@lists.gforge.inria.fr Message-ID: 4ebda542-0a95-4b8b-941f-fa6e6f4f7...@gmail.com Content-Type:

[Pharo-project] OSProcess in Pharo (on Windows)

2010-07-04 Thread Rob Rothwell
Forgive me if this question has already been answered, but I can't seem to find it... Is OSProcess running in Pharo, and what is the magic incantation to call an external program, batch file, etc... in Windows? I seem to recall something like: OSProcess thisOSProcess command: 'dosomething.exe'

Re: [Pharo-project] [Vm-dev] Re: Tools to Build Cog on Win32

2010-07-02 Thread Rob Rothwell
of a group of sections it *seems* to do it but then you hit refresh and nothing has changed at all. Regards, Javier. On Tue, Jun 29, 2010 at 7:47 AM, Rob Rothwell r.j.rothw...@gmail.comwrote: On Tue, Jun 29, 2010 at 2:11 AM, laurent laffont laurent.laff...@gmail.com wrote

Re: [Pharo-project] [Vm-dev] Re: Tools to Build Cog on Win32

2010-06-29 Thread Rob Rothwell
On Tue, Jun 29, 2010 at 2:11 AM, laurent laffont laurent.laff...@gmail.comwrote: It seems someone has done it ... Anyway, to move a page, click on the 'Move' link in the command line and the choose the parent section. The section is right, but on the table of contents, it looks like this: 2.0

Re: [Pharo-project] [Vm-dev] Re: Tools to Build Cog on Win32

2010-06-29 Thread Rob Rothwell
On Tue, Jun 29, 2010 at 4:00 AM, Mariano Martinez Peck marianop...@gmail.com wrote: This is really great! I am glad to have created an user for you :) Not having innate Squeak HowTo coursing through my veins like so many of the experts here, I have always threatened to fix my biggest

Re: [Pharo-project] Changing/Removing Desktop Image in 1.1

2010-06-28 Thread Rob Rothwell
Great, thanks! Do you think this should be do-able from the settings dialog? I am asking from the point of view of the Morphic-challenged like myself...! It seems like something I might be able to figure out how to add... Rob On Mon, Jun 28, 2010 at 3:16 AM, Mariano Martinez Peck

Re: [Pharo-project] [Vm-dev] Re: Tools to Build Cog on Win32

2010-06-28 Thread Rob Rothwell
of contents... Thank you, Rob On Mon, Jun 28, 2010 at 3:12 AM, laurent laffont laurent.laff...@gmail.comwrote: On Mon, Jun 28, 2010 at 1:47 AM, Rob Rothwell r.j.rothw...@gmail.comwrote: Disregard! I have found the magic incantation and even got Pharo 1.1 running in a VM compiled on my own

[Pharo-project] Changing/Removing Desktop Image in 1.1

2010-06-27 Thread Rob Rothwell
Can anyone remove the default image in 1.1 (Pharo-1.1-11400-rc2dev10.06.1)? Remove it? Using the settings browser has no effect for me. I can't even remove it by adding a halo and deleting it... Take care, Rob ___ Pharo-project mailing list

Re: [Pharo-project] [Vm-dev] Re: [squeak-dev] Teleplace Cog VMs are now available

2010-06-21 Thread Rob Rothwell
For the binary-challenged, I am sure some kind soul will post compiled versions somewhere...! (I ALWAYS struggle with build.bat, missing files, environment variables, and the like...) Take care, Rob On Sun, Jun 20, 2010 at 5:37 PM, John M McIntosh john...@smalltalkconsulting.com wrote:

[Pharo-project] Returning an Error Code from a Headless Script

2009-11-21 Thread Rob Rothwell
Can the current Pharo and VM return an error code from a headless script in the same way similar to a VBScript: WScript.Quit(999) Or...will this take some VM hacking? Thanks! Rob ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] CLFramework-UIBuilder

2009-09-06 Thread Rob Rothwell
Heh. With very little effort I created a window with a button, pushed the button, and got a nice Hello World in the Transcript... I always thought this was just what Squeak needed...regardless of the windowing framework (Morphic, Native, etc...). Take care, Rob On Sun, Sep 6, 2009 at 5:22 PM,

Re: [Pharo-project] [update] 10343

2009-06-25 Thread Rob Rothwell
Thanks! That did it... Rob 2009/6/24 Marco Schmidt marco.schm...@taugamma.de Reloading the eCompletion packages from Squeaksource helps for me in these situations after updating my images. Marco 2009/6/24 Rob Rothwell r.j.rothw...@gmail.com Sure...I just downloaded 10342 for good

Re: [Pharo-project] [update] 10343

2009-06-24 Thread Rob Rothwell
Rob, can you confirm this? Romain On Jun 22, 2009, at 4:58 AM, Rob Rothwell wrote: Looks like maybe OCompletion quit working in a Workspace with this update? Rob On Sun, Jun 21, 2009 at 6:34 PM, Adrian Lienhard a...@netstyle.ch wrote: Final license cleaning... - Network-Url

Re: [Pharo-project] [update] 10343

2009-06-21 Thread Rob Rothwell
Looks like maybe OCompletion quit working in a Workspace with this update? Rob On Sun, Jun 21, 2009 at 6:34 PM, Adrian Lienhard a...@netstyle.ch wrote: Final license cleaning... - Network-Url-GabrielOmarCotelli.7 HTTPUrlretrieveContentArgs: - Morphic-GabrielOmarCotelli.326

Re: [Pharo-project] Making GUI'S

2009-06-20 Thread Rob Rothwell
Just wondering if something similar can be done with Announcements? I think the Omnibrowser folks recently started wiring everything together using Announcments...? Not sure...just interested! Take care, Rob 2009/6/20 Steve Wirts stevewi...@gmail.com I did a talk(attached) at OOPSLA several

Re: [Pharo-project] Making GUI'S

2009-06-20 Thread Rob Rothwell
Also just wondering what anyone thought of the concept of Maui in the context of this discussion! http://wiki.squeak.org/squeak/3836 Rob 2009/6/20 Steve Wirts stevewi...@gmail.com I did a talk(attached) at OOPSLA several years ago to explain the benefits of ValueModels to java programmers,

Re: [Pharo-project] FreeType?

2009-06-02 Thread Rob Rothwell
A while ago I added an update button to the font browser so you could just load on demand when you knew you installed a new font... Rob On Tue, Jun 2, 2009 at 9:15 AM, Adrian Lienhard a...@netstyle.ch wrote: On Jun 2, 2009, at 15:00 , Steve Wirts wrote: If the font reloading is taking

Re: [Pharo-project] FreeType?

2009-06-02 Thread Rob Rothwell
hit update the progress bar appears, but the list of fonts does not get updated. If I close the browser and open it again, I see all fonts. Cheers, Adrian On Jun 2, 2009, at 15:19 , Rob Rothwell wrote: A while ago I added an update button to the font browser so you could just load

Re: [Pharo-project] call for hypercool fonts configuration

2009-05-22 Thread Rob Rothwell
flash menu? Rob On Fri, May 22, 2009 at 11:33 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: I found the flash menu :) and this is cool Stef On May 22, 2009, at 4:53 PM, Steve Wirts wrote: I like Arial, and I think it's a very common font available on most platforms.

Re: [Pharo-project] Helping getting pharo license-clean

2009-05-16 Thread Rob Rothwell
, category data On which system are you? I just checked it out in a pharo0.1-10303dev09.05.1.image updated to 10306 on Windows XP Professional and everything loaded fine... Take care, Rob On May 15, 2009, at 11:02 PM, Rob Rothwell wrote: I tried to see if my signature is filed; I

Re: [Pharo-project] fastDragWindowsForMorphic locks up UI

2009-05-13 Thread Rob Rothwell
Rob Rothwell r.j.rothw...@gmail.com Can someone confirm that fastDragWindowForMorphic locks up the UI in 10303 as soon as you try to move a window? I'll log an issue if it's not just me... Rob ___ Pharo-project mailing list Pharo

Re: [Pharo-project] First contribution...

2009-04-29 Thread Rob Rothwell
I couldn't figure that out either, but someone just did it for me...I think only certain users can make that change...? Rob 2009/4/29 Hernan Wilkinson hernan.wilkin...@gmail.com Hi, I just made my first contribution!! (not a big deal, just a small fix anyway...), but I feel kind of stupid

Re: [Pharo-project] Another Morphic Casualty?

2009-04-18 Thread Rob Rothwell
. Adrian On Apr 18, 2009, at 11:28 , Stéphane Ducasse wrote: It is already in the bug archive list. Now what would be useful is to see where this cool method was. Stef On Apr 18, 2009, at 1:42 AM, Rob Rothwell wrote: Can anyone confirm this behaviour and I'll log it? 1. Load 10279

[Pharo-project] Another Morphic Casualty?

2009-04-17 Thread Rob Rothwell
Can anyone confirm this behaviour and I'll log it? 1. Load 10279 image. 2. world-tools-File Browser 3. Collapse the drive folder! = MessageNotUnderstood: UndefinedObjectpathParts. If you trace it back, it looks like it is Morphic-Related... Rob

Re: [Pharo-project] Issue #684 Recent Morphic Changesets

2009-03-30 Thread Rob Rothwell
? If not please do it Thanks Stef On Mar 22, 2009, at 6:22 PM, Rob Rothwell wrote: Hi all, I got tired of filing in HaloMorphRefactoring and PluggableTextMorph- scrollSelectionIntoView with every new update, so I published a Morphic package Morphic-rob_rothwell.290 in the inbox

Re: [Pharo-project] Issue #684 Recent Morphic Changesets

2009-03-30 Thread Rob Rothwell
: Hi rob did you sign the license agreement? If not please do it Thanks Stef On Mar 22, 2009, at 6:22 PM, Rob Rothwell wrote: Hi all, I got tired of filing in HaloMorphRefactoring and PluggableTextMorph- scrollSelectionIntoView with every new update, so I published

Re: [Pharo-project] Starting to clean theWorldMainDockingBar

2009-03-22 Thread Rob Rothwell
Yes...I have fixed up the FileList reference one or two times before. I am still looking for where the Option-Click World menu is built... Rob On Sun, Mar 22, 2009 at 7:01 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: http://code.google.com/p/pharo/issues/detail?id=683 Started to

[Pharo-project] Issue #684 Recent Morphic Changesets

2009-03-22 Thread Rob Rothwell
Hi all, I got tired of filing in HaloMorphRefactoring and PluggableTextMorph-scrollSelectionIntoView with every new update, so I published a Morphic package Morphic-rob_rothwell.290 in the inbox with these changes after upgrading to version 10259. Just fixes the non-transparent HaloMorph and

Re: [Pharo-project] [ANN] Closures for beta testers

2009-03-22 Thread Rob Rothwell
Is the image available for download? Rob On Sun, Mar 22, 2009 at 1:05 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi all I did the following: - loaded john adaptation layer - loaded install - followed the instructions - saved - load

Re: [Pharo-project] Issue #684 Recent Morphic Changesets

2009-03-22 Thread Rob Rothwell
, Stéphane Ducasse stephane.duca...@inria.fr wrote: thanks rob I missed that. Stef On Mar 22, 2009, at 6:22 PM, Rob Rothwell wrote: Hi all, I got tired of filing in HaloMorphRefactoring and PluggableTextMorph- scrollSelectionIntoView with every new update, so I published a Morphic

Re: [Pharo-project] [ANN] Closures for beta testers

2009-03-22 Thread Rob Rothwell
Thanks...I'll give it a try for you on Windows... Rob On Sun, Mar 22, 2009 at 1:37 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: yes at https://gforge.inria.fr/frs/?group_id=1299 then files pane stef On Mar 22, 2009, at 6:23 PM, Rob Rothwell wrote: Is the image

Re: [Pharo-project] [ANN] Closures for beta testers

2009-03-22 Thread Rob Rothwell
Well, I don't have any tough, real world examples, but the example Bert gave me: multiply := Array new: 4. 1 to: 4 do: [:i | multiply at: i put: [:x | x * i]. ]. (multiply at: 3) value: 5. Resulted in the appropriate answer 15!!! Rob On Sun, Mar 22, 2009 at 1:40 PM, Rob Rothwell

Re: [Pharo-project] [ANN] Closures for beta testers

2009-03-22 Thread Rob Rothwell
Yep...since it came out, I've just been using it to see if it caused any problems! Rob On Sun, Mar 22, 2009 at 1:46 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Pay attention you need a closureVM. Stef On Mar 22, 2009, at 6:40 PM, Rob Rothwell wrote: Thanks...I'll give

Re: [Pharo-project] Fwd: Issue 668: should clean the option-World click menu

2009-03-22 Thread Rob Rothwell
Ok...it seems to be build in: MorphbuildMetaMenu: and PasteUpMorphaddCustomMenuItems:hand: So...any thoughts on what should be in this menu? Take care, Rob 2009/3/21 Stéphane Ducasse stephane.duca...@inria.fr probably I see On Mar 21, 2009, at 8:23 PM, Rob Rothwell wrote

Re: [Pharo-project] Fwd: Issue 668: should clean the option-World click menu

2009-03-22 Thread Rob Rothwell
:24 PM, Rob Rothwell wrote: Ok...it seems to be build in: MorphbuildMetaMenu: and PasteUpMorphaddCustomMenuItems:hand: So...any thoughts on what should be in this menu? Take care, Rob 2009/3/21 Stéphane Ducasse stephane.duca...@inria.fr probably I see On Mar

Re: [Pharo-project] Fwd: Issue 668: should clean the option-World click menu

2009-03-22 Thread Rob Rothwell
Got it...I'll play with it and see what you think... Rob On Sun, Mar 22, 2009 at 5:29 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Mar 22, 2009, at 10:17 PM, Rob Rothwell wrote: Ok...I'll try to figure out what those are. You CAN still create new Project AND navigate

Re: [Pharo-project] Software update

2009-03-22 Thread Rob Rothwell
Well...the Universe Browser used to be in the Pharo image, but now I just open up the repository from Monticello and check for changes when I see things flying around on the lists that might fix something that has been bugging me...! Take care, Rob 2009/3/22 Mariano Martinez Peck

Re: [Pharo-project] Fwd: Issue 668: should clean the option-World click menu

2009-03-21 Thread Rob Rothwell
Is this what you are talking about? What would you like instead? What was the intent of the option-World click menu? Rob 2009/3/20 Stéphane Ducasse stephane.duca...@inria.fr Begin forwarded message: *From: *pharo-project-ow...@lists.gforge.inria.fr *Date: *March 19, 2009 3:13:47 PM CEST

Re: [Pharo-project] World Graphics and Halos

2009-03-17 Thread Rob Rothwell
and #defaultBorderColor to return Preferences menuSelectionColor. #drawOn: can then be removed. Regards, Gary - Original Message - From: Rob Rothwell To: Pharo-project@lists.gforge.inria.fr Sent: Monday, March 16, 2009 7:39 PM Subject: Re: [Pharo-project] World Graphics and Halos Yes

Re: [Pharo-project] World Graphics and Halos

2009-03-17 Thread Rob Rothwell
to highlight beyond the size of the window... Take care, Rob 2009/3/17 Gary Chambers gazzagu...@btinternet.com Bitter experience! Regards, Gary - Original Message - *From:* Rob Rothwell r.j.rothw...@gmail.com *To:* Pharo-project@lists.gforge.inria.fr *Sent:* Tuesday, March 17

[Pharo-project] Pharo Custom Menus

2009-03-17 Thread Rob Rothwell
One of the things I like about the standard Squeak World menu is the do... menu--particularly when paired with edit this list. What do you think about having some core functionality for creating your own menu entries in Pharo? Unless, of course, it's already there and I just can't find it! Rob

Re: [Pharo-project] World Graphics and Halos

2009-03-16 Thread Rob Rothwell
don't know how to remove methods in .cs files, and haven't yet gotten around to learn how to make slices, so BorderedMorphareasRemainingToFill: would have to be removed by hand..) Cheers, Henry On 14.03.2009 22:04, Rob Rothwell wrote: Done. Issues 655 On Mar 14, 2009, at 8:14 PM, Rob

Re: [Pharo-project] World Graphics and Halos

2009-03-16 Thread Rob Rothwell
- *From:* Rob Rothwell r.j.rothw...@gmail.com *To:* Pharo-project@lists.gforge.inria.fr *Sent:* Saturday, March 14, 2009 11:35 PM *Subject:* Re: [Pharo-project] World Graphics and Halos Yep...that seemed to fix it! Now if I could just figure out how to remove a Morph from the World

Re: [Pharo-project] World Graphics and Halos

2009-03-16 Thread Rob Rothwell
, Gary Chambers wrote: I noticed the halo problem in the dev image too. Resetting the halo specs is needed since one has been removed... Regards, Gary - Original Message - From: Rob Rothwell To: Pharo-project@lists.gforge.inria.fr Sent: Saturday, March 14, 2009 11:35 PM

Re: [Pharo-project] Removing more classes from Pharo

2009-03-16 Thread Rob Rothwell
I've only ever worked with Sound, and when I didn't know how to do much with packages and had to make changes to the Sound package I just saved the whole thing loaded it into a new image, so I think it should be relatively straightforward to do as you suggest. However, if the Polymorph sound

[Pharo-project] World Graphics and Halos

2009-03-14 Thread Rob Rothwell
Hi all, Open up a 10250 dev image and click anywhere within the bounds of the Pharo graphic. The world menu pops up and leaves part of itself behind when you click somewhere else on the screen. Then, if you turn halos on and try to remove the graphic (or any morph for that matter) you get a

Re: [Pharo-project] World Graphics and Halos

2009-03-14 Thread Rob Rothwell
Done. Issues 655 and 666. Take care, Rob On Sat, Mar 14, 2009 at 3:45 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: dear rob can you open a bug tracker entry? two entries :) Stef On Mar 14, 2009, at 8:14 PM, Rob Rothwell wrote: Hi all, Open up a 10250 dev image

Re: [Pharo-project] World Graphics and Halos

2009-03-14 Thread Rob Rothwell
BorderedMorphareasRemainingToFill: would have to be removed by hand..) Cheers, Henry On 14.03.2009 22:04, Rob Rothwell wrote: Done. Issues 655 On Mar 14, 2009, at 8:14 PM, Rob Rothwell wrote: Hi all, Open up a 10250 dev image and click anywhere within the bounds of the Pharo

Re: [Pharo-project] World Graphics and Halos

2009-03-14 Thread Rob Rothwell
would work at least. Bill -- *From:* pharo-project-boun...@lists.gforge.inria.fr [mailto: pharo-project-boun...@lists.gforge.inria.fr] *On Behalf Of *Rob Rothwell *Sent:* Saturday, March 14, 2009 6:35 PM *To:* Pharo-project@lists.gforge.inria.fr *Subject

Re: [Pharo-project] External packages and code.google.com

2009-03-13 Thread Rob Rothwell
Alexandre, What I was told is pretty much summarized here: http://code.google.com/p/pharo/wiki/HowToContribute In my words: 1. If your fix affects more than one Monticello package, create a SLICE. 2. Publish your SLICE or single package to the pharoinbox repository. 3. Create a google code

Re: [Pharo-project] Fonts working great

2009-03-12 Thread Rob Rothwell
And...you can always replace the font name with another if you like...just look at exactly what it is called in the font dialog box when you choose a new font manually! Rob On Thu, Mar 12, 2009 at 6:02 AM, Damien Cassou damien.cas...@gmail.comwrote: Hi, I've set-up the following script

Re: [Pharo-project] New Pharo-dev AND web based on 10250

2009-03-12 Thread Rob Rothwell
Also...turning on halos and trying to remove the Pharo logo is a bad idea ;) Rob On Thu, Mar 12, 2009 at 12:30 PM, Eric Hochmeister erichochmeis...@gmail.com wrote: Damien, Whenever I try to use the protocol browser, I get the error MessageNotUnderstood: CompiledMethodcategory is this a

Re: [Pharo-project] loading ClosureBootstrap-08-11-14 in Pharo.

2009-03-09 Thread Rob Rothwell
I'm not an expert at MC and script loader, but as a newbie I have spent more time building images than actually programming, so I would be happy to help try things out if you need volunteers. I am actually running the current pharo image with the new VM already just because I was wondering if it

Re: [Pharo-project] loading ClosureBootstrap-08-11-14 in Pharo.

2009-03-09 Thread Rob Rothwell
Sounds like a lot of fun to learn, but it also sounds like you need a lot more expert knowledge than I have! Take care, Rob On Mon, Mar 9, 2009 at 4:14 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: lukas I can load the code. However there is no way around loading around 30

Re: [Pharo-project] my .changes are big what to do?

2009-03-05 Thread Rob Rothwell
I know I have had some rather large changes files after loading lots of things, unloading them, trying again, etc... If you wait too long, Squeak WILL warn you that you need to take action! Smalltalk condenseChanges usually works for me... Rob On Thu, Mar 5, 2009 at 8:12 PM, Sebastian Sastre

Re: [Pharo-project] System Updates

2009-03-03 Thread Rob Rothwell
Please disregard. I had a corrupted changes file. Rob On Mon, Mar 2, 2009 at 11:17 PM, Rob Rothwell r.j.rothw...@gmail.comwrote: Hi all, Occasionally (stupid, I know), I just go back to the current clean image and make sure everything works ok with updates, etc... Maybe I missed

[Pharo-project] OB Browser Manual

2009-03-03 Thread Rob Rothwell
Is there a guide to using the OB Browser (and associated tools for that matter...debugger, etc...) anywhere? I KNOW I am not getting the most out of it! Rob ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] OB Browser Manual

2009-03-03 Thread Rob Rothwell
On 3 Mar 2009, at 17:12, Rob Rothwell wrote: Is there a guide to using the OB Browser (and associated tools for that matter...debugger, etc...) anywhere? I KNOW I am not getting the most out of it! Rob ___ Pharo-project mailing list

Re: [Pharo-project] OB Browser Manual

2009-03-03 Thread Rob Rothwell
Although...I was just looking for how to USE the browser, not write another one! Rob On Tue, Mar 3, 2009 at 12:20 PM, Rob Rothwell r.j.rothw...@gmail.comwrote: Great! Thank you very much! Rob On Tue, Mar 3, 2009 at 12:12 PM, Alexandre Bergel alexandre.ber...@inria.fr wrote: Hi Rob

Re: [Pharo-project] Unicode test II

2009-03-03 Thread Rob Rothwell
Long ago when I thought I was going to be writing Operating Systems in Assembly Language, I had a raw keyboard driver interpreting the key codes from various keyboards. TERRIBLE to debug (though not as bad as debugging a display driver). Is that what all this is like? Ugh... Do you use lookup

Re: [Pharo-project] What are the ERROR messages in the Transcript Window in 10243?

2009-03-02 Thread Rob Rothwell
Ok...thanks! Rob On Mon, Mar 2, 2009 at 4:00 AM, Damien Cassou damien.cas...@gmail.comwrote: On Sun, Mar 1, 2009 at 5:22 PM, Rob Rothwell r.j.rothw...@gmail.com wrote: Should I post an issue? No, it's already fixed. Please update OB-Enhancements or wait for the next pharo-dev

Re: [Pharo-project] Universes question

2009-03-02 Thread Rob Rothwell
I noticed the same thing yesterday, but forgot to say anything. It was there in 10236-dev under World-Tools-More, but seems to have been missing since 10243... Rob On Mon, Mar 2, 2009 at 1:57 PM, Brian Brown br...@ablelinktech.com wrote: Hello all, I just downloaded pharo0.1-10243dev09.02.3

Re: [Pharo-project] changing default font

2009-03-01 Thread Rob Rothwell
And if you get tired of setting your fonts individually, you can set them all at once: font := LogicalFont familyName: 'Andika Basic' pointSize: 10. codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9. Preferences setListFontTo: font. Preferences setMenuFontTo:

Re: [Pharo-project] What are the ERROR messages in the Transcript Window in 10243?

2009-03-01 Thread Rob Rothwell
Should I post an issue? Thank your, Rob On Sun, Mar 1, 2009 at 7:54 AM, Adrian Lienhard a...@netstyle.ch wrote: Seems a problem in OB: OBDBSuperSend sends #superSenderSelectors, which is not implemented. Adrian On Feb 28, 2009, at 19:06 , Rob Rothwell wrote: Maybe I just wasn't able

Re: [Pharo-project] changing default font

2009-03-01 Thread Rob Rothwell
towards some Preferences examples that would be similar, otherwise, I'll just keep loading my Personalization package that, upon loading, executes Personalize fonts! Rob On Sun, Mar 1, 2009 at 1:42 PM, Michael Rueger m.rue...@acm.org wrote: Rob Rothwell wrote: And if you get tired of setting

Re: [Pharo-project] changing default font

2009-03-01 Thread Rob Rothwell
for many things, but easy for fonts! Rob On Sun, Mar 1, 2009 at 2:13 PM, Michael Rueger m.rue...@acm.org wrote: Rob Rothwell wrote: I kind of like the idea, but I'm not sure what the UI would look like? Is it the option of choosing the same font for multiple purposes that is attractive

[Pharo-project] SortedCollectionmedian

2009-03-01 Thread Rob Rothwell
I notice that the current median is: median Return the middle element, or as close as we can get. ^ self at: self size + 1 // 2 Any reason not to make that accurate and return the average of the middle two values for collections containing an even number of items? Or...better

Re: [Pharo-project] Guys please sign the license agreement so that

2009-02-28 Thread Rob Rothwell
It's in the mail! Amazing...for only $0.94 (US) you can send a letter from the United States to France... Rob On Fri, Feb 27, 2009 at 4:30 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: thanks! put a nice stamp :) Stef On Feb 27, 2009, at 2:54 AM, Rob Rothwell wrote: Ok

[Pharo-project] What are the ERROR messages in the Transcript Window in 10243?

2009-02-28 Thread Rob Rothwell
Maybe I just wasn't able to follow the conversation properly, but if you open a Transcript in 10243 (dev) and, say, search for the class Morph, you will get: ERROR: Morph classoverridesSelectors ERROR: Morph classsuperSenderSelectors ERROR: Morph classconflictsSelectors ERROR: Morph

Re: [Pharo-project] Newspeak

2009-02-28 Thread Rob Rothwell
Yes, but for me at least, if you open up Newspeak on XP (not Vista) and try to add a Workspace it freezes up ;). (Even from within a Morphic console window). So...functional infrastructure is good! Rob On Sat, Feb 28, 2009 at 5:02 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote:

Re: [Pharo-project] Issue #112: Enhanced colors

2009-02-27 Thread Rob Rothwell
I kind of like that Package idea...although I have years of QBColor(13) to overcome...! On Fri, Feb 27, 2009 at 9:18 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: http://code.google.com/p/pharo/issues/detail?id=112 Who thinks that we should add these colors? These are more than

Re: [Pharo-project] Guys please sign the license agreement so that

2009-02-26 Thread Rob Rothwell
Ok...it may take a while to get there from the United States! Rob On Thu, Feb 26, 2009 at 6:19 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: we do not have problem in the future... http://pharo.gforge.inria.fr/licenseDocuments/ Thanks

Re: [Pharo-project] Announcements for Pharo?

2009-02-25 Thread Rob Rothwell
+1 Even as a beginner, it made sense to me! Rob On Wed, Feb 25, 2009 at 8:40 PM, Miguel Enrique Cobá Martínez m.cob...@gmail.com wrote: Tudor Girba wrote: That would be cool, actually. I have used the implementation of Lukas and it works just fine. + 1 I also use the Lukas'

Re: [Pharo-project] Aaah, the pain or ParagraphEditor refactoring ; -)

2009-02-24 Thread Rob Rothwell
to figure out why my email address is bouncing on you. On Mon, Feb 23, 2009 at 11:45 PM, Michael Rueger m.rue...@acm.org wrote: Rob Rothwell wrote: Michael Can you try this then and tell me if I got it right? Sorry I am not Seems to work in my image. savvy enough to combine the removal

Re: [Pharo-project] Aaah, the pain or ParagraphEditor refactoring ; -)

2009-02-24 Thread Rob Rothwell
On Tue, Feb 24, 2009 at 8:47 AM, Damien Cassou damien.cas...@gmail.comwrote: Hi Rob, On Tue, Feb 24, 2009 at 2:38 PM, Rob Rothwell r.j.rothw...@gmail.com wrote: to the pharo inbox, removing references to ScreenController and the ScreenController class itself. Maybe someone can tell me if I did

[Pharo-project] Removing ScreenController [was: Aaah, the pain or ParagraphEditor refactoring ; -)]

2009-02-24 Thread Rob Rothwell
, Rob On Tue, Feb 24, 2009 at 9:02 AM, Damien Cassou damien.cas...@gmail.comwrote: On Tue, Feb 24, 2009 at 2:59 PM, Rob Rothwell r.j.rothw...@gmail.com wrote: I'll try to figure it out tonight...is there anything I need to do to clean up the incorrect packages I submitted? Just asks

Re: [Pharo-project] Removing ScreenController [was: Aaah, the pain or ParagraphEditor refactoring ; -)]

2009-02-24 Thread Rob Rothwell
On Tue, Feb 24, 2009 at 9:26 AM, Adrian Lienhard a...@netstyle.ch wrote: Asking on the mailing list is the easiest way. I can delete these versions it a bit later. If you work with the same image like the one you did your changes and committed the packages from, MC will not commit again and

Re: [Pharo-project] Removing ScreenController [was: Aaah, the painor ParagraphEditor refactoring ; -)]

2009-02-24 Thread Rob Rothwell
...@gmail.com To: Pharo-project@lists.gforge.inria.fr; rj...@sbcglobal.net Sent: Tuesday, February 24, 2009 3:26 PM Subject: Re: [Pharo-project] Removing ScreenController [was: Aaah, the painor ParagraphEditor refactoring ; -)] On Tue, Feb 24, 2009 at 3:53 PM, Rob Rothwell r.j.rothw...@gmail.com

Re: [Pharo-project] Font for Pharo

2009-02-24 Thread Rob Rothwell
On Tue, Feb 24, 2009 at 1:54 PM, Jérôme jer...@minusfreun.de wrote: As I see it * Andika has a look similar to Lucida Grande, the display font of Mac OS X and therefore fits better to the Watery2 theme, while at the same time retains its own style. Am 24.02.2009 um 18:56 schrieb

[Pharo-project] ScreenController Removed with Issue #610

2009-02-24 Thread Rob Rothwell
Hello, I almost did everything right I think, following the directions at http://code.google.com/p/pharo/wiki/HowToContribute. If I did, I believe SLICE-remove-ScreenController-RobRothwell.2 should effectively remove ScreenController from the system. Please check it out when you get the time;

Re: [Pharo-project] Aaah, the pain or ParagraphEditor refactoring ; -)

2009-02-23 Thread Rob Rothwell
On Mon, Feb 23, 2009 at 11:16 PM, Michael Rueger m.rue...@acm.org wrote: For Pharo it would actually be new versions of the affected packages that you need to upload to the Pharo inbox :-) So, in this case, that would be DisplayScreen, and somehow the removal of ScreenController? Rob

Re: [Pharo-project] [update] #10241

2009-02-22 Thread Rob Rothwell
Wow. I bow to the depths of the Squeak neural connections that must be going on in your brain... I can only seem to find stuff like that in procedural languages when I don't know the system at all. Anyway, you are right! All I did was recompile PluggableTextMorphdrawOn: and Smallalk

Re: [Pharo-project] Getting started

2009-02-21 Thread Rob Rothwell
I get that error with the new 10236 dev image as well; I don't recall getting it with the 10231 dev image. I think it is related to the initial FreeType startup process. Start with a 10236 image, click abandon and close the debug window, save the image, close it, and open it again. At least I

Re: [Pharo-project] [update] #10241

2009-02-21 Thread Rob Rothwell
I was trying to help confirm that this might fix the condenseChanges problems. When I take a 10236 dev image and update it to 10241 and try to do a Smalltalk condenseChanges, I get the attached Syntax Error during the condensing... Can anyone reproduce this? Rob On Sat, Feb 21, 2009 at 3:59

Re: [Pharo-project] Getting started

2009-02-21 Thread Rob Rothwell
-boun...@lists.gforge.inria.fr] On Behalf Of Rob Rothwell [ r.j.rothw...@gmail.com] Sent: Saturday, February 21, 2009 2:15 PM To: Pharo-project@lists.gforge.inria.fr; dfinlay...@usgs.gov Subject: Re: [Pharo-project] Getting started I get that error with the new 10236 dev image as well; I don't

[Pharo-project] Polymorph and OB Browser Colors Quick Solution

2009-01-28 Thread Rob Rothwell
I know OB has some issues with the Polymorph themes such that you are always left with the standard browser window color border in the window panes of an OB Browser. At any rate, a simple Preferences setPreference: #browserWindowColor toValue: (Color r: 0.815 g: 0.811 b: 0.811) seems to set it to

Re: [Pharo-project] Workspace Enhancement

2009-01-21 Thread Rob Rothwell
On Wed, Jan 21, 2009 at 4:13 AM, Damien Cassou damien.cas...@gmail.comwrote: On Tue, Jan 20, 2009 at 6:49 PM, Dale Henrichs dale.henri...@gemstone.com wrote: At one time, the OB-Tools had a chasing inspector which provided exloreIt-like feature in an OB window. The most recent versions of

Re: [Pharo-project] [ANN] WatchIt

2009-01-11 Thread Rob Rothwell
Thanks! I just tried this in a Pharo0.1Core-10201 updated to 10203 and it worked fine. Very nice when you just want to keep an eye on some things. Rob On Sun, Jan 11, 2009 at 10:54 AM, Adrian Lienhard a...@netstyle.ch wrote: Thanks Hernán I created

Re: [Pharo-project] [ANN] 10203

2009-01-08 Thread Rob Rothwell
Thanks for all the information. Starting from the 10201 core and applying the updates, then using the ScriptLoader loadOB (or even loadSuperOB worked fine. Rob On Thu, Jan 8, 2009 at 4:30 AM, Adrian Lienhard a...@netstyle.ch wrote: My guess is that there are duration instances around (from OB

Re: [Pharo-project] [ANN] 10203

2009-01-07 Thread Rob Rothwell
Has anyone successfully loaded this from the System Update... menu item? Whether starting from my own image, or a fresh dev08.12.3 image, it eventully goes into debug mode at the bottom of the screen, and if left on it's own, eventually just shuts down... Rob On Wed, Jan 7, 2009 at 1:06 PM,

Re: [Pharo-project] [ANN] 10203

2009-01-07 Thread Rob Rothwell
the system menu: Squeak 3.10.7 (release) from Aug 22 2008 Compiler: gcc 2.95.2 19991024 (release) Rob On Wed, Jan 7, 2009 at 3:28 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: hi rob I got not problem with the core image. Stef On Jan 7, 2009, at 8:43 PM, Rob Rothwell wrote

Re: [Pharo-project] Morphic Halos

2008-12-29 Thread Rob Rothwell
Thanks...Preferences halosEnabled did it. Shift-click doesn't seem to work, though... Take care, Rob On Mon, Dec 29, 2008 at 5:18 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Press shift or Preferences enableHalos On Dec 29, 2008, at 1:13 AM, Rob Rothwell wrote: So...how do I

[Pharo-project] Morphic Halos

2008-12-28 Thread Rob Rothwell
So...how do I bring up a Morph's halo in Pharo now? Something between 10196 and 10201 made the Alt-click quit working...! Take care, Rob ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] FreeType scanning Font folders

2008-12-15 Thread Rob Rothwell
I just removed the #startup: method, and everything still works fine for fonts ALREADY loaded...even the font selection dialog box. Maybe just a button to rescan on demand? Take care, Rob On Mon, Dec 15, 2008 at 3:31 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: would be nice

Re: [Pharo-project] FreeType scanning Font folders

2008-12-15 Thread Rob Rothwell
In fact, the FontChooserMorph looks simple enough that even I might be able to give that a shot! Rob On Mon, Dec 15, 2008 at 6:22 PM, Rob Rothwell r.j.rothw...@gmail.comwrote: I just removed the #startup: method, and everything still works fine for fonts ALREADY loaded...even the font

  1   2   >