The algorithm itself locks it in that way.  Take a look at private void
SaveBand() in console.cs under the case Band.B60M.  You could just remove
the frequency qualification there and I think it would work then.  ;)


Eric Wachsmann
FlexRadio Systems

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Larry W8ER
Sent: Wednesday, July 23, 2008 3:28 PM
To: Ray, K9DUR
Cc: 'Flex Group'
Subject: Re: [Flexradio] Editing the database wasn't what I wanted
originally anyway

Ray or anyone else,

You appear to be quite familiar with the structure of the database. I 
have been looking at altering a behavior of the band stacking registers 
and I need some help.

On 60 meters, the frequencies are fixed. Once one is selected, you can 
tune it normally but reselecting it returns you to the prestored 
frequency and mode etc. It acts as a kind of memory that is reminiscent 
of Kenwood memory operation and I like the way it works. On any of the 
other bands the frequency is not fixed. If you tune to another frequency 
it remembers the last frequency and mode, thus "bandstacking". That 
function must be in some other part of the code because it's not in the 
database, at least that I can find.

I'd like to be able to store a fixed frequency in the database and when 
I select the band, I could cycle through several "prestored" frequencies 
in the same manner as is done on 60 meters, instead of the stacking 
registers which change. I don't care if the band stacking function is 
compromised. Since the code is already there, this must be a simple 
request but I am going broke on coffee trying to find it.

Ideas? Thanks -- Larry W8ER

Ray, K9DUR wrote:
> Alan,
>
> If you read my reply to Chuck, AA5J, then you will see that the way the
> database & software are structured, clicking on a frequency to add a
custom
> label would not be an easy feature to implement.  Each frequency does not
> exist in the database as an entity by itself, but rather the spectrum is
> broken down into frequency ranges that have a common label (80M CW, 40M
SSB,
> etc.).  In order to label a specific frequency, you have to replace 1
record
> in the database with 3. This can be done of course, but programmatically
it
> is difficult & somewhat dangerous to do as an automatic process.
>
> 73, Ray, K9DUR
>
>
>
> _______________________________________________
> FlexRadio Systems Mailing List
> FlexRadio@flex-radio.biz
> http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
> Archives: http://www.mail-archive.com/flexradio%40flex-radio.biz/
> Knowledge Base: http://kb.flex-radio.com/  Homepage:
http://www.flex-radio.com/
>
>
>   

_______________________________________________
FlexRadio Systems Mailing List
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
Archives: http://www.mail-archive.com/flexradio%40flex-radio.biz/
Knowledge Base: http://kb.flex-radio.com/  Homepage:
http://www.flex-radio.com/


_______________________________________________
FlexRadio Systems Mailing List
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
Archives: http://www.mail-archive.com/flexradio%40flex-radio.biz/
Knowledge Base: http://kb.flex-radio.com/  Homepage: http://www.flex-radio.com/

Reply via email to