The author of this lib is Domenico di Gregorio email : ddg[dot]974[at]gmail[dot]com
we worked on this designer 4 mounth of last year.
you can download it from
http://www.box.net/shared/mkm6di987x
test.prg to test the visual designer ribbonbars
it easy to use
- Code: Select all Expand view
#include "fivewin.ch"
#include "ribbon.ch"
function main()
local oRBar
local oWnd
DEFINE WINDOW oWnd TITLE "Designer RibbonBar Test "
DEFINE RIBBONBAR oRBar WINDOW oWnd
oRBar:lDesigner:=.T.
ACTIVATE WINDOW oWnd
oRBar:End()
RETURN NIL
easy to operate :
click on ribbonbar to add new tab or save it on a file (prg)
if you click on each tab you can add group
if you click on a group you can :
add buttons ( buttons normat or defines buttons lines)
change the size, insert separators and other features
if you click on each button
you cam modify all styles and insert images
if you found an error I can fix it , but here I not found errors !!!!