-
Notifications
You must be signed in to change notification settings - Fork 201
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
disable_applet not working #633
Comments
Or better, dump all calls to |
I'm using artiq Adding
So it looks like it's getting the command. Just to clarify, On the virtual machine (3.0.dev+252.g5b7e068),
Doesn't disable either. |
Stupid question, does right click -> global/group CCB policy -> Create and enable applets fix the problem? |
Yes. |
Looks like that works, plus the #630 error message. Modifying the global CCB policy doesn't change the command entry for a particular group though. Is having the create+enable on required for disabling to work how it's intended to work? |
That's how it's intended to work. "Enable" could be changed to a term that means "mess with the user's windows", if we can find a good one. |
Okay, thanks. Maybe modify? User customisable? |
It is user customizable already: ARTIQ is open source, you can patch your local installation :) |
I should clarify that I meant user customisable as a name, as in the user can customise how the applets appear. Enable/disable seems fine, though slightly confusing with also being able to enable/disable applets, but is to enable/disable ccb? Maybe something along the lines of experiment controlled as more descriptive? Edit: I see you made it enable/disable applets. That seems sufficiently clear to me. |
(From #630)
@r-srinivas Please a
print
into the dashboard (here: https://github.com/m-labs/artiq/blob/master/artiq/dashboard/applets_ccb.py#L190) to check that it correctly receives the applet deletion request.The text was updated successfully, but these errors were encountered: