Re: [Pharo-users] Pharo and Hadoop

2015-04-30 Thread p...@highoctane.be
fingers crossed. Le 30 avr. 2015 10:45, "stepharo" a écrit : > Phil > > I proposed to the head of the engineer to see if one of the guys working > on databases could be interested > by a one month project. Now I have no idea if they will like it/have the > time. >

Re: [Pharo-users] [Ann] MorphicDraw

2015-04-30 Thread p...@highoctane.be
Nice thing! Phil On Thu, Apr 30, 2015 at 1:57 AM, Stephan Eggermont wrote: > To better understand Morphic, I've started writing a small application > that can draw shapes and connect them. > > A pdf documenting what I've done is at > https://github.com/StephanEggermont/MorphicDraw > > Code is o

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-02 Thread p...@highoctane.be
playground cache is actually not nice when scripts are to be part of a project with a name etc. And I have a ton of files in it. I can't remember which is which. I have scripts to do lots of cli things and I like the save as of the workspace. But I have done extra key bindings for getting the ws

Re: [Pharo-users] mac address on windows

2015-05-02 Thread p...@highoctane.be
looks like a bit of C code is required. http://stackoverflow.com/questions/13646621/how-to-get-mac-address-in-windows-with-c Maybe a good time to put the C code generator to the test. Phil Le 2 mai 2015 15:55, "Usman Bhatti" a écrit : > Hello, > > Has anyone tried to retrieve MAC address(es) o

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-02 Thread p...@highoctane.be
hose are my > cases for the workspace. > El may 2, 2015 4:38 AM, "p...@highoctane.be" > escribió: > >> playground cache is actually not nice when scripts are to be part of a >> project with a name etc. And I have a ton of files in it. I can't remember >>

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-02 Thread p...@highoctane.be
When some sysadmin has to edit them on servers, you want them in .st files. No class. No IDE. Not too much Smalltalk. Just the DSL on an as needed to know basis to configure things. That's better that XML/YAML/JSON... So, that's the case. Startup scripts same story. Phil Le 2 mai 2015 17:56,

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-02 Thread p...@highoctane.be
script, the startup script itself >> or a small import script that doesn't belong to a class. All those are my >> cases for the workspace. >> El may 2, 2015 4:38 AM, "p...@highoctane.be" >> escribió: >> >>> playground cache is actually not nice whe

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-02 Thread p...@highoctane.be
script, the startup script itself >> or a small import script that doesn't belong to a class. All those are my >> cases for the workspace. >> El may 2, 2015 4:38 AM, "p...@highoctane.be" >> escribió: >> >>> playground cache is actually not nice whe

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-03 Thread p...@highoctane.be
Le 3 mai 2015 12:28, "Esteban Lorenzano" a écrit : > > >> On 02 May 2015, at 23:28, p...@highoctane.be wrote: >> >> When some sysadmin has to edit them on servers, you want them in .st files. >> >> No class. No IDE. Not too much Smalltalk. > >

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-03 Thread p...@highoctane.be
This also makes diffing files a pain (meld is not recognizing any lines etc). So, I have to mac2unix convert them after they have been saved. I think we should be much better LF (\n) citizens in the Linux world. Phil > > Cheers, > Doru > > > > > On Sun, May 3, 2015

Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-05 Thread p...@highoctane.be
While we are at it, the icon for methods with a self flag: #SomeSymbol is a bit hard.. Can't we have the flags back? The danger sign isn't too appropriate. and self halt. which gives a kind of strange circle isn't too nice either. Are there icons in the set that would fit better? Phil On

[Pharo-users] asOrderedSet

2015-05-05 Thread p...@highoctane.be
Looks like we haven't that one. So, how does one get an ordered collection without duplicates from an orderered collection ? Phil

Re: [Pharo-users] asOrderedSet

2015-05-05 Thread p...@highoctane.be
uplicates? > > > > Peter Kenny > > > > *From:* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *On > Behalf Of *p...@highoctane.be > *Sent:* 05 May 2015 17:07 > *To:* Any question about pharo is welcome > *Subject:* [Pharo-users] asOrderedSet > > > >

Re: [Pharo-users] mac address on windows

2015-05-05 Thread p...@highoctane.be
On Tue, May 5, 2015 at 6:28 PM, Usman Bhatti wrote: > I succeeded to do it by encapsulating the C routine as a DLL and doing an > FFI call from my image (as suggested by Guille). > At least there was a way! Looks like this is the most controlled|debuggable way: - get it working with C code ou

Re: [Pharo-users] mac address on windows

2015-05-06 Thread p...@highoctane.be
ersion). > > Attached also the DLL referenced in the code. > > > > On Wed, May 6, 2015 at 9:58 AM, Nicolai Hess wrote: > >> >> >> 2015-05-06 9:53 GMT+02:00 Usman Bhatti : >> >>> >>> >>> On Tue, May 5, 2015 at 7:34 PM, p...@high

Re: [Pharo-users] mac address on windows

2015-05-06 Thread p...@highoctane.be
On Wed, May 6, 2015 at 12:29 PM, Nicolai Hess wrote: > > > 2015-05-06 12:10 GMT+02:00 p...@highoctane.be : > >> I've loaded your package. >> >> A prerequisite is to load OS-Window to make it work. >> >> I've got the DLL call working nicel

Re: [Pharo-users] mac address on windows

2015-05-07 Thread p...@highoctane.be
n:1 and: numberOfInterfaces) ifFalse:[ ^ nil]. pip := (NBExternalArray ofType: IpAdapterInfo) onAddress: ptr2 size: numberOfInterfaces. ^ (pip at:iInterface ) Address asString]]. ^ nil Phil > > >> >> On Wed, May 6, 2015 at 5:28 PM, Esteban Lorenzano >> wrote: >> >&

[Pharo-users] Roassal multiline popupText ?

2015-05-07 Thread p...@highoctane.be
I'd love to have multiline popupText. dsEvents := RTDataSet new. dsEvents interaction popupText: [ :point | 'coll: {1} - ts: {2} / {3} -- {4} - {5}' format: { key.

Re: [Pharo-users] Image growing size

2015-05-12 Thread p...@highoctane.be
rowing size > Do any of your (class/pool variable) singleton instances store data? add a > #clearAll or #reset (mySingletonVar := nil) to the class side -- or > whatever fits your app -- and do that before that #garbageCollect block. > [In fact, put that in some XXXAdmin class] > &g

Re: [Pharo-users] Quuve in action

2015-05-16 Thread p...@highoctane.be
Nice. What lib are you using for the charts? HighCharts? Phil On Sat, May 16, 2015 at 12:52 AM, Cameron Sanders via Pharo-users < pharo-users@lists.pharo.org> wrote: > > > -- Forwarded message -- > From: Cameron Sanders > To: Any question about pharo is welcome > Cc: > Date: F

Re: [Pharo-users] Timezone offset in Date, why?

2015-06-03 Thread p...@highoctane.be
Le 3 juin 2015 17:05, "Sven Van Caekenberghe" a écrit : > > > > On 03 Jun 2015, at 16:57, Ben Coman wrote: > > > > On Wed, Jun 3, 2015 at 8:36 PM, Sven Van Caekenberghe wrote: > >> > >>> On 03 Jun 2015, at 04:20, Esteban A. Maringolo wrote: > >>> > >>> I'm debugging the PostgresV3 driver for GL

Re: [Pharo-users] breaking infinite loop from saved image

2015-06-15 Thread p...@highoctane.be
Gille fixed one of my locked up images with his Oz tooling. I'd welcome that thing to be more widely usable. No clue about the current state of affairs on that front. Phil On Tue, Jun 16, 2015 at 2:00 AM, Peter Uhnák wrote: > In moment of my utter brilliance I managed to save image without no

Re: [Pharo-users] ORM with PostgreSQL support

2013-05-27 Thread p...@highoctane.be
http://book.pharo-project.org/book/PharoTools/Glorp/ On Mon, May 27, 2013 at 10:44 AM, Bahman Movaqar wrote: > Hi all, > > I'm completely new to Smalltalk world so please bear with me. > > Coming from the Java world, I'm used to using an ORM when developing a > database-backed application. Wha

Re: [Pharo-users] ORM with PostgreSQL support

2013-05-27 Thread p...@highoctane.be
In fact, check http://www.slideshare.net/esug/dbxtalk and http://rmod.lille.inria.fr/archives/events/2012PharoConf/Slides/2012-PharoConf-DBXTalk.pdf Phil On Mon, May 27, 2013 at 10:44 AM, Bahman Movaqar wrote: > Hi all, > > I'm completely new to Smalltalk world so please bear with me. > > C

Re: [Pharo-users] How to install SandstoneDb

2013-05-27 Thread p...@highoctane.be
There is sample for an alternative technique (the one between "save the full image" and "sandstone". I kind of ported the example for my own use by using Fuel based saves. http://www.smalltalkhub.com/#!/~philippeback/DripfeedIt/packages/DripfeedIt-Persistence You may need the DripfeedIt-Domain

Re: [Pharo-users] Class naming guide

2013-05-28 Thread p...@highoctane.be
I am using a 3 letter prefix for my own projects. It works well too. Lack of imports is not that bad. Cleaner code most of time. Phil Pharo Consortium Member Le 28 mai 2013 12:52, "Bahman Movaqar" a écrit : > On 2013-05-28 13:07, Damien Cassou wrote: > > On Tue, May 28, 2013 at 10:30 AM, Bahman

Re: [Pharo-users] Debugger question

2013-06-02 Thread p...@highoctane.be
o VM and I was able to do Cmd . to interrupt. > It worked several times, but it might be just a question of luck. > > It is not easy to fix. We could as a temporary patch hardcode the step > over terminateActive ... > > > 2013/6/1 p...@highoctane.be 'p...@highoctane.be'

Re: [Pharo-users] Pharo consultants

2013-06-03 Thread p...@highoctane.be
I'd say creating visible success cases w/ real business value is what will drive usage forward. Without that, well, that's yet another tech in the pile. Once business sees that using Pharo has a clear ROI, then, who cares about justifications. BTW, interesting programming doesn't occurs in the I

Re: [Pharo-users] Pharo consultants

2013-06-03 Thread p...@highoctane.be
re playing that silly race to the bottom and behave as commodity . It's the mindset. And Pharo can be a powerful weapon in that game. Phil On Mon, Jun 3, 2013 at 10:05 AM, Norbert Hartl wrote: > > Am 03.06.2013 um 09:47 schrieb p...@highoctane.be: > > I'd say creati

[Pharo-users] 3D and Pharo - Blitz3D SDK & NB

2013-06-03 Thread p...@highoctane.be
Hello, As holidays are nearing for me (like 15/7-15/8), I plan to get the Blitz3D SDK working with Pharo through NativeBoost. All right, this is not OpenGL or anything like that, and will only work on Windows. But I do know the commands and how to use it, hence my choice. Anyone wanting to join

Re: [Pharo-users] 3D and Pharo - Blitz3D SDK & NB

2013-06-03 Thread p...@highoctane.be
That sounds very cool indeed :-) Now, I may come over even before holidays then... Let see how business goes with clients and where to slot the fun. Phil On Mon, Jun 3, 2013 at 10:19 PM, Stéphane Ducasse wrote: > > Hello, > > > > As holidays are nearing for me (like 15/7-15/8), I plan to get

[Pharo-users] Magritte3 and Seaside

2013-06-04 Thread p...@highoctane.be
Hello, Is it possible to use Magritte3 with Seaside? (I am using Seaside 3.1). Thanks!

Re: [Pharo-users] Magritte3 and Seaside

2013-06-04 Thread p...@highoctane.be
Thanks. I really do not feel like creating a ton of boilerplate code when such a tool exists... Phil On Tue, Jun 4, 2013 at 3:12 PM, Norbert Hartl wrote: > > Am 04.06.2013 um 14:57 schrieb p...@highoctane.be: > > > Hello, > > > > Is it possible to use Magritte

Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-09 Thread p...@highoctane.be
+1 to what Sabine says. Very useful behavior. Phil On Sun, Jun 9, 2013 at 8:03 AM, Sabine Knöfel wrote: > I should give an example why this is not useful for me. > > While developing, I use >>inspect to see, what is in any object AND I want > the app to proceed. > E.g. while creating a report,

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread p...@highoctane.be
"Enlightened Development" is over the top but fits with the "Pharo" moniker. "Enlightened Developer" ever more I'd say. "See the Light" also, but kinda cool. The problem is that disparaging others isn't really working well. "There is light at the end of the tunnel (and it is not a no exit sign..

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread p...@highoctane.be
self session announcer on: CodingUrge do: [ :it | self hack: it now] On Mon, Jun 10, 2013 at 2:18 PM, Jeff Gray wrote: > How about some code. > For a mug: > > Object subclass: #Mug > instanceVariableNames: 'coffee milk sugar' > classVariableNames: 'Coffees' > poolDictio

Re: [Pharo-users] baseline for seaside 3.0

2013-06-11 Thread p...@highoctane.be
works here too indeed. pharo 2.0 fresh. Le 11 juin 2013 10:54, "Sabine Knöfel" a écrit : > Ok, I think I can answer my question myself: > > spec > project: 'Seaside30' > with: [ > spec > className: 'ConfigurationOfSeaside30'; > versionStr

Re: [Pharo-users] Choosing multiple tests to move to new class

2013-06-13 Thread p...@highoctane.be
Isn't drag & drop working ? On Thu, Jun 13, 2013 at 12:46 PM, Mohammad Al Houssami (Alumni) < mh...@mail.aub.edu> wrote: > Hello, > > ** ** > > I have been trying to see if its possible to click and choose several > methods to be able to move them at the same time into another class but It

Re: [Pharo-users] Choosing multiple tests to move to new class

2013-06-13 Thread p...@highoctane.be
t; BTW: this has only been added in Pharo 2.0... > > > On 2013-06-13, at 13:55, "Mohammad Al Houssami (Alumni)" < > mh...@mail.aub.edu> wrote: > > > It is but cant I drag several tests at the same time? > > I want to have every 200 tests in a class

Re: [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-17 Thread p...@highoctane.be
Cool to have the text indeed. Not sure that "...and to fist stage developments" would make those developments any good... How hard would it be to have a Riak backend for Voyage? (As we do have Phriak to do the low level work). Nicolas Oak and Esteban Voyage. Hmm, confusing options... Phil ---

[Pharo-users] Pharo startup script that is working in Pharo 2.0

2013-06-28 Thread p...@highoctane.be
I've put a startup script based on Camillo's script that adds my own repositories to Monticello. https://github.com/philippeback/scripts/tree/master/pharo Phil

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread p...@highoctane.be
An accelerator for manifesting innovation is how I see it. Phil On Wednesday, July 3, 2013, Igor Stasenko wrote: > On 3 July 2013 09:59, Tudor Girba wrote: >> Hi everyone, >> >> Thanks for the wishes. >> >> Just a note: I do not see getting in the board as a prize, but as a work to >> do. And t

Re: [Pharo-users] NeoCSV on Pharo 1.4 - codepoint MNU?

2013-07-08 Thread p...@highoctane.be
ghe wrote: > Phil, > > On 08 Jul 2013, at 14:39, "p...@highoctane.be" wrote: > > > Hello, > > > > I am currently working with a dataset in CSV format and am trying to > load it in to Moose for visualizations with Mondrian. > > > > Now,

Re: [Pharo-users] NeoCSV on Pharo 1.4 - codepoint MNU?

2013-07-08 Thread p...@highoctane.be
It works now. Looks like that: 1- I needed to do an asString on the content being read. (I'd like to know how to read a text file this way - as a text file) 2- as my separator was $;, not specifying one led NeoCSVReader to fail for some strange reason (it should have given me a single field and

Re: [Pharo-users] NeoCSV on Pharo 1.4 - codepoint MNU?

2013-07-08 Thread p...@highoctane.be
Thanks Stephan. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane S

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread p...@highoctane.be
By tweaking the plist on OSX I was able to allocate much more than what you mention. See other mails in the list. Phil On Tue, Jul 9, 2013 at 9:09 PM, Stéphane Ducasse wrote: > Ouch this is why we will have to think hard on our next priorities. > > Stef > > On Jul 9, 2013, at 3:49 PM, Esteban

Re: [Pharo-users] installing Seaside on Pharo 2.0

2013-07-15 Thread p...@highoctane.be
there is no panel in 2.0 You need to start the adapter by hand in a workspace. I made a HOSeaside package in Smalltalkhub (user philippeback) with such a thing in the world menu and settings for the port. phil Le 15 juil. 2013 06:36, "sminni" a écrit : > Need help in getting seaside going on P

Re: [Pharo-users] [ANN] BioSmalltalk published in Bioinformatics Journal

2013-07-16 Thread p...@highoctane.be
The site asks for a userId and payment Phil --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philip

Re: [Pharo-users] installing Seaside on Pharo 2.0

2013-07-18 Thread p...@highoctane.be
http://www.smalltalkhub.com/#!/~philippeback/HOSeaside --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/u

[Pharo-users] Units package

2013-07-26 Thread p...@highoctane.be
In my application, I need to work with units (which I have to integrate in Seaside-Magritte 3). So, I looked around and after a while found http://www.smalltalkhub.com/#!/~MarcusDenker/Units Tests are green on 2.0 and it looks like it will do what I need. Pretty cool package, worth a chapter so

[Pharo-users] GitHub

2013-07-27 Thread p...@highoctane.be
What exactly is https://github.com/pharo-project about ? It is to test the Monticello Git integration? Give visibility to Pharo? I also see Pharo-VM. Is this the reference repository for the VM? (which used to on Gitorious for the OSX code I know about). Thanks. Phil

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
;FileIn entire file" instead of "Install into a > new change set" (when you drag a changeset into Pharo). But it was like a > random bug since i haven't had that problem again (even using "Install into > a new change set" > > > 2013/7/29 p...@highocta

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
wrote: > > > > On Mon, Jul 29, 2013 at 9:02 AM, p...@highoctane.be wrote: > >> Yes, same for me here. >> >> I'll update my configuration to load everything in a fresh 2.0 and report >> the results. >> >> Thing is that loading that full conf

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
gt; On Jul 29, 2013, at 11:29 AM, p...@highoctane.be wrote: > > > Hello, > > > > I've been loading all of those packages in order to build a full web > stack development image. > > > > Everything now loads fine and kind of works but... > > > > Th

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
t; refactoring in it. We are investigating. > > > 2013/7/29 Marcus Denker > >> >> On Jul 29, 2013, at 11:29 AM, p...@highoctane.be wrote: >> >> > Hello, >> > >> > I've been loading all of those packages in order to build a full

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
I can send you my image but need to remove all my credentials from there first. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube:

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-29 Thread p...@highoctane.be
ething. > > > 2013/7/29 p...@highoctane.be > >> I can send you my image but need to remove all my credentials from there >> first. >> >> --- >> Philippe Back >> Dramatic Performance Improvements >> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 >

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-30 Thread p...@highoctane.be
> On 30 July 2013 10:51, Marcus Denker wrote: >>> >>> On Jul 29, 2013, at 7:31 PM, p...@highoctane.be wrote: >>> >>> The image and the changes file are here: (uploading... will take a while - >>> 30 min or so) >>> >>> https

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-30 Thread p...@highoctane.be
FWIW I only installed configurations the standard way. On Tuesday, July 30, 2013, Marcus Denker wrote: > > On Jul 30, 2013, at 11:31 AM, Igor Stasenko wrote: > >> On 30 July 2013 10:51, Marcus Denker wrote: >>> >>> On Jul 29, 2013, at 7:31 PM, p...@highoctan

Re: [Pharo-users] Pharo performance

2013-07-30 Thread p...@highoctane.be
BTW, is there any special consortium list where we can discuss business out of the public eye? --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philip

Re: [Pharo-users] Pharo performance

2013-07-30 Thread p...@highoctane.be
Yes, as discussed, I am pushing Pharo and discussing business in the open just doesn't work for me.

Re: [Pharo-users] [Pharo-dev] Large images reasons [WAS] Re: Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-08-01 Thread p...@highoctane.be
This trimmed a couple of megs indeed. Then I did an ImageCleaner cleanUpForRelease. and saved. But nothing terrific as the size continues to grow. Need to see where those MorphExtensions are coming from... Phil On Thu, Aug 1, 2013 at 9:33 AM, Marcus Denker wrote: > > On Aug 1, 2013, at 8:5

[Pharo-users] The Pharo Advantage: what is it for you?

2013-08-23 Thread p...@highoctane.be
Hello, As part of the defense of a budget and technology choices, what would you guys list as a key advantage of using Pharo for creating software solutions? My current stack is: Pharo 2.0 Seaside 3 (including Seaside-REST) Magritte 3 Twitter Bootstrap + a couple of data storage stuff (DBXTalk,

Re: [Pharo-users] The Pharo Advantage: what is it for you?

2013-08-24 Thread p...@highoctane.be
Thanks everybody for the feedback. I am working on some presentation material based on the feedback. Phil On Fri, Aug 23, 2013 at 7:31 PM, Bahman Movaqar wrote: > On 08/23/2013 13:02, p...@highoctane.be wrote: > > Hello, > > > > As part of the defense of a budget a

Re: [Pharo-users] MSI packaging for Pharo

2013-08-27 Thread p...@highoctane.be
You can also use Inno Setup which is nice, easy, and free. http://www.jrsoftware.org/isinfo.php#features But ok, it doesn't do MSI. http://stackoverflow.com/questions/6245260/installers-wix-or-inno-setup But you can get around that with http://www.exemsi.com/inno-setup-and-msi Good luck. Phil

Re: [Pharo-users] MSI packaging for Pharo

2013-08-29 Thread p...@highoctane.be
for very helpful pointers. > Usman > > On Tue, Aug 27, 2013 at 10:34 AM, p...@highoctane.be wrote: >> >> You can also use Inno Setup which is nice, easy, and free. >> http://www.jrsoftware.org/isinfo.php#features >> >> But ok, it doesn't do MSI. >>

Re: [Pharo-users] Laser Game

2013-09-04 Thread p...@highoctane.be
you can get a rectanglemorph and a Form On Wednesday, September 4, 2013, Маркіян Різун wrote: > I thouqght about that:) SketchMorph is used to create game board, so I need it. > Can I use some other Morph? > Mark > > 2013/9/3 Stéphane Ducasse >> >> On Sep 3, 2013, at 12:07 PM, Маркіян Різун wro

Re: [Pharo-users] Pharo 2 problems that prevent me from using it in production was Re: RFB on 2.0 + linux - semaphore primitive failed

2013-09-04 Thread p...@highoctane.be
I was using 2.0 --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane SP

Re: [Pharo-users] FileTree Monticello Repository

2013-09-12 Thread p...@highoctane.be
I wish. I think that what is done with the VM (still need to catch up on that "new way") is a great way to go. Are there resources about that? Regards, Phil On Fri, Sep 13, 2013 at 4:25 AM, Esteban A. Maringolo wrote: > Is anybody using FileTree repositories? > > If so, I'd like to know

Re: [Pharo-users] Please help us by buying the book

2013-09-16 Thread p...@highoctane.be
http://www.LeanPub.com would be a great avenue for a Pharo book in terms of exposure. The format to use is Markdown I guess. And then it delivers the book in a ton of formats. You can even print them with one of their partners. Pretty good revenue. A friend of mine wrote this one: https://leanpu

Re: [Pharo-users] How to load seaside currently?

2013-09-24 Thread p...@highoctane.be
This is how I load it at the moment. http://www.smalltalkhub.com/#!/~philippeback/HOWebStack It would be great to have TwitterBoostrap on smalltalkhub as well as it still lives on SS3. In 3.0 the status/ app is broken. 3.1 fixes it but I've but my own things in there. It works with one app, alb

Re: [Pharo-users] How to load seaside currently?

2013-09-25 Thread p...@highoctane.be
FWIW, that ConfigurationOfSeaside3 leads to all kinds of problems when coupled with MagritteMagic and TwitterBoostrap... The fact that those are loading Seaside30 on their own isn't helping... That name change may not have been the best thing (keeping 30 would have been better IMV). Callbacks aren

[Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-25 Thread p...@highoctane.be
I am giving a shot at Snapshotcello since it looks like a superb solution for creating images properly from a complex configuration. From http://www.tudorgirba.com/blog/snapshotcello-take-a-snapshot-when-you-re-ready, I tried to craft a call for my configuration. I've loaded ConfigurationOfSnapsh

[Pharo-users] Snapshotcello continued...

2013-09-25 Thread p...@highoctane.be
It looks like that the workingCopiesFromConfiguration gives a collection containing a nil val I copied the collection in to a temp var so that I could debug (workingCopies) When I do: workingCopies select: [ :each | each isNil ] --> an OrderedCollection(nil nil nil) Uh Oh... I've made some ch

Re: [Pharo-users] Snapshotcello & Pharo 20: issues...

2013-09-27 Thread p...@highoctane.be
Hello, Question: how does Snapshotcello ensures the loading order? Doru, do you have any notes about that? I ask because I feel that what I get from a snapshot version isn't the same as what I get from the configuration. Well, maybe I need to recheck all of the versions and stuff. Ah, time to lo

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread p...@highoctane.be
Spotlight? On Monday, September 30, 2013, Norbert Hartl wrote: > I like to make myself a little command shell inside the image. For this I would need a textfield that can popup somewhere on the screen and that has enough hooks for text entry events and hooks/support for auto-completion. > > Wha

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-09-30 Thread p...@highoctane.be
Yeah, I was suggesting he had a look at Spotlight... I know what this one is ;-)

Re: [Pharo-users] XSD handling in Pharo

2013-09-30 Thread p...@highoctane.be
XSD is not the same. Guess you want to do something like JAXB or schema validation. But I don't know of anything like that in Pharo... Phil

Re: [Pharo-users] XSD handling in Pharo

2013-10-01 Thread p...@highoctane.be
Classes generated from XSD files (as does Java JAXB). https://jaxb.java.net/2.2.7/docs/ Phil On Tue, Oct 1, 2013 at 10:10 AM, Norbert Hartl wrote: > > Am 30.09.2013 um 19:35 schrieb p...@highoctane.be: > > > XSD is not the same. > > > What do you mean? > > Norb

Re: [Pharo-users] Thanks for Athens and Esse and a question about Freetype support for Athens in Pharo 3.0 image on Arch Gnu/Linux 64 bits

2013-10-01 Thread p...@highoctane.be
I discovered that the LineMorph was still around in the image. I kind of like that Morph. Esse looks very nice indeed. I'll try it out for a presentation this week (nothing better than deadlines to make one learn fast...). Phil On Wed, Oct 2, 2013 at 7:33 AM, Stéphane Ducasse wrote: > Hi > >

Re: [Pharo-users] Thanks for Athens and Esse and a question about Freetype support for Athens in Pharo 3.0 image on Arch Gnu/Linux 64 bits

2013-10-01 Thread p...@highoctane.be
I tried to load this but Esse loads from http://ss3.gemstone.com/ss/Esse, while Esse.2 (package) hasse a number of Esse.2.* versions which are **empty** :-( So, p := EsseProject new doesn't work as there is no EsseProject class loaded. Looks like Esse has the main classes and Esse.2 has the EsseP

Re: [Pharo-users] [ANN] Mustache templates

2013-10-04 Thread p...@highoctane.be
Very nice. Thanks for making it available! --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philip

Re: [Pharo-users] Comanche on HTTPS

2013-10-17 Thread p...@highoctane.be
Wow, very useful thing! This one joins 'pen' http://manpages.ubuntu.com/manpages/lucid/man1/pen.1.html :-) Phil On Thu, Oct 17, 2013 at 10:00 AM, Göran Krampe wrote: > On 10/17/2013 09:57 AM, Bernat Romagosa wrote: > >> Hi list, >> >> Is there a way to serve HTTPS via Comanche? >> >> I can'

Re: [Pharo-users] How do I get UIPainter to work on Pharo 3.0?

2013-10-21 Thread p...@highoctane.be
Moving target indeed. You may want to look for senders of openAsSpec for looking at examples. Phil On Tuesday, October 22, 2013, Buddha Buck wrote: > I am trying to learn Spec (which seems to be a moving target), and I don't know how all the various widgets and tools are supposed to work. > Giv

Re: [Pharo-users] Zinc: How to use the @ character in an URL

2013-10-22 Thread p...@highoctane.be
I'd say you can encode @ with % in the URL (but it is not needed in any case) indeed but in the rendered output? (Do you mean in hrefs="xxx" ?) Some things must be encoded indeed: http://en.wikipedia.org/wiki/Character_entity_reference http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_e

Re: [Pharo-users] Zinc: How to use the @ character in an URL

2013-10-22 Thread p...@highoctane.be
Ok, point taken. Still, ZnClient is unusable for the intended purpose as is. No matter what encoding, % or not, Olivier cannot get the URL to work. Couldn't the ZnClient use something like the StampClient does: options? (where prefetch-count can be set for example - I also discovered the little in

Re: [Pharo-users] Zinc: How to use the @ character in an URL

2013-10-22 Thread p...@highoctane.be
BTW, I like the way you code clients and am learning a hefty bit from your damn great code :-) And I mean it.

Re: [Pharo-users] profStef missing executeMethod

2013-10-27 Thread p...@highoctane.be
Try DateAndTime now On Sunday, October 27, 2013, Charles Hixson wrote: > Hello, > Thanks for the response. However being as I'm of the level of experience where using profStef it's probably a poor idea for me to even TRY to fix things. I may be an experienced programmer, but my level of Smallt

Re: [Pharo-users] CogVM arguments in Win32

2013-11-01 Thread p...@highoctane.be
Well, this should rather be: handle :=NativeBoostWin32 squeakWindowHandle. window := NBWin32Window new value: handle; yourself. window hide. or window setWindowText: 'im a main window blablabla'. Phil On Thu, Oct 31, 2013 at 10:03 PM, Igor Stasenko wrote: > You can try something like this:

Re: [Pharo-users] I would rather pay for Smalltalkhub than use Github for free.

2013-11-03 Thread p...@highoctane.be
Monticello is quite good, especially with Metacello associated to it. I'd like to have the MetacelloToolBox working nicely with FTP repos and will spend a while on that in the coming weeks, but frankly, that's great to use to keep things in sync. I'd pay for STH but for private projects and with

Re: [Pharo-users] I would rather pay for Smalltalkhub than use Github for free.

2013-11-03 Thread p...@highoctane.be
Marcus, FWIW, you are inspiring. I am amazed on how you keep the thing going. Thanks for showing the high road. Phil

Re: [Pharo-users] Create a .exe application in Pharo 2.0

2013-11-04 Thread p...@highoctane.be
As you do a *java -jar app.jar* you can do *pharo app.image* Now to get an executable, what for? For installing: check the list for a discussion on using InnoSetup for packaging installers: http://thread.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/63395 For single exe file: have a look at ht

Re: [Pharo-users] Create a .exe application in Pharo 2.0

2013-11-04 Thread p...@highoctane.be
Exactly. I'd like to do podcast interviews with you people on this list to convey that powerful emotion. Takers? On Monday, November 4, 2013, Sven Van Caekenberghe wrote: > > On 04 Nov 2013, at 11:37, prova email > > wrote: > > > > > Hi Sven > > > > yes, i read PBE, it's a great book, i love it

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-05 Thread p...@highoctane.be
If you want to do a business application, well, I'd use Seaside and a web based UI. (that's the current conclusion for my own ongoing development) Otherwise, Spec (which is in a state of flux), or Morphic (which is not covering all you may need in an application). You can also follow the work of

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-05 Thread p...@highoctane.be
On 11/05/2013 11:46, p...@highoctane.be wrote: > > > > If you want to do a business application, well, I'd use Seaside and a > > web based UI. (that's the current conclusion for my own ongoing > > development) > > Of course. However this is not a business applica

Re: [Pharo-users] Pharo Source Code

2013-11-11 Thread p...@highoctane.be
https://github.com/pharo-project/pharo-vm https://github.com/pharo-project/pharo-core (Smalltalk still) https://github.com/SquareBracketAssociates Phil

Re: [Pharo-users] Lock free structures in Pharo

2013-11-14 Thread p...@highoctane.be
Clement also told me that the VM only checked for Cmd-. breaks on back jumps. Phil On Thu, Nov 14, 2013 at 11:16 AM, jtuc...@objektfabrik.de < jtuc...@objektfabrik.de> wrote: > Hi Norbert, > > I couldn't have said it any better. For me, this also was interesting, > because I first thought: "Hec

Re: [Pharo-users] Pyret: adding tests directly into classes

2013-11-18 Thread p...@highoctane.be
Agreed. And the more I use Pharo, the more I am looking into tests (especially "Debug Test" to understand how things do work) and writing tests first. That's not a natural thing to do in other environments but feels so great to do in Pharo. (Writing this after having looked at a ton of Seaside a

Re: [Pharo-users] Useful (hidden) features in Pharo 3.0

2013-11-18 Thread p...@highoctane.be
Not on Windows. Alt-Click doesn't work either. What works is select the word and Ctrl-Enter to jump. Annoying discrepancy... Phil On Mon, Nov 18, 2013 at 9:58 PM, Stéphane Ducasse wrote: > Cmd+ click on a class jumps there. > > On Nov 17, 2013, at 10:43 PM, Juraj Kubelka > wrote: > > > Hi, >

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-21 Thread p...@highoctane.be
We'll soon be able to do this in Pharo then :-) My friend David also uses FMOD in there. http://www.youtube.com/watch?v=077sYFHAgTM --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: ht

<    1   2   3   4   5   6   7   >