[Pharo-users] Accepting Email Drops on Pharo Window

2015-08-10 Thread Sean P. DeNigris
Does anyone have experience with accepting drops of file types which are not supported by default? On StackOverflow [1], it was shown how to do this in Cocoa: ``` [window registerForDraggedTypes:[NSArray arrayWithObjects:(NSString*)kPasteboardTypeFileURLPromise,nil]]; ``` but do I really need to

Re: [Pharo-users] System Windows not closing on using #close

2015-08-10 Thread Jigyasa Grover
*Steps to reproduce:* 1. Open a fresh image 2. Load Configuration : World Tools Configuration Browser sQuick_new 3. Do It IndexInterface open in playground The box (ImageMorph) is aligned to the left in its window, I would like it to be center aligned. /Kindly look into the issue on github

Re: [Pharo-users] Debugging announcements

2015-08-10 Thread Peter Uhnák
You can inspect Announcer and then there's Announcements tab, however I don't think there's unified view. On Mon, Aug 10, 2015 at 4:30 PM, Ben Coman b...@openinworld.com wrote: How are Announcements currently debugged? I vaguely remember I was once able to use AnnouncementSpy [1], but that

Re: [Pharo-users] direct image code exchange

2015-08-10 Thread Juraj Kubelka
Hi Offray, interesting use case. I can see that Etherpad uses colors to emphasize author of each line (character). Is it important? Why? (I understand Spanish.) Cheers, Juraj 8. 8. 2015 v 19:44, Offray Vladimir Luna Cárdenas off...@riseup.net: Hi Juraj, At the last data week and in the

[Pharo-users] Debugging announcements

2015-08-10 Thread Ben Coman
How are Announcements currently debugged? I vaguely remember I was once able to use AnnouncementSpy [1], but that seems not in Pharo5 anymore. Anyway, I'd rather avoid having to hunt within existing for a particular announcer to observe. What I'd really like is something like...

Re: [Pharo-users] Debugging announcements

2015-08-10 Thread stepharo
to me this is a problem to debug and identify all these event system based on registration. Le 10/8/15 16:30, Ben Coman a écrit : How are Announcements currently debugged? I vaguely remember I was once able to use AnnouncementSpy [1], but that seems not in Pharo5 anymore. Anyway, I'd rather

Re: [Pharo-users] Accepting Email Drops on Pharo Window

2015-08-10 Thread Ben Coman
On Mon, Aug 10, 2015 at 11:01 PM, Sean P. DeNigris s...@clipperadams.com wrote: Does anyone have experience with accepting drops of file types which are not supported by default? On StackOverflow [1], it was shown how to do this in Cocoa: ``` [window registerForDraggedTypes:[NSArray

Re: [Pharo-users] Debugging announcements

2015-08-10 Thread Peter Uhnák
I remembered reading this some time ago http://www.humane-assessment.com/stories/rogue-announcements/ Maybe it will be of help. Peter On Mon, Aug 10, 2015 at 10:01 PM, stepharo steph...@free.fr wrote: to me this is a problem to debug and identify all these event system based on registration.

Re: [Pharo-users] direct image code exchange

2015-08-10 Thread Offray Vladimir Luna Cárdenas
Hi Juraj, Coloring is a default on etherpad. Because we're sharing a physical space, color let us to find who wrote what to see who is giving advice or is needing help. So yes, is important because it let us learn better. Chévere que entiendas español :-) Cheers, Offray On 08/08/15 20:33,

Re: [Pharo-users] direct image code exchange

2015-08-10 Thread Juraj Kubelka
Hi Offray, good point! I will keep in mind. Cheers, Juraj On Aug 10, 2015, at 19:10, Offray Vladimir Luna Cárdenas off...@riseup.net wrote: Hi Juraj, Coloring is a default on etherpad. Because we're sharing a physical space, color let us to find who wrote what to see who is giving

Re: [Pharo-users] Basic Woden Loading tutorial

2015-08-10 Thread Hilaire
Le 07/08/2015 23:14, Ronie Salgado a écrit : Hi, I started writing a basic woden loading tutorial: http://woden.ronie.cl/ Please, bear in mind that this is an early draft, so expect lot of mistakes. Greetings, Ronie Thanks Hilaire -- Dr. Geo http://drgeo.eu http://google.com/+DrgeoEu

Re: [Pharo-users] System Windows not closing on using #close

2015-08-10 Thread Jigyasa Grover
Hi Stephan I got your point, I think. I tried searching for the such methods which would help me make a separate frame for 'box' so as to re-position 'box' within 'boxWindow' but in vain. Any pointers pls ? Thanks Jigyasa -- View this message in context:

Re: [Pharo-users] troubles with JNIPort on Pharo 5 / Java 8

2015-08-10 Thread Joachim Geidel
Thanks a lot! I will look into the problem with the test package as soon as possible. Joachim Am 9. August 2015 17:29:42 MESZ, schrieb Tudor Girba-2 [via Smalltalk] ml-node+s1294792n4841826...@n4.nabble.com: Ok. I added now: - 3.1-alpha with packages for pharo 5 - development and stable

[Pharo-users] [ANN] New ISO 3166-1 Wrapper

2015-08-10 Thread Hernán Morales Durand
Dear all, I developed a Pharo ISO 3166-1 wrapper to access objects into a ISO3166-1 model. See the following post for details on installation and usage: http://80738163270632.blogspot.com.ar/2015/08/new-iso-3166-1-implementation-for-pharo.html I also wrote some documentation about it:

Re: [Pharo-users] [ANN] New ISO 3166-1 Wrapper

2015-08-10 Thread Ben Coman
Thanks Hernán. On Mon, Aug 10, 2015 at 2:34 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Dear all, I developed a Pharo ISO 3166-1 wrapper to access objects into a ISO3166-1 model. See the following post for details on installation and usage: