Re: [fpc-pascal] TSortedCollection dupes ordering

2014-02-07 Thread Frederic Da Vitoria
2014-02-07 waldo kitty : > On 2/6/2014 1:47 PM, Jim Leonard wrote: > >> On 2/6/2014 11:04 AM, waldo kitty wrote: >> >>> ahh... i see what you are doing... you are passing the pointer to the >>> whole record instead of just the needed key... hummm... i'll have to >>> think about that and how to do

Re: [fpc-pascal] freepascal community and USB printing

2014-02-07 Thread Philippe
no problem ... may be could be informed at the messages bottom ... "new topic: create a new message ..." Em 06.02.2014 22:47, waldo kitty escreveu: > On 2/6/2014 2:45 PM, Philippe wrote: > >> so ... sorry again (I didn´t know it could make a difference) ... > > thanks and no problem... fre

Re: [fpc-pascal] freepascal community and USB printing

2014-02-07 Thread Frederic Da Vitoria
2014-02-07 waldo kitty : > On 2/6/2014 2:45 PM, Philippe wrote: > >> so ... sorry again (I didn´t know it could make a difference) ... >> > > thanks and no problem... frederic's explanation is accurate... one should > also think about news groups and their readers... the Message-ID and > Reference

Re: [fpc-pascal] freepascal community and USB printing

2014-02-07 Thread Frederic Da Vitoria
Well, this should always be the behavior, not only for this mailing list. We could remind this, but the reminder should explain that this is not only for this ML but for all MLs and even standard mail usage. For example, I usually use the threaded view in Thunderbird for all my mails. This means th

Re: [fpc-pascal] freepascal community and USB printing

2014-02-07 Thread Michael Schnell
On 02/07/2014 10:18 AM, Frederic Da Vitoria wrote: Well, this should always be the behavior, not only for this mailing list. In the era of facebook and twitter communication habits are bound to decline. -Michael ___ fpc-pascal maillist - fpc-pasc

Re: [fpc-pascal] freepascal community and USB printing

2014-02-07 Thread Michael Schnell
On 02/07/2014 10:15 AM, Frederic Da Vitoria wrote: Sadly at least some popular webmail clients (GMail) don't use Message-ID either, Posts without a Message-IDs should be discarded (and sent back) by the mailing list server ! (OK, I sometimes send an additional personal message to the original

Re: [fpc-pascal] freepascal community and USB printing

2014-02-07 Thread Frederic Da Vitoria
2014-02-07 Michael Schnell : > On 02/07/2014 10:18 AM, Frederic Da Vitoria wrote: > >> Well, this should always be the behavior, not only for this mailing list. >> > > In the era of facebook and twitter communication habits are bound to > decline. > Of course, but we can try to explain that twitt

Re: [fpc-pascal] freepascal community and USB printing

2014-02-07 Thread Jonas Maebe
[snip] Of course, but we can try to explain that twitter and facebook usage are [snip] Please always post such off-topic comments to the fpc-other list. Thanks. Jonas FPC mailing lists admin ___ fpc-pascal maillist - fpc-pascal@lists.freepascal

Re: [fpc-pascal] TSortedCollection dupes ordering

2014-02-07 Thread waldo kitty
On 2/7/2014 4:06 AM, Frederic Da Vitoria wrote: 2014-02-07 waldo kitty mailto:wkitt...@windstream.net>>: [...] so now i'm a bit confused but it has been a long day... again... :/ This makes sense... at least in your previous version: I guess catnbr is a string. yes... Compare uses wha