Re: PullDown Menu and the label

2018-06-08 Thread Bob Sneidar via use-livecode
Sorry Iwas working on something else. I may not have explained it well. I have a Pulldown Menu with these options: Device Installation Device Relocation Firmware Update Onsite Service Remote Service Software Installation Other... When no datagrid record is selected, I set the label of this men

Re: PullDown Menu and the label

2018-06-08 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > I have noticed that if you set the text of a menu button without > setting the label, the label becomes the first line in the text. > It may only do this on a Mac though. If you haven't set the label, what exactly appears in that first line in the text? If you find a step

Re: PullDown Menu and the label

2018-06-08 Thread Bob Sneidar via use-livecode
I have noticed that if you set the text of a menu button without setting the label, the label becomes the first line in the text. It may only do this on a Mac though. I will try with a new stack. There may be something in mine preventing it from working. Who knows? Bob S > On Jun 8, 2018, a

Re: Open recent File Menu

2018-06-08 Thread Terence Heaford via use-livecode
> On 8 Jun 2018, at 16:56, Klaus major-k via use-livecode > wrote: > > set the cRecentStackPaths of stack "revpreferences" to empty Thanks very much. Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

Re: PullDown Menu and the label

2018-06-08 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > I'm pretty sure this is a bug. If I set the label of a pulldown menu > button where the label was empty before, the button does not display > the label. I checked the property inspector, and the label is indeed > set, but the label does not display until I interact with the bu

PullDown Menu and the label

2018-06-08 Thread Bob Sneidar via use-livecode
Hi all. I'm pretty sure this is a bug. If I set the label of a pulldown menu button where the label was empty before, the button does not display the label. I checked the property inspector, and the label is indeed set, but the label does not display until I interact with the button and actual

Re: Convert UTM to Lat/Long

2018-06-08 Thread Ludovic THEBAULT via use-livecode
> Le 8 juin 2018 à 18:56, Trevor DeVore via use-livecode > a écrit : > > I need to convert UTM coordinates to lat/long coordinates so I converted > the python script found at the following url to LiveCode: > > https://stackoverflow.com/questions/343865/how-to-convert-from-utm-to-latlng-in-pyth

Re: worth it's salt in security

2018-06-08 Thread Brian Milby via use-livecode
Roger. I used MD5 to have it work in LC8 but will add a card that uses SHA3. I also want to implement the RFC HMAC as a demo (unless I find that someone else has already done it). On Jun 8, 2018, 11:56 AM -0500, Tom Glod via use-livecode , wrote: > cool demo stack brian. i would exchange the

Convert UTM to Lat/Long

2018-06-08 Thread Trevor DeVore via use-livecode
I need to convert UTM coordinates to lat/long coordinates so I converted the python script found at the following url to LiveCode: https://stackoverflow.com/questions/343865/how-to-convert-from-utm-to-latlng-in-python-or-javascript I’ve saved it as a gist in case anybody else needs it. https://g

Re: worth it's salt in security

2018-06-08 Thread Tom Glod via use-livecode
cool demo stack brian. i would exchange the md5 to a modern hashing algo but demonstrates the point well. thanks. On Thu, Jun 7, 2018 at 11:50 PM, prothero--- via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks, Brian. > Bill > > William Prothero > http://ed.earthednet.org

Re: Open recent File Menu

2018-06-08 Thread Bob Sneidar via use-livecode
Not that it is relevant here, but I have a recent customer popup menu in my app, and even IT has a Clear Menu selection. :-) Bob S > On Jun 8, 2018, at 08:58 , Brian Milby via use-livecode > wrote: > > Has this ever been requested formally? Seems like a pretty easy add. > On Jun 8, 2018, 10:

Re: Open recent File Menu

2018-06-08 Thread Brian Milby via use-livecode
Has this ever been requested formally? Seems like a pretty easy add. On Jun 8, 2018, 10:57 AM -0500, Klaus major-k via use-livecode , wrote: > Hi terence, > > > Am 08.06.2018 um 17:44 schrieb Terence Heaford via use-livecode > > : > > > > For the life of me I cannot remember how to clear this men

Re: Open recent File Menu

2018-06-08 Thread Klaus major-k via use-livecode
Hi terence, > Am 08.06.2018 um 17:44 schrieb Terence Heaford via use-livecode > : > > For the life of me I cannot remember how to clear this menu? ... set the cRecentStackPaths of stack "revpreferences" to empty ... > Most Mac Apps have a Clear Menu item at the foot of the drop down menu, why

Open recent File Menu

2018-06-08 Thread Terence Heaford via use-livecode
For the life of me I cannot remember how to clear this menu? Most Mac Apps have a Clear Menu item at the foot of the drop down menu, why can’t Livecode? Thanks Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-08 Thread Trevor DeVore via use-livecode
On Fri, Jun 8, 2018 at 4:19 AM, Ralf Bitter via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Trevor, > > wonderful, it works! Thanks a lot for looking into it. > You’re welcome. I’ve added the change to the master branch. > Now I am at risk to get addicted to Levure though. > I h

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-08 Thread Ralf Bitter via use-livecode
Hi Trevor, wonderful, it works! Thanks a lot for looking into it. Now I am at risk to get addicted to Levure though. Ralf > On 7. Jun 2018, at 23:02, Trevor DeVore via use-livecode > wrote: > > Try changing line 507 (or thereabouts) in `levure.livecodescript` to the > following: > > ``` >