Export all component text used in Ignition

i dont know, i did not make the one for vision. i dont rly work with vision often. ive heard some people having problemes with other versions, maybe this only works in client on the older version.

what error does it give?

still this i suppose?

well seems the context functions might have changed
in here somewhere

for window in windows:
				try:
					if projName in window.getTitle():
						pane =  window.getContentPane()
						if isinstance(pane, ClientPanel):
							if hasattr(pane, 'getClientContext'):
								self.context = pane.getClientContext()
								break
				except AttributeError:
					pass