I get that white box with black border with text "Skype" in it, too.
This is probably because Skyep4COM is not a visible ActiveX so it
doesn't know how to draw itself and Delphi just uses default drawing
code to draw the box. (Only my guess.)

But I'm not getting the loop, although the box sometimes disappears,
so it's still usable.

You may want to try a SkypeControl VCL. You should be able to find it
in skype public api forum. I used it in another project of mine and it
works fine.

Jack

> component palette. But when I drop it on a form, it shows a white square
> with the text "Skype" in it, and nothing else.  That's when the system goes
> into a loop, or at least gets nonresponsive in D7.  If I wait another couple
> of minutes, it gets responsive again until I click on the dropped component
> again - at which point it goes nonresponsive for a couple of minutes.
>
> >> What is Delphi doing in that endless loop?
>
> Since I can't "pause" D7 during that time, I don't know.  I also tried the
> task manager, which shows that D7 is using 0-1 percent and Skype is using
> 1-2 percent of the cpu.  Nothing is chewing up more time than that.
>
> When the two minutes is up, I can run the form with Skype component on it,
> but that's all I have on the form, so its not very exciting to see the form
> come up and sit there.
>
> Any ideas?
> -Rich
_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to