Re: [Lazarus] MQTT

2015-03-03 Thread aradeonas
Thank you Mark,

Yes I read all sources about this subject in Delphi but I hope to find
someone with experience in this field to talk about.

Regards,
Ara

On Tue, Mar 3, 2015, at 12:04 AM, Mark Morgan Lloyd wrote:
 aradeonas wrote:
  Hi,
  
  Any one here have experience with MQTT protocol?
 
 No, but I notice that discussion of putting it on an Arduino has a link 
 to http://jamiei.com/blog/2009/02/delphi-mqtt-client/
 
 -- 
 Mark Morgan Lloyd
 markMLl .AT. telemetry.co .DOT. uk
 
 [Opinions above are the author's, not those of his employers or
 colleagues]
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

-- 
http://www.fastmail.com - Accessible with your email software
  or over the web


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


Re: [Lazarus] MQTT

2015-03-03 Thread Mark Morgan Lloyd

aradeonas wrote:

Hi,

Any one here have experience with MQTT protocol?


No, but I notice that discussion of putting it on an Arduino has a link 
to http://jamiei.com/blog/2009/02/delphi-mqtt-client/


--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

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


Re: [Lazarus] Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread FreeMan


On 3.03.2015 03:42, m...@rpzdesign.com wrote:


Who is successfully using Mac OSX Yosemite with Lazarus 1.2.6?

Cheers,

marco 

I'm using fpc  lazarus svn on yosemite
gdb work good for me, just I wrote here before and not solution yet, 
when application and gdb popup error message. Break point, step over and 
check variable while debuging without error for me. I installed dbg from 
brew. http://wiki.lazarus.freepascal.org/GDB_on_OS_X_Mavericks;
And my BIG problem is key maps. I can not use alt key in shortcut. I 
wrote thats and reported bugs. yesterday I get new one. I can not use 
arrow key with ctrl or cmd combination in design form. Can not move 
component via ctrl + any arrow key. via shift key work, change size.


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


[Lazarus] QT5 progress?

2015-03-03 Thread Craig Peterson
Is anything going on with the QT5 port?  The QT mailing list has been pretty 
dead for a year, and it doesn't appear there's been updates to the qt4pas alpha 
in that time either.

-- 
Zoë Peterson
Scooter Software




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


Re: [Lazarus] QT5 progress?

2015-03-03 Thread zeljko

On 03/03/2015 01:45 PM, Craig Peterson wrote:

Is anything going on with the QT5 port?  The QT mailing list has been pretty 
dead for a year, and it doesn't appear there's been updates to the qt4pas alpha 
in that time either.


I've contacted Den few weeks ago and he said that he's pretty busy with 
his job, so nothing will happen in next 2-3 months.
Besides that, he is trying to create splitted C libs, so it won't be 
only one libQt4Pas, but libQt5CorePas, libQt5GuiPas, libQt5NetworkPas, 
libQt5OpenGLPas etc


zeljko


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


Re: [Lazarus] Hint of TAChart

2015-03-03 Thread Valdas Jankūnas
2015-03-01 19:24 GMT+02:00 Werner Pamler werner.pam...@freenet.de:

 You are probably working with DistanceMode=cdmOnlyX of the
 DataPointHintTool; with cdmOnlyY the hint would appear if the mouse is at
 the left or right outside the series region.

...

 think the other datapoint tools do not need it). With MouseInsideOnly
 set to true the hint does not appear if the mouse is outside the plotting
 frame.



MouseInsideOnly helped. Thank you.

__
 Valdas Jankūnas
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread Mattias Gaertner
On Tue, 03 Mar 2015 08:42:39 -0600
m...@rpzdesign.com m...@rpzdesign.com wrote:

[...]
 Thanks for the comment shaun, now lets focus on getting it to work on 
 Yosemite 10.10.2 and onwards...

What does not work?


Mattias

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


Re: [Lazarus] Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread Felipe Monteiro de Carvalho
On Tue, Mar 3, 2015 at 2:42 AM, m...@rpzdesign.com m...@rpzdesign.com wrote:
 Who is successfully using Mac OSX Yosemite with Lazarus 1.2.6?

I am using Lazarus SVN in Yosemite and it works about the same as it
worked in 10.6

For me the key thing was that debugging works only when dwarf2 format
is selected, stabs doesn't work with the GDB from homebrew.

Are you using dwarf2?

What problem exactly do you have?

-- 
Felipe Monteiro de Carvalho

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


[Lazarus] need qt 64 bit libs for crosscompile

2015-03-03 Thread FreeMan

Hello,
I need QT4 libs for cross compile, from osx to linux x64.
Can some one share or where can I found ?
thank you.

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


[Lazarus] TShortcut properties

2015-03-03 Thread Howard Page-Clark
Descendants of TCustomCheckbox and TCustomButton have public Shortcut 
and ShortcutKey2 properties which cannot be set since they are read-only.

What is the purpose of these properties?

Howard

---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com


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


[Lazarus] SOLVED! Re: Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread m...@rpzdesign.com

Mattias:

To answer your question, What does not work?

Environment:  Yosemite 10.10.2. Lazarus 1.2.6, FPC 2.4

The Homebrew based GDB debugger is a big FAIL on Yosemite.

You MUST use the FINK install apple-gdb. (version 6.3.50)

I have not experimented with the other gdb FINK version, I only got 
apple-gdb installed and signed and it works.


What else bothers me?

The smallest OSX executable I can build is 17 MB.  That is QUITE LARGE.

The option for keeping debug information -Xg does not seem to work on 
Yosemite (OSX).  It may be a head fake and put a separate dbg file 
inside the App bundle, but who knows.


That is all, I am not operational on Yosemite with Lazarus 1.2.6/FPC 2.4

Cheers all,

Marco

On 3/3/2015 9:02 AM, Mattias Gaertner wrote:

On Tue, 03 Mar 2015 08:42:39 -0600
m...@rpzdesign.com m...@rpzdesign.com wrote:


[...]
Thanks for the comment shaun, now lets focus on getting it to work on
Yosemite 10.10.2 and onwards...


What does not work?


Mattias

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



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


Re: [Lazarus] SOLVED! Re: Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread Mattias Gaertner
On Tue, 03 Mar 2015 14:26:21 -0600
m...@rpzdesign.com m...@rpzdesign.com wrote:

 Oops,
 
 Type, my bad.
 
 I am NOW operational, NOT not operational.
 
 I built the executable in Release mode, no debugging information at all 
 generated.  17 MB.  Well, that's just how things roll on OSX.  Large.

Do in terminal 'strip path/of/your/binary'.

 
 Zip should get it down some more.

Mattias

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


[Lazarus] Free Pascal and Lazarus Nightly Builds

2015-03-03 Thread Anthony Walter
This is a public notice. Get Lazarus has switched from hosting arbitrary
revisions to hosting setup programs from nightly builds.

http://www.getlazarus.org/setup/

Going forward each night the current svn trunk sources of FPC and Lazarus
will be updated and converted into a Windows installer, Linux, and
Macintosh  archives. The installer, setup scripts, application shortcuts,
and website have now prominently inform users that they have installed or
might be installing nightly build versions of FPC and Lazarus.

As before any changes get Lazarus makes are hosted in a diff file
distributed with each install. This information is also mirrored on github.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread Graeme Geldenhuys
On 2015-03-03 01:42, m...@rpzdesign.com wrote:
 I may just go back to mavericks since I likely has had more time
 to settle in.

I now refuse to upgrade my OSX. Every new version is worse that the one
before. Everything looks uglier and more dumbed down and iPad like.
Apple keeps [silently] removing features too - ftp server, nfs etc. It
is so damn annoying.

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


Re: [Lazarus] Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread Shaun O'Connor
part of apple policy unfortunately. they are pandering to demand and
putting quantity over and above quality which will ultimately alienate
them from otherwise staunch supporters of the platform. just my pennies
worth sorry its a tiny bit off topic.

On 03/03/2015 14:06, Graeme Geldenhuys wrote:
 On 2015-03-03 01:42, m...@rpzdesign.com wrote:
 I may just go back to mavericks since I likely has had more time
 to settle in.
 I now refuse to upgrade my OSX. Every new version is worse that the one
 before. Everything looks uglier and more dumbed down and iPad like.
 Apple keeps [silently] removing features too - ftp server, nfs etc. It
 is so damn annoying.

 Regards,
   - Graeme -


-- 
*_PRIVACY IS A BASIC RIGHT - NOT A CONCESSION _*
https://www.eff.org/deeplinks/2014/11/when-time-comes-we-need-be-ready-fight-tpps-secret-anti-user-agenda
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] need qt 64 bit libs for crosscompile

2015-03-03 Thread zeljko

On 03/03/2015 12:14 PM, FreeMan wrote:

Hello,
I need QT4 libs for cross compile, from osx to linux x64.
Can some one share or where can I found ?
thank you.


Qt from any distro, libqt4pas from distro or from official pages.

z.


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


[Lazarus] Say hi to Jimi

2015-03-03 Thread Xirax Xirax
 Hi,
I made a funware for my self and I think others may be happy with it.
Jimi is a bug under you screen and its alive and kind of real.

I upload exe and source separate for who want compile it him/her self.Its
need BGRABitmap.
Also you should know its work only on windows and tested in win8.

Just take look at screen shots and test it and also say hi to it,Its nice
to meet it.

Download https://onedrive.live.com/redir?resid=2F52EC353E0B1E88%21106


PS,Me and Jimi will be glad to hear you opinion.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread m...@rpzdesign.com
Problem is, during my attempts yesterday to get my development 
environment back up, I found that Yosemite is just BETTER than Mavericks.


I run a Hackintosh and the disk driver and video drivers are just more 
reliable, all together, Apple is making improvements.


I actually think it is not any uglier or not, and things seem to be in 
the same place.


Unless OSX prevents people from loading directly applications outside of 
the apple store, I think it is pretty good.


All of my development tools run well under Yosemite 10.10.2, so I have 
no problem at all with moving forward.


Hey, the operating system is FREE!  Any my hackintosh hardware is CHEAP!

The only problem I have is keeping my Lazarus tool running on the latest 
operating system.


If I can get it working on Yosemite, I can chuck my Mavericks, Mountain 
Lion and Lion into the trash.


Just my 2 cents...

Thanks for the comment shaun, now lets focus on getting it to work on 
Yosemite 10.10.2 and onwards...


md



On 3/3/2015 8:27 AM, Shaun O'Connor wrote:

part of apple policy unfortunately. they are pandering to demand and
putting quantity over and above quality which will ultimately alienate
them from otherwise staunch supporters of the platform. just my pennies
worth sorry its a tiny bit off topic.

On 03/03/2015 14:06, Graeme Geldenhuys wrote:

On 2015-03-03 01:42,m...@rpzdesign.com  wrote:

I may just go back to mavericks since I likely has had more time
to settle in.

I now refuse to upgrade my OSX. Every new version is worse that the one
before. Everything looks uglier and more dumbed down and iPad like.
Apple keeps [silently] removing features too - ftp server, nfs etc. It
is so damn annoying.

Regards,
   - Graeme -



--
*_PRIVACY IS A BASIC RIGHT - NOT A CONCESSION _*
https://www.eff.org/deeplinks/2014/11/when-time-comes-we-need-be-ready-fight-tpps-secret-anti-user-agenda


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



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


Re: [Lazarus] Yosemite 10.10.2 Lazarus 1.2.6

2015-03-03 Thread Anthony Walter
I think this guide to osx debugger setup might be helpful:

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