Re: [Pharo-users] Where do we go now ?

2018-04-13 Thread Joe Shirk
I've been a lurk-fan for a long time but this brings up something that distressed me. Richard Eng, Smalltalk Renaissance hero loves to say Smalltalk's grammar/syntax fits on a postcard. But the vocabulary doesn't. There is nothing English-like about the always expanding bewildering library names

Re: [Pharo-users] line drawing bug

2018-04-06 Thread joe
That worked, thank you so much! This helps me get running in the interim while i investigate how to use Athens. { jb } On Apr 6, 2018, 9:31 AM -0400, Nicolai Hess , wrote: > Hi Joe, > > the problem is that the BalloonCanvas (or some objects it is using) aren't > fully

Re: [Pharo-users] line drawing bug

2018-04-06 Thread joe
No at least not right now. { jb } On Apr 6, 2018, 8:11 AM -0400, Hilaire , wrote: > Does { jb } want to deploy on tablet computer (Android or iOS) ? > > > Le 06/04/2018 à 12:31, Esteban Lorenzano a écrit : > > real question is why you use Balloon and not Athens:) > > -- > Dr. Geo > http://drge

Re: [Pharo-users] line drawing bug

2018-04-06 Thread joe
I must have missed the deprecation warnings when i ran my code. 8). Ill check out Athens, i don’t want to have to rewrite the entire application to support a new drawing backend. As a first step it would be great if i could render to an Athens canvas using the same API or something like it, but

[Pharo-users] line drawing bug

2018-04-05 Thread joe
Hello everyone! Im trying use the balloon canvas to draw some nice smooth anti aliased lines, but now i seem to have hit upon a bug which i dont know how to fix. if i draw just lines i get everything i want.  but if i add a “drawString:…” in there at any point, all the lines i try to draw subse

Re: [Pharo-users] PharoJS Killer app

2017-07-01 Thread Joe Shirk
I think PharoJS can, and should do this much better: https://blockstack.org On Wed, Jun 28, 2017 at 11:21 PM, askoh wrote: > Norbert: > > Great answer. Spoken like a wise man. > > I want a web app to fill paper forms - like income tax forms say. The forms > are scanned or input into the app. The

Re: [Pharo-users] real world pharo web application set ups

2016-12-13 Thread Joe Shirk
Here is one I am really impressed with; I can't say just how much of it is Pharo: https://medium.com/concerning-pharo/pharo-beta-nine-59ee972d321a On Tue, Dec 13, 2016 at 12:00 PM, wrote: > -- > > Message: 1 > Date: Mon, 12 Dec 2016 19:16:26 +0100 > From: Volkert > To: Any ques

Re: [Pharo-users] PharoJVM

2015-12-14 Thread Joe Shirk
what about haxe crosscompile language?