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 url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 this to last a few years it may not be the best model.

-
Occam's Razor:  other things being equal, simpler explanations are better
than more complex ones

Mad Pink's Blunt Object: complex, convoluted, and more entertaining
explanations are better than simple, well-reasoned and boring ones


On Wed, Jan 15, 2020 at 1:22 PM Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi peeps,
>
> I need to run the ios simulator and build ios apps, so I have to buy an
> apple mac.
>
> I have 0 plans to use it for anything else, so I am buying refurbished.
>
> Will this system work?  Can someone confirm for me?
>
>
> https://ca.refurb.io/collections/apple-laptops-ipads/products/apple-imac-a1311-21-5-all-in-one-intel-core-i5-4gb-ram-500gb-hdd-high-sierra-os-refurbished-b-grade
>
> I plan on using 9.05 and 9.5 on it.
>
> Thanks,
>
> Tom
>
>
>
> --
> Tom Glod
> Founder & Developer
> MakeShyft R.D.A (www.makeshyft.com)
> Mobile:647.562.9411
> ___
> 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
>
___
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: 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 also have gotten used to using Atom and love it because it is highly
customizable, I can just do a lot from within it that I can't do in the
built-in editor, I can pull and push from Github, I can leave myself
bookmarks and use macros... it's terrific... and faster

the only reasons I ever use the built-in script editor is for watching
variable values, debugging, breakpoints and stepping through scripts... and
I hate when I have to do that because of its performance

Honestly, instead of asking the LC team to beef up the built-in editor, I
would rather they work on providing those debugging capabilities and other
features with external editors. Ditch the built-in editor for a more
seamless integration with Atom (I would argue it is the best option since
it is cross-platform and free.) Heck maybe it just needs one single good
Atom plugin to catch signals from Livecode similar to the remote debugger.
Since I have no idea how it really works I am just assuming it would be
easy to modify ;)

And if I am making whoever is in charge of the built-in editor cry, you are
still loved, and we'll try not to get rid of you


On Tue, Jan 14, 2020 at 5:08 PM Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Bob Sneidar wrote:
>
>  > Let's remember this is just Windows we are talking about. I have no
>  > issues whatsoever with the OS X version of LC Script Editor...
>
> While performance issues are most evident on Windows, there's some
> noticeable lag on Mac too.  Most who use external editors here are on Mac.
>
> And then there are oddities that affect all platforms, like the line
> numbers getting out of sync with the text when scrolling.
>
>
>  > ...but the few times I really needed to code and debug in Windows
>  > it was like scratching my eyes out with a toothpick.
>
> Yeah, that.
>
> I'll throw in a debugger for free if someone takes me up on by editor
> offer.
>
> --
>   Richard Gaskin
>   Fourth World Systems
>   Software Design and Development for the Desktop, Mobile, and the Web
>   
>   ambassa...@fourthworld.comhttp://www.FourthWorld.com
>
>
> ___
> 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
>
___
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: 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
> useful to you:
> https://github.com/bwmilby/scriptTracker
>
> It would support putting the scripts themselves into a repository so you
> could track changes.  It generates a consolidated diff every time it
> exports scripts.
>
> Thanks,
> Brian
> On Jan 11, 2020, 10:34 PM -0500, Sannyasin Brahmanathaswami via
> use-livecode , wrote:
> > No revision control. For people working in a "1 human silo"
> >
> > Is there a reason not to just put the script into a button and set the
> > stack behavior to that? That's what I do when I don't want extra files in
> > my build.
> > ___
> > 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
> ___
> 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
>
___
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: Mad Pink's Ultra Deluxe Control Panel Uber-Widget

2020-01-09 Thread Greg (Pink) Miller via use-livecode
the mixed control set is most definitely still in progress... even when
configured correctly it has bugs in the way user input works

I hadn't thought of a width property, but it's a good idea

if you can give me a step by step of how you got errors with the icons, it
would be helpful  THANKS!


On Thu, Jan 9, 2020 at 3:00 PM Martin Koob via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Greg
>
> Thanks for the tester stack.   Once I opened that then I could place
> widgets using the object menu > New Widget >  MPUberControlPanel.
>
> I still can’t drag the icon from the built in tools palette  to a stack
> yet.  ( I have not tried with Power tools but thanks for that tip.  I am
> going to try it out.)
>
> I have been poking around trying to figure out how it works.  I am
> interested in the ‘mixed controls’ option with buttons sliders etc. to
> create a horizontal tool bar.  I created a control with 5 columns and 5
> controls but it seems that current all controls have to be the same size.
>  Are you thinking of have a width key in the Controls array so you could
> set some controls as wider i.e. a slider would be wider than a button.
>
> I was trying to set the controls in the toolbar  to have different icons
> with some success. But entering the name of a different icon in the
> control’s array can result in syntax errors and the controls disappearing.
> I know this is in beta 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 <
> use-livecode@lists.runrev.com> wrote:
> >
> >> I added a stack "Test After Installation.livecode" to Github which
> >> contains the widget, and has the same name as the builder test window,
> so
> >> it will work in conjunction with ControlTester for tinkering. Please
> let me
> >> know if that doesn't work in the meantime while I try and figure out the
> >> rest.
>
> ___
> 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
>
___
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: 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, copying and
pasting are at best hit or miss. Using an external program to edit the main
script is the only productive way to edit. I was hoping not to have to
switch around too much at compile time, especially if I have to undo it
when going back to editing.

Being able to change the extension for script in the built version would be
the best option.

On Wed, Jan 8, 2020 at 1:37 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Is there a reason not to just put the script into a button and set the
> stack behavior to that? That's what I do when I don't want extra files in
> my build.
>
> Sometimes the old ways are best.
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On January 8, 2020 12:28:44 PM Mark Wieder via use-livecode
>  wrote:
>
> > On 1/8/20 7:58 AM, Brian Milby via use-livecode wrote:
> >> One option to eliminate the external file altogether would be to make
> it a
> >> substack prior to building.
> >
> > I have a PR in progress to allow script-only stacks to be substacks.
> > It's currently partially working.
> >
> > --
> >  Mark Wieder
> >  ahsoftw...@gmail.com
> >
> > ___
> > 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
>
>
>
>
> ___
> 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
>
___
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: 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 Windoze.
>
> The ControlTester stack is used in conjunction with the extension builder.
> It looks for and configures the widget from the builder's test window. (I
> should probably write that in somewhere).
>
> I added a stack "Test After Installation.livecode" to Github which
> contains the widget, and has the same name as the builder test window, so
> it will work in conjunction with ControlTester for tinkering. Please let me
> know if that doesn't work in the meantime while I try and figure out the
> rest.
>
> Does anyone know why a widget wouldn't be draggable onto a stack from the
> toolbar?
>
> On Wed, Jan 8, 2020 at 2:17 PM Martin Koob  > wrote:
>
>> Hi Greg
>>
>> This sounds  great!   It could be something I could use so I wanted to
>> try it out.  I downloaded the files and tried to install the packaged widget
>> pink.mad.controlpanelbeta.0.9.57.lce
>>
>> It appeared to be installed in the tools palette but I can’t drag the
>> widget to a stack nor install it with the menu item Object > New Widget >
>> MPUberControlPanel”
>>
>> I tried the stack ‘Control Test’ to see if that would load the widget or
>> give an error saying it can’t find the widget.   The stack opened but
>> clicking on the buttons on the left side of the stack only seem to open the
>> script editor.
>>
>> Perhaps I have not installed this correctly.  Are there other files that
>> have to be installed or included?
>>
>>
>> Thanks
>>
>> Martin
>>
>>
>>
>>
>>
>
___
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


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, but
there was so much code overlap among them I decided to combine into one.
There are a number of fixes I still need to take care of and a number of
features I am still planning on adding. I am, however, already adding it to
programs with success. Going forward, I am working hard not to make
property or control changes that will break existing implementations (as
we've all done in the past), I already have a few systems in place to
prevent property calamities, so feel free to stat using if you like it.

Releasing under CC BY-SA 4.0 license.
This widget is a panel which can hold a variety of different kinds of
controls, each individually customizable. Any number of controls can be
added to the panel. Control types to date are:
-Button bar/grid: groups of buttons that can be used as action buttons
(posting a message), single selects (like radio buttons) or multiple
selects (similar to checkboxes)
-Button wheel: circular wheel with buttons and capabilities similar to the
button bar
-Switches: clicks a value true or false, animation pending, currently just
looks like a checkbox
-Sliders: you know, they slide and change a value
-Progress bars: essentially sliders with a handle to grasp
-Dialog/text box: one of those pesky little text displays telling you stuff
-Numeric Up/Down Adjusters: a value with 2 buttons that increment or
decrement said value
There are default properties for each control that will be used, however
each control (e.g. button, switch etc..) can be configured with its own
colors, icons, fonts and such.
Other features:
-"Bottom buttons" (a group of up to 3 buttons at the bottom of the widget
which can be used for "OK," "Cancel," and "Reset" type features. These
buttons post a message to be scripted by the user)
-Form backdrop  (essentially a set of labels on which you can add fields)
-Overlay mode (draws a box of a set size and then the rest of the widget is
transparent/translucent... when stretched across the entire card it forces
user input before anything else can be touched)
-Controls, color schemes and properties can be saved and loaded as "sets"
to allow one widget to quickly change what controls you are viewing
-SVG paths can be stored for use in controls

There are a plethora of other things I am working to add and enhance
including:
-allowing for a mix of control types in the same panel
-control pages with tabs to navigate through them
-Output display box, which can present some form of text, number,
calculation etc.. when there is interaction on the control panel
-need to find ways to optimize the code some more, especially in redrawing

The widget can be found here:
https://github.com/madpink/mp-livecode-controls

In addition to the source code, I have a packaged extension file and added
a "Control Test" stack which I've found helpful for trying to break things.

There is a wiki with instructions which I would also love feedback on. I've
already got a list of issues piling up as you will see. I have a planning
board that is full of my own idiosyncrasies and may not be intelligible to
normal people, so view at your own risk.

So far I have only tested this widget in MacOS and Windows applications, I
have not tried it out in Linux, Android or iOS apps.

You can find my
https://madpink.plutio.com/p/sgjnnwx7q7etcwpfg
___
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


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 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 changed somewhere?

In the file manager.  But I'm guessing you knew that.  So I'm guessing I
don't understand the question.

--
___
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


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 changed somewhere?
___
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: 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
put regularPoints([tBNum,tInnerRad,tBigX,tBigY]) into tBCenters
repeat with tButtonNumber from 1 up to tBNum
   fill circle path centered at tBCenters[tButtonNumber] \
with radius tLilRad on this canvas
end repeat

-- returns list of N regular (=evenly spaced) circle points
-- starting at high noon, turning clockwise
-- pL = [numOfPoints,radius,centerX,centerY]
handler regularPoints (in pL as List) returns List
  variable tI as Number
  variable tPi as Number
  variable tPts as List
  put 2*pi/pL[1] into tPi
  put [] into tPts
  repeat with tI from 0 up to pL[1]-1
push point \
[pL[3]+pL[2]*sin(tI*tPi), pL[4]-pL[2]*cos(tI*tPi)] onto tPts
  end repeat
  return tPts
end polyPoints

[Untested, right out of my head, should work.]
___
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