Hello Antonio,
I changed the navigation from buttonbar to ribbon.
The ribbon works much better (more fluent) than my old ribbon imitation.
Antonio for a production-system I would need most the navigation with keyboard.
Best regards,
Otto
METHOD KeybMode() CLASS TRibbonBar
local oPanel, oBtn
oPanel = TXPanel():New( 0, 0, ::nHeight(), ::nWidth(), ::oWnd )
SetWindowLong( oPanel:hWnd, GWL_EXSTYLE, nOr( GetWindowLong( ::hWnd, GWL_EXSTYLE ), WS_EX_TRANSPARENT ) )
BringWindowToTop( oPanel:hWnd )
@ 20, 20 BTNBMP oBtn SIZE 20, 20 OF oPanel 2007
return nil
CLASS TXPanel FROM TPanel
METHOD Paint() VIRTUAL
ENDCLASS
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: nageswaragunupudi and 110 guests