Question
· Jun 4, 2018

Cache Studio 2017.2

Hi all,

I hope this is the right forum to ask this type of question, but I'm running out of ideas.

For reasons beyond my control, we run a version of Intersystems Caché (2013.1) that is not supported by Atelier. As such, I use Caché Studio to do my development.
The issue I have is, I don't run Windows or MAC, but Linux (Ubuntu 18.04 in my case). I've successfully managed to get Studio working using Wine and pretty much everything is usable. 

There is just *one* issue which neither me or my peers can solve. If you hover over a line in the code editor, a tooltip reading 'First record' appears. This tooltip gets stuck and even if you open other applications/windows on your desktop, the tooltips take topmost preference..see screenshots lower down.

My question is this: I've solved almost all my other issues to get studio working in Linux by using wine regedit and just changing the appropriate keys that way. I cannot find a key/value representing tooltips however. Can someone perhaps provide the registry key I need to add/modify to completely disable tooltips in the editor (if any)?

Image 1: A screenshot of Cache Studio in the foreground (terminal screen as example in background)

Cache Studio - Note the tooltop

Images 2: Bringing another window to the foreground - note the tooltip is still there.

Bringing another window to the foreground
 

Discussion (8)2
Log in or sign up to continue

I have Studio installed under Wine on Ubuntu 18.04 and accessing the Options menu in Studio causes it to crash ...

I was able to reproduce the tooltip issue, though. What I found was that if you hover over a method that actually is defined, the usual tool help for that method will display and you can switch to other windows without the annoying "First Record" artifact. Not a solution, obviously, but perhaps a workaround.

Hi Sean,

The hive you referenced is already there in the registry; I'm assuming it was created during the installation of the Caché client tools. It's in both HKEY_CURRENT_USER\Software\InterSystems\Cache Studio\Settings\Editor and HKEY_USER\(user key value)\Software\InterSystems\Cache Studio\Settings\Editor. The Hover key wasn't present, so I added it as a REG_DWORD value of 0.

The behavior is different, but it doesn't solve the OP's problem ... the "First Record" tip still displays, but it no longer changes when you move the cursor to a class or method where it would normally populate with helpful information.