Re: RevZilla (2.5)

2018-03-26 Thread Brian Milby via use-livecode
If I tackle it, going through the vars is probably a good way to clean up stuff no longer needed. At first I tried to define everything but gave up and restarted with the setting turned off. I think I did at least get it to authenticate but data had changed too much for anything to really work.

Question about HTML5 and accessing urls

2018-03-26 Thread Terry Judd via use-livecode
Hi - I’m updating a HTLM5-based simulation that we use for training assessors. It captures some usage data so that we can confirm a) that someone has attempted it and b) that they completed all the necessary elements. It was built with an older version of LC community (not sure which version)

[OT] Web based HyperCard

2018-03-26 Thread scott--- via use-livecode
This may be of interest to some of you (old) HyperCard folks. "ViperCard in an open source re-creation and re-imagination of 1987’s HyperCard.” It runs in a web browser (not Safari, apparently but Firefox seemed to work well) https://www.vipercard.net/ It is still version 0.2 but the paint

Keyboarding

2018-03-26 Thread Richmond Mathewson via use-livecode
I use 2 BBC computers (from 1986) to teach BBC BASIC to children, as well as a variety of BBC computer emulators on Macintosh and Linux computers. The BBC keyboards are unlike the "bog normal" computer keyboard "we all know and love". An onscreen keyboard [i.e. a virtual BBC keyboard] would be

[ANN] This Week in LiveCode 122

2018-03-26 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #122 here: https://goo.gl/7gKqQs This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: mobile equivelent for suspend & resume

2018-03-26 Thread J. Landman Gay via use-livecode
Unfortunately there is no mobile equivalent to suspend and resume. I've needed those many times for more than just tracking purposes and I haven't found a workaround. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 26, 2018

Re: mobile equivelent for suspend & resume

2018-03-26 Thread J. Landman Gay via use-livecode
The last I remember, they tried to implement those but it proved to be extraordinarily complex. Now that both mobile platforms run apps in the background though, it's Important to know when the app comes to the front. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: mobile equivelent for suspend & resume

2018-03-26 Thread Richard Gaskin via use-livecode
Peter Brett submitted a request for that in Feb 2016: https://quality.livecode.com/show_bug.cgi?id=16829 -- Richard Gaskin Fourth World Systems J. Landman Gay wrote: Unfortunately there is no mobile equivalent to suspend and resume. I've needed those many times for more than just tracking

mobile equivelent for suspend & resume

2018-03-26 Thread Andrew Bell via use-livecode
I have a mobile app that I'm looking to implement "Enable Background Execution" in now that the plist hack is no longer required. Is there a simple way to track how long the app has been in the background? Basically, I'd like to initialize the full stack if the user has been gone for a

Re: Checkmark for Mac & Windows

2018-03-26 Thread Bob Sneidar via use-livecode
What he said. I have a bullet image I use for list fields if what I am doing is too simple for a datagrid. Sometimes a list is just a list. Bob S > On Mar 23, 2018, at 19:15 , Brian Milby via use-livecode > wrote: > > Check out "imagesource" - it may be what

Re: Checkmark for Mac & Windows

2018-03-26 Thread Bob Sneidar via use-livecode
I use a space and a tab, then set the tabs of the field to control the distance of the list from the images. Bob S > On Mar 23, 2018, at 19:19 , Phil Davis via use-livecode > wrote: > > One idea: > > - Create or find a checkmark image you like, that looks

Re: Codesigning Windows standalones under Mac OS X - a simple and free gui for osslsigncode

2018-03-26 Thread Bob Sneidar via use-livecode
Very useful, thanks Matthias! Bob S > On Mar 25, 2018, at 02:22 , Matthias Rebbe via use-livecode > wrote: > > Hi, > > a few days ago i posted some instructions for how to code sign Windows > programs under Mac OS X with osslsigncode. Unfortunately

Re: Codesigning Windows standalones under Mac OS X - a simple and free gui for osslsigncode

2018-03-26 Thread J. Landman Gay via use-livecode
I've passed this info on to my client who has a Windows cert, she's very happy about it. And she is going to test the original Windows app you created too, she just hasn't got to it yet. Thanks for your work on this Matthias, it's a very nice addition to our LC toolbox. On 3/25/18 4:22 AM,

Re: RevZilla (2.5)

2018-03-26 Thread Richard Gaskin via use-livecode
Brian Milby wrote: > It was developed without explicit variable checking so going there > would be fun. Most code in our community doesn't comply with the explicVars global prop, not even the IDE. Thankfully the LC team's response was more accommodating than SuperCard's where that property

RevZilla (2.5)

2018-03-26 Thread Brian Milby via use-livecode
I found a stack that used to work to provide a LC interface to Bugzilla. I briefly tried to get it to work, but even after I could authenticate it just didn’t work correctly. Has anyone kept this tool up to date? Thanks, Brian ___ use-livecode mailing

Re: RevZilla (2.5)

2018-03-26 Thread Richard Gaskin via use-livecode
Brian Milby wrote: > I found a stack that used to work to provide a LC interface to > Bugzilla. I briefly tried to get it to work, but even after I > could authenticate it just didn’t work correctly. Has anyone kept > this tool up to date? I'm guessing you're referring to this one, from Ken

Re: RevZilla (2.5)

2018-03-26 Thread Brian Milby via use-livecode
I’ve looked at the code enough to know that any update by someone other than Ken would be a huge task. I was kind of hoping that someone else had already had the itch and scratched it :) It was developed without explicit variable checking so going there would be fun. But it also has a bit of code

Re: RevZilla (2.5)

2018-03-26 Thread Mark Wieder via use-livecode
On 03/26/2018 12:05 PM, Brian Milby via use-livecode wrote: I’ve looked at the code enough to know that any update by someone other than Ken would be a huge task. I was kind of hoping that someone else had already had the itch and scratched it :) It was developed without explicit variable