Skip to content

How to debug and obtain CorelDRAW top-level objects ? #1

@wzddl

Description

@wzddl
<xsl:template match="uiConfig/items">
		<xsl:copy>
			<xsl:apply-templates select="node()|@*"/>
			
			<!--Creates your UI, HTML file --> 
			<!-- type="browserEdge" -->
			<!--GuidC-->
			<itemData guid="df6470af-33d9-4bc8-920b-f7ba307482b5"
				type="browserEdge"
				suppressDialogs="false"
				disableContextMenu="false"
				href="[VGAppAddonsDir]/DemoHtmlPlugin/index.html"
				enable="true" />
            ...
            ...
            ...
          </xsl:copy>
</xsl:template>
  1. When I changed the renderer from browser to browserEdge, I found that window. external Application is undefined
  2. How to open the debug tool of the rendering browser, need to debug and view object structure
    Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions