11
Views
3
Comments
Solved
Cannot find Entities.Position entity for my Tooltip widget
Question
Service Studio Version
11.55.51 (Build 64476)

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

2022-12-22 10-00-39
Beatriz Sabino
Solution

Hi Marco,

That entity is from the module Outsystems UI.

2025-08-07 06-30-56
Amit J
Champion

 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.

UserImage.jpg
Marco Losbefero

I've found it.

Thank you both for answering!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.