-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect output of one node to an input of another node? #3
Comments
Connecting nodes with lines is much needed feature! TisScript already looks promising! |
It looks promising but I don't know how to take it further 😃.
It was started as a fun project but I don't know how to get data flow logic
while connecting app.
If you know anything feel free to contact me TY.
…On Wed, Feb 24, 2021, 23:17 Shujaat Ali Khan ***@***.***> wrote:
Connecting nodes with lines is much needed feature! TisScript already
looks promising!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHV5UNRA6EG46X3PUWE3KYDTAU3SZANCNFSM4YE6O6AA>
.
|
Was going to give it a try in Linux but I am facing some issues. I can insert a node but I cant move it. Also the right click menu does not open after inserting one node. |
It is all working in my case visit(
https://saurabhguptarock.github.io/TisScript/).
…On Thu, Feb 25, 2021 at 3:43 PM Shujaat Ali Khan ***@***.***> wrote:
Was going to give it a try in Linux but I am facing some issues.
I can insert a node but I cant move it. Also the right click menu does not
open after inserting one node.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHV5UNUM6KCAZ43PYR5WCQDTAYPFLANCNFSM4YE6O6AA>
.
|
Sure, it's working on the web but not as Linux application. By the way, It would have been so nice if one could connect the output of one node to the input of the another node. In fact, I am looking for a logic where the outputs and inputs could be connected together with a dummy line, right now I am not focused on data flow logic as that's the next step. |
Can you please compile TisScript for Windows or Linux and see if it's working there? |
I have mac and I will check it as desktop app on mac. Stay tuned.
…On Fri, Feb 26, 2021, 20:31 Shujaat Ali Khan ***@***.***> wrote:
Can you please compile TisScript for Windows or Linux and see if it's
working there?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHV5UNVIFWW3YJEXCKIQPQLTA6ZV5ANCNFSM4YE6O6AA>
.
|
That sounds good. Please keep me updated |
If you run it in debug mode then you will notice that appContainer is actually null
As I don't know what's app-container here so I can't write it's equivalent code for desktop. |
so release mode on desktop works? |
TisScript does not work in either mode because in shared.dart file, line number 893, the appContainer is returned as null. |
so what can we do to fix it |
any sugestions. |
No description provided.
The text was updated successfully, but these errors were encountered: