Hi all
I want to alert user ,when icoming call is coming ..So i want to flash of blink my incoming call window
but my incoming call window is not alerting while getting the Call.. i attached my incoming call window code.
Thanks
Yuvaraj R
Printable View
Hi all
I want to alert user ,when icoming call is coming ..So i want to flash of blink my incoming call window
but my incoming call window is not alerting while getting the Call.. i attached my incoming call window code.
Thanks
Yuvaraj R
This alert only works for inactive window. Please make sure, you are testing it for inactive widow. ;)
Hi
Thanks for your reply..
once i minimized mainwindow.. the incoming window is not active...
if my Mainwindow is active the incoming window also active or lese not active..
How do i check my incoming window is active or not..
please help me
Thanks
Yuvaraj R
but i am not get any colors at task bar,if i set msecs to zero also..and i my aminwindow is not active also it is not alerting ..
Please help me, can u give me sample application code ..
Thanks
Yuvaraj R
Thanks
Gokul
But my senario is ,i want to set alert for incoming window..
I think,you would have seen at Gtalk..
Thanks
Yuvaraj R
Hi all
still i am struggling with making the alert window issues..
Thanks
Yuvaraj R
Dear all
what wrong with code ?
QApplication::alert(this,1000);
but window is not alerting .
Thanks
Yuvaraj R
QApplication::alert(this,1000);
I saw above code in this forum. Mr. mpn replied to some one..
please any body tell me ,
Why this one is not working for me,I want to alert my incoming call window as like as gTalk..
Thanks
Yuvaraj R
I solved that isses.. by making incoming call window as inactive.For this one i created one class and emitted the signal for new class . from incoming call window
Thanks
Yuvaraj R