Re: [Pharo-project] Experiences with 10342

2009-06-26 Thread Damien Cassou
2009/6/25 Mariano Martinez Peck marianop...@gmail.com: Is there a preference that would need to be made platform dependent? I don't quite understand (probably since I am on Mac). It would be nice :)  As the swapMouseButtons! In Mac, you have the controls to minimize, maximize and close a

Re: [Pharo-project] FasterSets

2009-06-26 Thread Damien Cassou
2009/6/25 Mariano Martinez Peck marianop...@gmail.com: are all of these things stored somewhere apart from this mailing list ? http://code.google.com/p/pharo/issues/list?can=1q=label%3AMilestone-1.1 -- Damien Cassou http://damiencassou.seasidehosting.st Lambdas are relegated to relative

[Pharo-project] update to OCompletion

2009-06-26 Thread Romain Robbes
Dear Pharo users, I fixed a few things in OCompletion: -When completing class names, performance should be improved when scrolling the list of possibilities. -Pressing tab when there are no matches in the cache of recently used entries will bring up the normal completion menu. -Fixed issue

Re: [Pharo-project] Experiences with 10342

2009-06-26 Thread Schwab,Wilhelm K
Agreed. I suppose there could be a platform-dependent theme option that would make a reasonabl choice, but one should be able to override to use any theme anywhere. One possible solution would be to add some sample scripts (could be as simple as do-its in a workspace) that customize a few

Re: [Pharo-project] Experiences with 10342

2009-06-26 Thread Mariano Martinez Peck
On Fri, Jun 26, 2009 at 1:58 PM, Schwab,Wilhelm K bsch...@anest.ufl.eduwrote: Agreed. I suppose there could be a platform-dependent theme option that would make a reasonabl choice, but one should be able to override to use any theme anywhere. One possible solution would be to add some sample

Re: [Pharo-project] Experiences with 10342

2009-06-26 Thread Gary Chambers
+1 for getting perfomance better. Janko seems to have run into the unfortunate, apparently temporary, sluggishness before image save. I have noticed, however, that the input event fetcher does take up quite a bit of relative cpu, if you believe the process browser (open process broser and start

Re: [Pharo-project] Experiences with 10342

2009-06-26 Thread Mariano Martinez Peck
Perhaps we need a first start on new platform kind of thing to select the default theme. Would be annoying to revert the user's chosen theme each startup... For me it has no sense to make different themes for different platform. What I would do, at least in this case, is to make the part of

[Pharo-project] FFI problem

2009-06-26 Thread Benoit St-Jean
Anyone here using FFI (and possibly ODBC) with Pharo? Trying the SUnit tests that comes with the package makes the VM crash. BAM! Quick simple exit as soon as I run it! - Benoit St-Jean Yahoo! Messenger: bstjean Blog: lamneth.wordpress.com A standpoint is an intellectual

Re: [Pharo-project] FFI problem

2009-06-26 Thread Benoit St-Jean
Microsoft Windows XP (Build 2600 Service Pack 3) VM Version: Squeak 3.11.2 (alpha) from May 19 2009 Compiler: gcc 2.95.2 19991024 (release) Current byte code: 205 Primitive index: 71 Loaded plugins: odbc32 SqueakFFIPrims 6 March 2009 (e) Matrix2x3Plugin 6 March 2009 (i)

[Pharo-project] 10342: debbuger problems

2009-06-26 Thread Janko Mivšek
Hello Pharoers, I have one halt in code, raising an exception but when I want to Debug it, I got Error: Unable to debug a running process in OTDebugger class: process: aProcess context: aContext errorWasInUIProcess: aBool | processNode contextNode | aProcess isSuspended

Re: [Pharo-project] FFI problem

2009-06-26 Thread Mariano Martinez Peck
On Fri, Jun 26, 2009 at 7:41 PM, Andreas Raab andreas.r...@gmx.de wrote: Mariano Martinez Peck wrote: 2009/6/26 Benoit St-Jean bstj...@yahoo.com mailto:bstj...@yahoo.com Anyone here using FFI (and possibly ODBC) with Pharo? Yes I am, in SqueakDBX. For latests Pharo images (closure

Re: [Pharo-project] 10342: debbuger problems

2009-06-26 Thread Dale Henrichs
Janko, Hmmm... what happens if you run '[ 3 halt ] fork'? I remember that there was a little discussion about the correct implementation of #isSuspended ... In my (older) image #isSuspended is implemented as '^myList isNil' ... what's yours look like? My guess is that in your case myList

Re: [Pharo-project] 10342: debbuger problems

2009-06-26 Thread Janko Mivšek
Hi Dale, Dale Henrichs pravi: Hmmm... what happens if you run '[ 3 halt ] fork'? Similar problem, just elsewhere: MNU #debuggerMap ITClosureContextNodeselection Answer the indices in the source code for the method corresponding to the selected context's program counter value.

Re: [Pharo-project] 10342: debbuger problems

2009-06-26 Thread Dale Henrichs
Looks like a newly introduced bug...Someone must have removed/changed the way the DebuggerMethodMap is handled (the debuggerMap was used to provide source offset information) ... HMMM? Looks like you'll have to disable the OTDebugger until I get a chance to figure out what went wrong ... In

[Pharo-project] Fwd: [Seaside] [Ann] Meteoroid, a MVC framework for the web using Comet

2009-06-26 Thread Andrey Larionov
-- Forwarded message -- From: santiago robles santiagorob...@gmail.com Date: Fri, Jun 26, 2009 at 19:19 Subject: Re: [Seaside] [Ann] Meteoroid, a MVC framework for the web using Comet To: Seaside - general discussion seas...@lists.squeakfoundation.org Hello, we are working on a

Re: [Pharo-project] update to OCompletion

2009-06-26 Thread Steve Hayes
I'm sorry, I'm a complete novice at Pharo. When I try to do that code fragment I get Unknown variable: Installer. Can someone tell me what I'm doing wrong? On 26/06/2009, at 11:58 PM, Romain Robbes wrote: Dear Pharo users, I fixed a few things in OCompletion: -When completing class