BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.
Posted: Tue Mar 25, 2008 4:04 am
Hi antonio.
The new territory nRow which moves with the BUTTON DESIGN and the nCol the law which it knows
lDrag: =.t. It does,
The button moves and the nRow and nCol price of the button which moves newly?
The new territory nRow which moves with the BUTTON DESIGN and the nCol the law which it knows
lDrag: =.t. It does,
The button moves and the nRow and nCol price of the button which moves newly?
Code: Select all
@ ( 1*65)+1-8,1004 BTNBMP oField[01] RESOURCE "button" CENTER PROMPT "" SIZE 272, 66 OF oWnd_Main NOBORDER ACTION test(1)
hh := 1
for kl:= 0 to 3
for kj := 0 to 5
@ 110+(kl*52), 15+(kj*162) BUTTONBMP oField[19+hh] PROMPT alltrim(str(hh,2))+" 번" OF oWnd_Main SIZE 160, 50 PIXEL FONT oFont3 //ACTION test(hh)
//oField[19+hh]:lUpdate := .t.
oField[19+hh]:lDrag := .t.
hh += 1
next
next
func test(sno)
msginfo(oField[20]:nBottom)
msginfo(oField[20]:nRight)
retu nil