Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-27 Thread Fred van Stappen

Re-hello.


Udated in attachment lazarus.prj template for Lazarus lpi files. (old one was 
missing some directories)


Fre;D


De : Martin Schreiber <mse00...@gmail.com>
Envoyé : vendredi 24 mars 2017 13:49
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

On Friday 24 March 2017 13:44:31 Fred van Stappen wrote:
> > How did you create the *.prj?
>
> Manually, from a existing prj.
>
> > loaded source filenames do not contain macros
>
> Ha, ok (I was hoping it will work ...)
>
Automatically loaded files in a new project have the 'L' flag set
in 'Project'-'Options'-'Templates'-New Project', see
apps/ide/templates/default.prj for an example.

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
mseide-msegui-talk Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the 
mseide-msegui-talk Archives. Using mseide-msegui-talk: To post a message to all 
the ...





lazarus.prj.tar.gz
Description: lazarus.prj.tar.gz
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Martin Schreiber
On Friday 24 March 2017 13:44:31 Fred van Stappen wrote:
> > How did you create the *.prj?
>
> Manually, from a existing prj.
>
> > loaded source filenames do not contain macros
>
> Ha, ok (I was hoping it will work ...)
>
Automatically loaded files in a new project have the 'L' flag set 
in 'Project'-'Options'-'Templates'-New Project', see 
apps/ide/templates/default.prj for an example.

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen

> How did you create the *.prj?


Manually, from a existing prj.


> loaded source filenames do not contain macros


Ha, ok (I was hoping it will work ...)


Fre;D




De : Martin Schreiber <mse00...@gmail.com>
Envoyé : vendredi 24 mars 2017 13:41
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

On Friday 24 March 2017 13:29:44 Fred van Stappen wrote:
> Hello Martin.
>
>
> See attachment.
>
How did you create the *.prj? Loaded source filenames do not contain macros.

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
mseide-msegui-talk Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the 
mseide-msegui-talk Archives. Using mseide-msegui-talk: To post a message to all 
the ...



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen

Hello Martin.


See attachment.


Fre;D


De : Martin Schreiber <mse00...@gmail.com>
Envoyé : vendredi 24 mars 2017 13:10
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

On Friday 24 March 2017 12:57:11 Fred van Stappen wrote:
> Hello Martin.
>
> A little detail:
>
>
> Using this in .prj does not work:
>
>
> sourcefiles=1
>  ${PROJECTDIR}/${PROJECTNAME}.lpr
> relpaths=1
> ${PROJECTNAME}.lpr
>
>
> ---> Unable to open file, does not exist.
>
Does the file actually exist? If yes, please send a testproject which shows
the problem.

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


test_mseide.tar.gz
Description: test_mseide.tar.gz
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Martin Schreiber
On Friday 24 March 2017 12:57:11 Fred van Stappen wrote:
> Hello Martin.
>
> A little detail:
>
>
> Using this in .prj does not work:
>
>
> sourcefiles=1
>  ${PROJECTDIR}/${PROJECTNAME}.lpr
> relpaths=1
> ${PROJECTNAME}.lpr
>
>
> ---> Unable to open file, does not exist.
>
Does the file actually exist? If yes, please send a testproject which shows 
the problem.

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen
Hello Martin.

A little detail:


Using this in .prj does not work:


sourcefiles=1
 ${PROJECTDIR}/${PROJECTNAME}.lpr
relpaths=1
${PROJECTNAME}.lpr


---> Unable to open file, does not exist.


Fre;D
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-23 Thread Fred van Stappen

Oooops in previous mail (--> macro name: lazarus (with a litle "l") -->

1) Create a new Global Marcros (Settings>Configure MSEide)

ValueMacros
/usr/share/lazarus/1.6.4  lazarus


Fre;D

De : Fred van Stappen <fi...@hotmail.com>
Envoyé : jeudi 23 mars 2017 22:57
À : General list for MSEide+MSEgui
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.


Hello.

Thanks Graeme and Martin, it works wow.

For those who are interested, here a easy way to compile your Lazarus projects:

1) Create a new Global Marcros (Settings>Configure MSEide)

ValueMacros
/usr/share/lazarus/1.6.4  Lazarus

2) Copy lazarus.prj included in attachment and paste it in same directory of 
your lpi project  (example myproject.lpi).

3) Rename it with the same name as the name of lpi.
Example: myproject.prj for myproject.lpi

4) Load it with MSEide, compile it, run it and say: wow.

Fre;D



De : Graeme Geldenhuys <mailingli...@geldenhuys.co.uk>
Envoyé : mercredi 22 mars 2017 19:02
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

On 2017-03-22 17:46, Fred van Stappen wrote:
> Do you know a (easy) way to compile a LCL project with MSEide ?

I'll dig through my code... Somewhere I have a MSEide project that
compiles a LCL application (obviously including the LCL too). If I find
it, I'll share the project file, which you should be able to use as a
import target.

Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
fpGUI Toolkit<http://fpgui.sourceforge.net/>
fpgui.sourceforge.net
What is fpGUI? fpGUI Toolkit (or the Free Pascal GUI Toolkit) is a 
multi-platform toolkit for creating graphical user interfaces. Offering a 
complete set of custom ...




My public PGP key:  http://tinyurl.com/graeme-pgp

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
mseide-msegui-talk Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the 
mseide-msegui-talk Archives. Using mseide-msegui-talk: To post a message to all 
the ...



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-23 Thread Fred van Stappen
Hello.

Thanks Graeme and Martin, it works wow.

For those who are interested, here a easy way to compile your Lazarus projects:

1) Create a new Global Marcros (Settings>Configure MSEide)

ValueMacros
/usr/share/lazarus/1.6.4  Lazarus

2) Copy lazarus.prj included in attachment and paste it in same directory of 
your lpi project  (example myproject.lpi).

3) Rename it with the same name as the name of lpi.
Example: myproject.prj for myproject.lpi

4) Load it with MSEide, compile it, run it and say: wow.

Fre;D



De : Graeme Geldenhuys <mailingli...@geldenhuys.co.uk>
Envoyé : mercredi 22 mars 2017 19:02
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

On 2017-03-22 17:46, Fred van Stappen wrote:
> Do you know a (easy) way to compile a LCL project with MSEide ?

I'll dig through my code... Somewhere I have a MSEide project that
compiles a LCL application (obviously including the LCL too). If I find
it, I'll share the project file, which you should be able to use as a
import target.

Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
fpGUI Toolkit<http://fpgui.sourceforge.net/>
fpgui.sourceforge.net
What is fpGUI? fpGUI Toolkit (or the Free Pascal GUI Toolkit) is a 
multi-platform toolkit for creating graphical user interfaces. Offering a 
complete set of custom ...




My public PGP key:  http://tinyurl.com/graeme-pgp

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
mseide-msegui-talk Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the 
mseide-msegui-talk Archives. Using mseide-msegui-talk: To post a message to all 
the ...





lazarus.prj.tar.gz
Description: lazarus.prj.tar.gz
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-23 Thread Fred van Stappen

Excellent.


Write you later with good result.


Thanks.


Fre:D

<http://sites.google.com/site/fiensprototyping/home>



De : Graeme Geldenhuys <mailingli...@geldenhuys.co.uk>
Envoyé : jeudi 23 mars 2017 15:08
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

On 2017-03-22 18:02, Graeme Geldenhuys wrote:
> I'll dig through my code... Somewhere I have a MSEide project that
> compiles a LCL application

An archive of the project file is attached.

You should be able to import those settings using MSEide’s Project
Options. I only needed it under Linux (LCL-GTK2), but with one or two
IDE macros you should be able to make it much more flexible.


Regards,
  Graeme

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-23 Thread Graeme Geldenhuys
On 2017-03-22 18:02, Graeme Geldenhuys wrote:
> I'll dig through my code... Somewhere I have a MSEide project that
> compiles a LCL application

An archive of the project file is attached.

You should be able to import those settings using MSEide’s Project
Options. I only needed it under Linux (LCL-GTK2), but with one or two
IDE macros you should be able to make it much more flexible.


Regards,
  Graeme



puntenboek.tar.gz
Description: GNU Zip compressed data
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-22 Thread Fred van Stappen
Hello Graeme.


OK, perfect (pfff, I have try to install last version of Lazarus --> it destroy 
all my fpc's installations ;-( ).

But I need to test some of LCL demos included in some of my Github projects).


And each time that there is a new Lazarus release (fpGUI designer_ext give 
patch for complete integration into Lazarus), it is always the hell to install 
that new version.


Fre;D


De : Graeme Geldenhuys <mailingli...@geldenhuys.co.uk>
Envoyé : mercredi 22 mars 2017 19:02
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

On 2017-03-22 17:46, Fred van Stappen wrote:
> Do you know a (easy) way to compile a LCL project with MSEide ?

I'll dig through my code... Somewhere I have a MSEide project that
compiles a LCL application (obviously including the LCL too). If I find
it, I'll share the project file, which you should be able to use as a
import target.

Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
fpGUI Toolkit<http://fpgui.sourceforge.net/>
fpgui.sourceforge.net
What is fpGUI? fpGUI Toolkit (or the Free Pascal GUI Toolkit) is a 
multi-platform toolkit for creating graphical user interfaces. Offering a 
complete set of custom ...




My public PGP key:  http://tinyurl.com/graeme-pgp

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
mseide-msegui-talk Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the 
mseide-msegui-talk Archives. Using mseide-msegui-talk: To post a message to all 
the ...



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-22 Thread Graeme Geldenhuys
On 2017-03-22 17:46, Fred van Stappen wrote:
> Do you know a (easy) way to compile a LCL project with MSEide ?

I'll dig through my code... Somewhere I have a MSEide project that
compiles a LCL application (obviously including the LCL too). If I find
it, I'll share the project file, which you should be able to use as a
import target.

Regards,
  Graeme

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

My public PGP key:  http://tinyurl.com/graeme-pgp

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-22 Thread Fred van Stappen
Hello.


Do you know a (easy) way to compile a LCL project with MSEide ?


Thanks.


Fre;D
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk