Re: Should I have to check compiled programmes?

2008-03-12 Thread curry
Should I check my compiled app for errors? Feel I shouldn't have to... In my opinion, you should definitely expect to check standalone apps thoroughly. There are a number of things that can cause differences between IDE and standalones, plus making sure you have the correct standalone

Should I have to check compiled programmes?

2008-03-11 Thread Ross Giddings
My app ran in RR but after I compiled it I found that one button wasn't responding to mouseUp. Other buttons with the same code were OK. I tested again in RR and found nothing wrong. When I compiled again the same button worked. Should I check my compiled app for errors? Feel I shouldn't

Re: Should I have to check compiled programmes?

2008-03-11 Thread Thomas McGrath III
Ross, I responded to this in the RR Forums this morning. I think you have something going on in the code or environment related issues. The compiler has been running smooth for a while now and I don't think your problem lies there. You may want to check the obvious causes: Library not

Re: Should I have to check compiled programmes?

2008-03-11 Thread Len Morgan
Is it possible that the button that causes the problem is the last one (or first one - i.e., a boundary condition)? If so, try adding a dummy number to the end or beginning of the list and see what happens. len morgan It's nothing clever - just an mouseUp with generic code which is used by