Welcome to the new 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.

Flexlib for SSDR 1.43 Question

Paul Burton
Paul Burton Member ✭✭
edited February 2018 in SmartSDR for Windows
In Flexlib for SSDR 1.36 there was a slice event called slice.ProperetyChanged which fired every time the frequency changed for that slice, allowing the continuous monitoring of frequency.   In Flexlib for SSDR 1.43 that event is gone and I am not unsure of how to continuously monitor frequency.  Can anyone help? 

Answers

  • Mark_W3II
    Mark_W3II Member ✭✭✭
    edited February 2018
    I am using FlexLib 1.43 and the event you reference still exists.

    slc.PropertyChanged += slc_PropertyChanged;

    Make sure you have correctly typed the event name.

  • Paul Burton
    Paul Burton Member ✭✭
    edited May 2015
    Thanks for the reply Mark.  However, I cannot find any PropertyChanged events in FlexLib 1.43 nor any event with a name starting slc.  What class is this event under?  Maybe I'm just overlooking it.
  • Mark_W3II
    Mark_W3II Member ✭✭✭
    edited April 2015

    The namespace is Flex.Smoothlake.FlexLib

    The Slice object has a PropertyChanged event.

    In my earlier code snip-it slc was my local variable name for the Slice object.

    What development environment are you using?

    What is your .NET developer experience level?

  • Paul Burton
    Paul Burton Member ✭✭
    edited May 2015

    OK, Mark, I now see my problem and it now works fine.  Thanks for the help.  My experience with .Net development is low (as you can probably tell) but I'm trying.


Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.