[Newbies] Re: is 0.1 a Float or a ScaledDecimal ?

2008-02-20 Thread Louis LaBrunda
an instance of a fraction and not an instruction to divide 1 by 10. Therefore, you don't need to say 0.1 asFraction or 0.1s1 asFraction to get 1/10 as an instance of Fraction. Lou --- Louis LaBrunda Keystone Software Corp. SkypeMe callto

[Newbies] Re: Windows

2008-08-18 Thread Louis LaBrunda
--- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:[EMAIL PROTECTED] http://www.Keystone-Software.com ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

[Newbies] Re: Help me on Squeak

2009-03-11 Thread Louis LaBrunda
/windowslive/products/messenger.aspx --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing list

[Newbies] Re: Defining a binary message selector

2009-11-16 Thread Louis LaBrunda
requiring to be symbols. Would it be a good idea for meto make 'fibonacci' a symbol as well? Or would that lead to unintended problems down the road? Cheers Andy --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l

[Newbies] Re: Teaching Smalltalk

2010-05-03 Thread Louis LaBrunda
Hi Samuel, That link doesn't seem to work (whysmalltalk). Is there some problem on my end? I tried Google, but it also didn't show anything with that name..? I think the link is actually http://whysmalltalk.com. Lou --- Louis LaBrunda

[Newbies] Re: Teaching Smalltalk

2010-05-03 Thread Louis LaBrunda
Isn't that just some junk spam website? Thanks Samuel It does look very different than what I remember but the links to Cincom Smalltalk and VA Smalltalk are real and appear to be paid for, so it seems real. Lou --- Louis LaBrunda Keystone

[Newbies] ifTrue ifFalse help

2011-04-27 Thread Louis LaBrunda
is valuable because there are messages one might want to send to a character that wouldn't make sense sending to a string, even one of length 1. Lou --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone

[Newbies] ifTrue ifFalse help

2011-04-28 Thread Louis LaBrunda
: ', c, ' b = ', b; cr. Result: Member of Char: true b = I was wondering why b is not getting displayed. Thanks in advance! --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http

[Newbies] perform withArguments

2012-04-23 Thread Louis LaBrunda
of 15 so don't want to post my name :D --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing

[Newbies] Re: Re: perform withArguments

2012-04-24 Thread Louis LaBrunda
better than having to ignore a lot of Re:'s to fine the real subject. Lou On 23.04.2012, at 10:44, Louis LaBrunda wrote: Hi, For your example: cellObject cellLock: aBoolean where cellObject is to look like: cell1, cell2, cell3 ..., or cell9 I don't think you want or need

[Newbies] Re: Re: perform withArguments

2012-04-24 Thread Louis LaBrunda
. (cells at: 2) cellLock: true. (cells at: 3) cellLock: true. ... etc ... but also iterate over all of them: 1 to: 10 do: [:i | (cells at: i) cellLock: true] Does that make sense? - Bert - --- Louis LaBrunda

[Newbies] Re: perform withArguments

2012-04-24 Thread Louis LaBrunda
--- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman

[Newbies] I need an idea. I know you have some. Give.

2013-03-08 Thread Louis LaBrunda
--- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

[Newbies] Pool Variables

2013-07-02 Thread Louis LaBrunda
, like where the user was in various layers of windows and panes within windows. I could have passed this object into each window but it is a lot of work just to avoid using what amounts to a global variable. Lou --- Louis LaBrunda Keystone

[Newbies] Modify block (closure) parameters

2013-08-06 Thread Louis LaBrunda
/listinfo/beginners --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing list Beginners

[Newbies] How to doubble sort a collection

2015-02-04 Thread Louis LaBrunda
? --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

[Newbies] How to doubble sort a collection - DynamicSortBlock.st (0/1)

2015-02-04 Thread Louis LaBrunda
or replay help one to learn. I have also attached a file out (from VA Smalltalk) of a class that acts like a sort block but is much easier to use for complex sorts. Lou Louis LaBrunda wrote Hi Raymond, Try: ^notes sorted:[:a :b | (a date b date) | ((a date = b date) (a date temps b

[Newbies] How to doubble sort a collection - DynamicSortBlock.st (1/1)

2015-02-04 Thread Louis LaBrunda
begin 644 DynamicSortBlock.st M#0I/8FIE8W0@W5B8VQAW,Z(-$6YA;6EC4V]R=$)L;V-K#0H@(`@8VQA MW-);G-T86YC959AFEA8FQE3F%M97,Z(G#0H@(`@:6YS=%N8V5687)I M86)L94YA;65S.B`G86-C97-S;W)S(1IF5C=EO;G,@)PT*(`@(-L87-S M5F%R:6%B;5.86UESH@)R-B`@(!P;V]L1EC=EO;F%R:65S.B`G)R$-

[Newbies] How to round a float?

2015-02-04 Thread Louis LaBrunda
--- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

[Newbies] How to round a float?

2015-02-16 Thread Louis LaBrunda
not aware of? Lou --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon mailto:l...@keystone-software.com http://www.Keystone-Software.com ___ Beginners mailing list Beginners

[Newbies] How to round a float?

2015-02-18 Thread Louis LaBrunda
. And in that case I guess a value like 162.890001 is good enough and there wouldn't be any growing error as each snap brings the value back where you want it. Lou --- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon

[Newbies] go to the end of a loop

2016-04-25 Thread Louis LaBrunda
th just a Character >cr. I was wondering how to handle that. In other languages, there is a break >for the loop, to go to the end. I can do: > >(line size < 2) ifTrue: [ f nextLine.]. > >But that would interfere with the notNil idiom at the end of the file. So >

[Newbies] conceptual design help

2016-04-28 Thread Louis LaBrunda
he rest of the project would be to do data checking on the files, to make >sure there are no duplicates or missing dates. Then write reports that I can >give to my accountant. Sounds good. >I would appreciate some design help? >Sincerely, >Joe. Lou -- L

[Newbies] next or break in a loop

2016-05-10 Thread Louis LaBrunda
gt; > >Sincerely, > >Joe. > > > >> On May 9, 2016, at 3:56 PM, Louis LaBrunda [via Smalltalk] >> <ml-node+s1294792n4894128...@n4.nabble.com> wrote: >> >> Hi Joe, >> >> You can map your collection to a stream and then use the

[Newbies] next or break in a loop

2016-05-09 Thread Louis LaBrunda
y digits or a minus sign is >likely to be a amount field, and a column of data with a high percentage of >zero length items and the rest having C or K and a pound sign and four or more >digits is likely to be a check number field. > >I am doing a lot of tests for each field and I don’t th

[Newbies] indexing into a collection

2016-07-27 Thread Louis LaBrunda
ay, July 26, 2016 3:04 PM >>> > To: [hidden email] >>> > Subject: [Newbies] indexing into a collection >>> > >>> > Greetings, >>> > >>> > I have a OrderedCollection of DrivingDays. >>> > >>> > >>> &g

[Newbies] remove allInstances?

2016-09-23 Thread Louis LaBrunda
OrderedCollection( aBook aBook aBook ) > >How do I set them all equal to nil like > >Books removeAllInstances. > >Books allInstances => anOrderedCollection(). > > >Sincerely, > >Joseph. -- Louis LaBrunda Keystone Software Corp. SkypeMe callto://PhotonDemon

[Newbies] remove allInstances?

2016-09-23 Thread Louis LaBrunda
Hi, Tobias is right. I'm use to the VA Smalltalk one way #become: and forgot about Squeaks two way #become:, sorry about that. Lou On Fri, 23 Sep 2016 19:47:31 +0200, Tobias Pape <das.li...@gmx.de> wrote: >Hi, > >On 23.09.2016, at 15:03, Louis LaBrunda <l...@keystone-s