Mirage Source
RTE 400 - 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: RTE 400 (/showthread.php?tid=2547)



RTE 400 - DarkX - 03-02-2009

Ok I realise what the issue is, and I have tried many ways to fix it, but nothing has worked so far. I am making a code for npc's to open shops when there clicked, it works, saves loads and the npc's still move, but I get

RTE 400
Form already displayed; can't show modally

it's issue is in the trade packet,

it highlights this part in packet "trade" client side

Code:
frmTrade.Show vbModal

I changed it to
Code:
frmTrade.Show VBModeless
and it worked, but it had a issue with the actual trading code.
Everytime I try to buy something it tells me my inventory is full even when it's empty, any suggestions?


Re: RTE 400 - Tony - 04-02-2009

Just put frmTrade.show

Jesus D:<

And if you can't even trace down a bug like that down and you've been with Mirage
for god knows how long then.. oh my.


Re: RTE 400 - Matt - 04-02-2009

Yeah, he could do that, but it's not gonna work how most people want it. He prolly wants the form to show modal, so that it's always on top.


Re: RTE 400 - DarkX - 04-02-2009

Hey matt got it right, but I can't seem to get it to work that way.


Re: RTE 400 - Matt - 05-02-2009

Another form is already opened modal. Do you have frmMirage open modal for some reason?


Re: RTE 400 - DarkX - 05-02-2009

I haven't changed anything as far as that goes so it should be the way Consty made 3.0.3, not really sure how it was setup.

Right about now I'm starting to not really care if it stays on top.


----------------EDIT----------------------

Ok I got the form to show up but, I am presented with a issue, everytime I try to buy a item it tells me trade unsecessful, inventory full


Re: RTE 400 - james1992_2006 - 08-02-2009

oh btw guys, this has already been fixed, he got it working earlier today... lol