hi,
hua wrote:If you want to change all the prompts, try
aPrompts := {"TAB1", "TAB2"}
oFolder:aPrompts := aclone(aPrompts)
oFolder:refresh()
thx for Answer
when assign a new Text into TAB it does not "fit" when Text is much longer than before
aToken := AtInside( ´\´, cPath )
aPrompts := ACLONE( oTab:aPrompts )
aPrompts[ nDim ] := UPPER( aToken[ LEN( aToken ) - 1 ] )
#ifdef Use_TFolder
oTab:SetPrompts( aPrompts )
#else
oTab:aPrompts := ACLONE( aPrompts )
oTab:Refresh()
#endif
i can use ::lStretch but that is "too much" ... just want that hole Text "fit"
p.s. "where" is the CODE for it
---
CLASS TFolderEx() have
but i can not "see" Value assign to aSizes :=
---
METHOD PaintLR() have
but PaintTB() not ...
---
does METHOD DelItem(nPos) work correct :?:
CLASS TFolder() have DelItem() and DelItemPos(nPos) ...