skype

Help each other out

skype

Postby Mr_T on Fri Oct 15, 2004 2:32 pm

How do i get skype to work with xlobby?
Anyone have a sample page with database or wath ever i need to get it working.
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Postby dgemily on Fri Oct 15, 2004 2:41 pm

create a database with paramater: <parameter>ID</parameter>
Where ID is the identification in skype..

after that assign to your category an event os: execute file:
File: pathtoskype
arguments:
Code: Select all
 /CALLTO://%contacts>parameter%
where contacts is the name of my category.

you can take a look on the skin maTV

later
dgemily
 
Posts: 793
Joined: Thu May 13, 2004 6:24 am
Location: Paris, France

Postby Mr_T on Fri Oct 15, 2004 9:45 pm

Thanks !
Now it works exactly as i wanted it to.
:D
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Postby dgemily on Sat Oct 16, 2004 12:33 am

you can display the skype's windows where like you want and choose the size that you want with the XMoveWindow plugin built by Badubo !

for that download this: - XMoveWindow
put XMoveWindow.dll in the repertory "plugins" of xlobby

add a new button text and display it where like you want, write this inside:

for the first windows :
Code: Select all
plugin>XMoveWindow>tSkMainForm.UnicodeClass


for the second one :
Code: Select all
plugin>XMoveWindow>TskChatForm.UnicodeClass


(where "tSkMainForm.UnicodeClass" abd "TskChatForm.UnicodeClass" are the skype's windows classname))

and in ID write this:

for the first windows:
Code: Select all
skype_tSkMainForm.UnicodeClass


for the second one :
Code: Select all
skype_TskChatForm.UnicodeClass

Where skype is the name of my screen. (change it if you need it)

Try it, it's very fine...

Later,
dgemily
 
Posts: 793
Joined: Thu May 13, 2004 6:24 am
Location: Paris, France

Postby Mr_T on Sat Oct 16, 2004 9:02 pm

I did not get this to work for me, i get the "red cross"-screen
am i doing something wrong?
I add a button and put the first bit of code in the text field
thats when the "red cross" apperes.
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Postby badubo on Sat Oct 16, 2004 9:41 pm

Try the last version :
http://users.skynet.be/badubo/temp/XMoveWindow.dll

when editing your skin, first set the ID then the display
badubo
 
Posts: 505
Joined: Mon May 03, 2004 7:33 pm
Location: Belgium

Postby Mr_T on Sat Oct 16, 2004 11:33 pm

Thanks!
Now i got it to work.
But the windows are staying in front when i switch page in xlobby i need to switch page twice before they closes. Strange
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Postby Mr_T on Sat Oct 16, 2004 11:46 pm

The Skype window stays in focus even when i Minimize Xlobby.
Have i done something wrong?
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Postby dgemily on Sat Oct 16, 2004 11:48 pm

The Skype window stays in focus even when i Minimize Xlobby.
Have i done something wrong?

Change the screen before minimize.

Later
dgemily
 
Posts: 793
Joined: Thu May 13, 2004 6:24 am
Location: Paris, France