Post #1558: Any idea why suddenly my Pop Dialog List would stop refreshing/until I resize th
📋 Metadata
- Author: Kickflipkid687
- Date: 2018-09-09 18:41:34
- Type:
bug_report - Quality Score: 7/10
- Reply to: post_01556
🏷️ Tags
popup-dialog ui-refresh intermediate solved
⚙️ Related PME Features
- Popup Dialog Editor
- UIList functionality
💬 Content
Any idea why suddenly my Pop Dialog List would stop refreshing/until I resize the list with the little grabber below it?
Yesterday when i would Add/Remove Items/Move Up/Down, it would refresh as expected. Now suddenly, it’s not updating till I force it basically. Very weird…
Maybe I can force a UI update some other way…
Edit: I fixed it! 
Luckily I had a copy from last night, backed up on my Google Drive. I should work from that dir from now on/backup constantly. I usually do anyways when doing C#/Maxscripts.
But anyways, I had removed this code, but apparently it’s needed to Update the UIList/Popup Dialog Properly…
#NEED THIS TO UPDATE UI IN REALTIME. FOR SOME REASON!
def check(self, context):
return True
def invoke(self, context, event):