Strange goings on with Textpad

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Joe Wolfe

Strange goings on with Textpad

Post by Joe Wolfe »

When I compile or execute a program in textpad the screen has started going blank for a few seconds before completing either the compile or execution. This has never happened before, and I suppose the end result is fine but I am curious as to why this is happening. Has anybody experienced this and found a way to fix it?

J Wolfe
davebaker
Posts: 3
Joined: Fri Apr 11, 2008 3:55 pm

Post by davebaker »

sharad022
Posts: 7
Joined: Sun May 11, 2008 7:32 pm
Location: pune

Re: Strange goings on with Textpad

Post by sharad022 »

Joe Wolfe wrote:When I compile or execute a program in textpad the screen has started going blank for a few seconds before completing either the compile or execution. This has never happened before, and I suppose the end result is fine but I am curious as to why this is happening. Has anybody experienced this and found a way to fix it?

J Wolfe

Which version of TextPad are you using....
be cool, stay cool.
User avatar
Nicholas Jordan
Posts: 124
Joined: Mon Dec 20, 2004 12:33 am
Location: Central Texas ISO Latin-1
Contact:

std.in

Post by Nicholas Jordan »

I dug into this with a well written compiler. There is a call into a 16-bit single threaded dll that basically needs to be wiped from the slate. I actually had my Win Learning Edition have the native phosphor on my screen showing in the editor - it was done with an inadvertent cls while working fast.

It never fixed. It was still like that when I threw away the compiler.
Post Reply