Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

Eric-KE5DTO admin

  • Re: Changing audio levels in SO2R

    The muted slice would explain this. We will revisit the decision about whether to include a muted Slice in our contributing Slice calculation. Thanks for the info.
  • Re: First steps with FlexLib

    Great question. Here's the basics: Step 1: Attach to the RadioAdded/RadioRemoved event handlers in the API class. This will allow you to be notified when a radio shows up/goes away. Example Code…
  • Re: FlexControl Overrun

    I think I owe an apology for taking this long to understand the issue. Regardless, progress is being made now. Thanks to Stu and others for bringing this to our attention.
  • Re: Radio ack

    Mark, FlexLib uses the RadioAck property in several classes to indicate when the object has been synchronized with the radio. For several resources like Slices and Panadapters, the client will make a…
  • Re: Radio ack

    Mark, The sequence is: 1. Create the object: Slice slc = radio.CreateSlice(); 2. Subscribe to the PropertyChanged event on that object: slc.PropertyChanged += new PropertyChangedEventHandler(Slice_Pr…