Hi, Could someone help me understand how to use qshell (if that's the right tool)?
What I'm trying to do is as follows: * I have a widget that displays live football scores. * It updates frequently and hides if there are no matches and displays scores if there are * It's not working well at the moment as it's still hiding even though there are matches * I need to do some debugging but restarting the script isn't an option because everything is reloaded and scores will be shown * I would therefore like to access the object *while it's running*. I thought qshell might be the answer as I can 'cd' into the relevant widget but I am at a loss as to how to interact with it at that point. Ideally I'd like to access one of the widgets variables to check what's in it. Is that possible? I've tried using eval (e.g. eval(print(self.matches)) but get "invalid command". I've no idea if "info" or "items" are better here either. Any help greatly appreciated. -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/dc3be086-f6a9-413b-963d-dc6e219dbe96n%40googlegroups.com.
