Messages - CodeTRUCKER [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 215next
1
Thanks w808. With your help light is beginning to break through, albeit somewhat fuzzy. I'm reading/re-reading the link you offered and the collateral information. I'm going to try and wrestle with this for a while and see if I can teach myself with the references. I may be back if I get stuck or lost.

2
Hello,

How do I read in text as string instead of an integer?

Code: Python [Select]
  1. start = content.find("SimVars.0")
  2. latstart = content.find("Latitude=")
  3. latend = content.find("Latitude=",latstart+1)
  4. longstart = content.find("Longitude=",start)
  5. longend = content.find(",",longstart)

These lines are supposed to read in data as text, but all the values I get are these numbers (respectively)...

5628
5639
-1
5664
8795

The raw data from text file...

[SimVars.0]
Latitude=N21° 20' 47.36"
Longitude=W157° 27' 23.20"

What is wrong? 

Thanks.
Calvin

3
Hello,

I apologize for disappearing. I just discovered my new mail service pegged DC alerts as spam. I just now discovered the replies when I was reviewing my spam folder. Thank you for all the replies and suggestions. Since I just now discovered the thread responses it may take a day or two to look at the suggestions in detail. I appreciate your efforts, some of them quite detailed.

Happy Holidays!
CT

4
Hello,

I do not know if this is the best place to post, but I have to start somewhere. @Mods - please move it to a better home if necessary.

Like the subject says, I am looking for a utility that I can attach on top of or lay on top of Windows 10 "windows."

I normally run a dark themed computer environment both on the screen and in my room due to a strong light sensitivity. I have about 85% of my computer visuals darkened, but the last 15% has been stubborn. As a result I am seeking a filter which will darken those blinding assaults which melt my eyes. LOL

I have some apps which require a natural color environment, so using the native Magnifier to globally reverse screen color values is not an option. I have tried.

Thoughts, ideas, links?

Thanks.   

5
Thanks for the tips.

Pages: [1] 2 3 4 5 6 ... 215next
Go to full version