Search found 789 matches

by Thierry
Fri Dec 14, 2012 9:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Progressbar
Replies: 1
Views: 1867

Re: Progressbar

Hi Nibor, Guess this runrev lesson will make you a happy guy: http://lessons.runrev.com/s/lessons/m/4071/l/7285-how-to-show-the-progress-of-a-download HTH, Thierry Hey guys, I would like to combine my progressbar or just the standard progressbar with my button that searches for any sql servers conne...
by Thierry
Wed Oct 31, 2012 10:06 pm
Forum: Announcements
Topic: Shakobox V2.0 - free LiveCode library
Replies: 0
Views: 2804

Shakobox V2.0 - free LiveCode library

Hi Apple LiveCoders, Do you have old hypercard tunes? Are you an ancient user of shakobox? Still using Player Agent X? If yes to any of these questions, then the next is for you: Make your old tunes alive on modern Mac! You can read the new version of "Playing sounds a la Hypercard" at ....... You c...
by Thierry
Tue Oct 30, 2012 12:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multiplying with 2-d arrays
Replies: 10
Views: 5006

Re: Multiplying with 2-d arrays

Could you kindly tell us what is line 132 ?

This could help us to help you

Thierry
by Thierry
Sun Oct 28, 2012 8:12 pm
Forum: Announcements
Topic: [ANN] Free ABC tune player (MacOsX)
Replies: 0
Views: 2566

[ANN] Free ABC tune player (MacOsX)

Hi, You can download for free my ABC external player at: ........ It comes with a LiveCode stack and some ABC tunes samples. Available only for mac users. You don't know what ABC is about ? Then read this article: SunnYabc: Playing ABC tunes with LiveCode: .......... For technical lovers, the extern...
by Thierry
Thu Oct 25, 2012 3:02 pm
Forum: Talking LiveCode
Topic: Sorting Arrays numericly
Replies: 6
Views: 5691

Re: Sorting Arrays numericly

Hi, Arrays are strange beast :) You can't rely on any order; that's the way it is. For sorting them, the idea is to get the keys of the array, which gives you a list then sort this list, and finally do a loop ( repeat ) on the sorted list of keys and get the value of each key.... Sorry, no time to c...
by Thierry
Fri Oct 19, 2012 2:11 pm
Forum: Talking LiveCode
Topic: grab the names of all fields
Replies: 4
Views: 3399

Re: grab the names of all fields

adventuresofgreg wrote:Hello: Is there a way to grab the names of every single field in a stack?

Here is some code :

on mouseUp
local tmp
repeat with i=1 to the number of fields of this card
put the short name of field i &cr after tmp
end repeat
put tmp
end mouseUp

HTH

Thierry
by Thierry
Sun Oct 07, 2012 5:00 pm
Forum: Talking LiveCode
Topic: "The Result" and "It"
Replies: 12
Views: 6596

Re: "The Result" and "It"

Klaus wrote:You should see my monthly bills for "Valium"! :lol:
Does it really work ? :roll:

Thierry
by Thierry
Fri Oct 05, 2012 7:09 pm
Forum: Announcements
Topic: Midi external for MacOsX (2nd version)
Replies: 0
Views: 2737

Midi external for MacOsX (2nd version)

Hi everyone, sunnYmidi v2.0,a Midi external for MacOsX is available! sunnYmidi-lite (previously sunnYmidi v1.0) is also available! Right now you can download a full working Livecode tutorial with a trial version of sunnYmidi: Go to my download page and select "sunnYmidi demo v2.0" sunnYmidi: - manag...
by Thierry
Wed Oct 03, 2012 6:00 pm
Forum: Linux
Topic: Launching an app in LINUX
Replies: 12
Views: 10658

Re: Launching an app in LINUX

a bit more secure:

chmod 755 nameOfYourProgram

Thierry

Go to advanced search