About 5,860,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. Blockly Announce - Google Groups

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

  3. 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.

  4. 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 …

  5. DropdownField: specify a default value? - Google Groups

    Jan 17, 2024 · Great notes on a feature request and the potential of contributing to the source myself. Short answer is "not right now" but it's something I'm generally interested in. We're just …

  6. 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 …

  7. 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

  8. 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 ".

  9. Uncaught Error: JavaScript generator does not know how to …

    Aug 7, 2024 · Prior to Blockly v10, when looking for a block generator function, the blockToCode method would look up the function on itself, i.e. look for this [blockType]. This created some …

  10. Custom Context Menu on variables_get - Google Groups

    Oct 8, 2017 · Blockly.Blocks ['variables_get'] and Blockly.Blocks ['variables_set'] appear to be hardcoded in various places in core. I'm concerned that defining new names will force …