Re: [Pharo-users] breaking infinite loop from saved image

2015-06-15 Thread Peter Uhnák
I ended up fileouting what I could in headless mode (had utf8 issues for whatever reason so I didn't get it all), and rewriting the rest. :/ But what happens once will happen again... so some more generic solution for this would be nice. Yuriy mentioned Oz, and it looks viable, provided it works w

Re: [Pharo-users] breaking infinite loop from saved image

2015-06-15 Thread Nicolai Hess
2015-06-16 7:41 GMT+02:00 p...@highoctane.be : > Gille fixed one of my locked up images with his Oz tooling. > > I'd welcome that thing to be more widely usable. > > No clue about the current state of affairs on that front. > > Phil > > Did you try to open (a copy of) the changes file with a new/f

Re: [Pharo-users] breaking infinite loop from saved image

2015-06-15 Thread p...@highoctane.be
Gille fixed one of my locked up images with his Oz tooling. I'd welcome that thing to be more widely usable. No clue about the current state of affairs on that front. Phil On Tue, Jun 16, 2015 at 2:00 AM, Peter Uhnák wrote: > In moment of my utter brilliance I managed to save image without no

Re: [Pharo-users] breaking infinite loop from saved image

2015-06-15 Thread Paul DeBruicker
What platform are you on? You can raise the RAM limits the VM allows on a mac by editing the Info.plist file in the vm bundle. By default the limit is set to: SqueakMaxHeapSize 536870912 So maybe if you're on a Mac you can move that up to a larger number and the GC will complete.

[Pharo-users] breaking infinite loop from saved image

2015-06-15 Thread Peter Uhnák
In moment of my utter brilliance I managed to save image without noticing that I have infinite loop running... So it obviously crashed and launching is quite problematic. I managed to recompile infringing method from a startup script, since it seems strangly that it has higher priority, however rig

Re: [Pharo-users] World lastKeystroke and openInWorld: aPasteUpMorph

2015-06-15 Thread Nicolai Hess
2015-06-11 10:58 GMT+02:00 Markus Schlager : > issues opened > I added a fix for the broken lastkeystroke,but this will only work for the ActiveWorld/PasteUpMorph, not for any other PasteUpMorph. With the split of PasteUpMorph in PasteUpMorph and WorldMorph, and the change of keystroke handling

Re: [Pharo-users] Status of Twitter (api/analysis/visualization) in Pharo?

2015-06-15 Thread Offray Vladimir Luna Cárdenas
Hi, We're working on a project that involves retrieve tweets and visualize results using Roassal also. Our approach includes data scraping and is based on the idea that public political discourse in covered under constitutional law which is above Twitters API Terms and Conditions. Is related

[Pharo-users] Grapher bug?

2015-06-15 Thread Luc Fabresse
Hi, The doc here [1] says: "Data points may be stacked, meaning that the index of the point in the collection is its X value." When I use the same example as in the doc but with labels and ticks: b := RTGrapher new. ds := RTStackedDataSet new. ds dotShape color: Color red. ds points: #(5 1 20 5)

Re: [Pharo-users] Morph as floating palette?

2015-06-15 Thread Stephan Eggermont
On 15-06-15 20:53, Stephan Eggermont wrote: On 15-06-15 20:42, Hilaire wrote: setProperty: #morphicLayerNumber toValue: 5 And looks like https://vimeo.com/130781061 Stephan

Re: [Pharo-users] Morph as floating palette?

2015-06-15 Thread Stephan Eggermont
On 15-06-15 20:42, Hilaire wrote: setProperty: #morphicLayerNumber toValue: 5 Thanks, that works fine. Stephan

Re: [Pharo-users] Morph as floating palette?

2015-06-15 Thread Hilaire
...and for example, use it as: window setProperty: #morphicLayerNumber toValue: 5. Hilaire Le 15/06/2015 20:19, Nicolai Hess a écrit : > > #morphicLayerNumber > maybe? > > > > 2015-06-15 19:29 GMT+02:00 Stephan Eggermont >: > > How do I make sure a floating palett

Re: [Pharo-users] NativeBoost nested structures

2015-06-15 Thread Nicolai Hess
2015-06-15 17:14 GMT+02:00 Matthieu Lacaton : > Hello everyone, > > I have a nested struct, let's say "struct1" which contains "struct2" which > contains an int field named "field". > > When I try to update the field from struct 1 directly I can't. What I mean > is if I do : "struct1 struct2 field

Re: [Pharo-users] Morph as floating palette?

2015-06-15 Thread Nicolai Hess
#morphicLayerNumber maybe? 2015-06-15 19:29 GMT+02:00 Stephan Eggermont : > How do I make sure a floating palette morph stays in front of all of my > application morphs (except the menu)? Do I have to manage ordering myself? > > Stephan >

[Pharo-users] Morph as floating palette?

2015-06-15 Thread Stephan Eggermont
How do I make sure a floating palette morph stays in front of all of my application morphs (except the menu)? Do I have to manage ordering myself? Stephan

[Pharo-users] NativeBoost nested structures

2015-06-15 Thread Matthieu Lacaton
Hello everyone, I have a nested struct, let's say "struct1" which contains "struct2" which contains an int field named "field". When I try to update the field from struct 1 directly I can't. What I mean is if I do : "struct1 struct2 field: 4" for instance, the value in field is not updated. Even

[Pharo-users] Status of Twitter (api/analysis/visualization) in Pharo?

2015-06-15 Thread MartinW
Hi, I want to do some interaction with the Twitter API (retrieve tweets based on hashtags mostly) and visualize results of some analyses using Roassal. I saw there are some projects on Smalltalkhub, but none has much/any/up-to-date documentation. What is the current status of these projects? Does

Re: [Pharo-users] Bug in Open Workspace from File-Browser?

2015-06-15 Thread Marcus Denker
> On 15 Jun 2015, at 09:02, stepharo wrote: > > Marcus for certain application having a fileList is important. > You cannot ask your clients to use spotter to browse a file. > Please do not confuse the usage. > The idea is to re-use the inspector panes in the FileList. If you don’t know that

Re: [Pharo-users] Bug in Open Workspace from File-Browser?

2015-06-15 Thread stepharo
Marcus for certain application having a fileList is important. You cannot ask your clients to use spotter to browse a file. Please do not confuse the usage. Stef Le 8/6/15 16:32, Marcus Denker a écrit : Maybe use Smalltalk tools workspace instead of the direct reference… In the long run, for