datwill310 wrote:This is great! Thanks a lot!
Welcome! Positive and negative feedback is always great!
Minor/Major error in code just found.
In AllGroups.bas, line 117.
Should be:
Code: Select all
If T > Groups(L)->AddY * Groups(L)->Count Then
And NOT:
Code: Select all
If T > Groups(L)->AddX * Groups(L)->Count Then
This section deals with arranging a card in a top down group.
I plan on rewriting the arranging code for Version 0.6 anyway so not going to upload this change.