Re: [Pharo-users] direct image code exchange

2015-08-07 Thread Peter Uhnák
Although this would work better for scripts than classes. (Unless you could push fileouts through GTChatter). Peter On Fri, Aug 7, 2015 at 8:58 AM, Peter Uhnák wrote: > On PharoDays, there was a demo of GTChatter ( > https://youtu.be/Nmcou_5um2s?t=22m18s ), but it was just prototype, I > don't

[Pharo-users] how to reinitialize the jvm in jniport?

2015-08-07 Thread Tudor Girba
Hi, I am trying to shutdown a Jvm instance but when I try to use a new instance, I get a "JNIError: unknown error". Here is what I do on OS X using Pharo 3.0: Gofer new smalltalkhubUser: 'JNIPort' project: 'JNIPort'; configuration; loadVersion: '3.0-baseline'. JNIPortJNIInterface libraryFile: '

Re: [Pharo-users] direct image code exchange

2015-08-07 Thread Mariano Martinez Peck
On Thu, Aug 6, 2015 at 7:43 PM, Sebastian Heidbrink wrote: > Hi Mariano, > > that is what I do, too. > I mean a case where I sit next to somebody and he uses his own computer > and we dabble around. > After a while one sometimes want to just provide the other with some > snippets or classes just

Re: [Pharo-users] direct image code exchange

2015-08-07 Thread H. Hirzel
On 8/6/15, Mariano Martinez Peck wrote: > Something I do since years is to have my own cross-image-shared package > cache or explicit directory-based monticello repository (added to your > projects) where I have everything. Then, you can simply commit to your > local directory based monticello rep

Re: [Pharo-users] MongoDB: console commands? query embedded indexed fields?

2015-08-07 Thread Sabine Manaa
Hi Norbert, Hi Phil, thanks for your help! Now I know what the problem is/was. :-))) The query was right, the index was used, all is fine. BUT: I used an inspector to look at the query's result and opening the inspector forced to load all the other objects which belong to the object found. Expla

Re: [Pharo-users] direct image code exchange

2015-08-07 Thread Sean P. DeNigris
Peter Uhnák wrote > 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 ). [OT]Wow![/OT] - Cheers, Sean -- View this message in context: http://forum.world.st/direct-image-

Re: [Pharo-users] MongoDB: console commands? query embedded indexed fields?

2015-08-07 Thread Norbert Hartl
> Am 07.08.2015 um 14:53 schrieb Sabine Manaa : > > Hi Norbert, Hi Phil, > > thanks for your help! Now I know what the problem is/was. :-))) > > The query was right, the index was used, all is fine. > > BUT: > I used an inspector to look at the query's result and opening the inspector > force

Re: [Pharo-users] "Oops! Invalid username or password" when saving Settings on smalltalkhub

2015-08-07 Thread stepharo
Thanks for the report. Stef Le 6/8/15 22:06, Andrei Chis a écrit : From what I remember the logout issue is caused by proxies caches and the fact that smalltalk hub does not set any headers that prevent/invalidate caching. We are having this problem all the time on our university network. To

Re: [Pharo-users] direct image code exchange

2015-08-07 Thread Juraj Kubelka
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 inform

[Pharo-users] Basic Woden Loading tutorial

2015-08-07 Thread Ronie Salgado
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

Re: [Pharo-users] Seamless

2015-08-07 Thread Nick Papoylias
On Tue, Aug 4, 2015 at 12:28 PM, Sean P. DeNigris wrote: > 1. What is the status of this project > (http://ss3.gemstone.com/ss/Seamless.html)? I see the last commit is in > April. Does it "work"? > As an engineering pre-requisite for my research, yes ;) You can already read: https://hal.inria.f

[Pharo-users] MSOffice DOCX generation?

2015-08-07 Thread H. Hirzel
Hello Is there a library like for Pharo to generate DOCX files? Something like this https://docx.codeplex.com/ DocX is a .NET library that allows developers to manipulate Word 2007/2010/2013 files, in an easy and intuitive manor. DocX is fast, lightweight and best of all it does not require Micro

Re: [Pharo-users] PharoJS

2015-08-07 Thread H. Hirzel
Is PharoJS related to / based on http://www.squeaksource.com/@45sUWABDUdZM7Og0/Uycfg_AQ ST2JS - Traductor de Smalltalk a JavaScript http://diegogomezdeck.blogspot.com/2006/07/st2js-traductor-de-smalltalk.html Las características de JavaScript mencionadas anteriormente, usadas con picardía, permi

Re: [Pharo-users] [Moose-dev] Basic Woden Loading tutorial

2015-08-07 Thread Alexandre Bergel
This is excellent Ronie! Continue, this is very important. Alexandre > Le 7 août 2015 à 12: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. > >

Re: [Pharo-users] MSOffice DOCX generation?

2015-08-07 Thread H. Hirzel
A similar library but for Java http://www.docx4java.org/trac/docx4j On 8/7/15, H. Hirzel wrote: > Hello > > Is there a library like for Pharo to generate DOCX files? > > Something like this > https://docx.codeplex.com/ > DocX is a .NET library that allows developers to manipulate Word > 2007/201

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

2015-08-07 Thread Jigyasa Grover
Hi I am using *SystemWindow* to open a Morph in my application *searchQuick*. ( https://github.com/jig08/sQuick_new ) On clicking a button, a new screen opens up but the prev window fails to close, though I have tried using #close methods. The code snippets are as: *--

Re: [Pharo-users] OSProcess crashes when launching a command

2015-08-07 Thread Damien Cassou
Thierry Goubier writes: > Ok, I tried on my system (ubuntu 15.04 64bits) and it doesn't crash in > 40617, with vmLatest (jenkins build #14975). > > Can you try with a 4.0+vmLatest image and vm? everything seems to work fine now. Thanks -- Damien Cassou http://damiencassou.seasidehosting.st

Re: [Pharo-users] PharoJS

2015-08-07 Thread Noury Bouraqadi
The only connection is that they share the same goal of converting Smalltalk code to JavaScript. Noury > On 07 Aug 2015, at 21:02, H. Hirzel wrote: > > Is PharoJS related to / based on > > http://www.squeaksource.com/@45sUWABDUdZM7Og0/Uycfg_AQ > > > ST2JS - Traductor de Smalltalk a JavaScrip

Re: [Pharo-users] MSOffice DOCX generation?

2015-08-07 Thread H. Hirzel
I found Tabular http://ss3.gemtalksystems.com/ss/Tabular.html which is for Spreadsheets files. It is useful as an example for creating something similar for DOCX files. On 8/8/15, H. Hirzel wrote: > A similar library but for Java > > http://www.docx4java.org/trac/docx4j > > On 8/7/15, H. Hirzel