Search found 6 matches

by stevex64
Tue Jul 28, 2009 5:28 am
Forum: Talking LiveCode
Topic: Rev Media broke my other install
Replies: 3
Views: 3659

Rev Media broke my other install

Hi all, I don't know where to post this, so I'll start here. Sorry if it's not the right place. I had Rev Enterprise 3.5 on my pc. Last Saturday I installed the Rev Media alpha. After that when I open a project I'm working on in Rev Enterprise, I get some Rev welcoming text in the text fields of my ...
by stevex64
Sat May 09, 2009 5:07 pm
Forum: Talking LiveCode
Topic: Polygon area mouseovers
Replies: 2
Views: 3161

Excellent, thank you! Almost every time I post to this forum, I know the answer will turn out to be simple.
by stevex64
Sat May 09, 2009 3:38 pm
Forum: Talking LiveCode
Topic: Polygon area mouseovers
Replies: 2
Views: 3161

Polygon area mouseovers

Hello, Chances are very good this kind of thing has been addressed but I haven't found it so far. I need to make an interactive map of the United States and Canada (and possibly more countries to come). It needs to have mouseover areas defined by the state/province borders, so just rectangular mouse...
by stevex64
Sun May 07, 2006 4:12 am
Forum: Talking LiveCode
Topic: App stays in memory after close, CPU usage jumps to 100%
Replies: 6
Views: 6620

The "send in time" issue was exactly the problem. I put the following code in my close stack function:

repeat until the pendingMessages is empty
cancel item 1 of line 1 of the pendingMessages
end repeat

Killed this problem dead, thanks! :D
by stevex64
Mon May 01, 2006 4:01 am
Forum: Multimedia
Topic: animation flickers
Replies: 3
Views: 7215

animation flickers

I have an black object, about 1/2 inch high by 1 inch wide. On a layer above that I have an image the color of the background. Its right edge is aligned with the right edge of the black object. There are two buttons you click that increase or decrease the width of the background colored object. The ...
by stevex64
Sat Apr 29, 2006 3:37 pm
Forum: Talking LiveCode
Topic: App stays in memory after close, CPU usage jumps to 100%
Replies: 6
Views: 6620

App stays in memory after close, CPU usage jumps to 100%

I have made an app that, when I run it then close it on a WinXP 2000 Home Edition, SP2 machine, and on a WinXP Pro pc, it stays in memory as shown in the task manager. And what's worse, its CPU usage jumps to 100%. How can I totally kill the app from memory?

Thanks for any help!