Re: [Lazarus] how to write a simple form designer similar to that of lazarus?

2014-08-11 Thread Torsten Bonde Christiansen

On 2014-08-10 21:31, alexs wrote:

See LazReport. There is a form editor.

Or use the ported jvRuntimeDesigner available at sourceforge:

http://sourceforge.net/projects/jvruntimedesign/

Regrads,
Torsten.



В Пн, 11/08/2014 в 00:31 +0800, Dennis пишет:

My program needs to allow end user to add and layout various labels,
panels, edit boxes, images by themselves and that save the
coordinates, color, font sizes into files to later use.

How can I do that ?
I don't want to just tell them to install lazarus, which is over kill
and too complex for them to use.
I want my users to just drag and drop controls onto a form and modify
some properties only.

thanks in advance.

Dennis
--
___
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



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


Re: [Lazarus] how to write a simple form designer similar to that of lazarus?

2014-08-11 Thread leledumbo
 How can I do that ?
 I don't want to just tell them to install lazarus, which is over kill and
 too complex for them to use.
 I want my users to just drag and drop controls onto a form and modify some
 properties only.

http://sourceforge.net/projects/jvruntimedesign/




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-how-to-write-a-simple-form-designer-similar-to-that-of-lazarus-tp4038159p4038161.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

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


Re: [Lazarus] how to write a simple form designer similar to that of lazarus?

2014-08-11 Thread Graeme Geldenhuys
On 2014-08-11 07:02, Torsten Bonde Christiansen wrote:
 Or use the ported jvRuntimeDesigner available at sourceforge:

Or look at fpGUI's UIDesigner. It generates pure Object Pascal (no
external *.dfm files), and supports multiple forms in a single unit.

See the uidesigner directory.

  https://github.com/graemeg/fpGUI


Here is a screenshot of the UIDesigner.

  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


[Lazarus] how to write a simple form designer similar to that of lazarus?

2014-08-10 Thread Dennis
My program needs to allow end user to add and layout various labels, 
panels, edit boxes, images by themselves and that save the coordinates, 
color, font sizes into files to later use.


How can I do that ?
I don't want to just tell them to install lazarus, which is over kill 
and too complex for them to use.
I want my users to just drag and drop controls onto a form and modify 
some properties only.


thanks in advance.

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


Re: [Lazarus] how to write a simple form designer similar to that of lazarus?

2014-08-10 Thread alexs
See LazReport. There is a form editor.

В Пн, 11/08/2014 в 00:31 +0800, Dennis пишет:
 My program needs to allow end user to add and layout various labels,
 panels, edit boxes, images by themselves and that save the
 coordinates, color, font sizes into files to later use.
 
 How can I do that ?
 I don't want to just tell them to install lazarus, which is over kill
 and too complex for them to use.
 I want my users to just drag and drop controls onto a form and modify
 some properties only.
 
 thanks in advance.
 
 Dennis 
 --
 ___
 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