Hi,
Can Livecode be used to make a podcast player? If so, where can I start to learn how to?
Cheers.
Search found 13 matches
- Sat Oct 01, 2016 10:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Podcast player
- Replies: 2
- Views: 2782
- Wed May 21, 2014 4:01 pm
- Forum: Off-Topic
- Topic: Non-Disclosure Agreements & project work
- Replies: 1
- Views: 3212
Non-Disclosure Agreements & project work
Hi, I'm looking to hire a developer to work with me in the development of some apps I have in mind. I'm at the point where I'm thinking about NDA's but don't actually have one to reference. Would someone be kind enough to supply a standard NDA for me to review? Also if you've experience in GPS enabl...
- Sun May 18, 2014 9:17 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Developer required?
- Replies: 0
- Views: 1550
Developer required?
Hi,
I'm looking for a developer to work with me on a few ideas. I hope I'm posting in the correct area.
Perhaps, at the moment, the more 'challenging' app would be a GPS based fitness tracking app.
email me at livecode_dev@outlook.com , if you are interested and available.
I'm looking for a developer to work with me on a few ideas. I hope I'm posting in the correct area.
Perhaps, at the moment, the more 'challenging' app would be a GPS based fitness tracking app.
email me at livecode_dev@outlook.com , if you are interested and available.
- Tue Apr 22, 2014 8:32 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Worried about add-ons
- Replies: 3
- Views: 2942
Worried about add-ons
Hi, I've started the Livecode University course and really feeling that I can see this through and produce something at the end. My concern though is that I will have the next "kick-ass" app idea perfect for Livecode, but will require an addon to complete the app. So are ALL addons to enhance the pr...
- Tue Sep 17, 2013 6:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Spreadsheet like calculations
- Replies: 4
- Views: 3690
Re: Spreadsheet like calculations
Thanks for the reply.
I'm not wanting to remake excel. Just replicate these two formulas ...
=sum(((C7+C3-(C4+C5))/C1))*100
=sum((C3-(C4+C5))/D2)
Cheers.
I'm not wanting to remake excel. Just replicate these two formulas ...
=sum(((C7+C3-(C4+C5))/C1))*100
=sum((C3-(C4+C5))/D2)
Cheers.
- Tue Sep 17, 2013 10:53 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Spreadsheet like calculations
- Replies: 4
- Views: 3690
Spreadsheet like calculations
Hi, I have started to learn Livecode and am getting real excited about it, but I feel that I need to have a project I can think about developing whilst I learn Livecode. I have an idea for an app which is like a spreadsheet in that it has text boxes for cells and like a spreadsheet some text boxes w...
- Sun Jun 09, 2013 9:29 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCode and Revolution
- Replies: 5
- Views: 4060
LiveCode and Revolution
Hi, I think I understand that LiveCode has developed from Revolution, which came from MetaCard which came from HyperTalk, or something like that. It seems to me though that Revolution is still an "alive" language, so what is the relationship between LiveCode and Revolution? I'm on a TIGHT budget and...
- Sat Jun 08, 2013 6:40 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Game idea.
- Replies: 7
- Views: 5432
Re: Game idea.
So LiveCode, as downloaded, can do most of the things Animation Engine does. It's just that Animation Engine does them quicker.
This "quicker" is done by having pre-made code to achieve an outcome and do you just tweak the code to suit your needs?
This "quicker" is done by having pre-made code to achieve an outcome and do you just tweak the code to suit your needs?
- Fri Jun 07, 2013 9:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Game idea.
- Replies: 7
- Views: 5432
Re: Game idea.
You just reminded me if another idea I had ... Would I need to buy 3rd party stuff to develop some thing like "paper toss" from the Apple App Store.
Which involves a spherical object being thrown away from the user and if course getting smaller and then going some basic bounce effect?
Which involves a spherical object being thrown away from the user and if course getting smaller and then going some basic bounce effect?
- Fri Jun 07, 2013 7:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Game idea.
- Replies: 7
- Views: 5432
Game idea.
Hi, I'm new to LiveCode and the programming world. What I've read about LiveCode so far has enabled me to understand other languages, such as Applescript. Just understanding the intent of the code has opened it all up. So why the post? I have had an idea for a game, I had the idea some 15 years ago,...
- Fri May 24, 2013 2:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Even before a LiveCode "Newbie" ...
- Replies: 1
- Views: 2141
Even before a LiveCode "Newbie" ...
Hi, I have installed LiveCode Community to my MacBook. I have now read that I need to install xCode. I have downloaded xCode and installed it, now what I read is that I have to install some SDK's. Where do these come from the Apple downloads for developers website (would post a link, but I guess I'm...
- Fri May 17, 2013 10:55 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Memory
- Replies: 3
- Views: 3019
Re: Memory
Thanks for the reply ...
So an app is a complete package. Everything that can be used is loaded into memory, whereas the other way only the things that are being used is loaded into memory.
So an app is a complete package. Everything that can be used is loaded into memory, whereas the other way only the things that are being used is loaded into memory.
- Fri May 17, 2013 9:57 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Memory
- Replies: 3
- Views: 3019
Memory
Hi, I've been reading through LiveCode Mobile Dev and have not come across how memory is dealt with. I'm learning LiveCode as a hobby, a guy I work with has been "coding" for 20+ years. I showed him LiveCode and we had a chat about Variables as a chunk of text I had read from the book explained how ...