Page 2 of 12 FirstFirst 1234 ... LastLast
Results 11 to 20 of 113

Thread: NetRemote Designer Release Thread (1.1.0.42)

  1. #11
    Join Date
    Jan 2004
    Location
    The Netherlands
    Posts
    2,140

    Default

    when selecting AvidUtils\Text String in action designer, sometimes, after several minutes, the dialog box appears. But usually, I get this :

    Marcel

    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Length cannot be less than zero.
    Parameter name: length
    at System.String.Substring(Int32 startIndex, Int32 length)
    at com.promixis.ActionForms.PluginActionForm..ctor(Ne tRemotePluginActionWrapper pluginAction, NRIPluginAction curAction)
    at com.promixis.Controls.ActionDesignerControl.listVi ew1_DoubleClick(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnDoubleClick(EventAr gs e)
    at System.Windows.Forms.ListView.WndProc(Message& m)
    at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
    at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  2. #12
    Join Date
    May 2002
    Location
    CT
    Posts
    6,559

    Default

    Thats interesting. It happens right away when this happens?

  3. #13
    Join Date
    Jan 2004
    Location
    The Netherlands
    Posts
    2,140

    Default

    I found that the crashing was caused after I manually removed the unused bits from the action string :

    SLIDER:;STATE:;MENU:

    If I don't do that, It doesn't crash. It just takes 1-2 minutes before the dialog box appears...

    I also see similar errors in dbgview when starting nrd

    [7804] Problem parsing Lua dumpfile, line = \n
    [7804] System.ArgumentOutOfRangeException: Length cannot be less than zero.
    [7804] Parameter name: length
    [7804] at System.String.Substring(Int32 startIndex, Int32 length)
    [7804] at com.promixis.Forms.LuaReferenceInformationForm.Ref reshVariables()
    [7804] Problem parsing Lua dumpfile, line = \nSincer her debut in 198...
    [7804] System.ArgumentOutOfRangeException: Length cannot be less than zero.
    [7804] Parameter name: length
    [7804] at System.String.Substring(Int32 startIndex, Int32 length)
    [7804] at com.promixis.Forms.LuaReferenceInformationForm.Ref reshVariables()
    [7804] Problem parsing Lua dumpfile, line = \n
    [7804] System.ArgumentOutOfRangeException: Length cannot be less than zero.
    [7804] Parameter name: length


    Marcel

  4. #14
    Join Date
    Sep 2004
    Posts
    44

    Default Manual & pasting hex

    In order to avoid unnecessary questions, where can I find the manual for NRD?
    Or is there just the helpfile?
    I can 't imagine it'sa not possible to paste neither hex codes into NRD nor open the RemoteCentral ccf's without losing their IR codes, so it's probably somewhere in the manual...
    Tks
    Barend

  5. #15
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    There's just the help file at the moment as far as I know.

    You can certainly paste IR codes - in the action designer, drag an IR action from the tree on the left to the action list (or double click on an existing IR action) and you can paste the code into the 'Full IR Code' box.

    I don't tend to use IR actions here, since I tend to learn all the codes in Girder instead.
    --Rob

  6. #16
    Join Date
    Sep 2004
    Posts
    44

    Default Codes

    @rah99
    Thanks, I found how to handle codes and hex.
    Still kept my old ccf from July 2005, will go into the depths of NRD on that basis.
    Ben S answered too (different thread), it appears codes are included only when opening a ccf, not for a pcf.
    Could this be included?
    It's easy to paste in the hex codes, but a lot of work...
    Since in some respects NR Designer seems very promising to use instead of PPENG it would be nice if it could handle pcf's including codes...like for people who have a Pronto not a pda.

    Barend

  7. #17
    Join Date
    May 2002
    Location
    CT
    Posts
    6,559

    Default

    We'll investigate pulling in IR codes from PCFs since they're starting to become standard on RemoteCentral.

    Unfortunately we don't support people who have a Pronto not a PDA. NetRemote Designer does not create pronto-compatible files.

  8. #18
    Join Date
    Nov 2003
    Location
    Hove, E Sussex, UK
    Posts
    4,005

    Default

    Hi Ben,

    Got the following sending a frame to the back

    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
    Parameter name: index
    at System.Windows.Forms.TreeNodeCollection.get_Item(I nt32 index)
    at System.Windows.Forms.TreeNodeCollection.RemoveAt(I nt32 index)
    at com.promixis.Commands.ElementZOrderChange.Execute( NRIEditorControl parent)
    at com.promixis.Commands.CompoundCommand.Execute(NRIE ditorControl parent)
    at com.promixis.Commands.CommandHistory.Execute(Comma ndInterface command)
    at com.promixis.Controls.NRIEditorControl.SendElement sToBack()
    at com.promixis.Controls.RenderControl.contextSendToB ack_Activate(Object sender, EventArgs e)
    at TD.SandBar.ButtonItemBase.OnActivate()
    at TD.SandBar.k.b(TopLevelMenuItemBase A_0, Boolean A_1, Boolean A_2, Point A_3)
    at TD.SandBar.TopLevelMenuItemBase.a(Control A_0, Point A_1, Boolean A_2)
    at TD.SandBar.TopLevelMenuItemBase.Show(Control control, Point position)
    at com.promixis.Controls.RenderControl.OnMouseUp(Mous eEventArgs e)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
    at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
    at System.Windows.Forms.UserControl.WndProc(Message& m)
    at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
    at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    Thx, Dan

    Onwards and Upwards!
    http://www.danward.co.uk

  9. #19
    Join Date
    May 2002
    Location
    CT
    Posts
    6,559

    Default

    Thanks Dan. We'll take a look.

  10. #20
    Join Date
    Jan 2005
    Posts
    76

    Default

    Hi Ben,

    I have the same problem when loading PCFs:

    ************** Ausnametext **************
    System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    at com.promixis.PCFReader.ConvertToNRI()
    at com.promixis.Forms.NRIEditorForm.OpenFile(String filename)
    at com.promixis.Forms.NRIEditorForm.menuItemOpen_Clic k(Object sender, EventArgs e)
    at TD.SandBar.ButtonItemBase.OnActivate()
    at TD.SandBar.k.b(TopLevelMenuItemBase A_0, Boolean A_1, Boolean A_2, Point A_3)
    at TD.SandBar.TopLevelMenuItemBase.Show(Boolean select)
    at TD.SandBar.TopLevelMenuItemBase.Show()
    at TD.SandBar.ToolBar.OnItemPush(ToolbarItemBase item, Point position)
    at TD.SandBar.ToolBar.OnMouseDown(MouseEventArgs e)
    at TD.SandBar.MenuBar.OnMouseDown(MouseEventArgs e)
    at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at TD.SandBar.ToolBar.WndProc(Message& m)
    at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
    at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Thanks,
    Dieter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •