Hello Community,
I'm using a simple Tooltip widget from the System library, but I can't change the position of the tooltip because my O11 says that it can't find the Entities.Position static entity. I can't find it anywhere in the "Manage Dependencies" menu, it's like it doesn't exist anywhere.
I'm attaching some screenshots to describe the issue.
Can you help me please?
Thank you
Hi Marco,
That entity is from the module Outsystems UI.
In OutSystems 11, the Tooltip widget originally depended on a static entity called Position inside the OutSystemsUI or RichWidgets modules (based on the theme you use).
In some environments, especially upgraded ones, this static entity may not be visible until the correct UI module is referenced.
Solution (Working Steps)
Open Manage Dependencies.
• Search for:
OutSystemsUI
OutSystemsUIWeb
RichWidgets • Under these modules, enable: • Static Entities → Position • Refresh dependencies → Publish. • Now Entities.Position.Top / Left / Right / Bottom will appear in the dropdown.
I've found it.
Thank you both for answering!