Re: [Lazarus] What better way to use the mailing list?

2014-03-21 Thread Lukasz Sokol
On 20/03/14 21:31, silvioprog wrote:
 2014-03-20 17:19 GMT-03:00 Leonardo M. Ramé l.r...@griensu.com 
 mailto:l.r...@griensu.com:
 [...]
 
 Are you sure your ISP is not filtering or something?, what MUA do you
 use?.
 
 
 I'm using pure Gmail.
 
 Sorry, but, what is ISP and MUA?

ISP = Internet Service Provider = the way you connect to the Internet ;)
also some (fully featured ISP's) have email servers (MTA = Mail Transfer 
Agent); 
but in your case it doesn't matter, because...

MUA = Mail User Agent = in your case, google web mail - ... your MTA is on 
Google servers;

ISP filtering may matter if you used standalone MUA like Thunderbird and/or 
your own MTA 
(e.g. a server at home); 

Have a look at https://twitter.com/bgpmon/statuses/445266642616868864
maybe that is the answer (tweet is from 16 of March but Google seems to be 
having some
disruptions recently in odd places reported recrently)

-L.



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What better way to use the mailing list?

2014-03-21 Thread silvioprog
2014-03-21 6:05 GMT-03:00 Lukasz Sokol el.es...@gmail.com:

 ISP = Internet Service Provider = the way you connect to the Internet ;)
 also some (fully featured ISP's) have email servers (MTA = Mail Transfer
 Agent);
 but in your case it doesn't matter, because...

 MUA = Mail User Agent = in your case, google web mail - ... your MTA is on
 Google servers;

 ISP filtering may matter if you used standalone MUA like Thunderbird
 and/or your own MTA
 (e.g. a server at home);

 Have a look at https://twitter.com/bgpmon/statuses/445266642616868864
 maybe that is the answer (tweet is from 16 of March but Google seems to be
 having some
 disruptions recently in odd places reported recrently)

 -L.


Thanks for the nice explanations. :)

But I think that problem isn't in Google, because it is occurring
frequently, and I'm receiving fine the emails from other mailing lists. :/

--
Silvio Clécio
My public projects - github.com/silvioprog
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What better way to use the mailing list?

2014-03-21 Thread Danny Weldon
It could either be a problem on the Lazarus mail server or something
is interfering between the Lazarus mail server and gmail.  If you do
get sent an email again after looking through the archives, though
that may have been co-incidental, try looking at the email headers
(Show original in gmail) and trace where they have been going.
And you can check the timestamp on each hop to look for delays.

On 22 March 2014 00:15, silvioprog silviop...@gmail.com wrote:
 2014-03-21 6:05 GMT-03:00 Lukasz Sokol el.es...@gmail.com:

 ISP = Internet Service Provider = the way you connect to the Internet ;)
 also some (fully featured ISP's) have email servers (MTA = Mail Transfer
 Agent);
 but in your case it doesn't matter, because...

 MUA = Mail User Agent = in your case, google web mail - ... your MTA is on
 Google servers;

 ISP filtering may matter if you used standalone MUA like Thunderbird
 and/or your own MTA
 (e.g. a server at home);

 Have a look at https://twitter.com/bgpmon/statuses/445266642616868864
 maybe that is the answer (tweet is from 16 of March but Google seems to be
 having some
 disruptions recently in odd places reported recrently)

 -L.


 Thanks for the nice explanations. :)

 But I think that problem isn't in Google, because it is occurring
 frequently, and I'm receiving fine the emails from other mailing lists. :/

 --
 Silvio Clécio
 My public projects - github.com/silvioprog

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




-- 
Regards

Danny

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] KeepConnection behaviour

2014-03-21 Thread Kapibara Pas
If KeepConnection is false, shouldn't the connection close automatically when 
all querys are closed?

  Conn.KeepConnection:=False;
  Query.Close;
  //Test connection:
  if Conn.Connected then
MessageDlg('Bug?', 'Query closed, but connection still open!', 
mtInformation, [mbOK], 0);


Maybe I'm missing something, but it doesn't seem to happen. I used a 
TSQLite3Connection.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] KeepConnection behaviour

2014-03-21 Thread Reinier Olislagers
On 21/03/2014 16:34, Kapibara Pas wrote:
 If KeepConnection is false, shouldn't the connection close automatically
 when all querys are closed?

See the help for FPC 2.6.4:
http://www.freepascal.org/docs-html/fcl/sqldb/tsqlconnection.keepconnection.html

KeepConnection can be used to attempt to keep the connection open once
it is established. This property is currently not implemented.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Confused by help

2014-03-21 Thread Richard Mace
Hi All,
I am trying to integrate a CHM help file into my application, but I can
only find HTML components in Lazarus 1.2
Is CHM help still supported or should I be doing just HTML

Thanks in advance

Richard
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Confused by help

2014-03-21 Thread Graeme Geldenhuys
On 2014-03-21 20:51, Richard Mace wrote:
 Is CHM help still supported or should I be doing just HTML

You can always use DocView as well. DocView is a stand-alone help viewer
(no external dependencies). Very fast, and with inline user annotation
support, bookmark support, font customization, advanced search etc. It
reads the INF help file format which is also very easy to author, and
very compact.

To see DocView in action, you can download a binary and same sample INF
help files from:

  DocView binaries:
http://sourceforge.net/projects/fpgui/files/fpGUI/1.0/
  INF docs:
http://sourceforge.net/projects/fpgui/files/fpGUI/Documentation/

  Screenshot:
http://fpgui.sourceforge.net/screenshots_apps.shtml


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus