Thread: OnScanResult()
View Single Post
Old 02-24-2004   #10 (permalink)
SirRockALot
Registered Member
 
Join Date: Feb 2004
Posts: 6
good point. I was assuming that the script calls are already being made in a separate thread. Currently I assume the search for APs is performed in a different thread then UI. The task of placing a script call in qeue is probably similar to adding AP data to the list control in the UI thread. The thread communication wouldn't be to difficult since it's one way with probably only one point of data exchange.

But yeah, I see your point ;-) Too bad the developer doesn't feel comfortable with releasing the source so far.
SirRockALot is offline   Reply With Quote