Search found 20 matches

by Drachen Jager
Thu May 22, 2008 5:49 pm
Forum: Talking LiveCode
Topic: Card scripts not executing properly in standalone.
Replies: 3
Views: 4362

Nothing special. Some functions, globals and loading a font in the open stack scripts. The card it's self is pretty simple.
by Drachen Jager
Wed May 21, 2008 9:57 pm
Forum: Multimedia
Topic: Playing audio called from a different card
Replies: 4
Views: 6449

You could make the player invisible or place it behind something else.

You can also just

Code: Select all

Play "audiofile.wav"
Playing sounds without a player only works for some file formats however.[/code]
by Drachen Jager
Wed May 21, 2008 9:52 pm
Forum: Multimedia
Topic: Unable to reuse a Player to handle another sound...
Replies: 7
Views: 8702

Ha!

140 sounds! I wish I only had 140... I'd have to work it out but I think I'm more like 1,400.

In other words, not realistic.
by Drachen Jager
Sat Apr 26, 2008 10:17 pm
Forum: Talking LiveCode
Topic: Card scripts not executing properly in standalone.
Replies: 3
Views: 4362

Card scripts not executing properly in standalone.

I'm having several problems in the standalone card scripts that I didn't have in 2.8 1) The first card to load appears to fail to run all of the card "on opencard" scripts. These work fine once I navigate away from that card and back to it. 2) In the standalone some scripts just seem to fail, the sc...
by Drachen Jager
Thu Apr 24, 2008 11:06 pm
Forum: Multimedia
Topic: Unable to reuse a Player to handle another sound...
Replies: 7
Views: 8702

I just realized why it was working for me sometimes. If the command to switch audio files is executed BY the player (for example as an "on Stopped") it seems to switch correctly, needs more testing but it appears to work OK. Still it's going to be a pain in the butt to reprogram everything with that...
by Drachen Jager
Thu Apr 24, 2008 10:57 pm
Forum: Multimedia
Topic: Microphone inputs for Windows.
Replies: 10
Views: 12594

Works properly in 2.9

(now if I could just get the player to switch files properly in 2.9!)
by Drachen Jager
Thu Apr 24, 2008 10:56 pm
Forum: Multimedia
Topic: recording a sound
Replies: 3
Views: 6080

Update: Bug fixed in 2.9
by Drachen Jager
Thu Apr 24, 2008 10:55 pm
Forum: Multimedia
Topic: Only the first letter of title shows up in titlebar
Replies: 9
Views: 10673

I have the same problem. Windows xp 64

Thanks for the workaround Simon I was considering a preloader for my program anyhow so that works for me.
by Drachen Jager
Thu Apr 24, 2008 10:53 pm
Forum: Multimedia
Topic: Unable to reuse a Player to handle another sound...
Replies: 7
Views: 8702

Same problem here

Klaus's fix doesn't work for me either (windows xp 64) Also, I notice that sometimes I can get the sound to change but I'm not really sure why it does it sometimes and not others. The "Property Inspector" of the player shows the correct (changed) filename even when the player is playing the old file...
by Drachen Jager
Mon Feb 25, 2008 5:57 pm
Forum: Multimedia
Topic: recording a sound
Replies: 3
Views: 6080

Win xp, 64 bit.
Latest QT now but I've tried several versions in the hopes it would work.
Rev 2.8.1

I think it's the 64 bit screwing things up, I registered for the trial of Revolution on an old computer running 2k in 32 bit and it works properly.
by Drachen Jager
Fri Feb 22, 2008 8:12 pm
Forum: Multimedia
Topic: recording a sound
Replies: 3
Views: 6080

recording a sound

Ok, stupid simple question. How do I record audio from a microphone. I have tried; button "record" with code: on mouseUp record sound file "testing.wav" end mouseUp button "stop" with code: on mouseUp stop recording end mouseUp button "play" with code: on mouseUp play "testing.wav" end mouseUp (ther...
by Drachen Jager
Thu Feb 21, 2008 10:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Two intermittent bugs.
Replies: 0
Views: 2208

Two intermittent bugs.

I have two problems which have alternated working and failing without any apparent changes on my part. First: For the first several months I owned Revolution it correctly created the paths for my files when I was building a standalone application. Then for no apparent reason it just started piling e...
by Drachen Jager
Tue Feb 19, 2008 12:17 am
Forum: Multimedia
Topic: Microphone inputs for Windows.
Replies: 10
Views: 12594

Ok, it WAS working, I've been programming other areas and was just recently doing some alpha testing, now sound recording doesn't work again! I tested older versions of my program where audio recording worked and it fails there too so it's something external which has changed. Either it's because I'...
by Drachen Jager
Mon Feb 04, 2008 12:34 am
Forum: Talking LiveCode
Topic: Application with many cards running extremely slowly.
Replies: 15
Views: 13027

I need to use 700 or so cards because I'm creating an educational application, there are 10 lessons per subject and 70 subjects.

No there is no way to put multiple subjects together.

No there is no way to put multiple lessons together. :roll:
by Drachen Jager
Mon Feb 04, 2008 12:07 am
Forum: Talking LiveCode
Topic: Application with many cards running extremely slowly.
Replies: 15
Views: 13027

There's no real getting around the number of cards required. One possibility I'm trying to figure out now is how to hold all of the basic card scripts in one place, because I have some menus and then 10 cards which are repeated around 70 times each with only minor changes. If I could hold the script...