Re: oAuth2 window properties

2021-08-18 Thread Bob Hall via use-livecode
Thanks Bernd for the tip. You set me on the right path. Kudos and High Fives coming your way! What I ended up doing was opening the stack script from the Project Browser. In there, the oauth2 stack height and cancel button locations are set via script. I simply added an appropriate amount t

oAuth2 window properties

2021-08-17 Thread Bob Hall via use-livecode
Is it possible to change any of the properties of the oAuth2 window? I'd like to be able to set the size (and location) of the window to prevent a scroll bar from showing with the service my App authenticates with. Thanks in advance, Bob Hall Mancheste

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Bob Hall via use-livecode
or. I’m very interested in your tools and suspect there is great value in what you’ve created. Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Creeping IDE Script Editor window position

2017-10-15 Thread Bob Hall via use-livecode
ffective top is not returning a good result as it is likely related to bug 19419. - Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists

Re: String delimiters [WAS Re: common code patterns]

2017-08-14 Thread Bob Hall via use-livecode
l. However, the current method of appending multi-line strings together makes the code difficult to work with and read. So I’ll +1 this request. I’d lean toward the triple-quote syntax for implementation. Bob Hall ___ use-livecode mailing li

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-24 Thread Bob Hall via use-livecode
Anyone who downloaded my Gutter update please note, I noticed there is a change that should not be there. In revsegutterbehavior.livecodescript please correct line 319 to be: send “updateScroll” to me in 0 milliseconds I did not intend this change to be a part of the breakpoint fix. This is for

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Bob Hall via use-livecode
> On Jul 23, 2017, at 3:00 PM, J. Landman Gay via use-livecode > wrote: > > I couldn't find a bug report, but the issue that bothers me more than a > timing delay is how existing breakpoints migrate to a completely different > line after a script edit. You know, I thought it was me and my n

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Bob Hall via use-livecode
> On Jul 23, 2017, at 12:40 PM, J. Landman Gay via use-livecode > wrote: > > Does this fix also handle the misalignment after editing a script? > Not sure exactly what the misalignment is that you’re referring to. If it's the issue in the “Ethereal Breakpoints” thread then no. If not, point

SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Bob Hall via use-livecode
/livecode-ide/compare/develop...bhall2001:bugfix-20140 I’m not going to go into how to install the changes. If anyone does install, please report back and let me know how it works (or doesn’t) for you. Thanks in advance, Bob Hall ___ use-livecode mailing list

Re: Ethereal Breakpoints

2017-07-22 Thread Bob Hall via use-livecode
And I should clarify, the fix is for the “delayed moving” of break points. Not the “ethereal” issue ;-) Bob ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefere

Re: Ethereal Breakpoints

2017-07-22 Thread Bob Hall via use-livecode
a look into it. > > Cheers > > Monte Monte, I’ve got a fix for this. I’ll submit a bug report and open a pull request so you can have a look. Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

What happened to LC version numbers?

2017-07-19 Thread Bob Hall via use-livecode
> On Jul 19, 2017, at 4:55 AM, Mark Waddingham via use-livecode > wrote: > > Admittedly, this was perhaps a slightly riskier test then something like the > handler menu; I’ve been scratching my head of late with Livecode version numbers. They don’t seem to follow any rhyme or reason any longe

Re: [ANN] Release 9.0.0 DP-8

2017-07-18 Thread Bob Hall via use-livecode
I’ve had the completion capability on my local dev environment for a couple of years via a plugin that I wrote. I wrestled with these same problems years ago. I actually find that it is benefitial to have BOTH completion and no completion. Having a setting to change this is combersome. It is an

Re: Exposing ourselves

2017-07-18 Thread Bob Hall via use-livecode
ure. Maybe just a defined Chapter/sub-chapter structure and place where anyone can edit/post to. Thoughts? Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: Help Testing Small Script Editor Enhancement

2017-07-16 Thread Bob Hall via use-livecode
> On Jul 16, 2017, at 6:01 PM, Mark Wieder via use-livecode > wrote: > > Well, as I noted, it *does* affect linux, but not in a bad way. Control-tab > continues to iterate through the tabs as long as the script editor is in > front, and continues to switch modes when it's not. That’s a bug t

Re: Help Testing Small Script Editor Enhancement

2017-07-16 Thread Bob Hall via use-livecode
> On Jul 16, 2017, at 3:37 PM, J. Landman Gay via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > > This is going to totally screw up a macro I've been using for 15+ years. I > know I'm a voice in the wilderness but if this gets officially implemented I > hope there's an option

Help Testing Small Script Editor Enhancement

2017-07-16 Thread Bob Hall via use-livecode
ime to install these changes especially on Linux/Windows I thank you!!!!!!! Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runr

How to edit Script Editor and SETemplate

2017-06-04 Thread Bob Hall via use-livecode
I’ve got a couple of things I’d like to try with the Script Editor. I’m having a tough time figuring out how to edit revNewScriptEditor stack and specifically being able to make changes to revSETemplate. Can anyone give me a pointer on what I need to do so that I might be able to try some “enhan

Help troubleshooting IDE Script Editor Window Position

2017-03-14 Thread Bob Hall via use-livecode
Is it possible to get the location of the IDE Script editor window? I need to confirm what I suspect is a bug in 8.1.3 and need the top coordinate of the IDE script window to confirm for bug report. I have a multi-monitor setup for my dev machine. One of the monitors is portrait, the other is l

Re: PUT method where is returned data?

2017-02-11 Thread Bob Hall via use-livecode
sponse. My API wrapper is working like a charm! Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Script locals in library stack script

2017-02-10 Thread Bob Hall via use-livecode
Condition. Maybe "is empty" You could also add "if sVarA is empty then breakpoint” at interesting points in the script. Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscri

Re: Script locals in library stack script

2017-02-10 Thread Bob Hall via use-livecode
figured out anything about this since the original note. Bob Hall > > Is this something others have seen? LC 8.1.3 rc 1. > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

PUT method where is returned data?

2017-02-08 Thread Bob Hall via use-livecode
into tResult2 I would of thought that either the result or it would have the data but both are empty. If there is an error, I do see tsneterr in the result. Where do can I find the response data? Thanks in advance, Bob Hall Hosting, eCommerce, Website Design, Custom Apps, and yes, Bicycle Re

Re: github clients

2017-02-04 Thread Bob Hall via use-livecode
I use Tower. Not free but it makes things very easy with Git. Yes, there is still a learning curve but it’s not too bad. Has more features than Github and I find the UI very easy to understand. Mac and Windows only. https://www.git-tower.com/ <https://www.git-tower.com/> Bo

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread Bob Hall via use-livecode
To my knowledge, the functions are not built into Livecode. You may have a stack loaded and part of the message path that has those functions there already. You will need to add the functions to your project in order to parse/encode JSON. Bob > On Jan 30, 2017, at 4:12 PM, pink via use-livecod

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread Bob Hall via use-livecode
SON Library and include it. Should work then. Bob Hall ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: HTML5 LC Download Icon?

2016-05-20 Thread Bob Hall
For me to be able to even consider using LC HTML5 I need a couple basic commands to get and post URLs. What I want to do basically is RESTful things with a server app using LC HTML5 as the “front end”. No local access to client, just URL gets and posts. Without these basic capabilities, for me H

Re: revIgniter installation

2016-03-28 Thread Bob Hall
Before installing Revigniter, you have to confirm Livecode Server (LCS) is installed and working. To be honest, this can be more of a challenge than getting Revigniter installed. Don’t even move on to Revigniter until you know for a fact LCS is operational with the simple test.lc file from the L