Search found 5 matches

by rado
Tue Jun 01, 2021 10:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Building a music player
Replies: 9
Views: 5944

Re: Building a music player

Stam,

thank you very much!
Yes DataGrid was obviously a overkill.. I am trying to do it with arrays now.
Forget about the synchronise part.. :D


Best regards,
Rado
by rado
Tue Jun 01, 2021 8:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding two 'times' togehter
Replies: 8
Views: 4161

Re: Adding two 'times' togehter

Thank you very much guys!

It works perfect with the code form Klaus.


Best regards,
Rado
by rado
Fri May 28, 2021 2:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding two 'times' togehter
Replies: 8
Views: 4161

Adding two 'times' togehter

Hi, i have two variables who represent duration of a song. The one is for example: "00:03:06" and the other one: "00:02:15" and i am trying to add them together. I have converted them both into "long time" and other formats and tried stuff like: timeOne + timeTwo put timeOne+timeTwo into ... put sum...
by rado
Thu May 27, 2021 8:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Building a music player
Replies: 9
Views: 5944

Re: Building a music player

Sorry, i should have been more specific. By invisible DataGrid, i mean that the grid is not visible for the user. Whenever the user builds his playlist(selects songs from the dropdown and adds them), only the song title is inserted into the scrolling list field and more detailed information about th...
by rado
Tue May 25, 2021 9:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Building a music player
Replies: 9
Views: 5944

Building a music player

Hello guys, I want to build a music player with LiveCode. Could you please give me some advice on how to approach things or give me some reference examples. The goal is that the user can select his songs from a dropdown list, add them to to a playlist (scrolling list field) where he can change the s...