29-03-2009, 01:14 PM
change the
with this
in case u didnt notice,
i replaced scrlFrame.value with scrlPic.value
Code:
frmSpellEditor.scrlFrame.Max = (DDS_Spell(scrlFrame.Value).SurfDescription.lWidth \ SIZE_X) - 1
with this
Code:
frmSpellEditor.scrlFrame.Max = (DDS_Spell(scrlPic.Value).SurfDescription.lWidth \ SIZE_X) - 1
in case u didnt notice,
i replaced scrlFrame.value with scrlPic.value