[Pharo-dev] gui testing

2014-05-04 Thread Pablo R. Digonzelli
Hi, is there some framework for testing gui in pharo?. I mean something like parasol is doing with web apps. 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] gui testing

2014-05-06 Thread Pablo R. Digonzelli
nd it #text or #text: and so on. It can get quite complex quickly, but it is possible. On 06 May 2014, at 20:40, Sean P. DeNigris wrote: > Pablo R. Digonzelli wrote >> is there some framework for testing gui in pharo?. > > Check out the SUnit-UITesting package pre-installed in

[Pharo-dev] GLORPDBX with sqlite3

2014-05-24 Thread Pablo R. Digonzelli
Hi, can someone help me about how to configure GlorpDbx with Sqlite3?. Now , i have Glorp working with Postgresql and all is OK. Tia, Pablo Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.c

Re: [Pharo-dev] GLORPDBX with sqlite3

2014-05-26 Thread Pablo R. Digonzelli
ername: ''; password: ''; databaseName: 'sodbxtest.db'. Saludos! Guille On Sun, May 25, 2014 at 4:45 AM, Pablo R. Digonzelli < pdigonze...@gmail.com > wrote: Hi, can someone help me about how to configure GlorpDbx with Sqlite3?. Now , i have Glorp working with

[Pharo-dev] vm over android

2014-06-09 Thread Pablo R. Digonzelli
Hi all, i want to know if it is planning develop a vm over android? Time frame ? 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] vm over android

2014-06-09 Thread Pablo R. Digonzelli
unes, 9 de Junio 2014 13:27:52 Asunto: Re: [Pharo-dev] vm over android I have been using it for DrGeo https://code.google.com/p/squeakvm-tablet/wiki/JenkinsBuilds Hilaire Le 09/06/2014 16:50, Pablo R. Digonzelli a écrit : > Hi all, i want to know if it is planning develop a vm over android?

Re: [Pharo-dev] PharoVM with latests changes

2014-06-14 Thread Pablo R. Digonzelli
Thanks!!! downloading.. 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: "Esteban A. Maringolo" Para: "Pharo Development List" Enviados:

Re: [Pharo-dev] New Cog & Spur VMs available

2014-06-16 Thread Pablo R. Digonzelli
thanks!, a question is there a spur-format based image for pharo? TIA 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: "Eliot Miranda"

[Pharo-dev] spec question

2014-06-26 Thread Pablo R. Digonzelli
Hi all, two questions about Spec. 1) How can i change the font for a ListModel or TextModel? 2) I try , but nothing happend . I does not work but there is no error also l := ListModel new. l backgroundColorBlock: [ Color red ]. l openWithSpec . Can I change de backcolor of ListModel ?

Re: [Pharo-dev] spec question

2014-06-26 Thread Pablo R. Digonzelli
CC: "Any question about pharo is welcome" Enviados: Jueves, 26 de Junio 2014 18:55:26 Asunto: Re: [Pharo-dev] spec question 2014-06-26 23:13 GMT+02:00 Pablo R. Digonzelli < pdigonze...@gmail.com > : Hi all, two questions about Spec. 1) How can i change the font for

Re: [Pharo-dev] spec question

2014-06-26 Thread Pablo R. Digonzelli
Pablo R. Digonzelli" Para: nicolaih...@web.de, "Pharo Development List" Enviados: Jueves, 26 de Junio 2014 19:13:57 Asunto: Re: [Pharo-dev] spec question thanks Nicolai! Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo

Re: [Pharo-dev] spec question

2014-06-26 Thread Pablo R. Digonzelli
Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Pablo R. Digonzelli" Para: "Pharo Development List" Enviados: Jueves, 26 de Junio 2014 19:53:06 Asunto: Re: [Pharo-dev] spe

[Pharo-dev] caturing key pressed

2014-06-30 Thread Pablo R. Digonzelli
Hi all , I need to capture the key pressed in a Spec TextModel and ListModel. Can someone give orientation? TIA Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714

[Pharo-dev] functions keys

2014-06-30 Thread Pablo R. Digonzelli
After exploring the image I believe functions keys (F1,F2, etc ) are not handling by KeyboardEvent class. I think it is very common use that function keys in business applications. Someone know if i am true about this topic? . Or maybe someone handling functions keys in an application? TIA

[Pharo-dev] numeric pad

2014-06-30 Thread Pablo R. Digonzelli
i actualized the vm for linux , but numeric pad of keyboard does not work. The keys are captured (exists KeboardEvent ) but the keys are not displaying in workspace for example. TIA Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...

Re: [Pharo-dev] functions keys

2014-06-30 Thread Pablo R. Digonzelli
vent. Then, the KeyboardEvent has a #key method to get the pressed key. Take a look at the Key class side methods to access well known keys. Guille On Tue, Jul 1, 2014 at 12:06 AM, Pablo R. Digonzelli < pdigonze...@gmail.com > wrote: After exploring the image I believe functions key

[Pharo-dev] numeric pad

2014-06-30 Thread Pablo R. Digonzelli
Hi all , i need numeric pad working for a linux application. I probe last pharo and last squeak vm and images and does not work . I need to solve it in order to continue developing a business app . Can anybody help me? Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SR

Re: [Pharo-dev] functions keys

2014-06-30 Thread Pablo R. Digonzelli
viados: Lunes, 30 de Junio 2014 21:01:09 Asunto: Re: [Pharo-dev] functions keys It will be solved for Pharo 4, with the OSWindow integration. 2014-06-30 19:55 GMT-04:00 Pablo R. Digonzelli < pdigonze...@gmail.com > : Guille , functions key does not generate event at all. I thin

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Pablo R. Digonzelli
2014 02:01, Pablo R. Digonzelli a écrit : > Hi all , i need numeric pad working for a linux application. > I probe last pharo and last squeak vm and images and does not work . > I need to solve it in order to continue developing a business app . &g

Re: [Pharo-dev] functions keys

2014-07-01 Thread Pablo R. Digonzelli
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 generate event at all. I think it is a problem for some applications. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec

Re: [Pharo-dev] functions keys

2014-07-01 Thread Pablo R. Digonzelli
25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Pablo R. Digonzelli" Para: nicolaih...@web.de, "Pharo Development List" Enviados: Martes, 1 de Julio 2014 10:45:58 Asunto: Re: [Pharo-dev]

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Pablo R. Digonzelli
- Mensaje original - De: "Pablo R. Digonzelli" Para: "Pharo Development List" Enviados: Martes, 1 de Julio 2014 9:51:15 Asunto: Re: [Pharo-dev] numeric pad ok, i will try thanks. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo

Re: [Pharo-dev] functions keys

2014-07-01 Thread Pablo R. Digonzelli
...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Pablo R. Digonzelli" Para: "Pharo Development List" Enviados: Martes, 1 de Julio 2014 11:02:23 Asunto: Re: [Pharo-dev] functions keys Nicolai. I recheck handleEvent: , handleFocus

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Pablo R. Digonzelli
Enviados: Martes, 1 de Julio 2014 11:15:34 Asunto: Re: [Pharo-dev] numeric pad 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:

Re: [Pharo-dev] numeric pad

2014-07-01 Thread Pablo R. Digonzelli
evelopment List" Enviados: Martes, 1 de Julio 2014 11:49:13 Asunto: Re: [Pharo-dev] numeric pad 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. D

Re: [Pharo-dev] functions keys

2014-07-01 Thread Pablo R. Digonzelli
t these linux issues ? TIA 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. Digonzelli" Para: "Pharo Development L

Re: [Pharo-dev] [Article] Elegant Pharo Code

2014-07-08 Thread Pablo R. Digonzelli
Thanks tomorrow will be holliday in my country. I will read tomorrow. Before the semifinal of FIFA world cup. Go Argentina Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 54938

Re: [Pharo-dev] ANNC: QR Code (v.2)

2014-10-06 Thread Pablo R. Digonzelli
excellent! 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: "Esteban A. Maringolo" Para: "Pharo Development List" Enviados: Lunes,

Re: [Pharo-dev] Android VM update

2014-10-09 Thread Pablo R. Digonzelli
Great ! thanks Jean Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 De: "Denis Kudriashov" Para: "Pharo Development List" Enviados: Jueves, 9 de Octubre 2014 15:15:

Re: [Pharo-dev] [Pharo-users] new Pharo Success story

2014-10-20 Thread Pablo R. Digonzelli
Great! Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 De: "Tudor Girba" Para: "Any question about pharo is welcome" CC: "Pharo Development List" Enviados: Lunes,

Re: [Pharo-dev] [ANN] New Gold Member LabWare

2014-10-20 Thread Pablo R. Digonzelli
+100 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: "stepharo" Para: "Pharo Development List" Enviados: Lunes, 20 de Octubre 2014 17:19:

Re: [Pharo-dev] [ANN] ARM Stack VMs available

2014-11-09 Thread Pablo R. Digonzelli
guau!!! Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 De: "Douglas McPherson" Para: "The general-purpose Squeak developers list" , "Squeak Virtual Machine Develop

Re: [Pharo-dev] [ANN] SciSmalltalk v0.16

2014-11-18 Thread Pablo R. Digonzelli
Excellent!. 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: "Serge Stinckwich" Para: "Discusses Development of Pharo" , scismallt

Re: [Pharo-dev] R: Finish one thing today

2015-01-14 Thread Pablo R. Digonzelli
+1 Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 San Miguel de Tucumán Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Lorenzo Schiavina" Para: "Pharo Development List" Enviados: Mi

Re: [Pharo-dev] [Pharo-users] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Pablo R. Digonzelli
yes it is! Thanks Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 San Miguel de Tucumán Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 De: "Tudor Girba" Para: "Any question about pharo is welcome" CC: "Pharo De

Re: [Pharo-dev] Pharo does not work on ubuntu 13.04

2013-06-25 Thread Pablo R. Digonzelli
+1 Ing. Pablo Digonzelli Sofware Solutions IP Soluciones SRL 25 de Mayo 521. Entrepiso A email: pdigonze...@softsargentina.com email: pdigonze...@gmail.com twitter: @pdigonzelli Tel: 0381 4227378 Cel: 0381 155982714 - Mensaje original - De: "Damien Cassou" Para: "Pharo Develo

Re: [Pharo-dev] Pharo does not work on ubuntu 13.04

2013-06-25 Thread Pablo R. Digonzelli
hi all, for me ppa works very well. Ing. Pablo Digonzelli Sofware Solutions IP Soluciones SRL 25 de Mayo 521. Entrepiso A email: pdigonze...@softsargentina.com email: pdigonze...@gmail.com twitter: @pdigonzelli Tel: 0381 4227378 Cel: 0381 155982714 - Mensaje original - De:

[Pharo-dev] question about UI

2013-07-02 Thread Pablo R. Digonzelli
hello list. I am thinking develop a business application in pharo. I need information about tools for UI for business applications. for example dolphin has MVP framework for desktop. I prefer browser/desktop enable UI framework. Which are the tools you can recommend? Perhaps someone has experi

Re: [Pharo-dev] question about UI

2013-07-02 Thread Pablo R. Digonzelli
Thanks to all! I starting learn spec Ing. Pablo Digonzelli Sofware Solutions IP Soluciones SRL 25 de Mayo 521. Entrepiso A email: pdigonze...@softsargentina.com email: pdigonze...@gmail.com twitter: @pdigonzelli Tel: 0381 4227378 Cel: 0381 155982714 - Mensaje original - D

Re: [Pharo-dev] question about UI

2013-07-03 Thread Pablo R. Digonzelli
ot; Para: "Pharo Development List" Enviados: Miércoles, 3 de Julio 2013 3:54:47 Asunto: Re: [Pharo-dev] question about UI Hi Pablo, a few days ago I wrote about implementing a simple window with spec here: http://pharorwrules.wordpress.com/2013/06/26/a-look-into-spec/ 2013/7/3

Re: [Pharo-dev] question about UI

2013-07-03 Thread Pablo R. Digonzelli
rules.wordpress.com/2013/06/26/a-look-into-spec/ 2013/7/3 Pablo R. Digonzelli < pdigonze...@softsargentina.com > Thanks to all! I starting learn spec Ing. Pablo Digonzelli Sofware Solutions IP Soluciones SRL 25 de Mayo 521. Entrepiso A email: pdigonze...@softsargentina.com