Search found 13530 matches

by Klaus
Thu Jul 05, 2007 11:53 am
Forum: Multimedia
Topic: Video files
Replies: 2
Views: 5413

Hi dalkin, the solution: Use a relative pathname for your video! Example: You have your standalone in a folder "Standalone folder" and in there is another folder named "Video" or whatever which contains your video file. Then you can use the relative (to the current folder!) pathname: "Video/your_vid...
by Klaus
Thu Jul 05, 2007 11:42 am
Forum: Multimedia
Topic: stopping videoclip stack objects?
Replies: 5
Views: 7656

Buongiorno Lestroso,

actually the correct syntax is:

-> play stop videoclip XYZ

See also the "dontrefresh" property in the docs!


Best

Klaus Major
by Klaus
Fri Jun 29, 2007 3:29 pm
Forum: Talking LiveCode
Topic: OS X screensaver
Replies: 6
Views: 5639

Hi Chris,

please check "OS X Screensaver" of user "designeq" in "Revolution Online".

Rev never stops to amaze me :-)


Best

Klaus
by Klaus
Mon Jun 25, 2007 3:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Newbie: Another code critique
Replies: 3
Views: 4228

Hi kai,

your code looks great to me, couldn't be scripted to run faster :-)


Best

Klaus
by Klaus
Tue May 22, 2007 5:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: screen captures
Replies: 4
Views: 5202

Hi Ken,

sure it is :-)

Check the docs for "import snapshot..."


Best from germany

Klaus
by Klaus
Wed May 09, 2007 9:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: "export snapshot" syntax
Replies: 12
Views: 8881

Qucik and maybe naive question:
Does a "lock screen" and "unlock screen" not what you want (Refresh card)?


Regards

Klaus
by Klaus
Sun May 06, 2007 11:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Newbie: Confused once more
Replies: 3
Views: 4751

Hi Kai, try this: on setCheckboxLayout Index answer "in setCheckboxLayout" -- set the locklocation of "group_Cat1" to True set the locklocation of GROUP ("group_Cat" & Index ) to true ## or BUTTON or whatever ("group_Cat" & Index) is... end setCheckboxLayout The object decription is missing, should ...
by Klaus
Fri Apr 20, 2007 9:52 am
Forum: Multimedia
Topic: Flash in QuickTime Player
Replies: 6
Views: 10589

Hi firends,

I think the way to go is to use the new browser external, QuickTime is a nice but half-baked solution.

This way you can have the latest Flash movies*** inside your Rev app and noone can tell the difference :-)

***and EVERYTHING that runs in a browser!


Regards

Klaus Major
by Klaus
Tue Apr 10, 2007 2:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: movie command
Replies: 4
Views: 5852

Hi maxs,

check the "play" command in the docs.

But you are quite limited when using imported videofiles!


Best

Klaus
by Klaus
Sun Apr 08, 2007 4:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: movie command
Replies: 4
Views: 5852

Hi maxs, you can script the player to act when it is done :-) Check the "playstopped" message in the docs. Use it like this (in the player's script): on playstopped hide me end playstopped Please note that "playstopped" is also sent to the player when the user stops it (e.g. via QT controller bar)! ...
by Klaus
Fri Apr 06, 2007 11:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Quicktime Player Controller
Replies: 1
Views: 4916

Hi gillilandd, 1. You cannot have the QuickTime controller bar when using "play videoclip xyz", sorry :-/ This is only possible when you use player objects and external files. But you can script some buttons to stop and resume etc... INTERNAL video files, see the "play" command in the docs.: stop vc...
by Klaus
Fri Mar 30, 2007 1:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: altNTLM.dll error
Replies: 14
Views: 12997

Hi kathir, you mean something like this? ... put folder_content(variable_with_path_to_folder) into myfiles .. function folder_content tFolder put the directory into olddir set the directory to tFolder put the files into tFiles set the directory to olddir return tFiles end folder_content Best Klaus M...
by Klaus
Thu Mar 29, 2007 5:17 pm
Forum: Talking LiveCode
Topic: Plotting Graphs
Replies: 7
Views: 7464

xApple wrote:...
Only missing an adaptive scale rather than the fixed "12" value.
...
Well, I was young and needed the money ;-)
by Klaus
Wed Mar 28, 2007 11:00 am
Forum: Talking LiveCode
Topic: Plotting Graphs
Replies: 7
Views: 7464

Hi paul_gr,

thank you VERY much :-)
by Klaus
Mon Mar 26, 2007 6:18 pm
Forum: Talking LiveCode
Topic: Plotting Graphs
Replies: 7
Views: 7464

Hi xApple,

maybe my little (cheesy :-) stack "Plotter test" may get you started.

Find it on my website on the "X-Talk" page:
http://www.major-k.de/xtalk.html


Best

Klaus Major

Go to advanced search