Google-Code-Fork / tibiaapi

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

Context menus don't appear when they should #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
Create a new project (VB.NET)
2.
Create a reference to TibiaAPI DLL/project
3.
Call every kind of context menus 

Private objCliente As New Tibia.Objects.Client
objCliente = Tibia.Util.ClientChooser.ShowBox

objCliente.ContextMenu.AddContextMenu(1, "Trade With Menu",
Constants.ContextMenuType.TradeWithContextMenu, True)
        objCliente.ContextMenu.AddContextMenu(5, "Set Outfit Menu",
Constants.ContextMenuType.SetOutfitContextMenu, True)
        objCliente.ContextMenu.AddContextMenu(4, "Party Action Menu",
Constants.ContextMenuType.PartyActionContextMenu, True)
        objCliente.ContextMenu.AddContextMenu(2, "Copy Name Menu",
Constants.ContextMenuType.CopyNameContextMenu, True)
        objCliente.ContextMenu.AddContextMenu(3, "Look Menu",
Constants.ContextMenuType.LookContextMenu, True)

What is the expected output? What do you see instead?
Trade With: ok
Party Action: ok
Set Outfit: ok
Copy name: ??? = shouldn't appear in messages too?
Look: nok = can't get it on... i tried every kind of place and it just
don't appear.

What version of the product are you using? On what operating system?
Tibia 8.52
Newest Tibia API (source code)

Original issue reported on code.google.com by juvb...@gmail.com on 5 Nov 2009 at 12:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The LookContextMenu address wasn't udpated to 8.52. I'll be sure to update the 
8.52 
address when I do the 8.53 addresses.

Original comment by joebingham07@gmail.com on 10 Nov 2009 at 7:15

GoogleCodeExporter commented 9 years ago
Fixed in r761.

Original comment by joebingham07@gmail.com on 10 Nov 2009 at 6:55