FSDeveloper Community

Go Back   FSDeveloper Community > Search Forums

Showing results 1 to 25 of 125
Search took 0.01 seconds.
Search: Posts Made By: teson1
Forum: Gauges 12 Mar 2013, 04:42
Replies: 5
Views: 237
Posted By teson1
Hello Anthony, as Doug said, his sound gauge...

Hello Anthony,
as Doug said, his sound gauge provides a variable which indicates the view currently active.
That should do what you are looking for for FSX (SP2)

http://www.douglassdawson.ca/...
Forum: Gauges 06 Feb 2013, 14:26
Replies: 62
Views: 1,432
Posted By teson1
Strange... Instead of calculating the real...

Strange...

Instead of calculating the real latitude seconds try what WP latitude seconds are written to the flight plan with the following manual attribution to WP latitude seconds:

0.01...
Forum: Gauges 06 Feb 2013, 05:44
Replies: 62
Views: 1,432
Posted By teson1
I remarked several typos in my code (as usual) -...

I remarked several typos in my code (as usual) - here's an update:
(C:fs9gps:FlightPlanWaypointLatitude,degrees) abs 1 % 60 * 1 % 60 * flr (>L:Seconds,number) ...
Forum: Gauges 06 Feb 2013, 04:56
Replies: 62
Views: 1,432
Posted By teson1
Try it. ;)

Try it. ;)
Forum: Gauges 06 Feb 2013, 04:48
Replies: 62
Views: 1,432
Posted By teson1
I believe the others are suggesting to compose...

I believe the others are suggesting to compose "0.01" out of four strings "0" + "." + "0" + "1".

The issue is that small numbers, like "0.01", seem to either be represented by FS or interpreted by...
Forum: Gauges 30 Jan 2013, 08:38
Replies: 2
Views: 182
Posted By teson1
Check your (L:PassengersEcon, number) variable's...

Check your (L:PassengersEcon, number) variable's values.
I'm pretty sure that
<String>%((L:PassengersEcon, number))%!1.2f!</String>
will give 5.47 and 82.55 for the two examples.
Forum: Gauges 29 Jan 2013, 09:02
Replies: 3
Views: 370
Posted By teson1
Hi Peter, a few comments from slightly advanced...

Hi Peter,
a few comments from slightly advanced beginner to beginner.
Believe me - I've been there ...

.xml takes some getting used to. Just jumping in and changing a few lines by guesswork is...
Forum: Gauges 04 Jan 2013, 12:23
Replies: 5
Views: 208
Posted By teson1
I believe there's one "%" too much or too little...

I believe there's one "%" too much or too little in the following part:
%{if}%( (A:Turb eng2 N2, percent) 36 + )%!d!%%{else}
Try either
%{if}%( (A:Turb eng2 N2, percent) 36 + )%!d!%%%{else}
or...
Forum: Gauges 30 Sep 2012, 19:21
Replies: 11
Views: 936
Posted By teson1
I don't believe that using an xml sim variable...

I don't believe that using an xml sim variable (A:, E:, P: ) will have more impact on performance than using an L: variable.
Not 100% sure, but I believe the variable is calculated/stored by FS...
Forum: Gauges 24 Sep 2012, 02:45
Replies: 36
Views: 1,956
Posted By teson1
Unfortunately that didn't work. FS doesn't...

Unfortunately that didn't work.
FS doesn't detect these events during start-up.
I guess too busy...
<Keys>
<On Event="USERINTERRUPT">
0 (>L:RE_MSPview_init,enum)
(L:Test,number) ++...
Forum: Gauges 22 Sep 2012, 12:41
Replies: 36
Views: 1,956
Posted By teson1
That's a very good suggestion. I'll try that. ...

That's a very good suggestion.
I'll try that.
Thanks.
Forum: Gauges 22 Sep 2012, 05:57
Replies: 36
Views: 1,956
Posted By teson1
Bliksimpie, thanks for the feedback ! Ah, the...

Bliksimpie,
thanks for the feedback !
Ah, the intricacies of FS indeed...
Good to know that it's not a systematic issue (I just wonder what issues people who use it will have that I didn't...
Forum: Gauges 21 Sep 2012, 20:10
Replies: 36
Views: 1,956
Posted By teson1
Argh... just experienced a bug... Normally...

Argh...
just experienced a bug...

Normally the gauge should automatically open the panel after the flight has loaded.

Here's my issue:
FSX (Acceleration).
The panel does not open...
Forum: Gauges 21 Sep 2012, 03:14
Replies: 36
Views: 1,956
Posted By teson1
Hi, got it to work in FS9 and >FSX. Thanks...

Hi,
got it to work in FS9 and >FSX.

Thanks for your help!
And Doug, thanks for your wonderful gauges that extend the functionalities of FS!

Here's the simple code if anybody is interested:...
Forum: Gauges 15 Sep 2012, 04:47
Replies: 6
Views: 552
Posted By teson1
Only makes a (small !) difference if the gauges...

Only makes a (small !) difference if the gauges are supposed to be installed into several planes.

A. One small project I'm working on currently is to allow to keep popup panels in the VC open...
Forum: Gauges 14 Sep 2012, 08:31
Replies: 36
Views: 1,956
Posted By teson1
A-Ha! That explains it. Well, I have...

A-Ha! That explains it.
Well, I have acceleration, just didn't install it yet.
Will do and test.
Thanks!
Forum: Gauges 13 Sep 2012, 21:13
Replies: 36
Views: 1,956
Posted By teson1
Installed FSX, and am trying to get the gauge I'm...

Installed FSX, and am trying to get the gauge I'm working on to function in FSX as well, but am running into issues with the sound gauge variables (same with dsd_fsx_view_status).
Some of the...
Forum: Gauges 13 Sep 2012, 20:52
Replies: 6
Views: 552
Posted By teson1
Doug, thanks for the reply ! Yes, I thought...

Doug, thanks for the reply !
Yes, I thought that it would be too much to expect to have every feature everywhere... :D

> I could certainly look at updating the config gauge, but it's not going to...
Forum: Gauges 13 Sep 2012, 10:20
Replies: 6
Views: 552
Posted By teson1
Question Place dsd_xml_config.ini into panel folder ?

Hello all (and Doug in particular ;) ),

-> Is it possible to specify relative paths (referring to the folder containing dsd_xml_config.gau) for the .ini file of dsd_xml_config ?

I want to place...
Forum: Gauges 02 Sep 2012, 19:45
Replies: 36
Views: 1,956
Posted By teson1
Awesome ! Thanks a lot ! I am using...

Awesome ! Thanks a lot !

I am using dsd_fsx_xml_sound.gau in my project, and have reviewed the readme recently, but man, I must have had selective view enabled - didn't remark that feature then.
...
Forum: Gauges 01 Sep 2012, 13:08
Replies: 36
Views: 1,956
Posted By teson1
Wrote some small code that works perfectly with...

Wrote some small code that works perfectly with (P:ACTIVE VIEW MODE,number) in fs9.
Thanks to all for the support and advice !

Still interested in getting it done with FSX as well.

Your...
Forum: Gauges 30 Aug 2012, 16:08
Replies: 36
Views: 1,956
Posted By teson1
Tom, Bill, thanks a lot for the advice. This...

Tom, Bill, thanks a lot for the advice.

This looks to be more difficult than I thought...

I believe VIEW_CAMERA_SELECT_1 is FSX only (?)
Is there anything similar for fs9? (I want the sytem...
Forum: Gauges 30 Aug 2012, 13:06
Replies: 36
Views: 1,956
Posted By teson1
Tom, that sounds pretty much like exactly what I...

Tom, that sounds pretty much like exactly what I need.

How do I capture the view event ?

Thanks.

Bliksimpie, I wanted to go one step further than type=special, keeping the popup only open in...
Forum: Gauges 29 Aug 2012, 19:00
Replies: 36
Views: 1,956
Posted By teson1
Question Keep popup window open in VC

Hello,
hope you can help me.

I'd like to keep a popup window in the Vc open after cycling through views or more exactly keep it in the state it had been before cycling out of the VC when...
Forum: Gauges 11 Jul 2012, 08:54
Replies: 3
Views: 559
Posted By teson1
Excellent! That perfectly answers my question. ...

Excellent!
That perfectly answers my question.
I didn't know one could use "visibility" tags in an area.
Never even considered trying it out. Been taking things too literal ... :p
Thanks a lot!...
Showing results 1 to 25 of 125

 
Forum Jump

All times are GMT -4. The time now is 14:14.

Kirsch designed by Andrew & Austin


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.