Re: [Pharo-users] NativeBoost nested structures

2015-06-16 Thread Matthieu Lacaton
> > Are you bound to exactly this structure? > If you can define the structure, you can use a nested structure that uses > pointers instead of values: > > NBTestNestedStructure2>> > fieldsDesc > > ^ #( > NBTestStructure1byte* oneByte; > int otherField > ) > > Now you can

[Pharo-users] right-aligned Spec labels ?

2015-06-16 Thread Hartmut
how 2 right-align a label text in Spec ? I assigned a Text instance to a label with textAlignment rightFlush: self /labelKey/ label: (/key/ asText addAttribute: TextAlignment rightFlush). However, LabelModel ignores the TextAlignment. Can it be done? and how? Thanks -- Hartmut Krasemann
 Kön

[Pharo-users] Pharo 4.0 MethodContext Fuel

2015-06-16 Thread Johannes Rasche Kreuzberg
/Hi there, I'm still migration some stuff to Pharo 4.0 and am aware of the fact that MethodContext was deprecated and Context has to be used instead I'm migrating objects from Pharo 3 using Fuel - that works fine - except if an object is an instantion of a class containing blockclosures any ad

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

2015-06-16 Thread Guillermo Polito
Hi! El mar., 16 de jun. de 2015 a la(s) 8:55 a. m., Peter Uhnák < i.uh...@gmail.com> escribió: > 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

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

2015-06-16 Thread Peter Uhnák
On Tue, Jun 16, 2015 at 10:09 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Hi! > > El mar., 16 de jun. de 2015 a la(s) 8:55 a. m., Peter Uhnák < > i.uh...@gmail.com> escribió: > >> I ended up fileouting what I could in headless mode (had utf8 issues for >> whatever reason so I didn't

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

2015-06-16 Thread Stephan Eggermont
On 16-06-15 10:44, Peter Uhnák wrote: I guess making tools for image surgery ain't easy, but it certainly is interesting. :) I suppose in the long term this will get easier when we can have tools in one image operating on another image. Stephan

Re: [Pharo-users] Pharo 4.0 MethodContext Fuel

2015-06-16 Thread Mariano Martinez Peck
Hi Johannes, MethodContext are a bit complicated as you know. However, remembering a bit the code, i THINK the class migration hook may work with it. Have you read: http://rmod.inria.fr/web/software/Fuel/Version1.9/Documentation/Migration Try the materialization with something like: FLMaterializ

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

2015-06-16 Thread Hilaire
Le 10/06/2015 23:50, Markus Schlager a écrit : > > I'm using pharo to teach smalltalk as first 'real' programming > language at school. With older versions of pharo I was glad that my > pupils could track keystrokes so easily by evaluating Off topic, but I am curious as a teacher: how old the pupil

Re: [Pharo-users] Pharo 4.0 MethodContext Fuel

2015-06-16 Thread Johannes Rasche Kreuzberg
Am 16.06.15 um 13:16 schrieb Mariano Martinez Peck: > FLMaterializer newDefault > migrateClassNamed: #MethodContext > toClass: Context. Great Mariano, many Thanks

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

2015-06-16 Thread MartinW
Thank you very much, Offray, that looks very interesting. When was the last time, you used the scraping plugin? It does run and scrolls down the twitter pages, but there is no result at all to be found in the console. Can it be that Twitter changed the format lately? I will try to find a way to h

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

2015-06-16 Thread MartinW
I succeeded in installing parts of TwitterRoassalPlayGround in a Pharo 3 image. http://smalltalkhub.com/#!/~arturozambrano/TwitterRoassalPlayGround - The RESTRetriever seems to work fine, but the Rest results are very limited due to Twitter's own limitations. - The StreamingRetriever does simply n

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

2015-06-16 Thread MartinW
MartinW wrote > I succeeded in installing parts of TwitterRoassalPlayGround in a Pharo 3 > image. > http://smalltalkhub.com/#!/~arturozambrano/TwitterRoassalPlayGround > > - The RESTRetriever seems to work fine, but the Rest results are very > limited due to Twitter's own limitations. > - The Stre

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

2015-06-16 Thread Arturo Zambrano
Hi Martin, this are good news. There is a seaside base UI for controlling tweets download. I will let you know as soon as it is uploaded. Visualizations are working, the code is crappy but works... I have some documentation I will send it to you (all of them are very basic examples we built for t

[Pharo-users] Modal dialogs come up in different layers?

2015-06-16 Thread Stephan Eggermont
What's the difference between a ColorSelectorDialogWindow and a TextEntryDialogWindow? I call them in the same way from a palette, but the color dialog comes up over the palette, and the person dialog below. Both palettes are in layer 20. The low layer number seems to interfere with modality. add

Re: [Pharo-users] Grapher bug?

2015-06-16 Thread Alexandre Bergel
Hi Luc! This is something that is not really intuitive in Roassal. I am not sure whether this is a bug, but until now, we usually disable the labels on the X-axis. So, your script should be -=-=-=-=-=-=-=-=-=-=-=-= b := RTGrapher new. ds := RTStackedDataSet new. ds dotShape color: Color red. d

Re: [Pharo-users] Understanding edge connections and tree layout (it was Re: Visualizing a repository tree)

2015-06-16 Thread Alexandre Bergel
I am not really following. Hard to guess here. Can you make the image accessible for me? I can then have a closer look at it. Alexandre > On Jun 15, 2015, at 3:18 PM, Offray Vladimir Luna Cárdenas > wrote: > > Hi all. Is me again :), > > I have being fighting all this morning trying to bet