Mastiff
July 7th, 2005, 07:09 AM
I have this code to show Caller ID info:
local settings=osd.Styles.StatusDarkBlue;
settings.BorderColor = 4294901760
settings.BorderSize = 8
settings.Position = 'CENTERWCENTERH'
settings.Monitor= 1
settings.FontSize = 30
settings.Font = "Comic Sans MS"
osd.StatusMessage (CID.String, settings)
Every now and then, maybe every 5-6 phone calls, this creates a black square the same size as that OSD, and that doesn't dissappear until I exit Girder. Girder exits without any complaints or crashes, though. Any ideas what that may be? This happens on only one computer, XP SP2 with an ATI graphics card. The other computers that receives Caller ID info doesn't react in this way.
local settings=osd.Styles.StatusDarkBlue;
settings.BorderColor = 4294901760
settings.BorderSize = 8
settings.Position = 'CENTERWCENTERH'
settings.Monitor= 1
settings.FontSize = 30
settings.Font = "Comic Sans MS"
osd.StatusMessage (CID.String, settings)
Every now and then, maybe every 5-6 phone calls, this creates a black square the same size as that OSD, and that doesn't dissappear until I exit Girder. Girder exits without any complaints or crashes, though. Any ideas what that may be? This happens on only one computer, XP SP2 with an ATI graphics card. The other computers that receives Caller ID info doesn't react in this way.