04-07-05 10: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
[ Post a follow-up to this message ]
|