"My question is; why would it not default to the last freq. I sat on
before going to another band if I decide to click 160 again?"

Because that is how the bandstack logic currently works.  I am just
learning C#, and looked in console.cs until I found where this logic is
located.  I think this is what is happening. It appears that the
frequency you want was just saved to the DB (160).  You changed bands so
the last_band variable equals not 160, but 80 in your case. When you
click on 160 after clicking on 80, the last_band variable is evaluated
and since it isn't 160 (it is 80), it is set to 160, saved and drops
through the logic again grabbing the "next" 160 bandstack record from
the database.  So you are now one record ahead in the DB.  You wanted
record 3, you got record 1. This is why you have to cycle through the
160 band two additional times to get the last frequency.

Then again it is late and I could be interpreting this all wrong.

If not, it appears to be an easy change to make it behave as you
indicated.  You really should post this as a bug on the Bug Tracker so
it is documented and gets into the development queue for consideration.

-Tim
---
Tim Ellison ( [EMAIL PROTECTED] )
Integrated Technical Services ( http://www.itsco.com )


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Radio Station
W5AMI
Sent: Tuesday, July 25, 2006 10:51 PM
To: [EMAIL PROTECTED]
Cc: Flex Radio
Subject: Re: [Flexradio] Changing bands

Thanks for the reply Dan.  No I'm aware of the "three position"
clicking on the band buttons.

For instance; I use 1945 on 160 and 3880 on 75.  I was just now
listening to 3880 and clicked on 160 (one time) and it comes up to
1990.  I then tuned down to 1945 manually, then clicked back on 80 and
it did put me on 3880.  I then clicked 160 again and it puts me back
to 1990.  I can cycle through the three positions by clicking on 160
two more times and it does have 1945.

My question is; why would it not default to the last freq. I sat on
before going to another band if I decide to click 160 again?  Whew!
Hope that makes sense!

Brian


On 7/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Brian,
>
> That's an easy one (they let me answer the easy ones here on the
> reflector).. You have probably just accidentally double clicked on the
> button when returning to 3875 and indexed the band stacking register.
Just
> for fun, sit on the 80 meter button and repeatedly click thru it and
write
> down all three stored freqs. Then try your 40/80 sequence again. I bet
you
> will find that when it is" wrong on return" that the "wrong" freq is
one of
> the three !
>
> -73s  Dan K6KDK
>
>
> ----- Original Message -----
> From: "Radio Station W5AMI" <[EMAIL PROTECTED]>
> To: "Flex Radio" <FlexRadio@flex-radio.biz>
> Sent: Tuesday, July 25, 2006 5:56 PM
> Subject: [Flexradio] Changing bands
>
>
> > This is not a real big deal for me, however it is aggravating at
times
> > when I'm trying to listen to specific frequencies on two different
> > bands by switching back and forth.
> >
> > Maybe someone can tell me what I'm doing wrong?
> >
> > Let's say I'm listening to 3875 on 80 then decide to see if there is
> > any PSK on 40 meters 7070; I click on 40 and 7070 appears, then
click
> > on 80 and some arbitrary freq. comes up, not 3875 where I was.  Odd
> > thing is this WILL work sometimes.
> >
> > Why does it just not work every time?  IMHO, it should always go
back
> > to the last FREQ you tuned to on each particular band.
> >
> > Thanks,
> > Brian w5ami
> >
> >
> > --
> > "There is nothing more uncommon than common sense." -- Frank Lloyd
Wright
> >
> > _______________________________________________
> > FlexRadio mailing list
> > FlexRadio@flex-radio.biz
> > http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
> > Archive Link:
http://www.mail-archive.com/flexradio%40flex-radio.biz/
> > FlexRadio Homepage: http://www.flex-radio.com
> >
> >
>
>


-- 
"There is nothing more uncommon than common sense." -- Frank Lloyd
Wright

_______________________________________________
FlexRadio mailing list
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
Archive Link: http://www.mail-archive.com/flexradio%40flex-radio.biz/
FlexRadio Homepage: http://www.flex-radio.com

_______________________________________________
FlexRadio mailing list
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
Archive Link: http://www.mail-archive.com/flexradio%40flex-radio.biz/
FlexRadio Homepage: http://www.flex-radio.com

Reply via email to