Re: Kickstarter progress meter stack on revOnline

2013-01-30 Thread Bert Shuler
Being from the US, I added currency conversion: https://dl.dropbox.com/u/22617779/kickstarter.livecode Isn't open source fun? On Jan 30, 2013, at 6:15 AM, Monte Goulding wrote: > Björnke added a nice coins falling sound instead of a beep and I added a > couple of launch urls to the stack. Cl

Re: Kickstarter progress meter stack on revOnline

2013-01-30 Thread Bert Shuler
ok, added the coins: https://dl.dropbox.com/u/22617779/kickstarter-aps.livecode Is there an easy way to use a version management tool with livecode? On Jan 30, 2013, at 3:26 PM, Monte Goulding wrote: > > On 31/01/2013, at 8:17 AM, Bert Shuler wrote: > >> Being from the US, I

Re: Kickstarter progress meter stack on revOnline

2013-01-31 Thread Bert Shuler
download/kickstarter-aps.livecode"; >> >> >> Another tine in the open source fork. >> >> Regards, >> >> Scott Rossi >> Creative Director >> Tactile Media, UX Design >> >&

Re: to find the first numeric line?

2013-01-31 Thread Bert Shuler
I just loop through. Any better ideas? Tiemo, does this represent the problem? https://dl.dropbox.com/u/22617779/Sort.livecode On Jan 31, 2013, at 10:53 AM, Tiemo Hollmann TB wrote: > Hello, > > I have a list with alphanumeric and numeric content. After sorting numeric I > would like to fi

gcc lc and gpl

2013-02-01 Thread Bert Shuler
If I write a program in c, and compile it with gcc, that does not require my new program to be gpl, even though gcc is, correct? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Field changes prompting save

2013-05-14 Thread Bert Shuler
I created a sub-stack with my fields, and I am using a sqlite db to populate them. It has the standard "next record" and CRUD type buttons. When I close the substack via the X (windows form close), it prompts me to save.  I want to do the saving to the DB, and the substack should not prompt to s

Timing

2013-05-15 Thread Bert Shuler
I have a game board that is 20x20 with 400 images, each is 10px x 10px. As my character, a snake, navigates through, it grows. So on second 1, the snake is 1 cell in length, on second 2 it is 2 cells long, etc... I want to use an animated gif in each cell the snake occupies to show the snake m

Re: Dictionary Server Error

2013-05-19 Thread Bert Shuler
Link to it? On May 19, 2013, at 5:43 PM, Björnke von Gierke wrote: > Should work on all recent versions. there's a weird bug since 6.0.0 when > starting the LC IDE by double clicking my installation stack (so only when > installing and only when the IDE isn't already running), I'm working on a