Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-07-22 Thread Ben Rubinstein via use-livecode
Ah, shame. It turned out it was (IIUC) just a change in the way Google did their tokens which exposed a bug, now fixed, in how LC did OAuth - nothing to do with the general API changing. At any rate, I do have a very basic library which I use to read and write Google sheets, in case it's of us

Wrapping Text

2020-07-22 Thread Terence Heaford via use-livecode
If you have a field with one long word that is wider than the field it does not wrap, it truncates. Is there a solution to this? Thanks Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Wrapping Text

2020-07-22 Thread Craig Newman via use-livecode
Check out the “donttWrap” and “formattedWidth” properties. Craig > On Jul 22, 2020, at 5:55 AM, Terence Heaford via use-livecode > wrote: > > If you have a field with one long word that is wider than the field it does > not wrap, it truncates. > > Is there a solution to this? > > > Thanks

Re: Wrapping Text

2020-07-22 Thread Craig Newman via use-livecode
Hi. Sorry, it is "dontWrap", not "donttWrap". The field is not truncating, except visually. The text runs out the right side of the field's visible extent. Setting the "dontWrap" to false will force the field to wrap the text. You must remember that this is not the same as adding carriage retu

Re: Wrapping Text

2020-07-22 Thread Klaus major-k via use-livecode
Hi Craig, > Am 22.07.2020 um 14:56 schrieb Craig Newman via use-livecode > : > > Hi. > > Sorry, it is "dontWrap", not "donttWrap". > The field is not truncating, except visually. The text runs out the right > side of the field's visible extent. Setting the "dontWrap" to false will > force the

Re: Wrapping Text

2020-07-22 Thread Craig Newman via use-livecode
What Klaus said is true, but this still all depends on the state of the “dontWrap” property. If “true” text will run on forever, regardless of whether a particular line contains spaces or not. So what is the state of that property in your field? Anyway, a little playing around with dontWrap wil

Re: Wrapping Text

2020-07-22 Thread Terry Heaford via use-livecode
I presume therefore that the only way to resolve a single long word in a field would be to have a repeat loop removing characters from the end until it fits then insert a cr and put the characters removed on the new line Terry > On 22 Jul 2020, at 14:12, Craig Newman via use-livecode > wrote

Re: Wrapping Text

2020-07-22 Thread Tore Nilsen via use-livecode
In order for this to work you should also take into consideration various rules for hyphenating words in the appropriate language. As these rules varies between languages, this can become a very complex function. If the text that goes into the field is static then I would either reduce the font

Re: Wrapping Text

2020-07-22 Thread J. Landman Gay via use-livecode
Right, removing characters from the end until it fits is the only way I know of. It's faster if you use the templateField and measureText. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 22, 2020 8:36:59 AM Terry Heaford via use-li

Re: Wrapping Text

2020-07-22 Thread Terry Heaford via use-livecode
It’s actually the x axis labels on a column chart. I currently have them truncating but thought I could have them enlarge the field height. The width is decided by the column width. LC rotate widget is not a solution as its not complete and unreliable. I am currently trying canvasjs charts in a

Re: text to speech android

2020-07-22 Thread matthias rebbe via use-livecode
Monte, i noticed here on my German Mac OS, that i definitely need to use the names that are used in the identifiers. e.g. com.apple.speech.synthesis.voice.joana. Using the value of the ["name"] element does not work, as the names are all uppercase, while the names in the identifiers are lowerc

Using OAuth2 with Microsoft API services

2020-07-22 Thread Richard Gaskin via use-livecode
I've run into a snag in which the OAuth2 redirect URI does not seem to be called when used to authenticate for Microsoft API services such as Dynamics 365. Before getting into details (there are many) it would be helpful to know whether anyone here has successfully use LiveCode's OAuth2 librar

Re: Using OAuth2 with Microsoft API services

2020-07-22 Thread Mark Wieder via use-livecode
On 7/22/20 9:26 AM, Richard Gaskin via use-livecode wrote: I've run into a snag in which the OAuth2 redirect URI does not seem to be called when used to authenticate for Microsoft API services such as Dynamics 365. Before getting into details (there are many) it would be helpful to know wheth

Re: Using OAuth2 with Microsoft API services

2020-07-22 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: On 7/22/20 9:26 AM, Richard Gaskin via use-livecode wrote: I've run into a snag in which the OAuth2 redirect URI does not seem to be called when used to authenticate for Microsoft API services such as Dynamics 365. Before getting into details (there are many) it would be he

Re: Using OAuth2 with Microsoft API services

2020-07-22 Thread Richard Gaskin via use-livecode
A moment ago I wrote: Mark Wieder wrote: On 7/22/20 9:26 AM, Richard Gaskin via use-livecode wrote: I've run into a snag in which the OAuth2 redirect URI does not seem to be called when used to authenticate for Microsoft API services such as Dynamics 365. Before getting into details (there

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-07-22 Thread Prothero@earthlearning via use-livecode
Ben, Any chance of posting a demo stack somewhere? It sounds very useful. Thanks, Bill William Prothero http://es.earthednet.org > On Jul 22, 2020, at 10:13 AM, Ben Rubinstein via use-livecode > wrote: > > Ah, shame. It turned out it was (IIUC) just a change in the way Google did > their tok

Re: Using OAuth2 with Microsoft API services

2020-07-22 Thread Mark Wieder via use-livecode
On 7/22/20 11:55 AM, Richard Gaskin via use-livecode wrote: And I missed something - how does Amazon play into this? Sorry - my bad. Doing too many things at once here. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode

Re: Using OAuth2 with Microsoft API services

2020-07-22 Thread Mark Wieder via use-livecode
On 7/22/20 12:00 PM, Richard Gaskin via use-livecode wrote: Oddly, it appears as though we're authentincating fine as it is using shared secret, the only problem being that we're not getting the redirect to close the browser widget and return the auth code to us. What happens if you try thi

ANN: FieldGroup - a simple rich text editor field.

2020-07-22 Thread Alex Tweedly via use-livecode
I'd like to announce the Beta (i.e. v0.1) release of my simple rich text field. Currently it's not on Github or anywhere sensible - it's just on my own download site (see URL at end of this email). I'd be happy if anyone finds it useful, and / or has feedback that might make it useful. Fiel