-
Notifications
You must be signed in to change notification settings - Fork 17
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
Drawing too many components in FBP editor facing error #72
Comments
Louis, Please provide detail information of the crash. The screenshot of FBP is one example. In addition, the FBP for the demo seems to be very simple. Do these simple FBPs cause trouble? If not, you should not wait for Dr. Wang's response and continue to draw the FBP. |
Louis, Please provide detail information of the crash. The screenshot of FBP is one example. In addition, the FBP for the demo seems to be very simple. Do these simple FBPs cause trouble? If not, you should not wait for Dr. Wang's response and continue to draw the FBP. Daniel On 2013/10/30, at 下午1:26, louisccc notifications@github.com wrote:
Chi-Sheng (Daniel) Shih Phone: +886-2-33664927 Fax: +886-2-33663778 |
Sorry for @chishengshih , I have to say yes, This is the one, it seems okay if i really put two or three components on it. But when I put the essential components on FBP editor. It acts like this screenshot. this issue is disastrous for me. When there are three or less components in FBP editor, it's okay if i do anything(Drag, add link, delete component, ... etc) When I added four or more, it seems something went wrong. |
Is this related to number of components or a specific component? I guess 2013/10/30 louisccc notifications@github.com
|
Try to cange the signals to actions in the line 171. 2013/10/31 Yu-Chung Wang wycca1@gmail.com
|
Louis, Please check and report if it is caused by AND_GATE or PIR. Daniel
Chi-Sheng (Daniel) Shih Phone: +886-2-33664927 Fax: +886-2-33663778 |
I have responsed this issue in the other comment. Please try to change the 2013/10/31 Chi-Sheng (Daniel) Shih notifications@github.com
|
I succeed, thank you. |
Whenever I create too many components in FBP editor. I face the error.
I tracked it from the Broswer's console, and find it's from block.js:171
Error message,
Uncaught TypeError: Cannot read property 'index' of undefined
Could Dr. Wang @wycc help me out this issue? I need to pass this issue in order to finish fbp application.
Related #70
The text was updated successfully, but these errors were encountered: