This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Generate-Button not working
#1
Hello,
I just tried to develop my first own experiment to make it more suitable for my class.
As I tried to finish the experiment by using the generate-button nothing happend. I first thought it might be caused by some compatability issues with safari on my mac, but i tried the same on my windows PC using chrome and had the same issue.

I'd be very thankful if someone could help me out somehow.
Reply
#2
Hm, I regularly use it on a Mac and this has not occurred to me yet. Weird.

Could you please give me some steps to try to reproduce? Does loading an experiment and then tapping “generate” work?

I suppose you use current macOS, right? Any safari extensions, public or private tab, private relay?
Reply
#3
(06-26-2025, 07:01 PM)Jens Noriʇzsɔɥ Wrote: Hm, I regularly use it on a Mac and this has not occurred to me yet. Weird.

Could you please give me some steps to try to reproduce? Does loading an experiment and then tapping “generate” work?

I suppose you use current macOS, right? Any safari extensions, public or private tab, private relay?

Thanks, I tried to use the generate button on a freshly loaded experiment and it worked, so it was somthing in my code that couldn't "compile" i guess.

I build it again step by step and the generate-button stopped working when I tried to use a addition block within the true-branch of an if-function.
The addition block clicks in place, but I would guess the editor has a hard time translating this structure.
Reply
#4
Thanks, that clarified it. I have received a similar report in april, however, it has just mentioned “does not generate” rather than that the button has no effect…

It is tempting to think of the “if” module like in c style or “structured” programming languages. The analysis block works differently, though. The “if” module just copies data from input containers to its output depending on the comparison of the last elements of two containers. So, you have to output the result of the addition module to a temporary container and use that in the if module.

I have already asked if this could be prevented and the answer has been yes. In addition, the generate button really should put out an error message. I put a reminder… Smile
Reply


Forum Jump: