* Cleaned up the GroupManager example program and converted it to use Utilities.AssetManager for more reliable image downloads

* Cleaned up the locking code in the image downloading portion of Utilities.AssetManager
* Added another common CAPS error to the ignore list

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1001 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-02-22 12:36:31 +00:00
parent 5c44a248cb
commit 49c722fef8
6 changed files with 155 additions and 145 deletions

View File

@@ -64,6 +64,7 @@ namespace groupmanager
{
groupBox.Enabled = true;
Client.Throttle.Set();
Client.Groups.BeginGetCurrentGroups(new GroupManager.CurrentGroupsCallback(GroupsUpdatedHandler));
}
else