Search found 9 matches
- Thu Jan 20, 2011 8:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Retrieving info about media being played.
- Replies: 3
- Views: 3197
Re: Retrieving info about media being played.
Hi Rupes and Bernd, since video playback is currently very basic on iOS it does not (yet) support these features available through QuickTime in the desktop version of LiveCode. Best Klaus So currently the only info that can be retrieved for any media (video and audio) being played on an iDevice is ...
- Thu Jan 20, 2011 10:48 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can I display the value of a variable, without dialogs?
- Replies: 12
- Views: 9184
Re: How can I display the value of a variable, without dialogs?
A stack is more like a window, but he's suggesting to set the label of the stack to a value will change the window title in the titlebar. This is the same as setting the "title" property of the stack. Ah, ok thanks for clearing that up. I think I'm finally getting a better idea of how LiveCode appr...
- Thu Jan 20, 2011 10:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Retrieving info about media being played.
- Replies: 3
- Views: 3197
Retrieving info about media being played.
Alright, I'm starting to understand LiveCode app building a bit better. However, I can't seem to find out how I can retrieve data through the built in media players or the external QuickTime player. What I'd like to do access EXIFF info for the file, and also current position (time) of the playing m...
- Wed Jan 19, 2011 2:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can I display the value of a variable, without dialogs?
- Replies: 12
- Views: 9184
Re: How can I display the value of a variable, without dialogs?
Stack? I thought a stack was more like a window. I guess I better try reading that manual again, from the very beginning.jsburnett wrote:Try using:
set the label of this stack to whatEverVariable
then the name of the stack will be the variable you want.
- Fri Jan 14, 2011 6:35 am
- Forum: Converting to LiveCode
- Topic: Hardcore Java developer wanting to learn Revtalk
- Replies: 5
- Views: 8203
Re:
error 404BvG wrote:I think the scripting conferences are very good for introduction, but then nothing beats browsing the dictionary...
http://www.runrev.com/developers/tutori ... nferences/
- Fri Jan 14, 2011 6:19 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can I display the value of a variable, without dialogs?
- Replies: 12
- Views: 9184
Re: How can I display the value of a variable, without dialogs?
Also, I have to wonder just how bloated the resulting code for a LiveCode app is. How does it deal with all those other options available in the field object inspector, options that would never be needed for the simple display of the value of a variable on screen?
- Fri Jan 14, 2011 5:57 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can I display the value of a variable, without dialogs?
- Replies: 12
- Views: 9184
Re: How can I display the value of a variable, without dialogs?
Thanks for the reply, but a field would not be appropriate as the user would never actually be entering any text, text would simply be displayed. I'm sure it is possible to replicate what I'm requesting using the field 'button', but that would be a very clumsy way to do what I'm asking about and wo...
- Fri Jan 14, 2011 3:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can I display the value of a variable, without dialogs?
- Replies: 12
- Views: 9184
Re: How can I display the value of a variable, without dialogs?
Thanks for the reply, but a field would not be appropriate as the user would never actually be entering any text, text would simply be displayed. I'm sure it is possible to replicate what I'm requesting using the field 'button', but that would be a very clumsy way to do what I'm asking about and wou...
- Fri Jan 14, 2011 12:33 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can I display the value of a variable, without dialogs?
- Replies: 12
- Views: 9184
How can I display the value of a variable, without dialogs?
Finally got around to giving LiveCode a look (unfortunately 21 days after installing the demo, so only 9 days left for testing), and cannot seem to find anyway to display the value of a variable. For example, if I had a variable called "currentUser" and wanted to have its value (the name of the curr...