Hi guys,
This is like follows:
- TabbedForm
- + ActionList1
- - BannerAd1
- - lstBoxMenu (TListBox)
- - - - lstBoxItem1 (TListBoxItem)
- - - - lstBoxItem2
- - - - ...
- - Toolbar1 (TToolBar)
- - WebBrowser1 (TWebBrowser)
- - AniIndicator1 (TAniIndicator)
I'm using TListBox to generar some kind of menu (more options) for the App, following this example:
blogs.embarcadero.com/sarinadupont/2013/...7/463/#comment-36361
The example is simple and works great!
Problem 1: The AniIndicator1 and the lstBoxMenu are not showing off, at least I set WebBrowser1 Visible property to false. Why?? How to handle z-order maybe?
Problem 2: I used to have a TSpeedbutton with property Action set to TShowShareSheetAction working perfectly. Now I want that same functionality on the click event of one of the lstBoxItem in order to perform the same call. I didn't have any luck making it work. How to do it?
Best regards,