Mirage Source
Shops Not Showing Up - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Shops Not Showing Up (/showthread.php?tid=941)



- Ramsey - 21-05-2007

Isn't there suppose to be a frmTrade.Visible?


- William - 21-05-2007

It looks fine, the only difference to my code is that I have:
Code:
If frmTrade.Visible = True Then
            frmTrade.Visible = False
        Else
            frmTrade.Show vbModal
        End If
But it should not matter anything.


- Matt - 21-05-2007

Actually, it should matter. I too have that bit of code William. How can you expect it to show frmTrade, if you don't have it call to show it? :wink:


- William - 21-05-2007

He already have:
Code:
frmTrade.Show vbModal
So it should not make much a difference.


- William - 21-05-2007

then try to name it something else.