stingalleman Posted March 16, 2023 Share Posted March 16, 2023 Hi, Is it possible to interact with the Data Bar? I want to create a script that shows the total wattage of selected fixtures. Quote Link to comment
stingalleman Posted March 16, 2023 Author Share Posted March 16, 2023 Just like how Spotlight Numbering can show this. Quote Link to comment
Pat Stanford Posted March 16, 2023 Share Posted March 16, 2023 Other than programming your own tools using the SDK, I do not think there is any way to modify the information that displays in the Data Bar. For most objects you are only going to get position and angle. Quote Link to comment
Elite Exhibits Posted March 16, 2023 Share Posted March 16, 2023 On the subject of the Data Bar ¿ Is there a way to have the Z show in the Data Bar for a 3D object ? Answers & Advice are always Appreciated Peter Quote Link to comment
stingalleman Posted March 17, 2023 Author Share Posted March 17, 2023 9 hours ago, Pat Stanford said: Other than programming your own tools using the SDK, I do not think there is any way to modify the information that displays in the Data Bar. For most objects you are only going to get position and angle. Alright Pat, thanks. Would there be any other way to display this information while running the python script? I've read that the message bar only gets shows when the script is finished. Quote Link to comment
Pat Stanford Posted March 17, 2023 Share Posted March 17, 2023 Unlikely. My understanding is that there is not way to "pause" a Python script during execution. So even something as simple as asking to let the user click on a point and return that data to the script actually has to end the script and then execute a new script (or at least a function/procedure) afterwards. Hopefully someday the very useful functionality of the Message command to update and return data while a script is executing will be restored. For now the best option would be an AlrtDialog that would pause the execution and display a dialog box that requires a user click or key press to continue after. 3 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.