Todo Map Error

Hi Guys,

i´m trying to use the Todo map and i can´t enable any connected controller or virtual port, and also have this error.

vvvv_45alpha26.1-develop-070f5148370c69132b4d8d18df779399cd338c6c
addons_45alpha26.1-develop-070f5148370c69132b4d8d18df779399cd338c6c

ciao

System.FormatException: No se puede reconocer la cadena como un tipo booleano válido.
   en System.Boolean.Parse(String value)
   en VVVV.TodoMap.UI.UserControls.TodoDeviceManagerCtrl.MidiInput_SubItemClicked(Object sender, SubItemEventArgs e)
   en ListViewEx.ListViewEx.OnSubItemClicked(SubItemEventArgs e)
   en ListViewEx.ListViewEx.EditSubitemAt(Point p)
   en ListViewEx.ListViewEx.OnDoubleClick(EventArgs e)
   en System.Windows.Forms.ListView.WndProc(Message& m)
   en ListViewEx.ListViewEx.WndProc(Message& msg)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

MidiController (Devices) works as expected, if it helps.

The same behaviour,
Alpha 26.1 0ee30409b2 16/12/2011 23:52

System.FormatException: No se puede reconocer la cadena como un tipo booleano válido.
   en System.Boolean.Parse(String value)
   en VVVV.TodoMap.UI.UserControls.TodoDeviceManagerCtrl.MidiInput_SubItemClicked(Object sender, SubItemEventArgs e)
   en ListViewEx.ListViewEx.OnSubItemClicked(SubItemEventArgs e)
   en ListViewEx.ListViewEx.EditSubitemAt(Point p)
   en ListViewEx.ListViewEx.OnDoubleClick(EventArgs e)
   en System.Windows.Forms.ListView.WndProc(Message& m)
   en ListViewEx.ListViewEx.WndProc(Message& msg)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

alpha stuff should be kept on irc afaik

@sapo this thread is in the brand new alpha forum. So it is in the right place.

sorry, just noticed!

Hi guys,

new alpha installed and i´m still unable to enable any controller or virtual midi port in the todomap plugin.
Also vvvv crashes sometimes after to tweak some parameters in the UI.

vvvv 45alpha26.1 - e1ec9a1299 19/12/2011 02:40
addons 45alpha26.1 - e1ec9a1299 19/12/2011 02:40

Anyone experimenting the same behaviour?

think build you are usin is for 26

i´m using the addonpack´s one
addons 45alpha26.1 - e1ec9a1299 19/12/2011 02:40

Edit:Sorry, this is not in the addons (for the moment i think), but in the vvvv-sdk.
even with the last alpha it doesn´t work.

Fixed, problem was with locale.
Pull request in git soon with it.

Thanks vux, i´ll check it