Hello,
How can I resize a get field on GotFocus?
I want to change font on GotFocus – this is working.
But with the bigger font I would need a larger get field.
I tried with: oGetKonto7:Resize( 0, 200, 50 )
But this does not work.
Best regards,
Otto
oGetKonto7:bGotFocus = { || oGetKonto7:Resize( 0, 200, 50 ), oGetKonto7:SetFont(Setup():oFntMetroFLATBTN ) ,oGetKonto7:nClrText( CLR_BLACK ),oGetKonto7:paint() }