Thread Tools Display Modes
07/16/14, 05:01 PM   #1
klaro00
 
klaro00's Avatar
Join Date: Apr 2014
Posts: 31
How to open the Quick Slot Radial Menu?

Hi,

is there a way opening the "Quick Slots" radial menu programmatically, including the inventory?

I found that QUICKSLOT_RADIAL:ShowQuickslotMenu() opens the radial menu, but without the inventoy dialog, so the radial menu is pretty useless. Any suggestions?

Thanks for answers,
Klaro
  Reply With Quote
07/16/14, 06:50 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by klaro00 View Post
Hi,

is there a way opening the "Quick Slots" radial menu programmatically, including the inventory?

I found that QUICKSLOT_RADIAL:ShowQuickslotMenu() opens the radial menu, but without the inventoy dialog, so the radial menu is pretty useless. Any suggestions?

Thanks for answers,
Klaro
Lua Code:
  1. SCENE_MANAGER:Show("inventory")
  2. INVENTORY_MENU_BAR:ToggleQuickslotsTab()
  Reply With Quote
07/17/14, 03:36 PM   #3
klaro00
 
klaro00's Avatar
Join Date: Apr 2014
Posts: 31
*Smile* - works fine!
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » How to open the Quick Slot Radial Menu?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off