More dialer stuff

Ken Norris pixelbird at interisland.net
Wed Mar 3 16:09:53 EST 2004


Howdy,

On my Mac, this works fine:

I have a button and a field

on mouseUp
  dial fld 1
end mouseUp

on dial dNumber -- function by Sjoerd Op 't Land
   open file modem: for write
   write "ATDT" && dNumber && return to file modem:
end dial dNumber

...will it work the same in Windows? Can someone check for me?

Also, what's a good way to detect if the phone has been picked up so I can:

 close modem file

...via script.

TIA,
Ken N.





More information about the use-livecode mailing list