Search found 13530 matches

by Klaus
Tue Feb 26, 2013 7:59 pm
Forum: Multimedia
Topic: Recording while playing audio?
Replies: 5
Views: 4849

Re: Recording while playing audio?

Hi Samuel,

thank you!

Well, the docs do not tell anything about this, nor does any entry of the iOS forum.
So I think you need to check this on your own, play a long sound and let the user (maybe you in this case :D )
(try) to record a movie at the same time.


Best

Klaus
by Klaus
Tue Feb 26, 2013 7:02 pm
Forum: Multimedia
Topic: Recording while playing audio?
Replies: 5
Views: 4849

Re: Recording while playing audio?

Hi Samuel, sorry, did not mean to offend you and apologize for my "screaming"! But this happend a couple of times before in the past, we gave hints and hints until the initial poster finally told us that he meant a completely different platform. OK, please let me start over: 1. welcome to the forum ...
by Klaus
Tue Feb 26, 2013 4:08 pm
Forum: Multimedia
Topic: Recording while playing audio?
Replies: 5
Views: 4849

Re: Recording while playing audio?

Dear folks,

PLEASE, PLEASE, PLEASE!

If you do not post to the correct forum, then note at least the TARGET platform!
"front camera" SOUNDS like "iOS" or "ANDROID"?!

Thank you!


Best

Klaus
by Klaus
Mon Feb 25, 2013 12:37 pm
Forum: Multimedia
Topic: Card wont refresh after video plays
Replies: 12
Views: 11813

Re: Card wont refresh after video plays

Hi Max, if you do not post to the correct forum, yes we have a dedicated iOS forum here, you should at least note what platform your are targeting, would save a lot of our time 8) Check e.g. "Video playback support" in the "iOS Release Notes" Do this to play a video WITH controller: ... set the show...
by Klaus
Sun Feb 24, 2013 6:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Persistence of Script Local Variable value
Replies: 9
Views: 4320

Re: Persistence of Script Local Variable value

Hi Sri, you can get the values of these local variables from OUTSIDE the script by addind a function to that script that retunrs the local variable and with something like this (from the docs under VALUE): ... answer value("TheFunctionThatReturnsTheLocalVar()", the long id of <your object refence he...
by Klaus
Sun Feb 24, 2013 1:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Making a copy of a database under program control.
Replies: 4
Views: 2293

Re: Making a copy of a database under program control.

Hi Larry, I NEVER EVER rely on "the defaultfolder"! It is a snap to create the correct absolute path from the current stacks filename, so we should do this! When you open a standalone (Mac or Win) "the defaultfolder" is the folder where the EXE or APP (and here NOT inside of the app bundle!) resides...
by Klaus
Sun Feb 24, 2013 11:38 am
Forum: Multimedia
Topic: Card wont refresh after video plays
Replies: 12
Views: 11813

Re: Card wont refresh after video plays

Hi Max, sounds like the video does NOT actually play in the player! "play videoclip XYZ" does NOT use the player object on the desktop and will leave an image of the last frame on the screen! Check the dicionary for "play videoclip". Try this (desktop only, mobield needs another syntax!): on mouseUp...
by Klaus
Sun Feb 24, 2013 11:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using a number as a string vs numeral
Replies: 14
Views: 7924

Re: Using a number as a string vs numeral

Hi Sri,
sritcp wrote:

Code: Select all

........
repeat with Q = 1 to 10
repeat with N = 0 to 9
create graphic "g"&Q&N
......
ALWAYS use parenthesis when "concatenating" object names!
...
-> create grc ("g" & Q & N)
...
Did I mention ALWAYS? :D


Best

Klaus
by Klaus
Sat Feb 23, 2013 9:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Persistence of Script Local Variable value
Replies: 9
Views: 4320

Re: Persistence of Script Local Variable value

Ah, yes, sorry, I had thought you had declared the LOCAL explicitely at the top of the script:
-----------------------
local tVar

on xyz
...
---------------------
Otherwise the docs are correct, it is GONE after the handler has finished. :D
by Klaus
Sat Feb 23, 2013 8:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Persistence of Script Local Variable value
Replies: 9
Views: 4320

Re: Persistence of Script Local Variable value

I think it will only be "reset" when you quit Livecode.
by Klaus
Fri Feb 22, 2013 4:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using a number as a string vs numeral
Replies: 14
Views: 7924

Re: Using a number as a string vs numeral

Namaste Sri, ...Does set the backgroundColor of graphic "23" to blue refer to the cell named "23" or to the 23rd graphic on the card (which may not be cell "23")? Yes, the engine does not like this 8) Simply add a prefix like any character from a-z -> "m1" (maybe m for matrix, or whatever...) which ...
by Klaus
Fri Feb 22, 2013 4:21 pm
Forum: iOS Deployment
Topic: native iOS media picker for selected folder
Replies: 3
Views: 2174

Re: native iOS media picker for selected folder

Sorry, no idea...

Maybe somewhere on the Apple developer pages about HIG?
by Klaus
Fri Feb 22, 2013 3:47 pm
Forum: iOS Deployment
Topic: native iOS media picker for selected folder
Replies: 3
Views: 2174

Re: native iOS media picker for selected folder

Hi Jean-Marc,

according to the docs "MobilePickPhoto" will only work with the build-in cameras and (iPhoto) library.
So you will need to "roll your own"...


Best

Klaus
by Klaus
Fri Feb 22, 2013 10:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: RunRev / LiveCode SERVER!
Replies: 5
Views: 2996

Re: RunRev / LiveCode SERVER!

Ah, I understand.

But I doubt that this will be allowed for security reasons!
by Klaus
Thu Feb 21, 2013 11:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: RunRev / LiveCode SERVER!
Replies: 5
Views: 2996

Re: RunRev / LiveCode SERVER!

Hi David,

this not works! :D

"Livecode Server" is a "server side scripting" engine like PHP etc. and has of course NOT access to the users harddisk or system!
And we are all very happy about this and so should you! 8)


Best

Klaus

Go to advanced search