Re: [Pharo-dev] functions keys

2014-07-01 Thread Nicolai Hess
Function keys do generate events, but no keystroke event, just keydown and keyup. you can implement handleKeyDown: or handleKeyUp: on a Morph, and it will be called on Functionkeys as well. 2014-07-01 1:55 GMT+02:00 Pablo R. Digonzelli pdigonze...@gmail.com: Guille , functions key does not

[Pharo-dev] XMLParser

2014-07-01 Thread Diego Lont
Guillaume, Have you tested the new version of XMLParser on an old pharo 1.x version? If not, will you please revert your change in this configuration, as this will break it. Regards, Diego

[Pharo-dev] Project XMLParser green

2014-07-01 Thread Stephan Eggermont
Bad configuration, fixed. Do not use current version of versioner for this configuration Stephan

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Hilaire Fernandes
Normally this problem was solved for linux. Mine about 10 of june has a working keypad. Try to fetch one from this period in the different builds, if possible. Hilaire Le 01/07/2014 02:01, Pablo R. Digonzelli a écrit : Hi all , i need numeric pad working for a linux application. I probe

Re: [Pharo-dev] Versioner

2014-07-01 Thread stepharo
That is exactly my point. But Stef currently tries to enforce this workflow of working to Moose. And since this workflow will not work well for Moose (because of the demands on the process), I object to this. I don't think Stef wants to impose the workflow. Stef wants to improve code

Re: [Pharo-dev] Versioner

2014-07-01 Thread stepharo
Your response shows that I have not made my point well. I wanted to point out that we need different workflows because of the different demands. A workflow is more than only a tool, but starts with people building something and ends with people using something. And you point out that

Re: [Pharo-dev] Versioner

2014-07-01 Thread Christophe Demarey
Hi Stephan, Le 30 juin 2014 à 20:50, Stephan Eggermont a écrit : Kilon wrote: I disagreed with this Stephan That being said, I am getting a bit nervous about how versioner is released. It should aim to improve the way people can work, and not to create a single workflow for all people

Re: [Pharo-dev] functions keys

2014-07-01 Thread Pablo R. Digonzelli
ok, sure i am wrong. I will try your suggestion nicolai . Thanks. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: Nicolai Hess

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Pablo R. Digonzelli
I confirm tah in windows numeric pad works very well. It is a pharo/linus issue . I will investigate and coment. TIA Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714

Re: [Pharo-dev] functions keys

2014-07-01 Thread Pablo R. Digonzelli
Again like numeric pad it is a linux/pharo issue. In windows function key generates events and i can control this. Someone knows something about these linux issues ? TIA Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email:

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Guillermo Polito
Hi! can you share with us your vm version? Paste here the result of the following expression: Smalltalk vm version On Tue, Jul 1, 2014 at 4:09 PM, Pablo R. Digonzelli pdigonze...@gmail.com wrote: I confirm tah in windows numeric pad works very well. It is a pharo/linus issue . I will

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Pablo R. Digonzelli
of course Guille. The paste is: For linux1 (Ubuntu 13.04 ) (does not work numeric pad and does not work functionkeys events ) 'NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 Oct 9 2013 NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid:

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Esteban Lorenzano
you are using an old version of the vm (without numpad bindings). please download and try this one: http://files.pharo.org/vm/pharo/linux/latest.zip Esteban On 01 Jul 2014, at 16:45, Pablo R. Digonzelli pdigonze...@gmail.com wrote: of course Guille. The paste is: For linux1 (Ubuntu 13.04 )

[Pharo-dev] [ANN] Amber 0.12.6 released!

2014-07-01 Thread Nicolas Petton
Hi! After two months of development we are happy to announce the release of Amber 0.12.6 (skipping 0.12.5 for technical reasons). The team has once again been busy improving Amber to make it rock more than ever! With 260 commits done by 8 contributors, this release brings several important

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Pablo R. Digonzelli
Esteban, it works . Thanks a lot. It is very important for me. The vms i installed before you send me the new one are the standard you install with the recommended procedure for ubuntu in Pharo web with: sudo add-apt-repository ppa:pharo/stable sudo apt-get update sudo apt-get install

Re: [Pharo-dev] functions keys

2014-07-01 Thread Pablo R. Digonzelli
The keyfunctions events does not work with the last vm Esteban give me. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: Pablo R.

Re: [Pharo-dev] Athens and StrikeFont ( again )

2014-07-01 Thread Nicolai Hess
2014-07-01 3:16 GMT+02:00 Igor Stasenko siguc...@gmail.com: On 30 June 2014 21:36, Nicolai Hess nicolaih...@web.de wrote: The real question was: Why can't we draw a text with StrikeFont and with Athens. Igor, can't we use AthensCairoText (cairo toy text api) for non-truetype fonts?

[Pharo-dev] Athens and TextMorphs

2014-07-01 Thread Nicolai Hess
Working with Text and Athens only works for FreeType fonts and with Athens primitive drawString: method. Morphs with Text can not be used on an Athens. (No TextMorph rendering and no font emphasis on String or LabelMorph). But there is a AthensText package with some classes for text

Re: [Pharo-dev] Sharing/Versioning Data

2014-07-01 Thread Eliot Miranda
Hi Guillermo, On Sat, Jun 28, 2014 at 11:07 PM, Guillermo Polito guillermopol...@gmail.com wrote: With Martin we started on friday to sketch a kind of resource manager with an internal file system. Our idea is to plug a resource manager to each package and then serialize a fuel file of it