Hi Gerry
Is this any help?
put 124869 into tData
put tData div 6 into tMinutes
put tData mod 6 into tRem
put tRem div 1000 into tSeconds
put tMinutes & ":" & tSeconds
Regards
Peter
On 28 Jun 2014, at 10:57, Gerry Orkin wrote:
> Hi all
>
> I'
On 6.6.2 I get no errors
Sent from my iPhone
> On 28 Jun 2014, at 7:21 am, "Vaughn Clement" wrote:
>
> Hi
>
> I recall a short time ago that one version of LC was getting code signing
> errors when building an IOS app.
> Does anyone know what version is working that does not produce code signing
Hi all
I'm playing an .mp3 file in iOS and saving the elapsed playing time (in
milliseconds as reported by the native player) into an sqlite database as it
plays. That's working fine.
I'm now struggling to convert those milliseconds into a MM:SS format for real
time display. Anyone done that?
On Jun 27, 2014, at 7:08 PM, Mark Wieder wrote:
> Pete-
>
> Friday, June 27, 2014, 9:31:20 AM, you wrote:
>
>> A full description is in my QCC report number 10511
>
> Having now read the bug report (*very* interesting reading) my
> thinking is that this may well be connected to variable preser
Pete-
Friday, June 27, 2014, 9:31:20 AM, you wrote:
> A full description is in my QCC report number 10511
Having now read the bug report (*very* interesting reading) my
thinking is that this may well be connected to variable preservation
rather than explicitVars, even if you don't currently have
Hi
I recall a short time ago that one version of LC was getting code signing
errors when building an IOS app.
Does anyone know what version is working that does not produce code signing
errors. I have 6.5.2 that I built the stack with.
Thank you
Vaughn Clement
Apps by Vaughn Clement (Support)
*
On Jun 26, 2014, at 10:44 PM, Mark Smith wrote:
> Hi, does anyone know how to calculate someones age in years from two dates?
>
> Currently I am doing something kludgy like:
>
> convert dateone from date to seconds
> convert datetwo from date to seconds
> put datetwo - dateone into age -- calcul
Hi Craig,
The error message "name shadows another variable" is shown as when strict
compile mode is on. It's supposed to indicate that the name of a declared
variable has already been declared somewhere else in the script, perhaps
with another local statement in the same script/handler or in a gl
On 27/06/2014 06:43, Peter Haworth wrote:
Bottom line is, this shouldn't happen, there should be no need for any
workaround.
A recent thread talked about "paper cuts". For me this is an open,
festering wound!
I absolutely agree. And it's been festering for a long time.
One annoying thing ab
Hi everyone
This is your last chance to register for the meet up tomorrow, if you don't
register now, it's first come first serve, and the room is almost full.
What: An afternoon of talking, socialising, having fun
When: 13:00 - 17:00 28. June 2014 (possibly dinner after that)
Where: Karl der Gr
10 matches
Mail list logo