IonicWind Software

IWBasic => IWB3.x Bug Reports => Resolved Issues => Topic started by: Logman on August 25, 2015, 08:32:51 AM

Title: Run Icon on IDE Menu Grays Out
Post by: Logman on August 25, 2015, 08:32:51 AM
I've noticed that after compiling and running a single build program several times, the RUN ICON grays out and can no longer be selected.

Here's a picture of what it looks like"

(http://www.pmzone.org\images\errorpic.png)

The icon seems to gray out randomly. Sometimes I can work for an hour before it occurs and other times it grays out only after a few minutes.

I can still click on the BUILD MENU and select COMPILE AND RUN or just click on the COMPILE AND RUN ICON on the second row, but sometimes I just want to rerun the program to observe the results. I can't when the RUN ICON grays out.

Logman
Title: Re: Run Icon on IDE Menu Grays Out
Post by: billhsln on August 25, 2015, 10:14:32 AM
My first guess, since you are working on the program in process, would be that if the last compile aborted, there is no EXE to run.  It gets deleted when you compile and if the compile fails, there is no longer an EXE to run.

This has happened to me.

Bill
Title: Re: Run Icon on IDE Menu Grays Out
Post by: Bruce Peaslee on August 25, 2015, 03:40:07 PM
If that is the problem, deletion of the exe can be turned off.

Title: Re: Run Icon on IDE Menu Grays Out
Post by: Logman on August 25, 2015, 05:34:27 PM
Let me check and see if this is happening. At first glance, I don't think this is the case, but I'll set up some code that causes the program not to compile and see what happens.

Logman