[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 modify the VM? It seems like, since Smalltalk is so
malleable, and more like an OS than an app, we should accept all types and
let the user decide whether to do something with them, no?

[1]
http://stackoverflow.com/questions/4115987/how-to-get-dropped-mail-message-data-in-a-cocoa-application



-
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Accepting-Email-Drops-on-Pharo-Window-tp4841915.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



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 (LINK:
https://github.com/jig08/sQuick_new/issues/19)/

Help appreciated
Thanks




--
View this message in context: 
http://forum.world.st/System-Windows-not-closing-on-using-close-tp4841568p4841941.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



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 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...

 RubTextAcceptRequest spy

 ...to be able to observe anySuchAnnouncement in anyAnnouncer.

 [1]
 http://pharo.gemtalksystems.com/book/LanguageAndLibraries/announcements/announcementspy/?_s=t9KcItW3v2fHASKr_k=RRP9iYDxQLUO6DCy_n27

 cheers -ben




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 workshops, we have an interesting user case: 
 sharing code snippets between assistants to the workshop. For that we setup 
 an Etherpad at the beginning of the workshop where we share notes and code 
 snippets by their url on http://ws.stfx.eu http://ws.stfx.eu/. This has 
 worked pretty fine and the only thing I can think for an improvement would be 
 having something like ethepads inside the Pharo Image, allowing 
 participants to write collaboratively docs and scripts inside Pharo. You can 
 see and examples of such case of use here:
 
 http://mutabit.com/deltas/repos.fossil/dataweek/home 
 http://mutabit.com/deltas/repos.fossil/dataweek/home
 
 (mostly in Spanish but the use of Etherpads and published playgrounds is 
 understandable).
 
 Cheers,
 
 Offray
 
 On 07/08/15 08:23, Juraj Kubelka wrote:
 Hi!
 
 It is great that people are interested in sharing information between 
 images. GTChatter was the first try and we will come with a new solution. 
 
 What is the most urgent information you want to share between images? Source 
 code? 
 I am curious about your use cases: Do you want to share information between 
 images on the same computer? Between your computers? Between co-workers? 
 
 Cheers,
 Juraj
 
 On Aug 7, 2015, at 03:58, Peter Uhnák  
 mailto:i.uh...@gmail.comi.uh...@gmail.com mailto:i.uh...@gmail.com 
 wrote:
 
 On PharoDays, there was a demo of GTChatter ( 
 https://youtu.be/Nmcou_5um2s?t=22m18s 
 https://youtu.be/Nmcou_5um2s?t=22m18s ), but it was just prototype, I 
 don't think it's currently being developed. But maybe it could serve as a 
 bases for code sharing between images/users.
 
 If anything you could simply push your code to http://ws.stfx.eu/ 
 http://ws.stfx.eu/ (Playground can do that with a button), and then paste 
 the link through GTSpotter to the other user. If you paste that link into 
 GTSpotter, it automatically offers you the option to open playground on it 
 (eg. try pasting into GTSpotter  
 http://ws.stfx.eu/923KR0YD1BRUhttp://ws.stfx.eu/923KR0YD1BRU 
 http://ws.stfx.eu/923KR0YD1BRU ).
 
 Peter
 
 On Fri, Aug 7, 2015 at 12:45 AM, Sebastian Heidbrink  
 mailto:shei...@yahoo.deshei...@yahoo.de mailto:shei...@yahoo.de wrote:
 Hi Sven,
 
 thank you! I will check it out.
 I'll have such situation more and more often.
 I'll let you know when I might have extended the code by some addons
 
 Sebastian
 
 
 On 2015-08-06 3:26 PM, Sven Van Caekenberghe wrote:
 On 07 Aug 2015, at 00:13, Sebastian Heidbrink shei...@yahoo.de 
 mailto:shei...@yahoo.de wrote:
 
 Is there a in-image monticello server available that would mimic a 
 repository server?
 Yes, it is called ZnMonticelloServerDelegate - it is meant as an example, 
 but it works.
 
 
 
 
 
 



[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...

RubTextAcceptRequest spy

...to be able to observe anySuchAnnouncement in anyAnnouncer.

[1] 
http://pharo.gemtalksystems.com/book/LanguageAndLibraries/announcements/announcementspy/?_s=t9KcItW3v2fHASKr_k=RRP9iYDxQLUO6DCy_n27

cheers -ben



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 avoid having to hunt within existing for
a particular announcer to observe. What I'd really like is something
like...

 RubTextAcceptRequest spy

...to be able to observe anySuchAnnouncement in anyAnnouncer.

[1] 
http://pharo.gemtalksystems.com/book/LanguageAndLibraries/announcements/announcementspy/?_s=t9KcItW3v2fHASKr_k=RRP9iYDxQLUO6DCy_n27

cheers -ben







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
 arrayWithObjects:(NSString*)kPasteboardTypeFileURLPromise,nil]];
 ```
 but do I really need to modify the VM? It seems like, since Smalltalk is so
 malleable, and more like an OS than an app, we should accept all types and
 let the user decide whether to do something with them, no?

 [1]
 http://stackoverflow.com/questions/4115987/how-to-get-dropped-mail-message-data-in-a-cocoa-application


That sounds right.  Bring up a dialog reporting Unknown paste type
with a button to view raw and/or start decoding it from within the
debugger.
cheers -ben



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.

 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 avoid having to hunt within existing for
 a particular announcer to observe. What I'd really like is something
 like...

  RubTextAcceptRequest spy

 ...to be able to observe anySuchAnnouncement in anyAnnouncer.

 [1]
 http://pharo.gemtalksystems.com/book/LanguageAndLibraries/announcements/announcementspy/?_s=t9KcItW3v2fHASKr_k=RRP9iYDxQLUO6DCy_n27

 cheers -ben







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, Juraj Kubelka wrote:

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 
mailto:off...@riseup.net:


Hi Juraj,

At the last data week and in the workshops, we have an interesting 
user case: sharing code snippets between assistants to the workshop. 
For that we setup an Etherpad at the beginning of the workshop where 
we share notes and code snippets by their url on http://ws.stfx.eu. 
This has worked pretty fine and the only thing I can think for an 
improvement would be having something like ethepads inside the 
Pharo Image, allowing participants to write collaboratively docs and 
scripts inside Pharo. You can see and examples of such case of use here:


http://mutabit.com/deltas/repos.fossil/dataweek/home

(mostly in Spanish but the use of Etherpads and published playgrounds 
is understandable).


Cheers,

Offray

On 07/08/15 08:23, Juraj Kubelka wrote:

Hi!

It is great that people are interested in sharing information 
between images. GTChatter was the first try and we will come with a 
new solution.


What is the most urgent information you want to share between 
images? Source code?
I am curious about your use cases: Do you want to share information 
between images on the same computer? Between your computers? Between 
co-workers?


Cheers,
Juraj


On Aug 7, 2015, at 03:58, Peter Uhnák i.uh...@gmail.com wrote:

On PharoDays, there was a demo of GTChatter ( 
https://youtu.be/Nmcou_5um2s?t=22m18s ), but it was just prototype, 
I don't think it's currently being developed. But maybe it could 
serve as a bases for code sharing between images/users.


If anything you could simply push your code to http://ws.stfx.eu/ 
(Playground can do that with a button), and then paste the link 
through GTSpotter to the other user. If you paste that link into 
GTSpotter, it automatically offers you the option to open 
playground on it (eg. try pasting into GTSpotter 
http://ws.stfx.eu/923KR0YD1BRU ).


Peter

On Fri, Aug 7, 2015 at 12:45 AM, Sebastian Heidbrink 
shei...@yahoo.de wrote:


Hi Sven,

thank you! I will check it out.
I'll have such situation more and more often.
I'll let you know when I might have extended the code by some
addons

Sebastian


On 2015-08-06 3:26 PM, Sven Van Caekenberghe wrote:

On 07 Aug 2015, at 00:13, Sebastian Heidbrink
shei...@yahoo.de mailto:shei...@yahoo.de wrote:

Is there a in-image monticello server available that
would mimic a repository server?

Yes, it is called ZnMonticelloServerDelegate - it is meant
as an example, but it works.














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 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, Juraj Kubelka wrote:
 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 
 mailto:off...@riseup.net:
 
 Hi Juraj,
 
 At the last data week and in the workshops, we have an interesting user 
 case: sharing code snippets between assistants to the workshop. For that we 
 setup an Etherpad at the beginning of the workshop where we share notes and 
 code snippets by their url on http://ws.stfx.eu http://ws.stfx.eu/. This 
 has worked pretty fine and the only thing I can think for an improvement 
 would be having something like ethepads inside the Pharo Image, allowing 
 participants to write collaboratively docs and scripts inside Pharo. You 
 can see and examples of such case of use here:
 
 http://mutabit.com/deltas/repos.fossil/dataweek/home 
 http://mutabit.com/deltas/repos.fossil/dataweek/home
 
 (mostly in Spanish but the use of Etherpads and published playgrounds is 
 understandable).
 
 Cheers,
 
 Offray
 
 On 07/08/15 08:23, Juraj Kubelka wrote:
 Hi!
 
 It is great that people are interested in sharing information between 
 images. GTChatter was the first try and we will come with a new solution. 
 
 What is the most urgent information you want to share between images? 
 Source code? 
 I am curious about your use cases: Do you want to share information 
 between images on the same computer? Between your computers? Between 
 co-workers? 
 
 Cheers,
 Juraj
 
 On Aug 7, 2015, at 03:58, Peter Uhnák i.uh...@gmail.com 
 mailto:i.uh...@gmail.com wrote:
 
 On PharoDays, there was a demo of GTChatter ( 
 https://youtu.be/Nmcou_5um2s?t=22m18s 
 https://youtu.be/Nmcou_5um2s?t=22m18s ), but it was just prototype, I 
 don't think it's currently being developed. But maybe it could serve as a 
 bases for code sharing between images/users.
 
 If anything you could simply push your code to http://ws.stfx.eu/ 
 http://ws.stfx.eu/ (Playground can do that with a button), and then 
 paste the link through GTSpotter to the other user. If you paste that 
 link into GTSpotter, it automatically offers you the option to open 
 playground on it (eg. try pasting into GTSpotter  
 http://ws.stfx.eu/923KR0YD1BRUhttp://ws.stfx.eu/923KR0YD1BRU 
 http://ws.stfx.eu/923KR0YD1BRU ).
 
 Peter
 
 On Fri, Aug 7, 2015 at 12:45 AM, Sebastian Heidbrink shei...@yahoo.de 
 mailto:shei...@yahoo.de wrote:
 Hi Sven,
 
 thank you! I will check it out.
 I'll have such situation more and more often.
 I'll let you know when I might have extended the code by some addons
 
 Sebastian
 
 
 On 2015-08-06 3:26 PM, Sven Van Caekenberghe wrote:
 On 07 Aug 2015, at 00:13, Sebastian Heidbrink shei...@yahoo.de 
 mailto:shei...@yahoo.de wrote:
 
 Is there a in-image monticello server available that would mimic a 
 repository server?
 Yes, it is called ZnMonticelloServerDelegate - it is meant as an example, 
 but it works.
 
 
 
 
 
 
 
 



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: 
http://forum.world.st/System-Windows-not-closing-on-using-close-tp4841568p4841900.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



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 symbolic versions for pharo 3 and pharo 5.

The tests problem should still be solved. Do you still want to look at
that?

Once that is done, the tests packages should be added to the version. I
can
do that.

Cheers,
Doru



On Sun, Aug 9, 2015 at 2:51 PM, Joachim Geidel
joachim.gei...@onlinehome.de
 wrote:


  Am 09.08.2015 um 14:36 schrieb Tudor Girba-2 [via Smalltalk]
[hidden
 email] http:///user/SendEmail.jtp?type=nodenode=4841820i=0:
  However, I notice that you have some distinct version names, and
this
 seems to throw MC off. For example, when trying to load the latest
version
 of ConfigurationOfJNIPort:
  - we get: ConfigurationOfJNIPort-JoachimGeidel.3.0a3
  - instead of: ConfigurationOfJNIPort-JoachimGeidel.3.0a4
 
  This problem would be fixed if we would change the numbering a bit.
For
 example, when I try to commit a new version of the configuration,
 Monticello offers:
  ConfigurationOfJNIPort-TudorGirba.3.5
 
  Is it Ok if I commit it like this?

 Yes, of course, do whatever it takes. I used the „aN“ suffer because
I
 considered that version as an alpha release, and wanted to do a lot
more
 before publishing a „real“ release.

 Cheers,
 Joachim


 --
 View this message in context: Re: troubles with JNIPort on Pharo 5 /
Java
 8

http://forum.world.st/troubles-with-JNIPort-on-Pharo-5-Java-8-tp4836922p4841820.html
 Sent from the Pharo Smalltalk Users mailing list archive
 http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html at
Nabble.com.




-- 
www.tudorgirba.com

Every thing has its own flow




___
If you reply to this email, your message will be added to the
discussion below:
http://forum.world.st/troubles-with-JNIPort-on-Pharo-5-Java-8-tp4836922p4841826.html

To unsubscribe from troubles with JNIPort on Pharo 5 / Java 8, visit
http://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4836922code=am9hY2hpbS5nZWlkZWxAb25saW5laG9tZS5kZXw0ODM2OTIyfC0xNjY0NTI3NjU4

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.



--
View this message in context: 
http://forum.world.st/troubles-with-JNIPort-on-Pharo-5-Java-8-tp4836922p4841847.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[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:
https://dl.dropboxusercontent.com/u/103833630/ISO3166.pdf

Hope you find it useful.



Cheers,


Hernán


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:

 http://80738163270632.blogspot.com.ar/2015/08/new-iso-3166-1-implementation-for-pharo.html

 I also wrote some documentation about it:
 https://dl.dropboxusercontent.com/u/103833630/ISO3166.pdf

 Hope you find it useful.



 Cheers,


 Hernán