Function request!

Forums 💬 FlowCanvas ⚙️ Support Function request!

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22414
    jinqi166
    Participant

      1:I changed “method” function in ReflectedMethodNodeWrapper.cs! we don’t need call
      _method.Get() twice! This will be save about 20% time or more!
      2:I really need a toggle button(eyes) to enable/disable the flow ! I don’t want disconnection the flow and reconnect it again and again !
      3:Sometimes i want to swap two flow ports , not disconnection them and reconnect again!

      #22416
      jinqi166
      Participant

        I get another error about ArrayList Type!

        #22415
        Gavalakis
        Keymaster

          Hey,

          1) Thanks for the change. If you take a look at SerializedMethod.Get() though, you will see that the method is caching the MethodInfo returned, so calling it twice does not really have any impact, but certainly is cleaner, so I changed it here as well 🙂

          2) You can disable a node if you want right now through it’s context menu, which will though disable all of it’s connections. Per-connection disable/enable is something I will add, yes.

          3) I will take a look at re-linking connection as well 🙂

          5) Thanks for the error. Even though I will fix this error of course, ArrayList may still not be supported. Do you really need an ArrayList?

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.