| Simon Lord 2005-04-07, 5:49 pm |
| Almost 4am, but I had a thought before going to bed:
Client.prototype.getPhrase = function(client) {
whatPhrase = phraseSO.getProperty("phrase");
for (var i=0; i<application.clients.length; i++) {
application.clients[i].call("updatePhrase", null, whatPhrase);
}
};
.... now she works. Lost some hair tonight but it was well worth it in
exchange for a little success at SO's.

Sincerely,
Simon
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|