[Pharo-users] Glamour: fastTables menu separator issue

2021-03-30 Thread Federico.Balaguer
Hello! I came across a problem with Glamour's fastTables, menu separators are not displayed. I have a running example based on PBE2CodeEditor example that shows the problem. I am not sure whether it makes sense to share that here. I spent a couple of hours trying to find the code that generate

[Pharo-users] Glamour: multi section list.

2020-02-21 Thread Federico.Balaguer
Hi! I am having problems to select multiple non-contiguous elements on a Glamour List such the one in the MultiSeclection List example of Glamour. On the Glamour example, I have a list 10 elements and I want to select the first and the last one. After selecting the first one (left click) I am

[Pharo-users] Unable to install Roassal2 on pharo7 64bits

2018-08-21 Thread Federico.Balaguer
Hello all, I need to install Roassal2 on Pharo7 64bits . I notice that there is a dialog warning about Roassal 2 not being tested on Pharo7 64bits. I wonder if someone was able to laod it I tried loading the stable configuration but it results making the image to close/quit. The image comes

[Pharo-users] Iceberg Pharo6.1 on Microsoft Windows 7

2018-05-02 Thread Federico.Balaguer
Hello, I am trying to help some newbies to Smalltalk to use Iceberg on Pharo6.1 on Windows 7. I have a VirtualBox with Windows 7, I have the PharoLauncher installed from where I launch the Pharo 6.1 image. I cannot clone github repositories, I get a debugger: "LGit_GIT_ERROR: failed to get

Re: [Pharo-users] SmaCC UI Problem solved but only when breakpoint was added

2017-11-10 Thread Federico.Balaguer
Hi Thierry, you are right. I didn't see the orange corner at all until you pointed it out to me. Thanks! -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] SmaCC UI Problem solved but only when breakpoint was added

2017-11-10 Thread Federico.Balaguer
Hello I am progressing with my use of SmaCC and I think a found the source of the problem that makes it impossible to generete the classes for the parser and scanner. Scenario 1) I gave the name for both classes: the parser and the scanner. 2) I copy the very simple first part of the tutorial

Re: [Pharo-users] Unable to load SmaCC on pharo6 (or pharo5)

2017-11-09 Thread Federico.Balaguer
I am following this tutorial http://files.pharo.org/books-pdfs/booklet-Smacc/2017-05-05-Smacc-Spiral.pdf I typed the first example and when I try to compile either LR(1) or LALR(1) there is a pop-up saying that both clases where not specified. I also tried adding the classes for the scanner and

[Pharo-users] Unable to load SmaCC on pharo6 (or pharo5)

2017-11-09 Thread Federico.Balaguer
I would like to check if I need to use SmaCC for a project. I tried to install it on Pharo 6.1 32bits with iceberg but I was not able to do it. Then I tried to get SmaCC on an Pharo5 and Pharo6 images with "Catalog Browser" but I was not able to do it neither. The tool did pop up a message

Re: [Pharo-users] Commit to Monticello from the code browser

2016-09-05 Thread Federico.Balaguer
Dear Stef Do not get me wrong. I really appreciate the effort you guys dedicated to MOOC and I also appreciate the value of the material. My comment came from the fact that I Google for it and I didn't found the link you just share with me. I will pass it to my students so they can watch that

Re: [Pharo-users] Commit to Monticello from the code browser

2016-09-02 Thread Federico.Balaguer
Hello, >From the Monticello chapter I had the impression that using the package-cache as -default- repository would have the same effect on the tools. After I created a file repository for my package (different from the package-cache) and made a change to a method on that package I saw the

[Pharo-users] Commit to Monticello from the code browser

2016-09-02 Thread Federico.Balaguer
Hello all, I am stuck with a silly issue but I can't figure it out. I am developing a simple class as an example for using during a lecture. I want to play with different version of the code and I set the package to use the package-cache on Monticello. So, I can save the package on the

Re: [Pharo-users] GTPlayground status: open or close

2016-08-30 Thread Federico.Balaguer
Hello Andrei, Thanks for your kind reply. What I needed was close to your first example code. Thanks a lot! Federico -- View this message in context: http://forum.world.st/GTPlayground-status-open-or-close-tp4913257p4913285.html Sent from the Pharo Smalltalk Users mailing list archive at

[Pharo-users] GTPlayground status: open or close

2016-08-30 Thread Federico.Balaguer
Hello, BotArena is a tool for teaching objects that we are using in my University. The tool allow students to enter Smalltalk expressions using an instance of GTPlayground. There is a "reset" scenario where BotArena needs to know if there is a Playground open so it does refresh bindings to

Re: [Pharo-users] Nautilus>>openOnClass: gives back a debugger

2015-10-06 Thread Federico.Balaguer
Marcus, I have a very simple fix that seems to work on my side. I implemented: NautilusUI>>useLastPackagePatternStringForClass: aClass ^ self which seems to be what is return on the subclass of NautilusUI when the last value of a SharedPackageFilterPatternsHolder is nil. Regards,

Re: [Pharo-users] Nautilus>>openOnClass: gives back a debugger

2015-10-06 Thread Federico.Balaguer
Marcus, Thanks!! this works as expected Federico -- View this message in context: http://forum.world.st/Nautilus-openOnClass-gives-back-a-debugger-tp4853822p4853959.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Nautilus>>openOnClass: gives back a debugger

2015-10-06 Thread Federico.Balaguer
Hello, It is Pharo 4, I forgot to mention that Federico -- View this message in context: http://forum.world.st/Nautilus-openOnClass-gives-back-a-debugger-tp4853822p4853956.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Nautilus>>openOnClass: gives back a debugger

2015-10-05 Thread Federico.Balaguer
Hello, I found a problem when evaluating something like: Nautilus openOnClass: Object The result is a new Nautilus on Object but the package tree list is empty and a debugger pops up with a back trace with this: NautilusUI(Object)>>doesNotUnderstand: #useLastPackagePatternStringForClass:

Re: [Pharo-users] Morph: event handler on wrong morph/submorph

2015-10-04 Thread Federico.Balaguer
when he will come to Laplata? > - could you produce a small video because I would like to share it > with other teachers? > > Stef > > Le 28/9/15 18:59, Federico.Balaguer a écrit : > > > Hello, > > > > I found a problem with BotArena > > (http://smalltalkhub.

Re: [Pharo-users] Morph: event handler on wrong morph/submorph

2015-10-03 Thread Federico.Balaguer
share it > with other teachers? > > Stef > > Le 28/9/15 18:59, Federico.Balaguer a écrit : > > > Hello, > > > > I found a problem with BotArena > > (http://smalltalkhub.com/#!/~FedericoBalaguer/BotArena) on Pharo 4. > > > > BotArena is an interactiv

[Pharo-users] Morph: event handler on wrong morph/submorph

2015-09-28 Thread Federico.Balaguer
Hello, I found a problem with BotArena (http://smalltalkhub.com/#!/~FedericoBalaguer/BotArena) on Pharo 4. BotArena is an interactive robot simulation environment that we use in my university to teach OOP basics. BotArena was developed as an instantiation of BOSS

Re: [Pharo-users] Morph: event handler on wrong morph/submorph

2015-09-28 Thread Federico.Balaguer
Thanks a lot! Federico -- View this message in context: http://forum.world.st/Morph-event-handler-on-wrong-morph-submorph-tp4852370p4852397.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Morph: event handler on wrong morph/submorph

2015-09-28 Thread Federico.Balaguer
Thanks for the reply. Federico -- View this message in context: http://forum.world.st/Morph-event-handler-on-wrong-morph-submorph-tp4852370p4852398.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Morph: event handler on wrong morph/submorph

2015-09-28 Thread Federico.Balaguer
Hello Stephan, the following line will open the tool I was referring to: BGSArenaWindow expertViewOn: (OnTheFlyConfigurableSimulation endlessWalkingBrush). There is two ways to add a new robot: 1. Click on the Add Robot button, which has no problem 2. Click on the grid Regards. Federico