Search found 50 matches

by agraham147
Thu Aug 11, 2022 6:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player not playing audio when on another card
Replies: 13
Views: 2745

Re: Player not playing audio when on another card

Hi Jacque, So you believe that by grouping all the players together and copy and pasting them onto every card of my application, that will prevent the delays. So you are sure that won't cause a delay on navigating to every card? Yes, all the players are invisible as they are just playing out audio. ...
by agraham147
Thu Aug 11, 2022 2:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player not playing audio when on another card
Replies: 13
Views: 2745

Re: Player not playing audio when on another card

Hi Klaus, I run my app on Windows. The filenames of the players are set on openStack and then never touched again after that. My main clock only displays minutes and seconds and so I have it update after every second. I have a simple handler called updateClock that just repeats itself after 1 second...
by agraham147
Wed Aug 10, 2022 8:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player not playing audio when on another card
Replies: 13
Views: 2745

Re: Player not playing audio when on another card

Hi Klaus, Unfortunately, I've already tried the audioClip method and it slows down my application to the point where the clock becomes inaccurate. The players work perfectly, but unfortunately I have that one issue now. I will need to play around with different methods. Possibly edit some of the aud...
by agraham147
Wed Aug 10, 2022 7:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player not playing audio when on another card
Replies: 13
Views: 2745

Re: Player not playing audio when on another card

Hi Klaus, Let me try and explain my issue for you. Each of my sounds are only 1 second long. I have 10 players which are invisible objects as they only play out audio. My application is a snooker scoreboard for Windows. The scoreboard has two separate clocks, one which counts down from 15 minutes to...
by agraham147
Wed Aug 10, 2022 6:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player not playing audio when on another card
Replies: 13
Views: 2745

Re: Player not playing audio when on another card

Hi Klaus, Thank you so much for your quick reply. However, I don't need the players on any other cards. My reason for putting them on another card was because my application was slowing up by a few seconds whenever I had gone away from the card and then came back to it. The players aren't playing wh...
by agraham147
Wed Aug 10, 2022 5:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Player not playing audio when on another card
Replies: 13
Views: 2745

Player not playing audio when on another card

Hi guys. I hope you can help me. In my application, I have 10 players each with a wav audio file for a different sound effect, no video. When the players are objects in the current card they play out the audio without issue. However, I've noticed that when I navigate out the card and then come back ...
by agraham147
Tue Jun 29, 2021 8:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HTML5 and SQL database
Replies: 2
Views: 1510

Re: HTML5 and SQL database

Hi Fourth World, Thank you very much for your reply. Unfortunately my knowledge and understanding is somewhat limited when it comes to web development. Do I create an API using Livecode Server and are there any examples or tutorials for me to learn? Also, once the API has been developed, does that m...
by agraham147
Tue Jun 29, 2021 2:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HTML5 and SQL database
Replies: 2
Views: 1510

HTML5 and SQL database

Hi everyone, I'm in the process of creating an application which I want to deploy as a Livecode HTML5 Web App. I want my app display data from a SQL database I have set up on my hosting account (cPanel), but I've been made to believe that Livecode web apps don't support SQL database connections. Is ...
by agraham147
Thu Jun 24, 2021 6:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Web Server Help
Replies: 4
Views: 2794

Re: Web Server Help

Thanks for the help guys. Now I have another issue. I've bought a livecode hosting license (cPanel). I've created a SQL database and created a user under my name. I've copied the tutorial on how to open a connection to a database from within an application at https://lessons.livecode.com/m/4071/l/11...
by agraham147
Fri Jun 11, 2021 8:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Web Server Help
Replies: 4
Views: 2794

Web Server Help

Hi guys, Over the past few years I've made a scoring/tournament management system for snooker. It consists of a couple of applications: a server application which takes care of tournament draw sheets, player information etc, and a scoring application to score the matches. I would like to be able to ...
by agraham147
Mon Jul 20, 2020 6:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid keeps creating empty last line
Replies: 12
Views: 4599

Re: Data Grid keeps creating empty last line

It's ok guys, I've just created a new dataGrid and copied the specs of the first one, and this new one is working properly. Thanks for everyone's help.

Thanks,
Aaron
by agraham147
Mon Jul 20, 2020 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid keeps creating empty last line
Replies: 12
Views: 4599

Re: Data Grid keeps creating empty last line

I've just implemented that repeat loop into my code and it's still not making a difference, could this be a bug in LiveCode?
by agraham147
Mon Jul 20, 2020 6:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid keeps creating empty last line
Replies: 12
Views: 4599

Re: Data Grid keeps creating empty last line

Also another thing to note is that the rogue empty bottom line doesn't hilite when you click it even though it's empty.
by agraham147
Mon Jul 20, 2020 5:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid keeps creating empty last line
Replies: 12
Views: 4599

Re: Data Grid keeps creating empty last line

mNumber variable is worked out by a simple repeat loop that counts the number of lines in the text file, and then divides the total by 6 as every six lines in the file is an entry in the data grid e.g 6 lines = 1 entry, 60 lines = 10 entries. All that is working fine as well. As for the dataSet ques...
by agraham147
Mon Jul 20, 2020 5:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid keeps creating empty last line
Replies: 12
Views: 4599

Re: Data Grid keeps creating empty last line

I've copied the code and no difference, it's still adding an empty line, even when I go into the property inspector there isn't an empty line in there.

Go to advanced search