Search found 16 matches

by félix
Thu Feb 01, 2018 3:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

I'm using LiveCode 7.1.4 as suggested on Ubuntu 16, and Mint Cinnamon 18.2

Image
by félix
Wed Jan 31, 2018 9:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

I attached an example stack. Thank you MaxV, your stack is working. However there are few problems : 1. MPlayer can't play very well. It get's stuck. Same thing on the terminal: "audio device got stuck" errors while playing. This issue can be addressed (see here http://alsa.opensrc.org/Mplayer .) 2...
by félix
Tue Jan 30, 2018 11:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

I managed to workaround the sound limitation on Linux using informations I've gathered here and there. It's not ideal but it will suffice for my purpose. There are two parts: Livecode and Linux 1. On Linux, I have installed vlc and I have a bash file installed in the stack folder. The sound files ar...
by félix
Fri Jan 19, 2018 2:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

As for installing LiveCode 7.1.4 on Linux, it failed on Ubuntu 16 with an error: "Installer slave quit unexpectedly.". I'm replying to myself to share the solution. I've installed Ubuntu 16 64 bits and got the error "Installer slave quit unexpectedly" again with : sudo ./LiveCodeCommunityInstaller-...
by félix
Wed Jan 17, 2018 1:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

Well, following my post below this one, I started off by downloading and installing Ubuntu 16 (found out later you changed up on editions heh heh) and Lc 64 bit. Hi Bogs Thank you for the testing and sorry for the typo. I've indeed installed 16.04 LTS 32 bits. I have done what you said with sudo an...
by félix
Tue Jan 16, 2018 7:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

hi Bogs,

I've installed Ubuntu 10.04 LTS 32 bits, default download
I've tried to install both LC 7.1.4 and 7.1.3 32 bits versions and both only for me and for all users.

Thanks for your help
by félix
Tue Jan 16, 2018 2:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

Just to keep you posted, I installed version 7.1.4 on Windows in order to build a test stack for Linux. Still no sound and no error with .wav and .aiff files. As for installing LiveCode 7.1.4 on Linux, it failed on Ubuntu 16 with an error: "Installer slave quit unexpectedly.". I was quite enthousias...
by félix
Mon Jan 15, 2018 1:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

Hi again, I've found an old discussion regarding this topic and it seems that this feature has been lost in version 8. Your instructions works fine in LC 7.1.4 on Linux but crash LC 8.0.2 https://forums.livecode.com/viewtopic.php?t=18429 I'm going to install version 7.1.4 and I'll report to you. -- ...
by félix
Sun Jan 14, 2018 3:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Re: Seriously no sound on linux ?

Really ? how can one expect developing games without sound ? my concern is to build educational programs for children - almost impossible without sound too.
by félix
Sun Jan 14, 2018 11:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seriously no sound on linux ?
Replies: 26
Views: 14084

Seriously no sound on linux ?

Hi After a lot of searching and testing it seems to me that LiveCode has no sound feature on linux. I've installed Ubuntu 16 (32 bits) on a machine and installed LiveCode, then I've tested all the stacks with sound available here (link below). None of them produce any sound. http://livecodeshare.run...
by félix
Fri Jan 12, 2018 2:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Playing sound files on Linux
Replies: 2
Views: 2135

Playing sound files on Linux

Hi, One big thing that attracted me to LC is the ability to code for Linux. So far it went very well. The feature I'm having problem now is playing sounds. I have a simple stack, that plays well under Windows. Very simple stuff: I have imported the sound file, one MP3 and one WAV with the menu File....
by félix
Wed Jan 10, 2018 1:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Moving an object to the foreground when it is dragged
Replies: 4
Views: 2949

Re: Moving an object to the foreground when it is dragged

Splendid ! Many thanks.

I thought HyperCard was simple.
Image
LC is even more simpler.

on mouseDown
set the layer of me to top
grab me
end mouseDown
by félix
Wed Jan 10, 2018 1:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copying card from one stack to another
Replies: 9
Views: 5577

Re: Copying card from one stack to another

I'm glad if I helped (re)discover this interesting feature that apparently is not very well known or documented (or both).
by félix
Tue Jan 09, 2018 1:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Moving an object to the foreground when it is dragged
Replies: 4
Views: 2949

Moving an object to the foreground when it is dragged

Hello,

When in run mode, it's very easy to drag an object using "grab me".

However when to object is dragged over another object, sometimes it goes on top, and sometimes it goes under.

Is there a way to move an object on top of everything (topmost) when dragged ?

Thanks in advance
Félix
by félix
Tue Jan 09, 2018 1:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copying card from one stack to another
Replies: 9
Views: 5577

Re: Copying card from one stack to another

Thanks Bog, I was more looking for a drag and drop sort of things, but it will do certainly. Actually what I was aiming for can be done with the Project Browser: just grab one card from a stack and drop it in another stack. I like however to be able to do it by code using the Message Box. Bye Félix

Go to advanced search