Search found 4 matches
- Mon Jan 23, 2017 11:53 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Datasorting
- Replies: 3
- Views: 2226
Datasorting
Hi, This could be something really simple and I'm having a moment, but i've a list of IDs, names and scores in a data grid and i'm trying to pull out the list sorted so that it can be pushed to a graphics machine via AMCP commands. I've got the data grid sorting perfectly, however when I try to pull...
- Tue Jan 03, 2017 4:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Timekeeper with tenths of seconds
- Replies: 7
- Views: 3722
Re: Timekeeper with tenths of seconds
It would be the converting and displaying - and then storing it so it's easily retrieved.. Basically, is the best way to convert the time into a total number of seconds e.g. 67.4 which will then eventually be formatted back into 1 min 7.4 seconds... if you see what I mean, getting it to divide by 60...
- Tue Jan 03, 2017 2:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Timekeeper with tenths of seconds
- Replies: 7
- Views: 3722
Re: Timekeeper with tenths of seconds
Maybe it's just me.... but thanks for the welcome :) I suppose my 'sticking point' is how to deal with hh:mm:ss:ss in a data grid, and then making sure the calculation works for the difference... It's how if I pull XX:XX:XX:XX out of a DataGrid and then key in YY:YY:YY:YY - that it would know how to...
- Tue Jan 03, 2017 1:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Timekeeper with tenths of seconds
- Replies: 7
- Views: 3722
Timekeeper with tenths of seconds
Hi, I'm pretty much new to LC but have a bit of experience in coding - but have been asked to look at developing an app to deal with timings. I've figured out what I need and it's pretty straight forward, but what's complicating issues is the need to put in timings to tenth of a second... as this is...