Skip to content
Snippets Groups Projects
  1. Aug 17, 2017
  2. Aug 16, 2017
    • nightfox's avatar
      Version 0.23 Beta: Started working on supporting voting on multi-answer polls.... · 9d678a25
      nightfox authored
      Version 0.23 Beta: Started working on supporting voting on multi-answer polls.  It appears to be working.  Requires the latest & greatest DDLightbarMenu.js (in sbbs\exec\load).  It could still use a little refinement, such as showing the maximum number of votes (and limiting to that) and showing that the user can use the spacebar to select options in the lightbar menu.
      9d678a25
    • nightfox's avatar
      Started working on the ability to select multiple items from the menu (which... · adb2ad45
      nightfox authored
      Started working on the ability to select multiple items from the menu (which is done with the spacebar).  Multi-item selection is enabled by setting the multiSelect property to true (which is false by default).  In multi-select mode, the GetVal() function will return an array of selected return values rather than a string.  The display of selected items still needs to be worked on..  Right now it will display a check mark next to selected items after the user scrolls away from the item, and the position of the check mark is currently a little wierd, but multi-select is working.
      adb2ad45
  3. Aug 15, 2017
  4. Aug 14, 2017
  5. Aug 12, 2017
  6. Aug 10, 2017
  7. Aug 09, 2017
  8. Aug 08, 2017
  9. Aug 07, 2017
    • nightfox's avatar
      SlyVote v0.21 beta: In the area selection list, added a check mark next to... · f2ec84d1
      nightfox authored
      SlyVote v0.21 beta: In the area selection list, added a check mark next to areas that have polls in them.  Also, widened the menu for the poll question and choice lists, since some poll questions and options can have longer text than I had planned for.  Also, removed some temporary text I had put in with the previous version.
      f2ec84d1
  10. Aug 06, 2017
    • nightfox's avatar
    • nightfox's avatar
      Updated the drawing function so that when in numbered mode and there are fewer... · 0d0d4f22
      nightfox authored
      Updated the drawing function so that when in numbered mode and there are fewer items than the menu's height, it looks better.
      0d0d4f22
    • nightfox's avatar
      Added an optional "numbered mode", where each option is displayed with a... · c009bd9d
      nightfox authored
      Added an optional "numbered mode", where each option is displayed with a number to the left (starting at 1), and the user is allowed to choose an option by typing the number of the item.  Numbered mode is disabled by default and can be enabled by setting the numberedMode property to true.  For example:
      lbMenu.numberedMode = true;
      When numbered mode is enabled and the user starts typing a number, the menu will prompt the user for an item number.  The prompt will be located on the line below the menu, so in addition to the menu's height, you'll also need an extra line on the screen to account for the item prompt.  In addition, when the user presses the enter key after the item number, a carriage return/line feed will be outputted, so in numbered mode, the menu's height should not go further than 2 lines below the console height.  Otherwise, the display of the menu will not be correct if the user decides not to enter a number.
      c009bd9d
  11. Aug 05, 2017
Loading