• We just upgraded the platform on which this website runs! Please inform @Jaxel of any issues.

Search results

  1. Jaxel

    Forum Problem - Proton Mail

    You shouldn't have an issues with protonmail... it's not banned here.
  2. Jaxel

    Count Down Timer???

    I took a look at it, and the reason it was doing this is you were basically creating a new timer every time you checked it. By hardcoding your timer to this however, you can ensure the original timer is overwritten. I rewrote your code entirely however. Since what you are doing was actually...
  3. Jaxel

    Count Down Timer???

    Can you give me your package ID, so I can take a look at it? Your package ID is the number at the end of the URL to your package control panel.
  4. Jaxel

    Implemented Default value for a score in a Scoreboard Row after a reset

    Updated: http://8wr.io/threads/video-tutorial-integration-with-elgato-stream-deck.4/#post-63
  5. Jaxel

    Video Tutorial - Integration with Elgato Stream Deck

    Version 1.4 Added a field option for the "default score" in the reset scores button.
  6. Jaxel

    Implemented Default value for a score in a Scoreboard Row after a reset

    The Streamdeck plugin has not been updated with this new feature yet.
  7. Jaxel

    Important change to "reset scores" and new "clear fields" buttons!

    Due to a request for additional features, the way the "reset scores" button works has changed. Request #20: A new "clear fields" button has been added. For any text field, select field or scoreboard field, you can now add a button that will clear all the values and reset them to empty. This...
  8. Jaxel

    Implemented Default value for a score in a Scoreboard Row after a reset

    This feature has just been added. You can find the option on the edit field screen.
  9. Jaxel

    Implemented Clear button for Select Menus

    I have just added this feature. In the "edit" screen for a field, there is now an option to enable clear/reset buttons. This also means that the "reset scores" button will be gone, until you enable this feature.
  10. Jaxel

    Scoreboard Assistant Android App Now Available!

    I dont use any Apple platforms... so I doubt it. The app itself is nothing more than a web front end, with direct access though. So it's no different from using the Safari browser.
  11. Jaxel

    Having problems connecting to OBS

    Just the Github... https://github.com/Palakis/obs-websocket
  12. Jaxel

    Having problems connecting to OBS

    Did you enable the websocket plugin? set it to the right port? did you set a password? Are you on the same network?
  13. Jaxel

    [CSS][Fixed]Needing help on animating

    Glad you figured it out. Absolute positioning in CSS is temperamental when it comes to animations.
  14. Jaxel

    Having problems connecting to OBS

    Do you have the OBS-websockets plugin installed? Pressing CTRL+Shift+I will bring up your browser console. Open it before trying to connect and see if the console is saying anything about it.
  15. Jaxel

    Video Tutorial - Integration with Elgato Stream Deck

    Version 1.3 Added a button to reset scores. The field key on this button works a bit different than the other buttons. Instead of putting in the field key for a specific score (such as versus_1s), you would put in the field key prefix for the overall field itself ( such as versus). Then you...
  16. Jaxel

    Implemented Color picker Type Variable

    Ask and ye shall receive! It is done.
  17. Jaxel

    Video Tutorial - Integration with Elgato Stream Deck

    Version 1.2 Added a button to copy text for the "clipboard" function. Added a visible verification for write text, swap fields and copy text functions. All buttons are now supported as multi-action commands.
  18. Jaxel

    8wr.io Moves Out of Beta... But Remains Free For Now!

    We didn't hit any of the Firebase quotas. Next time you see the error, can you take a screenshot?
  19. Jaxel

    Can I embed a page in another website?

    The lack of HTTPS on this website has to do with OBS websockets not currently supporting SSL. The moment OBS websockets starts supporting SSL, we will add it.
  20. Jaxel

    Access-Origin bug

    I'm not sure anything is really there to fix. That kind of error is due to cross site scripting... which is something you shouldn't be doing in your code.