Page 2 of 3

Re: RibbonBar designer - work in progress

Posted: Wed May 25, 2011 8:27 am
by Antonio Linares
Enhanced version:
http://code.google.com/p/fivewin-contributions/downloads/detail?name=rbdesign9.zip&can=2&q=

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

Example

Code: Select all | Expand

  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

 

Re: RibbonBar designer - work in progress

Posted: Wed May 25, 2011 9:18 am
by Otto
Hello Antonio,
I am following with much interest this new development.
Best regards,
Otto

Re: RibbonBar designer - work in progress

Posted: Wed May 25, 2011 10:13 am
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-contributions/downloads/detail?name=rbdesign10.zip&can=2&q=

Re: RibbonBar designer - work in progress

Posted: Wed May 25, 2011 4:54 pm
by Antonio Linares

Re: RibbonBar designer - work in progress

Posted: Wed May 25, 2011 8:17 pm
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-contributions/downloads/detail?name=rbdesign12.zip&can=2&q=

Re: RibbonBar designer - work in progress

Posted: Wed May 25, 2011 11:31 pm
by hag
looking real good

Re: RibbonBar designer - work in progress

Posted: Thu May 26, 2011 8:20 am
by Antonio Linares

Re: RibbonBar designer - work in progress

Posted: Thu May 26, 2011 12:14 pm
by Silvio.Balcony
Nice Work

Re: RibbonBar designer - work in progress

Posted: Thu May 26, 2011 1:31 pm
by norberto
hi, nice.

Re: RibbonBar designer - work in progress

Posted: Fri May 27, 2011 8:15 am
by Antonio Linares
New version with support for buttons position and dimension editing:

http://code.google.com/p/fivewin-contributions/downloads/detail?name=rbdesign15.zip&can=2&q=

Re: RibbonBar designer - work in progress

Posted: Sat May 28, 2011 5:19 am
by Daniel Garcia-Gil
Hello

New version to gradient selector

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

Image

Re: RibbonBar designer - work in progress

Posted: Wed Jun 08, 2011 8:43 am
by Antonio Linares

Re: RibbonBar designer - work in progress

Posted: Wed Jun 08, 2011 9:04 am
by driessen
Antonio,

Looks very impressive. Congratulations.

Re: RibbonBar designer - work in progress

Posted: Wed Jun 08, 2011 10:22 am
by Antonio Linares
Working on the buttons menus designer:

Image

Re: RibbonBar designer - work in progress

Posted: Wed Jun 08, 2011 10:27 am
by Antonio Linares
Enhanced version, firsts tests on the buttons menu designer:

http://code.google.com/p/fivewin-contributions/downloads/detail?name=rbdesign17.zip&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 :-)