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.
>
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
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
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
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
>>
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,
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
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
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.
>
>
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
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
Looks like we haven't that one.
So, how does one get an ordered collection without duplicates from an
orderered collection ?
Phil
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
>
>
>
>
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
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
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
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:
>>
>&
I'd love to have multiline popupText.
dsEvents := RTDataSet new.
dsEvents interaction
popupText: [ :point |
'coll: {1} - ts: {2} / {3} -- {4} - {5}'
format: {
key.
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
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
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
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
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
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
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
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
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'
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 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
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
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
Hello,
Is it possible to use Magritte3 with Seaside? (I am using Seaside 3.1).
Thanks!
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
+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,
"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..
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
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
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
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
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
---
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
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
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,
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
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
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
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
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
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
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
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
;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
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
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
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
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:
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
>
> 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
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
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
Yes, as discussed, I am pushing Pharo and discussing business in the open
just doesn't work for me.
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
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,
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
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
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.
>>
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
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
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
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
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
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
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
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
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
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
Yeah, I was suggesting he had a look at Spotlight... I know what this one
is ;-)
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
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
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
>
>
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
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
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'
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
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
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
BTW, I like the way you code clients and am learning a hefty bit from your
damn great code :-)
And I mean it.
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
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:
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
Marcus,
FWIW, you are inspiring. I am amazed on how you keep the thing going.
Thanks for showing the high road.
Phil
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
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
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
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
https://github.com/pharo-project/pharo-vm
https://github.com/pharo-project/pharo-core (Smalltalk still)
https://github.com/SquareBracketAssociates
Phil
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
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
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,
>
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
201 - 300 of 665 matches
Mail list logo