Contacting the on-rev team

2020-05-26 Thread Greg "Pink" Miller via use-livecode
Anyone know a good way of getting ahold of the on-rev support team? I tried emailing supp...@on-rev.com and webmas...@on-rev.com and both bounced. (I need ModRewrite enabled) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Buying a used apple to run ios simulator.

2020-01-15 Thread Greg (Pink) Miller via use-livecode
First, it is around 9 years old, it can't run Catalina and i am 90% sure it cannot run Mojave. Sometime in the near future you will no longer be able to upgrade to the latest version of XCode at which point you will need a new Mac. It is possible that you already cannot run it. So, if you want th

Re: Changing extention on script only stack

2020-01-15 Thread Greg (Pink) Miller via use-livecode
My need for external editors is mostly for Windows (again, the Windows machines I use are very very old). I also like reviewing and editing code on my iPad when I am on the go, so having external scripts is useful even when I don't have LC running. What else am I going to do at a red light? but I

Re: Changing extention on script only stack

2020-01-14 Thread Greg (Pink) Miller via use-livecode
ScriptTracker was definitely the tool I needed. I didn't need an external script for any reason other than faster editing. On Sat, Jan 11, 2020 at 10:43 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > And if you want to edit scripts in an external editor, my tool may be

Re: Mad Pink's Ultra Deluxe Control Panel Uber-Widget

2020-01-09 Thread Greg (Pink) Miller via use-livecode
eta state. If I have time at some point to poke around > more I will see if I can create with this widget. > > Thanks for your work on this. > > Regards, > > Martin Koob > > > > > > > On Jan 8, 2020, at 2:58 PM, Greg (Pink) Miller via use-livecode < > u

Re: Changing extention on script only stack

2020-01-08 Thread Greg (Pink) Miller via use-livecode
I could just copy the script into the stack script at build time, but I was hoping not to. Here's the story... this particular program is being developed on a painfully old and slow machine. Livecode's script editor works horribly on this machine, there is a horrible lag in typing and cutting, cop

Re: Mad Pink's Ultra Deluxe Control Panel Uber-Widget

2020-01-08 Thread Greg (Pink) Miller via use-livecode
> > That is interesting. I use PowerTools instead of the built-in tool bar so > I had never noticed that. (It works with PowerTools, a highly recommended > plugin.) When I switch to the built-in toolbar, it does not drag over. For > me, going through the New Widget menu did work on both Mac and Win

Mad Pink's Ultra Deluxe Control Panel Uber-Widget

2020-01-08 Thread Greg (Pink) Miller via use-livecode
I've been meaning to share this with the community for a while, but life and work have been getting in the way. I haven't been able to work on it in a while I've been working on this widget for a while and it needs more work and testing. Actually, this started off as a group of individual widgets,

Changing extention on script only stack

2020-01-08 Thread Greg (Pink) Miller via use-livecode
I have my main stack "PanelManager.livecode" with a behavior script with a file name "panamana.lcs" Upon compiling for Windows, the script file gets included in the folder with the program but is renamed "panamana.lcs.livecode" I would prefer not to have ".livecode" appended onto it. > I have a

Changing extention on script only stack

2020-01-07 Thread Greg (Pink) Miller via use-livecode
I have a script only stack that is the behavior of a stack that i wish to compile. When I compile it for Windows, I have a .livecodescript file in the folder. Is it possible to change that extension to .lcs So far all the shots at this I've taken end up appending .livecode to the end. Can this be

Re: Need trig & LCB help

2019-10-30 Thread Greg (Pink) Miller via use-livecode
This works much better than what I was trying. THANKS! - Replace the last part of your handler with the following. variable tBNum as Number variable tBCenters as List put tBigRad - tLilRad into tInnerRad put the number of elements in mData into tBNum p