What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Public flag

PainfulDeath

Member
Joined
Jul 12, 2012
Messages
489
Reaction score
1
Does EB API supporting setting public flag on premium tabs on and off?

On related note, what methods do we have to interact with DisplayNote of an item? After correctly opening one with the OpenDisplayNote(Int32, Boolean) or OpenDisplayNote(Boolean) what can I do next to edit it, choose options etc?
 
Last edited:
No for the first thing. Right clicking on tabs to bring up the customization UI is not supported due to how tab control headers work with scrolling. If I ever find a nice way to handle it, it'll be supported but it's not possible right now.

The DisplayNoteUi class has the API you can use to interact with the popup. You can change the selected options and set text, but some minor updates are still needed for the new Do Not Index entry and layout changes that will be in the next update.

Too see what all an API exposes you can search in the documentation file in the Help folder or browse the Exiledubby.exe assembly in VS!
 
Back
Top