PDA

View Full Version : Another variable watch...



maxthebuilder
September 7th, 2007, 10:44 AM
Hello,
I would like Girder to show an OSD before the computer goes to sleep/standby.
There's a girder variable for that but I have no idea how can I use it or is it possible to use it.
Don't remember the name of that variable (don't have girder at work)..
I need something like this:

if PC_Is_Going_To_Standby
then
Show_OSD("PC is going to standby")
end

Can someone please help me with this?

TIA!

--max

maxthebuilder
September 10th, 2007, 01:11 PM
Oh... how stupid of me.. figured it out..


Hello,
I would like Girder to show an OSD before the computer goes to sleep/standby.
There's a girder variable for that but I have no idea how can I use it or is it possible to use it.
Don't remember the name of that variable (don't have girder at work)..
I need something like this:

if PC_Is_Going_To_Standby
then
Show_OSD("PC is going to standby")
end

Can someone please help me with this?

TIA!

--max