Re: Setting the browser widget user-agent to impersonate Chrome

2021-06-06 Thread Terry Judd via use-livecode
Never mind - it seems to be working now __ On 7/6/21, 12:43 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: I’m trying to get the browser widget to identify itself as Chrome so that I can (attempt to) load a particular site. Is there a trick to how you format the

Setting the browser widget user-agent to impersonate Chrome

2021-06-06 Thread Terry Judd via use-livecode
I’m trying to get the browser widget to identify itself as Chrome so that I can (attempt to) load a particular site. Is there a trick to how you format the user-agent string when you set the widget’s user-agent in its object inspector or should I just be able to enter something along these

Re: bordercolor of buttons

2021-06-06 Thread Sean Cole (Pi) via use-livecode
Klaus, Forecolor IS the border color. It always has been for shapes including circles, polygons and custom shapes. Buttons have a bordercolor property but only visible if 3d is off. Sean On Sun, 6 Jun 2021 at 14:20, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi

Re: number = layer?

2021-06-06 Thread Curry Kenworthy via use-livecode
Paul: > if word 7 of X = the layer of fld "Address" then Sean: > If word 7 of X = the number of fld “Address” then I prefer this: if short name of field N is "Address" then Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and

Re: Finding out what changes a custom property

2021-06-06 Thread Sean Cole (Pi) via use-livecode
Hi Paul, In the development menu, open 'message watcher'. That's helped me with exactly what you are looking for too. Fantastic tool. Sean On Sun, 6 Jun 2021 at 21:21, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a stack with a custom property, hrStart. > >

Re: Finding out what changes a custom property

2021-06-06 Thread Curry Kenworthy via use-livecode
Paul: > Is there an debugger feature or tip or trick anyone has > that can do the equivalent of set a break point when a property > is changed and let me see the executionContexts > to tell what the heck is changing it! Add a setprop with either a breakpoint and/or the executionContexts?

Finding out what changes a custom property

2021-06-06 Thread Paul Dupuis via use-livecode
I have a stack with a custom property, hrStart. Somewhere is miles of code and messages flying everywhere, something is changing it that shouldn't. Is there an debugger feature or tip or trick anyone has that can do teh equivalent of set a break point when a property is changed and let me

bordercolor of buttons

2021-06-06 Thread Klaus major-k via use-livecode
Hi friends, bug or feature? I have a "roundrect" button and cannot set its BORDERCOLOR!? I have to set the FOREGROUNDCOLOR which also affects its BORDERCOLOR. This is not the case if I set the buttons type to e.g. "rectangle", then the before set BORDERCOLOR will be displayed. No hint in the