Re: [time-nuts] Lady Heather Ver 5 Problem - full screen mode

2016-12-19 Thread Bill Riches
Just noticed by accident if you have a small screen mode if you click on the 
top of the screen and drag it up above the top of the monitor and release the 
mouse button it will change to full screen mode.  Learn something new every day!

73,

Bill, WA2DVU
Cape May


Ahhh, full screen mode... the demon mode from hell.  On most modern systems 
with large monitors it crashed the program.  It uses DirectDraw and if your 
DirectDraw implementation does not handle your monitor size, bye bye Heather.  
That means full screen mode (or clicking the MAXIMIZE button or pressing F11 
crashes Heather unless your monitor or graphics driver was a standard VGA era 
screen res like 640x480, 800x600, 1024x768, or 1280x1024). Only those four 
monitor widths allow full screen mode.  Monitor height is not check for.

Because pressing the MAXIMIZE button was quite easy to do accidentally,  full 
screen mode is disabled by default (but F11 can't be disabled).  If your 
monitor / graphics driver is one of the magic sizes you can enable full screen 
mode with the new /fu command.  For instance for a 1024x768 screen try:
   /fu /vm

If you have a larger monitor and can configure your display driver for one of 
the magic sizes, that works.

The /f command now brings up Heather in a windowed mode sized to fill (most of) 
the screen.  You can also do that with $f from the keyboard.

___
time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-13 Thread David J Taylor

To the group.
I have installed LH in the program folders of XP and also in other
directories they all seem to work as long as I clearly tell LH the place to
look.
Regards
Paul
WB8TSL
=

Paul, with Windows-7 and later directory protections have been tightened, 
and the user is no longer set up with Administrative privilege, hence the 
need to install programs where write access is needed to the program's 
directory outside the Program Files (or equivalent) tree.  Yes, Windows has 
work-rounds with virtual directories, but it's often more confusion than 
it's worth.


It must be over 7 years now since I had an Administrator-level user account, 
and I've never missed it.  There are easy ways to get the privileges when 
you need then, just for that one task.


73,
David GM8ARV
--
SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-tay...@blueyonder.co.uk
Twitter: @gm8arv 


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-13 Thread paul swed
Dick
Responded to you

On Tue, Dec 13, 2016 at 12:41 AM, Richard W. Solomon 
wrote:

> As I e-mailed earlier, the cause was ticking the wrong shortcut.
> Once I ticked the right one, it opened up.
>
> NOW, how does one get it to run in full screen mode. I tried the /f
> tag but it did not work.
>
> Any ideas ?
>
> Thanks, Dick, W1KSZ
>
> -Original Message-
> From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of John
> Miles
> Sent: Monday, December 12, 2016 10:04 PM
> To: 'Discussion of precise time and frequency measurement'
> Subject: Re: [time-nuts] Lady Heather Ver 5 Problem
>
> The error message in question came from the IPCONN::connect() method in
> ipconn.cpp.  That particular code (11004) is returned by gethostbyname()
> when it fails to resolve a DNS name.  Normally, when Heather tries to
> connect to the test server, gethostbyname() is used to turn "
> ke5fx.dyndns.org" into a numeric address that can be passed to
> connect().  If it returns 11004, it means that the client's DNS provider
> was able to find a record, but couldn't actually resolve it.
>
> Should just be a temporary glitch in the Matrix.  Nothing specific can be
> done about it AFAIK.
>
> -- john, KE5FX
> Miles Design LLC
>
> > I grep'd all the source code and there is no 11004 anywhere in the
> program...
> >
>
> ___
> time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to
> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
> and follow the instructions there.
>
> ___
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to https://www.febo.com/cgi-bin/
> mailman/listinfo/time-nuts
> and follow the instructions there.
>
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-13 Thread paul swed
Dick
I create a small batch and granted some of this can be done in the config
file.
I explicitly switch to the location I have LH in within the batch.
Then do the following
heather /1 /f /rxz /tz=-5est/edt
The 1 is the comport
f is full screen
rxz is z3801
tz if the timezone offset.

I have several batch files for different receivers and I have run several
LHs at the same time. TBolt and Z3801 as examples. Though without looking
at full screen the pix is useless.

To the group.
I have installed LH in the program folders of XP and also in other
directories they all seem to work as long as I clearly tell LH the place to
look.
Regards
Paul
WB8TSL


On Mon, Dec 12, 2016 at 8:11 PM, Richard W. Solomon 
wrote:

> I think I found the answer. It seems that two shortcuts found there way
> onto the screen. I just picked the wrong one.
>
> HOWEVER, how do I get it to open in Full Screen Mode ? I tried adding the
> /f command at the end, but it still opens in small screen mode /
>
> The O/S is Windows XP.
>
> Tnx, Dick, W1KSZ
>
> -Original Message-
> From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of Richard
> W. Solomon
> Sent: Monday, December 12, 2016 12:45 PM
> To: time-nuts@febo.com
> Subject: [time-nuts] Lady Heather Ver 5 Problem
>
> I installed LH Ver 5 and when I try to open it I get an error message:
>
>
>
> ke5fx.dyndns.org not found (code 11004)
>
>
>
> Was I supposed to install it in the old LH Folder ?
>
>
>
> Thanks, Dick, W1KSZ
>
> ___
> time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to
> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
> and follow the instructions there.
>
> ___
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to https://www.febo.com/cgi-bin/
> mailman/listinfo/time-nuts
> and follow the instructions there.
>
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem - full screen mode

2016-12-13 Thread Richard W. Solomon
Figured out how to get Full Screen mode ... just ticked on the Little 
Lady in the top left corner and ticked on MAXIMIZE ... voila, success.

Tnx es HH, Dick, W1KSZ

-Original Message-
From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of Bill Riches
Sent: Tuesday, December 13, 2016 6:13 AM
To: 'Discussion of precise time and frequency measurement'
Subject: Re: [time-nuts] Lady Heather Ver 5 Problem - full screen mode

Took a while but found out that /vs /fu worked for me.  Slick!

Bill, WA2DVU

-Original Message-
From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of Mark Sims
Sent: Tuesday, December 13, 2016 1:06 AM
To: time-nuts@febo.com
Subject: [time-nuts] Lady Heather Ver 5 Problem - full screen mode

Ahhh, full screen mode... the demon mode from hell.  On most modern systems 
with large monitors it crashed the program.  It uses DirectDraw and if your 
DirectDraw implementation does not handle your monitor size, bye bye Heather.  
That means full screen mode (or clicking the MAXIMIZE button or pressing F11 
crashes Heather unless your monitor or graphics driver was a standard VGA era 
screen res like 640x480, 800x600, 1024x768, or 1280x1024). Only those four 
monitor widths allow full screen mode.  Monitor height is not check for.

Because pressing the MAXIMIZE button was quite easy to do accidentally,  full 
screen mode is disabled by default (but F11 can't be disabled).  If your 
monitor / graphics driver is one of the magic sizes you can enable full screen 
mode with the new /fu command.  For instance for a 1024x768 screen try:
   /fu /vm

If you have a larger monitor and can configure your display driver for one of 
the magic sizes, that works.

The /f command now brings up Heather in a windowed mode sized to fill (most of) 
the screen.  You can also do that with $f from the keyboard.

___
time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem - full screen mode

2016-12-13 Thread Bill Riches
Took a while but found out that /vs /fu worked for me.  Slick!

Bill, WA2DVU

-Original Message-
From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of Mark Sims
Sent: Tuesday, December 13, 2016 1:06 AM
To: time-nuts@febo.com
Subject: [time-nuts] Lady Heather Ver 5 Problem - full screen mode

Ahhh, full screen mode... the demon mode from hell.  On most modern systems 
with large monitors it crashed the program.  It uses DirectDraw and if your 
DirectDraw implementation does not handle your monitor size, bye bye Heather.  
That means full screen mode (or clicking the MAXIMIZE button or pressing F11 
crashes Heather unless your monitor or graphics driver was a standard VGA era 
screen res like 640x480, 800x600, 1024x768, or 1280x1024). Only those four 
monitor widths allow full screen mode.  Monitor height is not check for.

Because pressing the MAXIMIZE button was quite easy to do accidentally,  full 
screen mode is disabled by default (but F11 can't be disabled).  If your 
monitor / graphics driver is one of the magic sizes you can enable full screen 
mode with the new /fu command.  For instance for a 1024x768 screen try:
   /fu /vm

If you have a larger monitor and can configure your display driver for one of 
the magic sizes, that works.

The /f command now brings up Heather in a windowed mode sized to fill (most of) 
the screen.  You can also do that with $f from the keyboard.

___
time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-13 Thread Richard W. Solomon
I think I found the answer. It seems that two shortcuts found there way 
onto the screen. I just picked the wrong one.

HOWEVER, how do I get it to open in Full Screen Mode ? I tried adding the 
/f command at the end, but it still opens in small screen mode /

The O/S is Windows XP.

Tnx, Dick, W1KSZ

-Original Message-
From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of Richard W. 
Solomon
Sent: Monday, December 12, 2016 12:45 PM
To: time-nuts@febo.com
Subject: [time-nuts] Lady Heather Ver 5 Problem

I installed LH Ver 5 and when I try to open it I get an error message:

 

ke5fx.dyndns.org not found (code 11004)

 

Was I supposed to install it in the old LH Folder ?

 

Thanks, Dick, W1KSZ

___
time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


[time-nuts] Lady Heather Ver 5 Problem - full screen mode

2016-12-12 Thread Mark Sims
Ahhh, full screen mode... the demon mode from hell.  On most modern systems 
with large monitors it crashed the program.  It uses DirectDraw and if your 
DirectDraw implementation does not handle your monitor size, bye bye Heather.  
That means full screen mode (or clicking the MAXIMIZE button or pressing F11 
crashes Heather unless your monitor or graphics driver was a standard VGA era 
screen res like 640x480, 800x600, 1024x768, or 1280x1024). Only those four 
monitor widths allow full screen mode.  Monitor height is not check for.

Because pressing the MAXIMIZE button was quite easy to do accidentally,  full 
screen mode is disabled by default (but F11 can't be disabled).  If your 
monitor / graphics driver is one of the magic sizes you can enable full screen 
mode with the new /fu command.  For instance for a 1024x768 screen try:
   /fu /vm

If you have a larger monitor and can configure your display driver for one of 
the magic sizes, that works.

The /f command now brings up Heather in a windowed mode sized to fill (most of) 
the screen.  You can also do that with $f from the keyboard.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


[time-nuts] Lady Heather Ver 5 Problem

2016-12-12 Thread Mark Sims
Microsoft recently pushed out a WIN10 update that broke DHCP and a few other 
networking features.  It's affecting LARGE numbers of systems worldwide.  The 
most common symptom is that you can no longer get to the internet since Windows 
can't find your router,  but other more subtle glitches have been reported.

--

>  The explanation is rather difficult to parse.  It seems it's indicating
that an MX record was found (somewhere you could send email) but no A
record (a server you could connect to).

As John says, probably a temporary problem.
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-12 Thread Richard W. Solomon
As I e-mailed earlier, the cause was ticking the wrong shortcut.
Once I ticked the right one, it opened up.

NOW, how does one get it to run in full screen mode. I tried the /f 
tag but it did not work.

Any ideas ?

Thanks, Dick, W1KSZ

-Original Message-
From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of John Miles
Sent: Monday, December 12, 2016 10:04 PM
To: 'Discussion of precise time and frequency measurement'
Subject: Re: [time-nuts] Lady Heather Ver 5 Problem

The error message in question came from the IPCONN::connect() method in 
ipconn.cpp.  That particular code (11004) is returned by gethostbyname() when 
it fails to resolve a DNS name.  Normally, when Heather tries to connect to the 
test server, gethostbyname() is used to turn "ke5fx.dyndns.org" into a numeric 
address that can be passed to connect().  If it returns 11004, it means that 
the client's DNS provider was able to find a record, but couldn't actually 
resolve it.  

Should just be a temporary glitch in the Matrix.  Nothing specific can be done 
about it AFAIK.

-- john, KE5FX
Miles Design LLC

> I grep'd all the source code and there is no 11004 anywhere in the program...
> 

___
time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-12 Thread Orin Eman
For a little more detail see WSA_NODATA here:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx

The explanation is rather difficult to parse.  It seems it's indicating
that an MX record was found (somewhere you could send email) but no A
record (a server you could connect to).

As John says, probably a temporary problem.

Orin; never seen that one before.

On Mon, Dec 12, 2016 at 9:04 PM, John Miles  wrote:

> The error message in question came from the IPCONN::connect() method in
> ipconn.cpp.  That particular code (11004) is returned by gethostbyname()
> when it fails to resolve a DNS name.  Normally, when Heather tries to
> connect to the test server, gethostbyname() is used to turn "
> ke5fx.dyndns.org" into a numeric address that can be passed to
> connect().  If it returns 11004, it means that the client's DNS provider
> was able to find a record, but couldn't actually resolve it.
>
> Should just be a temporary glitch in the Matrix.  Nothing specific can be
> done about it AFAIK.
>
> -- john, KE5FX
> Miles Design LLC
>
> > I grep'd all the source code and there is no 11004 anywhere in the
> program...
> >
>
> ___
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to https://www.febo.com/cgi-bin/
> mailman/listinfo/time-nuts
> and follow the instructions there.
>
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-12 Thread John Miles
The error message in question came from the IPCONN::connect() method in 
ipconn.cpp.  That particular code (11004) is returned by gethostbyname() when 
it fails to resolve a DNS name.  Normally, when Heather tries to connect to the 
test server, gethostbyname() is used to turn "ke5fx.dyndns.org" into a numeric 
address that can be passed to connect().  If it returns 11004, it means that 
the client's DNS provider was able to find a record, but couldn't actually 
resolve it.  

Should just be a temporary glitch in the Matrix.  Nothing specific can be done 
about it AFAIK.

-- john, KE5FX
Miles Design LLC

> I grep'd all the source code and there is no 11004 anywhere in the program...
> 

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


[time-nuts] Lady Heather Ver 5 Problem

2016-12-12 Thread Mark Sims
I grep'd all the source code and there is no 11004 anywhere in the program...



> ke5fx.dyndns.org not found (code 11004)
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Lady Heather Ver 5 Problem

2016-12-12 Thread John Miles
Hmm, no, that shouldn't affect anything.  Sounds like a DNS issue of some kind, 
presumably (but not necessarily) at your end.  Try again?

-- john, KE5FX
Miles Design LLC


> -Original Message-
> From: time-nuts [mailto:time-nuts-boun...@febo.com] On Behalf Of
> Richard W. Solomon
> Sent: Monday, December 12, 2016 11:45 AM
> To: time-nuts@febo.com
> Subject: [time-nuts] Lady Heather Ver 5 Problem
> 
> I installed LH Ver 5 and when I try to open it I get an error message:
> 
> 
> 
> ke5fx.dyndns.org not found (code 11004)
> 
> 
> 
> Was I supposed to install it in the old LH Folder ?
> 
> 
> 
> Thanks, Dick, W1KSZ
> 
> ___
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to https://www.febo.com/cgi-
> bin/mailman/listinfo/time-nuts
> and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


[time-nuts] Lady Heather Ver 5 Problem

2016-12-12 Thread Richard W. Solomon
I installed LH Ver 5 and when I try to open it I get an error message:

 

ke5fx.dyndns.org not found (code 11004)

 

Was I supposed to install it in the old LH Folder ?

 

Thanks, Dick, W1KSZ

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.