Lazarus

Programming => Widgetset => Other => Topic started by: Fred vS on September 04, 2014, 12:31:21 pm

Title: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on September 04, 2014, 12:31:21 pm
Hello everybody.

The new release of designer_ext is ready to download. =>
https://github.com/fredvs/uidesigner_ext (https://github.com/fredvs/uidesigner_ext)

Designer_ext is a "extended" version of the uidesigner of fpGUI.
It is totally integrable into Lazarus, has undo feature, style-changer at runtime and much more...
Patches are added for total integration into last Lazarus IDE.

Explanation how to install designer_ext is here :
>> http://forum.lazarus.freepascal.org/index.php/topic,12481.msg136323.html#msg136323

PS : You need last develop-branch of fpGUI to use designer_ext.

Have fun.

Fred
Title: Re: New release of uidesigner_ext for fpGUI is ready.
Post by: Graeme on September 08, 2014, 10:05:00 pm
Well done Fred! Keep up the good work.
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on October 08, 2014, 06:42:43 pm
Hello everybody.  :)

There is a new release of Designer_ext, the fpGUI form designer.
https://github.com/fredvs/uidesigner_ext (https://github.com/fredvs/uidesigner_ext)

Lot of new styles (Chrome color, Elipse color, Mint, Flat Hoover,...) and much more...

Explanation how to install Designer_ext is here :
>> http://forum.lazarus.freepascal.org/index.php/topic,12481.msg136323.html#msg136323
 (http://forum.lazarus.freepascal.org/index.php/topic,12481.msg136323.html#msg136323)

Have fun.

Fred
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on October 28, 2014, 01:19:28 pm
Hello everybody.  :)

There is new release 1.4 of Designer_ext, the fpGUI form designer.
https://github.com/fredvs/uidesigner_ext (https://github.com/fredvs/uidesigner_ext)

Added passive properties editor, new styles and much more...

Explanation how to install Designer_ext is here :
>> http://forum.lazarus.freepascal.org/index.php/topic,12481.msg136323.html#msg136323

Please use last fpGui version =>
https://github.com/graemeg/fpgui/tree/develop (https://github.com/graemeg/fpgui/tree/develop)

@ Lazarus-team => One day you said that, maybe, you will be open to add a "pluggin" feature to Lazarus working only with libraries. (like Geany does)
=> II m ready to help to develop that new feature ... => but i want your advices...

Fre;D

Thanks.
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on November 02, 2014, 07:23:04 pm
Hello.  ;)

Im happy to announce that Designer_ext can do multi-selection-move-resize.

=> https://github.com/fredvs/fpGUI/tree/uidesigner_ext (https://github.com/fredvs/fpGUI/tree/uidesigner_ext)

How it works ?

A little video is (maybe) better than a long bla-bla ;-)

=> https://sites.google.com/site/fiensprototyping/multiselect.mp4 (https://sites.google.com/site/fiensprototyping/multiselect.mp4)

Cheers.

Fre;D
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on November 06, 2014, 04:31:28 pm
Hello everybody.

I am happy to present the Multi-Copy/Paste/Delete feature in Designer_ext.

Here video of the beast in action =>
https://sites.google.com/site/fiensprototyping/copypastedelete.mp4  (https://sites.google.com/site/fiensprototyping/copypastedelete.mp4)


And here the source and binaries-executables for win32/64, Linux 32/64, freeBSD64 =>
https://github.com/fredvs/fpGUI/tree/uidesigner_ext (https://github.com/fredvs/fpGUI/tree/uidesigner_ext)

Fre;D
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on November 22, 2014, 01:34:33 pm
Hello everybody   :)

I am happy to present the automatic units adder for that new release of designer_ext  v1.5 =>

> https://sites.google.com/site/fiensprototyping/fpgui_autounits.mp4 (https://sites.google.com/site/fiensprototyping/fpgui_autounits.mp4)

The goal of that feature is for lazy programmer, like me.  ;)
But all the others must not cry, there is a option in "Settings", so if you prefer to add units manually,  you can. ;)

All widgets are implemented.

Source and binaries for Linux 32/64, Windows 32/64 and freeBSD 64 are there :

=> https://github.com/fredvs/uidesigner_ext (https://github.com/fredvs/uidesigner_ext)

Fre;D
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Graeme on November 25, 2014, 07:10:46 pm
I am happy to present the automatic units adder for that new release of designer_ext  v1.5 =>
Very nice. I'll have to peek at your code.   ;)

G.
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on November 29, 2014, 10:07:23 pm
Hello everybody.  ;)

There is a new chapter in the fpGUI designer_ext movie...

=> Added skeleton for program, native and Java libraries...

Look it there =>
https://sites.google.com/site/designerext/fpgui_new_skeletons.mp4
 (https://sites.google.com/site/designerext/fpgui_new_skeletons.mp4)

PS: Tested Java program + library (the Java application is created as well) in
Linux, Windows and freeBSD => it works.

PS2: I would be very happy if somebody could try a java program + library
with Android ( i do not have that machine).

PS3: Source and binaries of fpGUI designer_ext =>
https://github.com/fredvs/uidesigner_ext (https://github.com/fredvs/uidesigner_ext)
[EDIT] Ooops, i forgot to commit the changes, now it is done...

Thanks.

Fre;D
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on January 09, 2017, 07:25:25 pm
I noticed that your knowledge and information are very interesting and useful. I greet you.

It is because of this kind of comment that I find energy .
Many thanks.

Fre;D
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: mica on January 09, 2017, 08:05:20 pm
Thanks for your work.

I use fpGUI only from time to time for Raspi things but when i use it your designer comes in very handy.
Title: Re: New release of Designer_ext for fpGUI is ready.
Post by: Fred vS on January 09, 2017, 08:14:19 pm
Thanks for your work.

I use fpGUI only from time to time for Raspi things but when i use it your designer comes in very handy.

Huh, thanks but it is mostly Graeme who did all the work.
I only added some feature.

Fre;D
TinyPortal © 2005-2018