Please See this picture
I made
Function BuildExplorerBar( oPanelExplorer)
local nOption := 5
local aOre := { "5", "10", "15", "20", "30", "60"}
local oPanel
oApp():oExBar := TExplorerBar():New( 0, 0,oApp():oPanelExplorer:nwidth-15,;
oApp():oPanelExplorer:nbottom, oApp():oPanelExplorer )
oPanel := oApp():oExBar:AddPanel( "Calendario", ".\bitmaps\CALEX.bmp", 480 )
@ 30, 5 CALENDAR oApp():oDtPick VAR oApp():dDateStart OF oPanel PIXEL SIZE 220, 450
oApp():oDtPick:bChange := { | o | ChangeDate( o ) }
1. the calendar is showed bad
2. when I click on arrow it start from feb to May why ?
3. when I change the size of explorerbar clicking on splitter the calendar is the same ( I wish on all panel )
any solution please ?