Great work! Will test the 220 character button in a few mins.
Edit: Long character buttons finally work!
One thing that doesn't work is, sending a button with no Text in it. e.g Text = "" or not declaring the Text at all, throws an exception:
System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at System.String.Substring(Int32 startIndex, Int32 length) at InSimDotNet.Packets.PacketWriter.Write(String value, Int32 length) at InSimDotNet.Packets.IS_BTN.Pack() at InSimDotNet.InSim.Send(ISendable packet) at DriftProject.Button.Control.NewButton(Vars Conn, Int32 currentID, IS_BTN Button) in G:\Users\Povilas\documents\visual studio 2010\Projects\DriftProject\DriftProject\Button\Control.cs:line 20 at DriftProject.Packets.MCI.Update(Vars Conn) in G:\Users\Povilas\documents\visual studio 2010\Projects\DriftProject\DriftProject\Packets\MCI.cs:line 50
Setting the Text to " " (A simple space) solves the problem. Not much of a big deal, but it worked before