Re: [Apps-Script] Abridged summary of google-apps-script-community@googlegroups.com - 14 updates in 8 topics

191 views
Skip to first unread message

Jussi

unread,
Feb 14, 2023, 5:11:11 AM2/14/23
to google-apps-sc...@googlegroups.com, unsub...@googlegroups.com
UNSUBSCRIBE

Den 2023-02-14 10:46, skrev
google-apps-sc...@googlegroups.com:
> google-apps-sc...@googlegroups.com [1]
> Google Groups [2]
> [2]
>
> Today's topic summary
> View all topics [1]
>
> * Multiple Accounts Bug ... Why does it fail for some plugins and
> not for others? - 5 Updates
> * Custom Function Working Inconistently or Returns "Unknown
> Function" - 2 Updates
> * My First Apps Script Program giving a Run Time error - 1 Update
> * Having trouble getting my function/script to run on Sheets - 1
> Update
> * custom font on google slides - 1 Update
> * VACATION RESPONDER - 2 Updates
> * How to set Series Opacity in Google Sheets Embedded (Scatter)
> Chart with App Script - 1 Update
> * Remove disclaimer from mail - 1 Update
>
> Multiple Accounts Bug ... Why does it fail for some plugins and not
> for others? [3]
>
> DimuDesigns <dimud...@gmail.com>: Feb 13 09:27AM -0800
>
> There is no known workaround unfortunately. Best you can do is to
> advise
> your end-users to not login into multiple accounts or better yet
> encourage
> them to maintain separate chrome profiles for ...more [4]
>
> Jesse McCabe <je...@docvars.com>: Feb 13 09:52AM -0800
>
> Thanks, I figured I would have heard if there was a fix. And I have
> done
> everything I can do to give notifications to users, but that doesn't
> prevent people from leaving bad reviews saying it ...more [5]
>
> Andrew Roberts <and...@roberts.net>: Feb 13 06:56PM
>
> I think there are instances where the move to v8 has made things
> worse.
> Similar "issues" on the tracker suggest going back to Rhino.
>
> ...more [6]
>
> Jesse McCabe <je...@docvars.com>: Feb 13 11:24AM -0800
>
> Is it even possible to go back to Rhino now? I do think the add-ons I
> saw
> it working with have not had updates in quite a while... I wonder if
> that's
> part of it.
>
> ...more [7]
>
> Andrew Roberts <and...@roberts.net>: Feb 14 08:03AM
>
> In the script editor's "Settings" you can disable V8, which forces it
> back
> to Rhino (and adds a new item in the appscript.json).
>
> ...more [8]
>
> Back to top
> Custom Function Working Inconistently or Returns "Unknown Function"
> [9]
>
> Wes Lydon <wes....@gmail.com>: Feb 13 03:53PM -0800
>
> I had a lot of help years ago creating a function that would help my
> classroom library database work (I am a teacher). The function takes a
>
> range and creates new records when one row has a more ...more [10]
>
> Tanaike <kanshi...@gmail.com>: Feb 13 09:16PM -0800
>
> When I saw your showing script and your sample Spreadsheet, when
> "targetColumn = 1" is used, I think that no process occurs. In the
> case of
> the Spreadsheet of your image, shouldn't "targetColumn = ...more [11]
>
> Back to top
> My First Apps Script Program giving a Run Time error [12]
>
> claudio fernandes <claudio.magn...@gmail.com>: Feb 14
> 01:09AM -0300
>
> function makeCellsReadOnly(range) {
> var sheetName = "Exchange Rate Solution";
> var sheet = SpreadsheetApp.getActive().getSheetByName(sheetName);
> if (sheet != null) {
> var protection = ...more [13]
>
> Back to top
> Having trouble getting my function/script to run on Sheets [14]
>
> Kenny Dean <kdem...@gmail.com>: Feb 13 02:05PM -0800
>
> Hi there, first, thanks for helping!
>
> I'm a complete noob at this. I'm just trying to do some fun things in
> my
> free time. I'm an advanced Sheets user, but I want to gather data from
> an ...more [15]
>
> Back to top
> custom font on google slides [16]
>
> Brett Grear <bgrea...@stvps.co.uk>: Feb 13 12:52PM -0800
>
> The provided article is about using a custom font in Apps Script in a
> HTML
> file.
>
> There is unfortunately no way to use Custom fonts in Google Slides (or
> any
> Google Docs file for that matter).
> ...more [17]
>
> Back to top
> VACATION RESPONDER [18]
>
> Projeto Colorir <projeto...@marigproducoes.com>: Feb 13 04:47PM
> -0300
>
> thanks !
>
> how to set up this logic to fire only after 15 days, for example?
>
> Em sex., 10 de fev. de 2023 às 04:12, Brett Grear
> ...more [19]
>
> Brett Grear <bgrea...@stvps.co.uk>: Feb 13 12:45PM -0800
>
> The following code will setup a trigger to run every 15 days. You
> would
> need to write the function that handles the response emails and
> detecting
> which threads to reply to:
> function ...more [20]
>
> Back to top
> How to set Series Opacity in Google Sheets Embedded (Scatter) Chart
> with App Script [21]
>
> David Allcock <david....@gmail.com>: Feb 13 09:23AM -0800
>
> I spent ages looking into this too. In the end you do it *almost* like
> the
> first answer - namely:
>
> .setOption('series.0.color', 'rgba(255,0,0,0.1)')
>
> This would set your series with index 0 ...more [22]
>
> Back to top
> Remove disclaimer from mail [23]
>
> frank 6000 <fran...@gmail.com>: Feb 13 12:59PM
>
> *Hi Roshan - re Disclaimer: check the Signature field in Gmail
> settings*
>
> *Cheers for now*
>
> On Mon, Feb 13, 2023 at 5:07 AM 'roshan kumar' via Google Apps Script
>
> --
> ...more [24]
>
> Back to top
>
> You received this digest because you're subscribed to updates for
> this group. You can change your settings on the group membership page
> [25].
> To unsubscribe from this group and stop receiving emails from it send
> an email to google-apps-script-c...@googlegroups.com.
>
>
>
>
> Links:
> ------
> [1]
> https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/google-apps-script-community/topics
> [2]
> https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview
> [3]
> http://groups.google.com/group/google-apps-script-community/t/c198bb3f11e4e93b?utm_source=digest&utm_medium=email
> [4]
> http://groups.google.com/group/google-apps-script-community/msg/96fdacdef4f09?utm_source=digest&utm_medium=email
> [5]
> http://groups.google.com/group/google-apps-script-community/msg/9712f4a527b02?utm_source=digest&utm_medium=email
> [6]
> http://groups.google.com/group/google-apps-script-community/msg/974b69a52fec4?utm_source=digest&utm_medium=email
> [7]
> http://groups.google.com/group/google-apps-script-community/msg/97632a93835b2?utm_source=digest&utm_medium=email
> [8]
> http://groups.google.com/group/google-apps-script-community/msg/99faf129f7705?utm_source=digest&utm_medium=email
> [9]
> http://groups.google.com/group/google-apps-script-community/t/bda53a0042d97e81?utm_source=digest&utm_medium=email
> [10]
> http://groups.google.com/group/google-apps-script-community/msg/984e2d00e75d7?utm_source=digest&utm_medium=email
> [11]
> http://groups.google.com/group/google-apps-script-community/msg/9968573ebf745?utm_source=digest&utm_medium=email
> [12]
> http://groups.google.com/group/google-apps-script-community/t/eb774d9ce5f573c0?utm_source=digest&utm_medium=email
> [13]
> http://groups.google.com/group/google-apps-script-community/msg/992e192fdb7d4?utm_source=digest&utm_medium=email
> [14]
> http://groups.google.com/group/google-apps-script-community/t/ac272e01b7e405c7?utm_source=digest&utm_medium=email
> [15]
> http://groups.google.com/group/google-apps-script-community/msg/97f0474c28269?utm_source=digest&utm_medium=email
> [16]
> http://groups.google.com/group/google-apps-script-community/t/8c8c61a487f44495?utm_source=digest&utm_medium=email
> [17]
> http://groups.google.com/group/google-apps-script-community/msg/97b074af61474?utm_source=digest&utm_medium=email
> [18]
> http://groups.google.com/group/google-apps-script-community/t/aa4dc18fea728262?utm_source=digest&utm_medium=email
> [19]
> http://groups.google.com/group/google-apps-script-community/msg/9777916a515f1?utm_source=digest&utm_medium=email
> [20]
> http://groups.google.com/group/google-apps-script-community/msg/97aa84eb70174?utm_source=digest&utm_medium=email
> [21]
> http://groups.google.com/group/google-apps-script-community/t/598595b6cae2877f?utm_source=digest&utm_medium=email
> [22]
> http://groups.google.com/group/google-apps-script-community/msg/96f9fd18638d3?utm_source=digest&utm_medium=email
> [23]
> http://groups.google.com/group/google-apps-script-community/t/f68d67425a5dfecd?utm_source=digest&utm_medium=email
> [24]
> http://groups.google.com/group/google-apps-script-community/msg/961394c1e3fad?utm_source=digest&utm_medium=email
> [25]
> https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/google-apps-script-community/join

Andrew Roberts

unread,
Feb 15, 2023, 4:22:04 AM2/15/23
to google-apps-sc...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/7c0eb1bf651ef051b3f43b357a119b43%40tessa.consulting.
Reply all
Reply to author
Forward
0 new messages