Re: [Pharo-users] BlueInk formatting (line length) Pharo5

2016-08-18 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Nicolai, Thanks for your reply. Wow, 70 is not so much, especially because standard screens are wide, 16:9 sized. It's a pity it is not configurable. Cheers Davide Nicolai Hess-3-2 wrote > 2016-08-18 18:02 GMT+02:00 Davide Varvello via Pharo-users < >

Re: [Pharo-users] BlueInk formatting (line length) Pharo5

2016-08-18 Thread Nicolai Hess
2016-08-18 18:02 GMT+02:00 Davide Varvello via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Weitergeleitete Nachricht -- > From: Davide Varvello > To: pharo-users@lists.pharo.org > Cc: > Date: Thu, 18 Aug 2016 08:59:30 -0700 (PDT) > Subject: BlueInk

Re: [Pharo-users] Spec Widget positioning

2016-08-18 Thread Brad Selfridge
That did it. My buttons do not resize but the #descriptorName does. Exactly what I wanted. Thank you for your help. - Brad Selfridge -- View this message in context: http://forum.world.st/Spec-Widget-positioning-tp4911599p4911801.html Sent from the Pharo Smalltalk Users mailing list

Re: [Pharo-users] Spec Widget positioning

2016-08-18 Thread Johan Fabry
I’m sorry it is a bit hard to catch your meaning without having all the context. I think that what you need is to remove the width: 200 argument to the second column creation. In fact you don’t need to add a row there since there is only one widget. So in summary, I would try it with the

Re: [Pharo-users] How to properly handle ConnectionClosed with Zinc?

2016-08-18 Thread Sven Van Caekenberghe
> On 18 Aug 2016, at 18:35, Hernán Morales Durand > wrote: > > Hi Sven! > > Yes, this is lot of requests to a public database named GenBank through a > public API called "Entrez". I repeated the test today to send you a log of > what's happening. The requests are

Re: [Pharo-users] file encodings handling

2016-08-18 Thread Sven Van Caekenberghe
This is easy enough (IIUC your problem): when using #nextLine while reading from a stream, all 3 EOL conventions are handled transparently, you just get the line's contents back until you are done. Then you write the lines back out with your preferred EOL convention. > On 18 Aug 2016, at

[Pharo-users] file encodings handling

2016-08-18 Thread stepharo
Hi for the mooc I'm working on a srt to vtt converter. 1 00:00:07,040 --> 00:00:10,440 Hello. This week, we'll get to the heart of the matter, 2 00:00:10 600 --> 00:00:12,160 about syntax especially. into WEBVTT 00:00:07.040 --> 00:00:10.440 align:middle Hello. This week, we'll get to the

Re: [Pharo-users] Spec Widget positioning

2016-08-18 Thread Brad Selfridge
Ok, I've tried several ways of making this work, but I haven't hit the magic button yet. Here is my layout example: defaultSpec ^SpecLayout composed newRow: [ :row1 | row1 newColumn: [ :col1 |

[Pharo-users] BlueInk formatting (line length) Pharo5

2016-08-18 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi guys I can't find how to increase the line length on the new Blue Ink formatter. On the old formatter there was the option: "Max line length", but it there isn't anymore. TIA Davide -- View this message in context:

Re: [Pharo-users] Spec > TreeModel: Updating the tree selection after a deletion

2016-08-18 Thread Offray Vladimir Luna Cárdenas
Hi all, Thanks Nicolai. Your examples helped me to advance and now I have the basic possibility to modify the tree. The two methods that did the trick are #addNode and #highlightNextitem, listed below, but I still get a MNU: receiver of "selectedMorphList is nil, anytime I try to highlight

[Pharo-users] Modify catalog folder

2016-08-18 Thread Valentin Ryckewaert
Hello everyone, I would like to modify the destination folder of the files downloaded by the catalog (Today files go in Pharo-local), does someone know how I could do it please? I would like the files to go in FileLocator temp Valentin

Re: [Pharo-users] How to properly handle ConnectionClosed with Zinc?

2016-08-18 Thread Sven Van Caekenberghe
Hi Hernán, If you do lots of requests (downloads) or if you download large resources (files) and you get some networking exception, all you have to do is catch it, close the connection, maybe wait a couple of seconds and try again. There is (normally) no need for any more magic, unless you

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Gour
On Thu, 18 Aug 2016 12:21:11 +0200 Offray Vladimir Luna Cárdenas wrote: > There is. See Phratch: http://www.phratch.com/ That's very nice example, thank you. > You can use Nix package manager with your current distro (debian, > arch, etc.) This combination have worked

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Gour
On Thu, 18 Aug 2016 13:05:39 +0200 Peter Uhnak wrote: > I'm still confused... do you mean in distribution? Yes. > There is however PharoLauncher, which is technically an app written > in Pharo, that is available for Ubuntu (you could probably install > the .deb in debian

[Pharo-users] pharo50 vm update?

2016-08-18 Thread Holger Freyther
Good Morning, I am looking into migrating to Pharo5.0 and wonder what it would take get the performance fix from VMMaker.oscog-eem.1914.mcz into the stable Pharo50 VM? kind regards holger

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Peter Uhnak
On Thu, Aug 18, 2016 at 12:14:35PM +0200, Gour wrote: > On Thu, 18 Aug 2016 11:55:40 +0200 Peter Uhnak > wrote: > > > I am not sure what you mean by "not seeing any end-user app written > > in Pharo". > > Afaics, there are no applications written using Pharo to be installed >

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Offray Vladimir Luna Cárdenas
Hi, On 18/08/16 11:25, Gour wrote: On Thu, 18 Aug 2016 11:07:23 +0200 Peter Uhnak wrote: If you only target Mac and/or Win, it should be easy. If you aim for linux, then good luck… If I'd use some other compiled language, then covering Mac/Win would be fine considering

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Gour
On Thu, 18 Aug 2016 11:55:40 +0200 Peter Uhnak wrote: > I am not sure what you mean by "not seeing any end-user app written > in Pharo". Afaics, there are no applications written using Pharo to be installed under Debian, right? > There is work being done on a "minimal Pharo

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Peter Uhnak
On Thu, Aug 18, 2016 at 11:25:45AM +0200, Gour wrote: > On Thu, 18 Aug 2016 11:07:23 +0200 > Peter Uhnak wrote: > > > If you only target Mac and/or Win, it should be easy. If you aim for > > linux, then good luck… > > If I'd use some other compiled language, then covering

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Gour
On Thu, 18 Aug 2016 11:07:23 +0200 Peter Uhnak wrote: > If you only target Mac and/or Win, it should be easy. If you aim for > linux, then good luck… If I'd use some other compiled language, then covering Mac/Win would be fine considering that Linux users are (mostly)

Re: [Pharo-users] standalone/runtime executable

2016-08-18 Thread Peter Uhnak
On Thu, Aug 18, 2016 at 10:36:50AM +0200, Gour wrote: > Hello, > > there are some Smalltalks like Dolphin, VisualWorks..which can, afaict, > create stand-alone executable for easier deployment to end users. > > I'm aware that Pharo probably has more important tasks to tackle first, > but just

[Pharo-users] standalone/runtime executable

2016-08-18 Thread Gour
Hello, there are some Smalltalks like Dolphin, VisualWorks..which can, afaict, create stand-alone executable for easier deployment to end users. I'm aware that Pharo probably has more important tasks to tackle first, but just curious if creating stand-alone/runtime exectuables is somewhere on

Re: [Pharo-users] i18n & Unicode support in Pharo

2016-08-18 Thread Gour
On Wed, 17 Aug 2016 12:39:57 +0200 Henrik Johansen wrote: > For the translation part of l10n, there's also a package providing > gettext support if needed. locale support is limited to an API > similar to *nix locales. Having gettext support is nice considering