08-09-2007, 11:19 AM
EDIT:
My code:
frmMirage.ListBox.ListIndex = 0
frmMirage.picMapEditor.Visible = True
With frmMirage.picBackSelect
.Width = 7 * PIC_X
.Height = 255 * PIC_Y
.Picture = LoadPicture(App.Path + GFX_PATH + frmMirage.ListBox + GFX_EXT)
As soon as I select a different tilesheet it just scrolls back to the default. Any help?
My code:
frmMirage.ListBox.ListIndex = 0
frmMirage.picMapEditor.Visible = True
With frmMirage.picBackSelect
.Width = 7 * PIC_X
.Height = 255 * PIC_Y
.Picture = LoadPicture(App.Path + GFX_PATH + frmMirage.ListBox + GFX_EXT)
As soon as I select a different tilesheet it just scrolls back to the default. Any help?