About 6,470,000 results
Open links in new tab
  1. Blockly - Google Groups

    Welcome to the Blockly developers group! Feel free to post questions about developing with Blockly, demos of things you've built, or make suggestions for features you'd like to see in the …

  2. Changing the default prompt in blockly - Google Groups

    Sep 18, 2023 · You can call Blockly.dialog.setPrompt (function (message, defaultValue, callback) { // your code here }); to set the callback function that will be run whenever a prompt should …

  3. Blockly Announce - Google Groups

    Blockly Accessibility Fund Deadline reminder The final application deadline for the Blockly

  4. TextToDom is not a function - Google Groups

    Sep 9, 2023 · Blockly.Xml.domToWorkspace (dom, my_workspace); However when I run this in the latest Blockly version, I get the error " Blockly.Xml.textToDom is not a function ".

  5. Blockly v11 is here! + Q2 Announcements - Google Groups

    May 21, 2024 · Blockly Newsletter Q2 2024 Key Highlights & Announcements Our v11 release is here! This is a big release with many new features supporting customizability. Check out the …

  6. typescript - Python to Blocks in Blockly - Stack Overflow

    Jun 27, 2020 · I run edublocks.org and I'd like to implement Python to Blocks. Currently, you can only move from Blocks to Python. Does anyone know how to do this? Thanks!

  7. javascript - Blockly: Update other inputDummy dropdown fields …

    Apr 22, 2021 · I've been trying to make a custom block in the Blockly workspace that changes the options in drop-down fields based on the selection of a previous drop-down field in the same …

  8. Blockly Summit 2025: New sessions in EdTech, AI, accessibility and …

    Apr 3, 2025 · Discover how the Blockly community is shaping the future of block-based programming across AI/ML, EdTech, accessibility, robotics, and enterprise apps.

  9. Cannot set a shadow block to take 'any' input? - Google Groups

    Dec 31, 2024 · Goals: Create a basic single-input block that's auto connected to a shadow block that can take any type of input including a default blockly variable

  10. how to add a click event in blockly's blocks? - Stack Overflow

    Oct 29, 2015 · I am working on blockly, I am having a scenario that I am having a block which is having an Image, I want to click on that Image and fire an event. I am not sure how can I do …