--- 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 <
> pharo-users@.phar
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 formatting (line length
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 arc
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 follow
> 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 done in batches of 500 uid's
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 20:41,
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 he
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 |
--- 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:
http://forum.world.st/BlueInk-formatting-line-length-P
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
th
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
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 foun
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 for me when the distro rep
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 though).
I have Phar
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
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
> under Debian, right
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 that Linux users are
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 bootstrap" which wou
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 Mac/Win would be
> fine
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) accustomed to build
install
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 cur
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 its
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 it's kind of 'standard, but
wonder
Oki for me.
I lost track this is why I asked.
Le 17/8/16 à 21:59, Johan Fabry a écrit :
I do not think so. The chapter is already big and should contain the
solution Brad is looking for. Let’s see if he is satisfied, as a case
study :-)
--
Does this mail seem too brief? Sorry for that, I
24 matches
Mail list logo