- Where Developers Learn, Share, & Build Careers


When I published an app for the Google app scripts gallery for spreadsheet tools, then uploading the GUI builder components Failed in Do you know how should I go about treating it?

I just received this:

Invalid argument: Resource Name (line 37)

Line 37 corresponds to the code when attempting to execute the code Where the code is present, which loads the GUI builder component in the UI app. I had to rewrite the code and create visual element according to the program, but it seems that it would be defeating purpose!

Many thanks,

Eamonn

You are right , The GUI Builder gets smaller when you try to share it. Being through the script gallery, there is no way to export it and import it into any other script.

And the reason for this is that I have never used it. Sometimes I play with it to ridicule quickly to see if an in-script script will actually look at any idea, but I'm going to develop as the real thing anytime.

You should open an issue report, because publishing on the gallery should actually work out of the box.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -