Skip to content
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

Open
shujaatak opened this issue Feb 24, 2021 · 14 comments
Open

How to connect output of one node to an input of another node? #3

shujaatak opened this issue Feb 24, 2021 · 14 comments

Comments

@shujaatak
Copy link

No description provided.

@shujaatak
Copy link
Author

Connecting nodes with lines is much needed feature! TisScript already looks promising!

@saurabhguptarock
Copy link
Owner

saurabhguptarock commented Feb 24, 2021 via email

@shujaatak
Copy link
Author

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.

@saurabhguptarock
Copy link
Owner

saurabhguptarock commented Feb 26, 2021 via email

@shujaatak
Copy link
Author

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.

@shujaatak
Copy link
Author

Can you please compile TisScript for Windows or Linux and see if it's working there?

@saurabhguptarock
Copy link
Owner

saurabhguptarock commented Feb 26, 2021 via email

@saurabhguptarock
Copy link
Owner

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.

That sounds good. Please keep me updated

@saurabhguptarock
Copy link
Owner

It shows this.
image

@shujaatak
Copy link
Author

If you run it in debug mode then you will notice that appContainer is actually null

static final appContainer = html.window.document.getElementById('app-container');

As I don't know what's app-container here so I can't write it's equivalent code for desktop.

@saurabhguptarock
Copy link
Owner

so release mode on desktop works?

@shujaatak
Copy link
Author

TisScript does not work in either mode because in shared.dart file, line number 893, the appContainer is returned as null.

@saurabhguptarock
Copy link
Owner

so what can we do to fix it

@saurabhguptarock
Copy link
Owner

any sugestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants