Re: system weekdayNames

2015-03-31 Thread Thomas von Fintel
I get "Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag" using LC 6.7.3 on OS 10.7.5 with week starting on Monday. Thomas Am 01.04.2015 um 03:15 schrieb Peter Haworth: > The system weekdayNames returns a list of day names in the user's local > language but is the order of the day name

system weekdayNames

2015-03-31 Thread Peter Haworth
The system weekdayNames returns a list of day names in the user's local language but is the order of the day names influenced by the calendar conventions of the user's location? In other words, if I'm in the USA, the first name in the list is Sunday. If I was in a country where the convention is t

Re: BackgroundColor

2015-03-31 Thread Peter Haworth
Thanks Craig, I figured I'd have to invent something. I haven't used measureText before but looking at the dictionary, it seems to indicate the measurements all relate to the text itself. However, I do know the textheight and the width of the item so I should be able to do as you suggest. Pete l

Re: BackgroundColor

2015-03-31 Thread dunbarx
Peter. I think this may have to be a kluge. Would the "measureText" function give enough information to allow you to place a transparent colored rectangle graphic? Craig -Original Message- From: Peter Haworth To: How to use LiveCode Sent: Tue, Mar 31, 2015 5:53 pm Subject: Re: Ba

Re: Menu Builder and submenues

2015-03-31 Thread Dr. Hawkins
On Tue, Mar 31, 2015 at 11:10 AM, J. Landman Gay wrote: > Whatever follows the slash will become the keyboard shortcut. Whatever > follows the pipe will be the "label" of the menu, so that you can localize > the menus without changing their actual names. That way the scripts will > always work bu

Re: BackgroundColor

2015-03-31 Thread Peter Haworth
Thanks Ralph. Unfortunately I need to set the background of certain columns (by which I mean between tabs) of a line. Interesting that it works for the whole line though. I think I might report it at QCC, not really a bug just an inconsistency. Pete lcSQL Software Home of

Movie problems in LiveCode

2015-03-31 Thread stgoldb...@aol.com
Yes, Devin, in using your script for Macintosh using LC 6.7 and higher: set the filename of player 1 to the defaultFolder & "/media/mymovie.mov" that appears to let the movie show after the standalone is transferred to other Mac or Windows computers. I thank you for pointing that out. However,

RE: BackgroundColor

2015-03-31 Thread Ralph DiMola
Pete, I found that this happens on setting just char(s). If you set backgroundcolor of the line it fills in the entire height. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runre

Re: OT: On-Rev issue (non-emergency)

2015-03-31 Thread Matthias Rebbe
Graham, the htaccess.txt file might contain the correct stuff, but as long as it is not named .htaccess it will be ignored by the Apache server. Can you open it and post the content of that file here? Or if you want to use the php.ini for your custom settings and the public_html folder does no

BackgroundColor

2015-03-31 Thread Peter Haworth
I am setting the backgroundcolor by script of a chunk of text in a field whose textSize is 16 and textHeight is 30. The backgroundcolor only hilites the text up to the textSize, the area between the textSize and the textHeight stays unhilited. Is there a property which will hilite the selected te

Re: Menu Builder and submenues

2015-03-31 Thread J. Landman Gay
On 3/31/2015 2:45 PM, Peter Haworth wrote: Thanks for the explanation, I had forgotten about what I think are called tags in menu items. Do you happen to know offhand if these tags are supported for all menu type - option, popup, etc? Tags. Right, I should have said "tags". It doesn't look lik

Re: Menu Builder and submenues

2015-03-31 Thread Peter Haworth
Jacque, Thanks for the explanation, I had forgotten about what I think are called tags in menu items. Do you happen to know offhand if these tags are supported for all menu type - option, popup, etc? Pete lcSQL Software Home of lcStackBrowser

Re: OT: On-Rev issue (non-emergency)

2015-03-31 Thread Graham Samuel
Thanks Matthias, and thanks also to Shawn Beagle who contacted me off list. I am frankly too scared to follow these instructions: the editor suggests I make a back up before editing anything, and I don’t really know how to do the restore. As a LiveCode person and very much not a server person I

Re: Menu Builder and submenues

2015-03-31 Thread J. Landman Gay
On 3/30/2015 4:47 PM, Dr. Hawkins wrote: Schedules A/|A B/|B I don't see why it has the / Whatever follows the slash will become the keyboard shortcut. Whatever follows the pipe will be the "label" of the menu, so that you can localize the menus without changing their actual names. That way

Re: OT: On-Rev issue (non-emergency)

2015-03-31 Thread Matthias Rebbe
Graham, you could try to disable it using an .htaccess file which is put into the root folder of your domain. Please add the following line to the .htaccess files php_flag magic_quotes_gpc Off If this does not work you could use a php.ini file to disable it. See the first example at http://ph

Re: Summer (Winter) Time Fun

2015-03-31 Thread Peter Haworth
If you have 10 minutes to spare, check out the video at https://youtu.be/-5wpm-gesOY on the topic of dealing with time zones and various other time related anomalies It's quite funny! It does mention that there is open source code to deal with this but doesn't say where it can be found. Pete lcSQ

Re: Summer (Winter) Time Fun

2015-03-31 Thread Ben Rubinstein
Hi Pyyhtiä, I don't have any technical suggestions for you. But a non-tech suggestion and a point of information: - suggestion: add a grace period. Possibly display the information that your term ends today - but in practise give a 24-hour grace period when the app still works. If the cli

OT: On-Rev issue (non-emergency)

2015-03-31 Thread Graham Samuel
Sorry to be OT, but I can’t describe my need for On-Rev support to be an emergency, yet I am completely stuck until I get help and I have not had a squeak out of On-Rev support since asking a question on 28th March; and my attempts to join the forum have not worked so far, as nobody has activate

Re: Summer (Winter) Time Fun

2015-03-31 Thread J. Landman Gay
It might be easier to just calculate what day it is at 3 PM local time. That way the time differences won't matter. On March 31, 2015 7:20:46 AM CDT, "Pyyhtiä Christer" wrote: >I wonder if anyone else has met this funny problem. And possibly coded >out a solution for it. > >In my app, the auto

Summer (Winter) Time Fun

2015-03-31 Thread Pyyhtiä Christer
I wonder if anyone else has met this funny problem. And possibly coded out a solution for it. In my app, the automatically renewing in-app subscription term ended today, at 14:30. This expiry time was calculated in the app by just adding one month at the previous payment time (because Google,

Re: mobile app stores - personal v. corporate customers

2015-03-31 Thread Bernard Devlin
Thanks Mark. It would be good to hear from others who have used one of these dual approaches, to see what the benefits/pitfalls are. Regards Bernard On Mon, Mar 30, 2015 at 10:40 PM, Mark Wilcox wrote: > An ideal solution might be to have a free app with some minimal > functionality that lets