Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ListBox-Sorted-StringList-model #1879

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Create ListBox-Sorted-StringList-model

    Modified version of the ListBox-Model example using a StringList that is sorted.  The StringSorter object uses a PropertyExpression to specify the sorted parameter.
    
    Delete button is functional but l suspect wrong entry is deleted.
    It is not needed for my use case, but it would be good to have it function correctly.
    Add button is not functional but might be a nice addition to the example.
    jimbrankelly authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    629e423 View commit details
    Browse the repository at this point in the history
  2. Update ListBox-Sorted-StringList-model

    Revised so that correct model entry is deleted when delete button is pressed.
    jimbrankelly authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c3a57df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34386f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cecb832 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. ran rustfmt

    jimbrankelly committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b1d3b85 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update examples/listbox_sort_stringlist/main.rs

    Co-authored-by: Bilal Elmoussaoui <[email protected]>
    jimbrankelly and bilelmoussaoui authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    cc9858f View commit details
    Browse the repository at this point in the history
  2. Update examples/listbox_sort_stringlist/main.rs

    Co-authored-by: Bilal Elmoussaoui <[email protected]>
    jimbrankelly and bilelmoussaoui authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e0b01a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88602b5 View commit details
    Browse the repository at this point in the history