Search found 16 matches

by rwhe
Wed Sep 04, 2013 4:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete HyperCard Handbook (2.2)
Replies: 23
Views: 17179

Re: Complete HyperCard Handbook (2.2)

If this were a Kickstarter project, I would contribute too.

Who am I? A data point.
by rwhe
Wed Aug 28, 2013 11:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete HyperCard Handbook (2.2)
Replies: 23
Views: 17179

Re: Complete HyperCard Handbook (2.2)

The ebook RunRevPlanet LiveCode Tips has some comments on the Goodman books. http://downloadbranch.com/rrpLiveCode-Tips-eBook.pdf "Not all old HyperCard books are worthwhile, in the late 1980's some publishing houses churned out books of questionable value and quality to cash in on “Hyper” fever, so...
by rwhe
Sun Aug 18, 2013 1:00 pm
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

There's some factor at work I don't understand. Starting with the simple proof of concept as described above, I developed a series of more elaborate but still working stacks, until I made one that wouldn't work, no matter how I tweaked it. I compared the new stack to the earlier stacks to see what I...
by rwhe
Tue Aug 13, 2013 4:57 am
Forum: Linux
Topic: LiveCode will only launch Chrome, not Firefox
Replies: 5
Views: 6367

Re: LiveCode will only launch Chrome, not Firefox

Thanks. It's working now. A search for info on Firefox and MIME types indirectly led to the revelation that you can set Firefox to be the default browser from within Firefox's Preferences. I did so, and set Firefox as the default app for HTML for good measure. Now LiveCode will launch Firefox. Thank...
by rwhe
Mon Aug 12, 2013 7:35 pm
Forum: Linux
Topic: LiveCode will only launch Chrome, not Firefox
Replies: 5
Views: 6367

Re: LiveCode will only launch Chrome, not Firefox

87 people have viewed this thread so far, with no responses. I'm guessing no one who's seen this can answer the question. But is that because... 1. The same thing happens to you, and you don't know what to do about it? or 2. It never happens to you? If the latter, are you running some version of Lin...
by rwhe
Fri Aug 09, 2013 9:08 pm
Forum: Linux
Topic: LiveCode will only launch Chrome, not Firefox
Replies: 5
Views: 6367

Re: LiveCode will only launch Chrome, not Firefox

I should add that I have a Python script that correctly calls Firefox as the default browser.
by rwhe
Fri Aug 09, 2013 7:28 pm
Forum: Linux
Topic: LiveCode will only launch Chrome, not Firefox
Replies: 5
Views: 6367

LiveCode will only launch Chrome, not Firefox

On two different installations of Ubuntu 13.04, I've found that LiveCode 6 always calls Google Chrome with "launch url", never Firefox. I've set Firefox to be the default browser in any number of ways, including the official one from the command line. LiveCode still calls Chrome. I've gone as far as...
by rwhe
Tue Aug 06, 2013 4:00 pm
Forum: Android Deployment
Topic: Creating an Alarm Clock App for Android Phone / Tablet
Replies: 5
Views: 7342

Re: Creating an Alarm Clock App for Android Phone / Tablet

sturgis, I would like to see your code. Thanks.
by rwhe
Sun Aug 04, 2013 3:59 am
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

That's pretty much what I came up with too, minus the button to kill mplayer, plus a field where you could paste in a streaming URL to play. Works fine. I agree, the project now seems feasible. None of the rest of it should tax LiveCode.
by rwhe
Sat Aug 03, 2013 3:23 am
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

Funny thing -- when I got home tonight, I opened the stack I was working on, which had a player already named with an audio stream from last night, and the stream started playing instantly, without my doing another thing.

You guys aren't telnetting into my development box, are you? ;)
by rwhe
Sat Aug 03, 2013 12:32 am
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

Thanks for the extra details (suppressing messages and so on). I will look into them. The differences so far might arise from using different distros, or different versions of the same distro. The important thing to me is that now I can reasonably expect some variant of what's been suggested to work...
by rwhe
Sat Aug 03, 2013 12:05 am
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

Hi wsamples, Yeah, I know. Didn't you read the part of my original post where I wrote, "And since these URLs are really playlists, I've tried playing the URLs within the playlists as well"? I was never able to get one of these internal URLs to work, either, but I'm not sure I tried one after install...
by rwhe
Fri Aug 02, 2013 8:27 pm
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

Thanks, Mark. That's actually quite helpful. It sounds as though it would bear experimenting with the various other formats provided by both sites (and other sites, as well). I guess the one thing about this enterprise I really still want to know is, are there any documented instances of the Linux v...
by rwhe
Fri Aug 02, 2013 7:41 pm
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

Hi, LiveCode sees a website, no matter whether you think it is a website or not. The problem with Linux (still) is that you need to use a combination of tools to get something done. The good thing with LiveCode is that it allows you to build a nice GUI for all those bits and pieces. It sounds like ...
by rwhe
Fri Aug 02, 2013 7:26 pm
Forum: Internet
Topic: Streaming audio under Linux?
Replies: 19
Views: 17813

Re: Streaming audio under Linux?

Hi all, Thanks for your responses so far. I'm sorry I wasn't clear when I asked for help. I am interested in LiveCode as a way to create an all-in-one alarm clock app. I already have a solution cobbled together out of KAlarm, shell and Perl scripts, Gambas 3, cvlc, and moc. I don't need LiveCode as ...