Announcement

Collapse
No announcement yet.

Screen blanks (10-15 minutes) Windows 2000

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • OTTO WIPFEL
    replied
    Originally posted by Lance Edmonds:
    Can I ask how, Otto? It seems to me that that would affect the ability of the code to detect Windows and release time-slices or set a "critical section" for timing-critical operation (such as faxing, etc).
    It probably will if you are programming on that level in DOS

    It works with some older DOS programms such as PcAnyhwere for DOS 5+
    and others, but not all.

    I have it set whenever I have to run my PB-DOS programmes from the
    Windows Desktop. If my clients want programmes to write and send
    Faxes or communicate with the Web, ect, I tell them to find somebody
    who can write expensive and buggy Software for Windows to do it with



    ------------------

    Leave a comment:


  • Mike Doty
    replied
    Otto,
    "Prevent DOS program from detecting windows".
    Definitely causes problems.
    Thanks for the suggestion, though.



    ------------------

    Leave a comment:


  • Lance Edmonds
    replied
    Can I ask how, Otto? It seems to me that that would affect the ability of the code to detect Windows and release time-slices or set a "critical section" for timing-critical operation (such as faxing, etc).



    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • OTTO WIPFEL
    replied
    It also helps sometimes to tell the SHORTCUT's ADVANCED PROPERTIES pointing
    to a DOS program to "Prevent the DOS program from detecting windows".


    ------------------


    [This message has been edited by OTTO WIPFEL (edited March 12, 2002).]

    Leave a comment:


  • Lance Edmonds
    replied
    Great idea Eric...!

    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Eric Pearson
    replied
    Mike --

    What happens if they leave another DOS program open, such as EDIT.COM, instead of your program?

    -- Eric

    ------------------
    Perfect Sync Development Tools
    Perfect Sync Web Site
    Contact Us: mailto:[email protected][email protected]</A>

    Leave a comment:


  • Mike Doty
    replied
    Only that they want their money back.



    ------------------

    Leave a comment:


  • Lance Edmonds
    replied
    Any news Mike?

    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Mike Doty
    replied
    I will try all of these.
    Thanks much.


    ------------------

    Leave a comment:


  • Lance Edmonds
    replied
    Gosh Mike, you certainly have some interesting situations arise!

    Is a screen-saver configured? What power settings are configured in the BIOS (DPMI, Blank, H+V only, etc) and the Windows Power Saving?

    Are there any background apps running?

    Is the app running full-screen or windowed? Is the app set for "Allow Screen Saver" (it probably shouldn't) - check that out in the Misc tab of the Properties of the shortcut to the app.

    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Mike Doty
    started a topic Screen blanks (10-15 minutes) Windows 2000

    Screen blanks (10-15 minutes) Windows 2000

    Anyone know why a 1.6 Gigahertz Gateway machine running
    a DOS program would have the screen go blank after 10
    to 15 minutes? The user says it only happens in our
    DOS program. They use Windows 2000 and in power settings
    for the monitor they have shutdown in 666 minutes.
    We have this program running in many locations, but
    this user cannot keep the program running. Anyone
    know of any incompatibility with a DOS program running
    on Windows 2000? They switched to a PS2 port mouse
    and it fixed a screen problem.



    ------------------
Working...
X