Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How can I get custom tooltips in .gau's?

Featured Replies

Hi,Just started compiling gauges using VC++, since even with the DragonFight info, I was unable to get it to work with Dev-C++ and gcc, my normal compiler.I have managed to learn enough with that info and the SDK to finally sucessfully compile the sample gauges.Now, I am trying to do something simple, namely send a pointer to custom tooltip text like this://///////////////////////////////////////////////////////////////////////////// Custom tooltipchar *hobbs_tooltip = "Hobbs Hour Meter 1500-S";MOUSE_BEGIN( hobbs_mouse_rect, hobbs_tooltip, 0, 0 )MOUSE_END/////////////Compiling gives me these 2 errors: - error C2099: initializer is not a constant - warning C4047: 'initializing' : 'int ' differs in levels of indirection from 'void *'I did this thinking the 'helpid' was a simple pointer, but apparently now. So, how does one create a custom tooltip?Patrick

For example:

MOUSE_PARENT_BEGIN(889, 394, 30, 18, HELP_NONE)	MOUSE_TOOLTIP_STRING("Yaw Damper Engage Button")	MOUSE_CHILD_FUNCT (0, 0, 30, 18, CURSOR_HAND, MOUSE_LEFTSINGLE, ToggleYd)MOUSE_PARENT_END

Thanks, that did the trick.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.