WPS ActiveX Controls on macOS FAQ

Last updated:July 17, 2026

When using WPS ActiveX Controls, the most common questions are about availability, compatibility, and pre-release checks; this section includes 3 frequent questions and a glossary.

FAQ

What should I do if ActiveX Controls are not working?

  1. Confirm that the current document and device environment allow macro-related features.
  2. Check whether Design Mode is enabled and whether you entered the feature from the Developer Tools tab.
  3. Select the control again and retry opening the properties or code window.

Why can the same control behave differently on different devices?

  1. Different devices and environments may support controls, macros, and related security settings differently.
  2. If the document will be used across devices, test core controls such as buttons, check boxes, and text boxes first.
  3. Before distribution, verify insertion, property editing, and event triggering on the target environment.

What should I check before sharing a document that uses ActiveX Controls?

  1. Check whether each control is placed correctly and whether its name and purpose are clear.
  2. Check whether the property settings match the form requirements, such as default values, visibility, and interaction behavior.
  3. Check whether the event code runs normally and whether the target environment can execute the related logic.

Glossary

TermDefinition
ActiveX ControlAn interactive object inserted into a document for clicking, input, selection, and similar actions.
Design ModeThe working state used to insert, select, and edit controls so you can adjust properties and code.
Control PropertiesThe parameter set of a control that defines its display, name, and behavior.
Macro EditorThe editing interface used to view and write event code for controls.