• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Repeat in iChat
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Repeat in iChat


  • Subject: Repeat in iChat
  • From: Marcus Rodrigues <email@hidden>
  • Date: Tue, 26 Aug 2003 17:11:21 -0300

What I am doing wrong??

This script is suposed to give me the name of all iChat accounts...


But it returns me only one account...

Here is my script:

tell application "iChat"
activate

set everyAccount to every account as list
set eachAccount to the items of everyAccount
set numero to the number of items of everyAccount
repeat with numero in everyAccount
set tuf to (get name of account numero as Unicode text)
display dialog tuf giving up after 1
end repeat
end tell


I tried also:

tell application "iChat"
activate

set everyAccount to every account as list
set eachAccount to the items of everyAccount
set numero to the number of items of everyAccount
repeat with eachAccount in everyAccount
set tuf to (get name of account numero as Unicode text)
display dialog tuf giving up after 1
end repeat
end tell


But it didn't work =-(

What's wrong??? I guess it is something very simple...


o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
Moderador BAC-Macusers
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Repeat in iChat
      • From: Michelle Steiner <email@hidden>
  • Prev by Date: InDesign: Linked text frames and master pages
  • Next by Date: Re: Repeat in iChat
  • Previous by thread: Re: InDesign: Linked text frames and master pages
  • Next by thread: Re: Repeat in iChat
  • Index(es):
    • Date
    • Thread