h6w

Results 22 comments of h6w

Interestingly, when I run it manually from the project editor it works and returns the result, but when I use it from a spreadsheet it just times out saying "Error:...

As a workaround, I have done this instead and it works: ``` function Refresh() { var JSONData = ImportJSON("https://blablahblah"); SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1").getRange('A2:J3').setValues(JSONdata); } ``` Be sure to change the range to match...

ok, I've opened up issue #94 for the feature request. This, however, I believe is still incorrect behaviour as it's unpredictable because the DOMs should stay in sync where they're...

Why close this? There's still a problem, it's just a different problem.

@ilinsky Chromium Version 40.0.2214.111 Ubuntu 14.10

ilinsky, you can assign this one to me. I'm pretty sure I'll have it fixed quickly.

I think I had a discussion on IRC about this. The argument put to me was that the jquery spec doesn't handle ajax aborts and amplesdk core seeks to be...

I've added some more information to the example: http://pastebin.ca/2306740 It appears that during the command, menupopup.selectedItem is set, but not menulist.selectedIndex. menulist.selectedIndex shows the previous value. Afterwards,menulist.selectedIndex is correct while...

Thanks for the suggestion. I tried it, but it doesn't seem to work: http://pastebin.com/Rx83aRVP ![image](https://f.cloud.github.com/assets/1045361/37847/b48b6364-54b0-11e2-83a5-ec6ff1b6c1df.png) According to https://developer.mozilla.org/en-US/docs/XUL/popupset , popupset is a "container for menupopup, panel, and tooltip elements."

oic! Well, I'd like to keep to the tutorials as closely as possible. Either some sort of autoloading or placement at the same level as the page element would be...