Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

New ShowInvisible crashes. #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if there's an invisible stalker tibia crashes. The code i use:

            if (checkreveal.Checked == true)
                blist.ShowInvisible(true);
            else
                blist.ShowInvisible(false);

Original issue reported on code.google.com by marcsal...@gmail.com on 2 Jun 2008 at 10:53

GoogleCodeExporter commented 9 years ago
Do you have that in a timer? The new ShowInvisible only needs to be run once.
However, that shouldn't give you an error...I'll look into it.

Original comment by ian320 on 3 Jun 2008 at 2:53

GoogleCodeExporter commented 9 years ago
No its not in a timer

Original comment by marcsal...@gmail.com on 3 Jun 2008 at 3:24

GoogleCodeExporter commented 9 years ago
now i tryed it in an ot and its working,did u change anything?or maybe it was a
problem with something i was doing?, later i'll check in rl tibia.

Original comment by marcsal...@gmail.com on 6 Jun 2008 at 12:13

GoogleCodeExporter commented 9 years ago
I didn't change anything, and I tested it on real Tibia with a TibiaCam video.

Original comment by ian320 on 6 Jun 2008 at 2:23

GoogleCodeExporter commented 9 years ago
no idea why it crashed :S. i've always been using this method with my other 
program
made with vb6 and never crashed. Maybe i had another tibia bot oppened and i 
didnt
realize or dunno. But i guess it was my fault not a bug of tibiaapi code

Original comment by marcsal...@gmail.com on 6 Jun 2008 at 2:28

GoogleCodeExporter commented 9 years ago
Thanks for the extensive testing anyways :)

Original comment by ian320 on 6 Jun 2008 at 12:13