Share My Creation Compass degress user entry dialog

I needed this for a project I am working on and thought maybe somebody else might find it useful?

It does have a dependency on BRB4XFloatTextField, so replace it with the normal B4XFloatText field by all means
Other than that, I think everything should be in the zip, it was created using File, save as zip

Please excuse the way I have gone about creating the dialog if it's not your cup of tea, as we all we know there are 101 ways to skin a cat
Feel free to pull it (not me ;)) apart and do with it what you will
 

Attachments

  • Screenshot_20201007-141128.jpg
    Screenshot_20201007-141128.jpg
    247.2 KB · Views: 2,982
  • Compass.zip
    215.9 KB · Views: 186

Unobtainius

Active Member
Licensed User
Longtime User
My bad, I think I have East and West completely around wrong way.
This may be why I cant work out if I'm European or Asian and who's side I am supposed to be on
I guess the example has become a lot more conceptual than usable now :rolleyes:

if you change as shown in the dialog initialize you wont get as lost as me
B4X:
    Direction =   Array As String("N", "NNE","NE","ENE", "E","ESE", "SE", "SSE", "S", "SSW", "SW", "WSW",  "W", "WNW", "NW", "NNW")
 
Last edited:
Top