Help - Search - Members - Calendar
Full Version: how to select page in focus skype windows?
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
pipii44
i have one question. The questions is described as below.
i know the command "foucs" to let skype focused.

the skype windows have
1.contact
2.dail
3.callhistory
4.My skype
5.increase randamly......

in keyboard ,i can input ctrl+ tab to selet those page mentioned in above.
i know i can send keyboard combination key to selet it.

Does any command/demand in skype api which i can transmit??
I buy a skype phone, the skype phone can press one key to selet page.
i try to find some solutions in website/api document. it is still no answers.

does anybody help me?
please help me. i will appreciate you. thanks for you!!
Mirje
Hey,

You can select different tabs by using the OPEN command. Check the results I got when searching by the keyword 'open' in the DevZone.

For example to focus on the Dialpad, use OPEN DIALPAD
Or to set the focus to the Contacts tab, use OPEN CONTACTS

Let me know if this doesn't solve your problem.

Regards,
Mirje
pipii44
thanks your help. but if you open contact, open callhistory.....etc
it just can open this fixed windows.........

i don't described this problem clearly.

i bought a skype phone last week.
When you press the button on skype phone, the page select will happen automaictically on the skype windows. when you press the button one time. the page select will happen one time. Its effect is likely ctrl+tab.

if you use "open" command, you can only open
1.callhistory
2.contact
3.dail

one child windows (My Skype) can not open. and when you dail to be failed. the skype windows will
proedue the other windows (dail failed windows). meanwhile, you press the button on skype phone which i bought, the page select still happened(whenever how many the dail failed windows are there, it can be closed or maked by user.)

in other word i guess the skype phone which i bought, its application have send the ctrl+tab key(windows api can do this). i try to use "hook" program (writed by me) to get the command from the skype phone.
i found it is not true about my mind.

beacuse i try to send "ctrl+tab" in my c++ application. although it still make the same effect.
but in fact, the user click the part of the child windows by computer mouser.
Meanwhile your c++ application send "ctrl+tab" to the skype window. page select is happened in that child window. the result isn't expected by me.

i hope i can do the same effect in my c++ application.
does you have any good suggestions for me?
thanks for you.
pipii44
i found this answer in "search tab" in the forums.....

reference from here...
http://testing.onlytherightanswers.com/skypebeta/Client.htm

when you use example windows which downloaded from here. you must input command and you will
received response from the skype windows.

when i input btn_pressed skype and btn_released skype, the skype windows don't respone(the skype windows is needed to be the focused windows.

so i don't know what the command can do?
finanlly, i fix the sample code to let it always input btn_released skype within in one second.

and i get the answer......when you input the "btn_released skype", you can get the page select or tab select.


TheUberOverlord
QUOTE(pipii44 @ Sat Sep 23 2006, 22:44) [snapback]300783[/snapback]

i found this answer in "search tab" in the forums.....

reference from here...
http://testing.onlytherightanswers.com/skypebeta/Client.htm

when you use example windows which downloaded from here. you must input command and you will
received response from the skype windows.

when i input btn_pressed skype and btn_released skype, the skype windows don't respone(the skype windows is needed to be the focused windows.

so i don't know what the command can do?
finanlly, i fix the sample code to let it always input btn_released skype within in one second.

and i get the answer......when you input the "btn_released skype", you can get the page select or tab select.


Actually, I created that example, and by using the "Skype" button it does what you are trying to do.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.