Re: [Gambas-user] Application quit running

2013-12-23 Thread ISS Boss
Even more information, Benoit: I discovered what happened. When the attempt to arrange all those valueboxes blew up, it also made the form itself go "Enabled = False". I didn't catch that until just about twenty minutes ago. Very embarrassing. I corrected that and the project is back running

Re: [Gambas-user] Application quit running

2013-12-23 Thread ISS Boss
Hi, Benoît: Here is the project. It's a simple one to help teach me something about Gambas. There is only one form, and the valbueboxes I tried to center were the four (days,hours,minutes,seconds) boxes on the bottom (along with the three ":" labels). Bill Benoît Minisini

Re: [Gambas-user] Application quit running

2013-12-22 Thread Benoît Minisini
Le 23/12/2013 02:24, ISS Boss a écrit : > > More information: > This unresponsive behavior all takes place in the IDE under Debug->Run. > Thinking back to just prior to this happening, I lassoed four ValueBoxes > which were off-center and used the context menu to try and center then

Re: [Gambas-user] Application quit running

2013-12-22 Thread ISS Boss
More information: This unresponsive behavior all takes place in the IDE under Debug->Run. Thinking back to just prior to this happening, I lassoed four ValueBoxes which were off-center and used the context menu to try and center then Horizontally on the form. It was a disaster! Al

[Gambas-user] Application quit running

2013-12-22 Thread ISS Boss
Sorry. Used an old email and forgot to change the Subject... ISS Boss wrote, On 12/22/2013 15:58: Hello: I had a completely working project that suddenly quit running. It was as if the contents of the entire form went Enabled = False. Nothing clicks, nothing works. It runs in the IDE, a