@AJABON Detailed bug reports sometimes also get resolved, some of mine made it even into the release notes. ScriptUI is seeing a kind of revival since AI vibe code prefers it over UXP.
@AJABON You mean that bg color? ScriptUI was rewritten for CC, haven't used that feature in years. Maybe enclose the field in a coloured group, at least gives a border.
@AJABON Use the community forum / SDK tag even though it is a bit unfortunately merged into general U2U.
I think more traffic in both U2U and PR would be an improvement, maybe some others also get inspired.
@AJABON One thing worth more emphasis is to stick as close as you can get to the compiler version. Which also implies a small range of OS versions. Having a dedicated machine (can be VM) saves many headaches.
@richblack_DT The missing font could have gone unnoticed due to new feature that avoids pink by using PDF embedded font. Was any script involved that failed to detect the missing font?
Heute wird ein Träumchen wahr - 🙂
wir backen eine Tarte aux poires!
Eine Birnen-Käse-Tarte
nach des Shrimpsens Lieblingsart ...
#Austauschshrimp (Thread)
@blacksheeptokyo The dynamic object model is based on the same information that supports anyObject.reflect.toXML(), with few differences that the object.reflect returns the types of the actual properties rather than all possible types.
@monokano@AJABON To some the amount of information can be overwhelming. I like the thread, learned new about the /System/Library/PrivateFrameworks/… location, and that I should think more about Office folders.
@blacksheeptokyo ExtendScript has reflection for individual objects. https://t.co/5ld4OVlocT $.dictionary.getClass(name).toXML(); can get the OMV for individual classes, in some apps. "Get OMV Dictionary" should combine that into single XML.