Howdy folks. I've got a small problem with a YUI app I'm working on. My app is using the YUI DataTable control and it is being loaded dynamically via an ajax call.
Since the data is being loaded after Skype has done its checks for phone numbers on the screen, phone numbers that are displayed in my table are not being "skyped". If I manually toggle Skype on/off in Firefox, the phone numbers are then "skyped".
Ideally, I need a way of calling (or firing an event) from my YUI code (after data load is complete) to force skype to rescan the screen for phone numbers. I see that (some portion of the) Skype API is based on YUI, so I'm hoping that this issue is resolvable. Anyone have an idea?
thanks in advance,
Chris Curran