Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnScreenDisplay background image
#1
Exasperating Question of the Day (EQD):

Can the OSD use a background image instead of colour? it would sure be nice to use some slick gradients as the background now that I have a really nice rounded edge and frame.


thanks.

Ken
An old blog on QM coding and automation.

The Macro Hook
#2
Edit OSD_Paint:

After
Code:
Copy      Help
if(v.flags&1) r.left+3

Insert
Code:
Copy      Help
__GdiHandle bm=LoadPictureFile("$my qm$\menu_normal.bmp")
if(bm)
,__GdiHandle br=CreatePatternBrush(bm)
,FillRect hdc &r br
__________________

Example
Code:
Copy      Help
OnScreenDisplay " QM " 0 0 0 0 80 0 5


Attached Files Image(s)
       
#3
wow!!
that's amazing!

you are going to make all these new things 'switchable' after you get the new editor online aren't you? that would really be awesome...till then i'm going to make a background image OSD and a background colour OSD. just dont hold up the new editing interface for this fun stuff.
An old blog on QM coding and automation.

The Macro Hook
#4
It is not related to new editor.
#5
no not directly but you only have so much time and i didn't want you to slow down development on the new editor to incorporate the pretty-pretty. 80)
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)