Search found 107 matches

by xApple
Sat Jan 19, 2008 9:51 pm
Forum: Talking LiveCode
Topic: Standalone built successfully but crash
Replies: 9
Views: 8512

Yeah maybe that's it :'(
Well, I guess I will just tell my users to run it with the Player until they fix this...
Thanks for your time !
by xApple
Sat Jan 19, 2008 8:23 pm
Forum: Talking LiveCode
Topic: Standalone built successfully but crash
Replies: 9
Views: 8512

Well I swear that when I compile that stack it crashes on launch... I tried with an other installation of Revolution on my second Macintosh. Same result. Maybe you were not using the exact same version as me to make the standalone: Revolution Studio 2.8.1-gm-3 (build 472) running on a PowerPC G4 and...
by xApple
Sat Jan 19, 2008 6:45 pm
Forum: Talking LiveCode
Topic: Standalone built successfully but crash
Replies: 9
Views: 8512

By copying bits by bits of my project and compiling at each step, I have more or less narrowed it down to one button. I indeed now have a stack, 3K in size, containing one card, and one button only (no scripts) which will not compile correctly! It is here for you to see: go URL "http://homepage.mac....
by xApple
Sat Jan 19, 2008 5:40 pm
Forum: Talking LiveCode
Topic: Standalone built successfully but crash
Replies: 9
Views: 8512

OK I see why that character didn't get translated correctly... it was the "≠" or "not equal" sign... replaced it by "is not"... Well my problem still isn't solved... I first tried simply coping all of my stack script from the current project to a fresh stack: it compiled sanely. But when I tried f...
by xApple
Sat Jan 19, 2008 4:16 am
Forum: Talking LiveCode
Topic: Standalone built successfully but crash
Replies: 9
Views: 8512

Hmm... so this would mean that it's only the RunRev 2.8.1 Mac version that is affected by this inability to build sane executables... Can anyone try compiling this same source with the Mac version to confirm ? Though, if I just create a new empty stack, place a button or two in it, the same version ...
by xApple
Sat Jan 19, 2008 2:56 am
Forum: Talking LiveCode
Topic: Standalone built successfully but crash
Replies: 9
Views: 8512

Standalone built successfully but crash

Hello, A strange thing happened when I completed my last project with Revolution today. After a week of work, I finally build a standalone of my stack to post on my website; Revolution announces me that the "Standalone was built successfully", but upon launching the resulting application, it immedia...
by xApple
Fri Jan 18, 2008 6:20 pm
Forum: Talking LiveCode
Topic: Draw a line from point A to point B
Replies: 2
Views: 3875

Hey thanks a lot !
Don't know why I didn't see that earlier ^^
by xApple
Fri Jan 18, 2008 5:56 pm
Forum: Talking LiveCode
Topic: Draw a line from point A to point B
Replies: 2
Views: 3875

Draw a line from point A to point B

Hello everyone, I am currently programming a project where I need to draw an arrow from point A to point B. This is a process much more complicated than I thought it would be. I have done most of the scripting necessary, my only problem remains actually creating the lines. The following script creat...
by xApple
Tue Aug 28, 2007 6:10 pm
Forum: Animation Engine
Topic: Billiards, marbles, curling, crokinole with AE?
Replies: 4
Views: 9045

Possible.
by xApple
Tue Jul 31, 2007 3:31 am
Forum: Windows
Topic: ASCII to Windows numToChar List
Replies: 6
Views: 8923

When writing your reply, if you observe the interface closely you will see a link marked "BBCode" pointing here:
http://forums.runrev.com/phpBB2/faq.php?mode=bbcode
by xApple
Mon Jul 30, 2007 8:23 am
Forum: Windows
Topic: ASCII to Windows numToChar List
Replies: 6
Views: 8923

Or, just check the box "Disable Smiles in this post", which you can still do now by clicking "Edit this post".
by xApple
Wed Jul 25, 2007 6:34 am
Forum: Off-Topic
Topic: Is this *the* Dan Shafer??
Replies: 4
Views: 6528

I guess the religious stuff paid off more than the small programmer's audiance ^^
by xApple
Mon Jul 23, 2007 3:47 pm
Forum: Talking LiveCode
Topic: How to make this simple script work?
Replies: 6
Views: 6294

Seams like you don't even need our help anymore : )
Yeah, forgetting that deleting a word changes the number of words in the field was stupid ^^

Personnaly I don't see much to speed it up more now...
by xApple
Sun Jul 22, 2007 3:58 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Inline graphics in text field
Replies: 2
Views: 3743

Maybe with the HTMLtext propriety and an <img> tag.
by xApple
Sun Jul 22, 2007 3:00 am
Forum: Talking LiveCode
Topic: How to make this simple script work?
Replies: 6
Views: 6294

on mouseUp Ask "Enter the intensity of summary you want (an integer from 10 to 99)" put it into intensity put field "scene" into whataVar repeat with i = 1 to intensity if the shiftKey is down then exit repeat put line i of card field "wordlist" into tNum repeat with w = 1 to the number of words of...

Go to advanced search