Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working on the Doodle Drawing Recorder/Player. Testers wanted
#9
There's definitely a problem displaying the color chooser dialog once in a while under _FULLSCREEN on my windows 7.  Maybe it's just a video driver problem on my system.

Whenever the dialog won't appear, if I click on the screen somewhere, Windows plays a system sound (like when clicking out of bounds a defined area) and the color dialog will then appear.  So apparently the dialog is opened every-time, but probably just behind my fullscreen window until I click the mouse somewhere and bring it up to view? 

If I run this simplified code, and switch in/out of _fullscreen, eventually it will happen (press C to bring up color box, ESC to end, Alt+Enter to go in and out of fullscreen).  I ran it 20 times, 4 times the dialog wouldn't appear without clicking on the screen.
 
- Dav

Code: (Select All)
Screen _NewImage(800, 600, 32)
_Display
_FullScreen
Do
    If InKey$ = "c" Then
        pick& = _ColorChooserDialog("Select a color", _RGB32(0, 255, 255))
    End If
Loop Until _KeyHit = 27

Find my programs here in Dav's QB64 Corner
Reply


Messages In This Thread
RE: Working on the Doodle Drawing Recorder/Player. Testers wanted - by Dav - 08-30-2023, 11:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QuadDraw revisited - drawing program work in progress Dav 34 7,057 10-09-2024, 10:29 PM
Last Post: Dav
  real 2-4 player Pong (requires 2-4 USB mice plugged into your PC) madscijr 1 726 06-26-2024, 01:09 PM
Last Post: madscijr
  read 2 or more USB mice on one PC - fully working with keyboard input madscijr 2 1,084 06-16-2024, 01:48 AM
Last Post: madscijr
  RotoLine line drawing James D Jarvis 0 514 10-11-2023, 04:24 PM
Last Post: James D Jarvis
  Working on ways to map images onto balls Dav 1 741 10-05-2023, 12:12 AM
Last Post: PhilOfPerth

Forum Jump:


Users browsing this thread: 1 Guest(s)