Search found 3847 matches

by bn
Sat Nov 28, 2009 6:56 pm
Forum: Internet
Topic: revlet plugin detection
Replies: 4
Views: 3581

Re: revlet plugin detection

ukimiku, in the html file that is generated when a revlet is built, the test.htm there is a section for plug-in detection <!-- This script determines if the plugin is installed, and if so shows the 'plugin' DIV, otherwise it shows the 'noplugn' DIV --> ..... javascript....... <!-- Plugin detection s...
by bn
Sat Nov 28, 2009 4:29 pm
Forum: Talking LiveCode
Topic: Rev 4.0 - stack does not open
Replies: 6
Views: 5184

Re: Rev 4.0 - stack does not open

Daniel, this might pertain to your problem: http://jacque.on-rev.com/codebits/dualrevlets.irev Jacqueline shows and explains how to display two stacks on a webpage at the same time and that they communicate with each other. Maybe not exactly what you want but maybe a workaround. I tried this and wor...
by bn
Fri Nov 27, 2009 10:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I make a variable and put it in a text field?
Replies: 3
Views: 2783

Re: How do I make a variable and put it in a text field?

Welcome to the forum Modfox, you would want to move the code above the mouseUp below the mouseUp, that is it. on mouseUp put any character of "abcdef1234567890" into trand put trand into field "testing" end mouseUp please put field names into quotes. It works without but it is a source of future tro...
by bn
Fri Nov 27, 2009 5:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with player's volume
Replies: 5
Views: 2995

Re: Problem with player's volume

Vincent,
I have no idea what is going on. You just could try with different mpgs, restarting Rev, and the usual generic measures to try to circle in on the problem.

would you mind posting the Quicktime version and the version of Rev you are using?

regards
Bernd
by bn
Fri Nov 27, 2009 4:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with player's volume
Replies: 5
Views: 2995

Re: Problem with player's volume

Vincent, I tried with two mpg movies (the only ones I got) and they both worked. But there might be problems with different mpg clips that I dont know about. I seem to remember that the mpg format can differ, if I am not mistaken. Sorry. Are you using Quicktime? I am on a Mac and dont know much abou...
by bn
Fri Nov 27, 2009 3:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with player's volume
Replies: 5
Views: 2995

Re: Problem with player's volume

Vincent,

what you describe works for me without a problem. A player object using quicktime playing a movie and then issuing set the playloudness of player 1 to 0 does what it is supposed to do.
What is you hardware/software setup?
regards
Bernd
by bn
Thu Nov 26, 2009 3:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Trying to implement calendar
Replies: 27
Views: 13911

Re: Trying to implement calendar

Hi rainforestinn,
put this into the message box in RunRev and hit return:

Code: Select all

go stack url "http://www.bergroth.fi/tmp/Calendar%20sample.rev"
This will get you the stack right into Rev.

regards
Bernd
by bn
Wed Nov 25, 2009 1:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adjust Audio Play Rate
Replies: 10
Views: 4845

Re: Adjust Audio Play Rate

Bidge, I dont see a way in the quicktime external or with Revs sound recording capabilities to create a sound file with the change of pitch/rate preserved. (I did record a sound file via the internal microphone on a MacBook Pro with pictch changes with Rev's " record sound file theFile" but that is ...
by bn
Tue Nov 24, 2009 2:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adjust Audio Play Rate
Replies: 10
Views: 4845

Re: Adjust Audio Play Rate

great Sparkout, I didn't even think of callbacks since I like "send in time" too much :) If one wants to go with callbacks, (which at times are very handy) one could do the sliding pitch / rate like this in a separate button on mouseUp put the duration of player 2 into tDuration put 1.6 into tPlayRa...
by bn
Tue Nov 24, 2009 12:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adjust Audio Play Rate
Replies: 10
Views: 4845

Re: Adjust Audio Play Rate

Bidge, ... Say that at the start of an audio file the playrate is 1.6, the middle, .7, and the end 1.9 ? try this in the script of a player you want to play at different playrates during playing: local tIsPlaying, tDuration, tPlayRateAtBegin, tPlayRateMiddle, tPlayRateEnd on playstarted put true int...
by bn
Wed Nov 18, 2009 5:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Weird behaviour copying a field into another stack
Replies: 4
Views: 3257

Marta, your script works if and when there is not prior formatting regarding textFont in the field. If you want to change the textFont afterwards then try this: on mouseUp set the lockText of field "Text2" to false -- if you want this/ not needed, can be locked --set the lock of field "Text2" to fal...
by bn
Wed Nov 18, 2009 11:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Weird behaviour copying a field into another stack
Replies: 4
Views: 3257

Marta, your script copies a whole field, not just the content of the field effectively adding a field to the destination card. try: set the htmlText of field 1 of card 1 of stack "myOtherStack" to the htmlText of field 1 of this card to just copy the content of a field with the formatting preserved....
by bn
Wed Nov 18, 2009 1:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: QuickTime Movies in revlets...
Replies: 11
Views: 6954

Nonsanity, BUT... It doesn't look like any of the mouse or keyboard events QTVRs use to manipulate the image are getting passed to it by Rev. I don't know if there's a way to force the events to target the player or if Rev just isn't set up to handle that If you click into the movie player (the VR m...
by bn
Tue Nov 17, 2009 1:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Trachtenberg Speed Mathematics Trainer on RevOnline
Replies: 19
Views: 12304

ukimiku, I am the perfect beta-tester for math applications: I just click around without the slightest idea of what is going on :) But since you are in programming, you don't appear to be a hopeless case well, I solve my math problems by iteration, but please don't tell anybody. 1+1+1+1 :) regards B...
by bn
Tue Nov 17, 2009 11:59 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Trachtenberg Speed Mathematics Trainer on RevOnline
Replies: 19
Views: 12304

ukimiku, there was a spam attac last night and this morning almost all posts were gone so I guess Edinburgh had to revert to a backup and the latest posts were lost. I looked at your "Trachtenberg" stack and find it quite impressive the way you handle skinning. I have not the slightest idea how I co...

Go to advanced search