[Pharo-users] SDL2SpecialCharacterMapping problem

2018-03-31 Thread alvaro piorno
Hi, Iam having a problem handling some OSKeywordEvents. These events should have character associated. The mapping is resolved by SDL2SpecialCharacterMapping using a dictionary(Mappings), it has the mapping, for example, for left arrow and right arrow. It resolve correctly for "left arrow" with

Re: [Pharo-users] Keeping packages up to date

2018-03-31 Thread Cyril Ferlicot D.
On 01/04/2018 01:14, Andrei Stebakov wrote: > I wonder if there is a generic solution to keeping certain Pharo project > in sync with development tree. > For example when I want to get latest Roassal I execute > Gofer it > smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; > package: 'Roassal2'

[Pharo-users] Keeping packages up to date

2018-03-31 Thread Andrei Stebakov
I wonder if there is a generic solution to keeping certain Pharo project in sync with development tree. For example when I want to get latest Roassal I execute Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; package: 'Roassal2'; package: 'Roassal2GT'; package: 'Trachel'; load. Also

Re: [Pharo-users] What are RBPattern* classes in the AST?

2018-03-31 Thread Thierry Goubier
Hi Steven, Le 31/03/2018 à 20:36, Steven Costiou a écrit : Hi, i was browsing the classes of the AST and i am curious about the RBPattern* classes. What are they used for? They represent metavariables in pattern trees when you use refactorings. Each pattern node specify a type of AST sub

[Pharo-users] What are RBPattern* classes in the AST?

2018-03-31 Thread Steven Costiou
Hi, i was browsing the classes of the AST and i am curious about the RBPattern* classes. What are they used for? The RBPatternParser's comment says that it is used "to search and transform source code". After looking a bit in the senders and class refs, it seems it is used for refactorings

Re: [Pharo-users] Calypso and Dark Theme

2018-03-31 Thread kmo
OK - thanks -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Calypso and Dark Theme

2018-03-31 Thread Denis Kudriashov
Hi. It's issue for Pharo 7. It looks fine in Pharo 6, Problem that in Pharo 7 theme classes were renamed and extension methods from any external packages are affected by this 2018-03-31 16:56 GMT+02:00 kmo : > Is anything being done to make Calypso work better with the Pharo Dark > Theme? > The

Re: [Pharo-users] Namespaces and ASN1 types in Cryptography package

2018-03-31 Thread Esteban A. Maringolo
Hi Holger, Cryptography package lacks a proper modularization, so you could load only the groups you need, e.g. ASN1 will only be needed if you load X509 (AFAIR). If Nortbert's ASN1 package is more complete than Cryptography's, then we whould either merge it or discard what's there and load Norbe

[Pharo-users] Namespaces and ASN1 types in Cryptography package

2018-03-31 Thread Holger Freyther
Hi, I was debugging some test failures and it turns out that my code defines an ASN1IntegerType and the Cryptography package (a dependency of MongoTalk which is loaded into my code) has such a class as well. Thanks to Epicea I could see which package added the method but now I have no idea how

[Pharo-users] Calypso and Dark Theme

2018-03-31 Thread kmo
Is anything being done to make Calypso work better with the Pharo Dark Theme? The dark blue labels against a dark background are unreadable - see screenshot. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Launcher User Templates

2018-03-31 Thread Cyril Ferlicot
On sam. 31 mars 2018 at 16:10, Sean P. DeNigris wrote: > CyrilFerlicot wrote > > I also have a way to add a private Jenkins, but I need to clean it > > before integrating it to the Pharo Launcher. > > > > If someone needs the code before I clean it I can share it. Just contact > > me. > > I'm gue

Re: [Pharo-users] Launcher User Templates

2018-03-31 Thread Sean P. DeNigris
CyrilFerlicot wrote > I also have a way to add a private Jenkins, but I need to clean it > before integrating it to the Pharo Launcher. > > If someone needs the code before I clean it I can share it. Just contact > me. I'm guessing our needs will be quite similar given the url/token approach, so

Re: [Pharo-users] PharoLauncher image loading error

2018-03-31 Thread Stephane Ducasse
>> And you are on MacOSX? > > No, I am not. Just some testing on school computers. Can you tell us then on which os? which version? >> >> Can you describe what you did? Because with the Launcher you can also > > I open the "Official distributions" subtree, select Pharo6.1 then click on > the icon

Re: [Pharo-users] Reading data from a USB HID device

2018-03-31 Thread Alistair Grant
Hi Stef, On 30 March 2018 at 13:13, Stephane Ducasse wrote: > Contact Julien Delplanque he was working on it some months ago. > > Stef Thanks for the suggestion, I may do that. I have made some progress: - The package loads in 64 bits - I can open and take control of the heart rate monitor and