Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnScreen Display
#1
Hello! :?:
I searched, but there is only some google search...
Can anyone exclaim, how to change settings, if I want another color, size, time... to display text on screen? I am not a programmer, only beginner.
I tried to change the settings, due copying the default function, and then tryed somthing to change. but how is it perfect made, to insert a simple, but with changed color, time, place - output on screen, in some macro?
thanks hasi
#2
better use the forum search:
http://www.quickmacros.com/forum/search.php

one result:
Quick Macros :: View topic - onscreendisplay
pi
#3
Code:
Copy      Help
OnScreenDisplay "Text To Be Displayed" s x y "Font" size color
;x= x coordinate on screen
;y= y coordinate on screen
;s= seconds to be displayed
;"Font"= Font type
;size= size...default= 50
;color= color codes which can be found in help just type color and click color

Example:
Code:
Copy      Help
OnScreenDisplay "On Screen Display Sample" 5 100 100 "Georgia" 50 0xFF0000
#4

Here are some links to topics related to your question.

onscreendisplay

OnScreenDisplay Programing

Brief Cursor change

getting the handle to onscreen display
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)