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.

Vector gauges programming question

Featured Replies

Integers and floats and mixing them are not trivial issues. I had a problem where I couldn't overlap a temporary and a selected heading bug when they should have been the same value. Turns out one was measuring an integer value and the other a float. Took me a while to find that one.Bill

  • Author
  • Commercial Member

Hi Bill,Thanks for your interest. It is not a problem of code. I get this behaviour even when compiling and testing the SDK FlightMap example as it is - with no changes at all in the original code.So I guess the problem is somewhere else - system (WinXP), compiler (Bcc55), hardware or whatever :-hmmm Michael>Michael,>>Post the code snippet that's giving you the problem.>>Bill

Michael Frantzeskakis
Precision Manuals Development Group
http://www.precisionmanuals.com


devteam.jpg

Hey Michael. Just checking back to see if you were able to solve this weird problem you were having? I hope so.By the way, I wish to congratulate you on such a great utility that ServInfo is. I cannot fly without it anymore, and it is extremelly well done. I am sure I speak for the entire crew here, great friggin job!

>I am sure I speak for the entire crew here, great friggin job!Here here!

  • Author
  • Commercial Member

Thanks a lot Fabio and Fred.No, I have not solved this yet, I am just used to it now :-) Michael

Michael Frantzeskakis
Precision Manuals Development Group
http://www.precisionmanuals.com


devteam.jpg

Hey Michael.Where are you declaring PIXPOINT? I would suggest you try the following:Declare PIXPOINT dim; somewhere early in the code, before any macros, after the header.In PANEL_SERVICE_PRE_DRAW, declare:pelement = (PELEMENT_STATIC_IMAGE)(pgauge->elements_list[0]->next_element[0]);dim = pelement->image_data.final->dim;Sometimes FS doesn't like when you declare things on the fly and use them in the same line, as in dim. Let us know if anything changes.P.S. Don't forget, because of HTML tags, a < means [

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.