RibbonBar designer - work in progress

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

Enhanced version:
http://code.google.com/p/fivewin-contri ... p&can=2&q=

It already generates the variable names for all the groups and buttons :-)

Example

Code: Select all

   local oRBar, oGr1_1, oGr2_1, oGr3_1, oGr1_2, oGr2_2, oGr1_3, oBtn1_1_3, oBtn2_1_3

   DEFINE RIBBONBAR oRBar WINDOW oWnd PROMPT  "One", "Two", "Three" HEIGHT 134 TOPMARGIN 25

   ADD GROUP oGr1_1 RIBBON oRBar TO OPTION 1 PROMPT "new" WIDTH 201

   ADD GROUP oGr2_1 RIBBON oRBar TO OPTION 1 PROMPT "new" WIDTH 201

   ADD GROUP oGr3_1 RIBBON oRBar TO OPTION 1 PROMPT "new" WIDTH 201

   ADD GROUP oGr1_2 RIBBON oRBar TO OPTION 2 PROMPT "new" WIDTH 201

   ADD GROUP oGr2_2 RIBBON oRBar TO OPTION 2 PROMPT "new" WIDTH 201

   ADD GROUP oGr1_3 RIBBON oRBar TO OPTION 3 PROMPT "new" WIDTH 201

   @ 3, 3 ADD BUTTON  oBtn1_1_3 PROMPT "new" GROUP oGr1_3 ACTION MsgInfo( "click" ) SIZE 80, 83 BOTTOM

   @ 3, 83 ADD BUTTON  oBtn2_1_3 PROMPT "new" GROUP oGr1_3 ACTION MsgInfo( "click" ) SIZE 80, 83 BOTTOM

 
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: RibbonBar designer - work in progress

Post by Otto »

Hello Antonio,
I am following with much interest this new development.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

New versión that already allows to save to PRG our design and to load it from a PRG !!! :-)

http://code.google.com/p/fivewin-contri ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

Some minor changes from the previous version:
http://code.google.com/p/fivewin-contri ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

A new version that already allows to save a design, to load it again and to resume its development!!! :-)

http://code.google.com/p/fivewin-contri ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
hag
Posts: 598
Joined: Tue Apr 15, 2008 4:51 pm
Location: LOs Angeles, California
Contact:

Re: RibbonBar designer - work in progress

Post by hag »

looking real good
Thank you
Harvey
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

Support for buttons and groups deletion :-)

http://code.google.com/p/fivewin-contri ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
Silvio.Balcony
Posts: 4
Joined: Mon Aug 23, 2010 7:37 am

Re: RibbonBar designer - work in progress

Post by Silvio.Balcony »

Nice Work
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: RibbonBar designer - work in progress

Post by norberto »

hi, nice.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

New version with support for buttons position and dimension editing:

http://code.google.com/p/fivewin-contri ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: RibbonBar designer - work in progress

Post by Daniel Garcia-Gil »

Hello

New version to gradient selector

http://www.sitasoft.net/fivewin/samples/changrad.zip

Image
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

Enhanced version (improved buttons support):
http://code.google.com/p/fivewin-contri ... p&can=2&q=
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: RibbonBar designer - work in progress

Post by driessen »

Antonio,

Looks very impressive. Congratulations.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

Working on the buttons menus designer:

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: RibbonBar designer - work in progress

Post by Antonio Linares »

Enhanced version, firsts tests on the buttons menu designer:

http://code.google.com/p/fivewin-contri ... p&can=2&q=

Please notice that you need FWH 11.06 (not published yet) to rebuild the provided source code. But you can already use it :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply