Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread Pi Digital via use-livecode
Yep, exactly. So that is where DocuSign should send back a redirect that is picked up by the oAuth2 LC library. From there it should continue with the LC code. But the only way out at the moment is to press Cancel. I think the red message is not relevant as it always seems to be there. What I

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread matthias rebbe via use-livecode
I pressed the send button to early... When i continue, i got logged in and see the normal developer account page in the "oauth" window. > Am 09.06.2021 um 21:15 schrieb matthias_livecode_150...@m-r-d.de: > > Tried it here with your script, but currently the 'login" page shows an > additional

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread matthias rebbe via use-livecode
Tried it here with your script, but currently the 'login" page shows an additional text in red saying "DocuSign is temporarily unavailable. Please try again momentarily.". > Am 09.06.2021 um 20:04 schrieb Sean Cole (Pi) via use-livecode > : > > Hi All, > > Until now I have been using SOAP

Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread Sean Cole (Pi) via use-livecode
Hi All, Until now I have been using SOAP to connect to Docusign without the need for oAuth2. However, they will soon (August 16th, 2021) require oAuth2 entry. To make it easier for us to play together, I've created a temp gmail and DocuSign account. The code I'm using is as follows: // local sDo

Re: Replacetext of any characters between parentheses with a space

2021-06-09 Thread David V Glasgow via use-livecode
D’Oh! Thanks Paul. Much appreciated. Cheers David G > On 9 Jun 2021, at 6:10 pm, Paul Dupuis via use-livecode > wrote: > > On 6/9/2021 1:03 PM, David V Glasgow via use-livecode wrote: >> on mouseup >> >> put field "import" into timport >> >> replacetext (timport, "(.*)", " ") >> >>

Re: Replacetext of any characters between parentheses with a space

2021-06-09 Thread Paul Dupuis via use-livecode
On 6/9/2021 1:03 PM, David V Glasgow via use-livecode wrote: on mouseup put field "import" into timport replacetext (timport, "(.*)", " ") put timport into field "import" end mouseup replaceText is a function, not a command, so on mouseup put field "import" into timport put re

Replacetext of any characters between parentheses with a space

2021-06-09 Thread David V Glasgow via use-livecode
LC coders, please tell me why this won’t work! My guess is that this is a regex issue, not LC, but I am so stuck. I want to replace all text within in parentheses (including the parentheses) with a single space. I have tried assembling the matchExpression in advance and in line, and also esca

Re: bordercolor of buttons

2021-06-09 Thread Mike Kerner via use-livecode
i wish we had tmc3 On Wed, Jun 9, 2021 at 10:09 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > looks like there is a (related) report already: > > > > Am 09.06.2021 um 14:49 schrieb Sean Cole (Pi) via us

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
Hi all, looks like there is a (related) report already: > Am 09.06.2021 um 14:49 schrieb Sean Cole (Pi) via use-livecode > : > > Hi Klaus, > > Very much a 'feature' in heavy inverted commas. I've tested as far back as > 5.0.2 and it has ALWA

Re: bordercolor of buttons

2021-06-09 Thread Sean Cole (Pi) via use-livecode
Hi Klaus, Very much a 'feature' in heavy inverted commas. I've tested as far back as 5.0.2 and it has ALWAYS been this way. Round rect button borders are set using the forecolor, not the border colour. If this were a 'bug' I'm sure it would have been noted as such somewhere in the quality sub-site

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
Hi Randy, > Am 09.06.2021 um 14:31 schrieb Randy Hengst via use-livecode > : > > Klaus, > > Your first message didn’t indicate that you’d unchecked 3D… true, but also did not mention that I HAD checked 3D. :-D I was hoping the context would tell... > But, I see what you’re seeing. Given that

Re: bordercolor of buttons

2021-06-09 Thread Randy Hengst via use-livecode
Klaus, Your first message didn’t indicate that you’d unchecked 3D… But, I see what you’re seeing. Given that the same options appear for the ‘color’ of both types of buttons, I’d call it a bug. randy - > On Jun 9, 2021, at 3:09 AM, Klaus major-k via use-livecode > wrote: > > Hi Paul, >

Re: bordercolor of buttons

2021-06-09 Thread Klaus major-k via use-livecode
Hi Paul, > Am 09.06.2021 um 05:35 schrieb Paul Hibbert via use-livecode > : > > Like Sean points out, this is caused by the “threeD” property being on. I was not talking about a button with its 3D is ON! Is nobody reading what I write? Create a button of type "roundrect" Uncheck 3D Set its BOR