Re: [Pharo-users] Xcode's Swift Playground

2014-06-04 Thread Clément Bera
2014-06-04 11:33 GMT+02:00 Henrik Johansen : > > On 03 Jun 2014, at 6:32 , Camille Teruel wrote: > > > On 3 juin 2014, at 17:34, Johan Fabry wrote: > > > On Jun 3, 2014, at 4:21 AM, Camille Teruel > wrote: > > To what I understand, types are inferred, it is not statically typed. Am I > wrong ?

Re: [Pharo-users] Slowness question

2014-06-04 Thread Clément Bera
Igor do you have a clue ? (I'm not sure Igor is on pharo-users) Clement 2014-06-04 23:15 GMT+02:00 Hilaire Fernandes : > Hi, > > > Programmed sketch in DrGeo can be animated, for example like the script > bellow. > The "canvas do:" message forks the block so user is not blocked. > At #udpate m

Re: [Pharo-users] Xcode's Swift Playground

2014-06-04 Thread S Krish
+100 I love this playground. Will explore it sometime.. and see if I can participate first in building tools for use and then dive into its frameworks ..! To get started I will need to have a minimum of Oracle connection rather than PostGres .. to make it worthwhile as I play with it. Any heads u

[Pharo-users] Slowness question

2014-06-04 Thread Hilaire Fernandes
Hi, Programmed sketch in DrGeo can be animated, for example like the script bellow. The "canvas do:" message forks the block so user is not blocked. At #udpate message the items and views (morph) are recomputed and refreshed . Before porting DrGeo to Athens, the animation was pretty fast, now it

Re: [Pharo-users] Saving Seaside components to Monticello

2014-06-04 Thread Sven Van Caekenberghe
On 04 Jun 2014, at 21:47, p...@highoctane.be wrote: > > Le 4 juin 2014 21:17, "spearson" a écrit : > > > > Hello, > > I created a Monticello repository on Smalltalkhub. When I commit my > > package, my Object subclasses all get saved to the repository. However, > > only my WAComponent subclas

Re: [Pharo-users] Saving Seaside components to Monticello

2014-06-04 Thread p...@highoctane.be
Le 4 juin 2014 21:17, "spearson" a écrit : > > Hello, > I created a Monticello repository on Smalltalkhub. When I commit my > package, my Object subclasses all get saved to the repository. However, > only my WAComponent subclass class definition gets saved (instance/class > variables). The rend

[Pharo-users] Saving Seaside components to Monticello

2014-06-04 Thread spearson
Hello, I created a Monticello repository on Smalltalkhub. When I commit my package, my Object subclasses all get saved to the repository. However, only my WAComponent subclass class definition gets saved (instance/class variables). The renderContentOn: and updateRoot: methods are not getting sav

Re: [Pharo-users] HTML5 Generation

2014-06-04 Thread Robert Shiplett
Because I use MIT Curl as markup instead of HTML, this has also been an interest of mine. ( Curl declarative and PL as in www.curl.com and not cURL ) On 4 June 2014 08:59, Sean P. DeNigris wrote: > stepharo wrote > > Now it would be really nice to have the seaside canvas as a separate > > com

Re: [Pharo-users] Form editor

2014-06-04 Thread Hilaire Fernandes
To be ready to catch up on Athens when it will be default rendering engine, you may want have source icon as svg and exported as png with Inkscape. I use this set up for iStoa clipart, oversampled as bitmap for a Nexus 5 screen display resolution, then downscaled at load time to the used display re

Re: [Pharo-users] Xcode's Swift Playground

2014-06-04 Thread Sean P. DeNigris
aglynn42 wrote > ...then remember 2 arcane > commands just to get a project built, never mind debug it +1. Regardless of total size, uniformity is a huge win. There is simplicity in eliminating the context switching from writing code in a language, to configuring the build system in its own (m

Re: [Pharo-users] Form editor

2014-06-04 Thread Stephan Eggermont
Hi Phil, I mostly just use Gimp, but that is not a very efficient and effective solution. Most icons, especially those in flat styles, should be rendered/generated from a vector format instead of from a bitmap. They should be programmed, to be themable. Fontographer is actually a much better tool

Re: [Pharo-users] HTML5 Generation

2014-06-04 Thread Sean P. DeNigris
stepharo wrote > Now it would be really nice to have the seaside canvas as a separate > component After working a bunch with Amber, I really wanted to extract HTML tags in general, since it's a well-known domain independent of any particular framework, and then each framework could add its own re

[Pharo-users] Form editor

2014-06-04 Thread p...@highoctane.be
Hello, Is there any Form editor (bitmap form) that one could use in Pharo? Example of use would be to edit forms that are making up the icons. e.g. UIThemeWatery>>checkboxSelectedForm Exporting icons and importing them back is quite time consuming. How are you guys dealing with that? TIA Phi

Re: [Pharo-users] Xcode's Swift Playground

2014-06-04 Thread Henrik Johansen
On 03 Jun 2014, at 6:32 , Camille Teruel wrote: > > On 3 juin 2014, at 17:34, Johan Fabry wrote: > >> >> On Jun 3, 2014, at 4:21 AM, Camille Teruel wrote: >> To what I understand, types are inferred, it is not statically typed. Am I wrong ? >>> >>> If there is type inference t

Re: [Pharo-users] Xcode's Swift Playground

2014-06-04 Thread stepharo
Nicolas Passerini and Pablo Tesone are working on a type inferencer for Pharo and this is exciting :) On 3/6/14 17:59, Johan Fabry wrote: On Jun 3, 2014, at 4:57 AM, Yuriy Tymchuk wrote: We have to do some type inference (for tools) some time. Should be fun. (by the way, is there something