Not run
When resize it not refresh the items of explorerbar
all it no good
here
// Purpose: Showing three objects in a window that resize
// Author : James Bott
// Date : 8/14/2010
#include "fivewin.ch"
#include "color.ch"
function main()
local oWnd, oBar, oBrw, oPanel
use C:\FWH\samples\customer
define window oWnd title "Test"
define buttonbar oBar of oWnd
oPanel:= TPanel():new(0,0,400,150)
oPanel:setcolor(CLR_BLACK,CLR_BLUE)
@ 0,50 Listbox oBrw fields of oWnd
oWnd:oTop:= oBar
oWnd:oLeft:= oPanel
oWnd:oClient:= oBrw
activate window oWnd
return nil
// Purpose: Showing three objects in a window that resize
// Author : James Bott
// Date : 8/14/2010
#include "fivewin.ch"
#include "color.ch"
function main()
local oWnd, oBar, oBrw, oPanel, oExplBar
use C:\FWH\samples\customer
define window oWnd title "Test"
define buttonbar oBar of oWnd
oPanel:= TPanel():new(0,0,400,150)
oPanel:setcolor(CLR_BLACK,CLR_BLUE)
// Simulated Explorer bar
oExplBar:= TPanel():new(0,0,400,120)
oExplBar:setColor(CLR_BLACK,CLR_RED)
oPanel:oLeft:= oExplBar
@ 0,50 Listbox oBrw fields of oWnd
oWnd:oTop:= oBar
oWnd:oLeft:= oPanel
oWnd:oClient:= oBrw
activate window oWnd
return nil
also ?
on window run ok on dialog nor 4 NO
I understood you not want understand
Then there is bugs on adjclient and adjleft of Controls as the same Reyes say on his class "Fivewin Bug"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 38 guests