CN116243839A - Element visibility control method and device of configuration software and storage medium - Google Patents

Element visibility control method and device of configuration software and storage medium Download PDF

Info

Publication number
CN116243839A
CN116243839A CN202310246990.6A CN202310246990A CN116243839A CN 116243839 A CN116243839 A CN 116243839A CN 202310246990 A CN202310246990 A CN 202310246990A CN 116243839 A CN116243839 A CN 116243839A
Authority
CN
China
Prior art keywords
control
visibility
target
configuration
condition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310246990.6A
Other languages
Chinese (zh)
Inventor
陈靖涛
杨丽娟
都业明
安镜儒
仇静微
王灵军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Gree Electric Appliances Inc of Zhuhai
Guochuang Energy Internet Innovation Center Guangdong Co Ltd
Original Assignee
Gree Electric Appliances Inc of Zhuhai
Guochuang Energy Internet Innovation Center Guangdong Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Gree Electric Appliances Inc of Zhuhai, Guochuang Energy Internet Innovation Center Guangdong Co Ltd filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN202310246990.6A priority Critical patent/CN116243839A/en
Publication of CN116243839A publication Critical patent/CN116243839A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The present disclosure provides a method, a device and a storage medium for controlling visibility of elements of configuration software, wherein the method includes: setting a visibility control strategy corresponding to a configuration element in the configuration software; the configuration element is controlled to be displayed or hidden based on the visibility control strategy. The method and the device can dynamically control the visibility of the configuration element according to the visibility control strategy in the running process of the configuration software, can provide various differentiated display modes of the configuration software, can meet the customization requirement of a user on the configuration software, improve the display flexibility of the configuration software and improve the user experience.

Description

Element visibility control method and device of configuration software and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for controlling visibility of elements of configuration software, and a storage medium.
Background
The configuration software is special software for data acquisition and process control, and provides a general-purpose software tool for a user to quickly construct the monitoring function of the industrial automatic control system. The configuration software may be various, such as HMI (Human Machine Interface) configuration software. HMI configuration software is used as a secondary development platform and is very important man-machine interaction design software in the technical field of man-machine interaction. Through HMI configuration software, a user can construct pictures and configuration functions according to requirements and can compile and download the pictures and configuration functions to HMI equipment to realize various interaction scenes. Currently, existing configuration software does not provide a method for controlling the visibility of the configuration elements, and a user cannot control whether one or more configuration elements in the configuration software such as HMI configuration software are displayed.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method, an apparatus and a storage medium for controlling visibility of elements of configuration software, which control the visibility of the configuration elements in the configuration software by setting a visibility control policy and based on the visibility control policy.
According to a first aspect of the present disclosure, there is provided a method for controlling visibility of an element of configuration software, including: setting a visibility control strategy corresponding to a configuration element in the configuration software; and controlling the configuration element to be displayed or hidden based on the visibility control strategy.
Optionally, the visibility control policy includes: a first control strategy; the first control strategy includes: the control element triggering condition, the visibility action execution rule and the corresponding relation between the control element and the first target configuration element.
Optionally, the controlling the configuration element to display or hide based on the visibility control policy includes: determining the first target configuration element based on the corresponding relation under the condition that the triggering condition of the control element is met; and controlling the first target configuration element to be displayed or hidden according to the visibility action execution rule.
Optionally, the control element triggering condition includes: an event corresponding to the control element is detected.
Optionally, the visibility control policy includes: a second control strategy; the second control strategy includes: the system comprises a second target configuration element, an initial display mode and a display change mode corresponding to the second target configuration element, a control variable and a display change condition corresponding to the control variable.
Optionally, the controlling the configuration element to display or hide based on the visibility control policy includes: when the second target configuration element is initialized, controlling the second target configuration element to be displayed or hidden based on the initial display mode; acquiring the value of the control variable under the condition that the control variable is changed; and controlling the second target configuration element to be hidden or displayed based on the display changing mode under the condition that the value of the control variable meets the display changing condition.
Optionally, the display change condition includes: a threshold value corresponding to the control variable and a judgment condition.
Optionally, the visibility control policy includes: a third control strategy; the third control strategy includes: target user information, a third target configuration element corresponding to the target user information, and a target display mode corresponding to the third target configuration element.
Optionally, the controlling the configuration element to display or hide based on the visibility control policy includes: when user login or switching occurs, user information of successful login or successful switching is obtained; and controlling the third target configuration element to be displayed or hidden based on the target display mode under the condition that the user information is matched with the target user information.
Optionally, the configuration software includes: HMI configuration software.
According to a second aspect of the present disclosure, there is provided an element visibility control device for configuration software, including: the strategy setting module is used for setting a visibility control strategy corresponding to the configuration elements in the configuration software; and the element control module is used for controlling the configuration element to be displayed or hidden based on the visibility control strategy.
Optionally, the visibility control policy includes: a first control strategy; the first control strategy includes: the control element triggering condition, the visibility action execution rule and the corresponding relation between the control element and the first target configuration element.
Optionally, the element control module is configured to determine, based on the correspondence, the first target configuration element if it is determined that the control element triggering condition is satisfied; and controlling the first target configuration element to be displayed or hidden according to the visibility action execution rule.
Optionally, the control element triggering condition includes: an event corresponding to the control element is detected.
Optionally, the visibility control policy includes: a second control strategy; the second control strategy includes: the system comprises a second target configuration element, an initial display mode and a display change mode corresponding to the second target configuration element, a control variable and a display change condition corresponding to the control variable.
Optionally, the element control module is configured to control, when the second target configuration element is initialized, display or hide the second target configuration element based on the initial display mode; acquiring the value of the control variable under the condition that the control variable is changed; and controlling the second target configuration element to be hidden or displayed based on the display changing mode under the condition that the value of the control variable meets the display changing condition.
Optionally, the display change condition includes: a threshold value corresponding to the control variable and a judgment condition.
Optionally, the visibility control policy includes: a third control strategy; the third control strategy includes: target user information, a third target configuration element corresponding to the target user information, and a target display mode corresponding to the third target configuration element.
Optionally, the element control module is configured to obtain user information of successful login or successful switching when user login or switching occurs; and controlling the third target configuration element to be displayed or hidden based on the target display mode under the condition that the user information is matched with the target user information.
According to a third aspect of the present disclosure, there is provided an element visibility control device for configuration software, including: a memory; and a processor coupled to the memory, the processor configured to perform the method as described above based on instructions stored in the memory.
According to a fourth aspect of the present disclosure, there is provided a computer readable storage medium storing computer instructions for execution by a processor of a method as described above.
According to the element visibility control method, device and storage medium of the configuration software, the visibility control strategy is set, and the configuration elements in the configuration software are controlled to be displayed or hidden based on the visibility control strategy, so that the visibility of the configuration elements can be dynamically controlled according to the visibility control strategy in the running process of the configuration software, various differentiated display modes of the configuration software can be provided, the customization requirement of a user on the configuration software can be met, and the display flexibility of the configuration software is improved.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the solutions in the prior art, a brief description will be given below of the drawings required for the embodiments or the description of the prior art, it being obvious that the drawings in the following description are only some embodiments of the present disclosure, and that other drawings may be obtained according to these drawings without inventive faculty for a person skilled in the art.
FIG. 1 is a flow diagram of one embodiment of a method for element visibility control of configuration software according to the present disclosure;
FIG. 2 is a flow chart of a first control strategy based control of a component visibility control method of configuration software according to the present disclosure;
FIG. 3 is a flow chart of a control based on a second control strategy according to the component visibility control method of the configuration software of the present disclosure;
FIG. 4 is a flow chart of a third control strategy based control of the element visibility control method of configuration software according to the present disclosure;
FIG. 5 is a block diagram of one embodiment of an element visibility control device of configuration software according to the present disclosure;
fig. 6 is a block diagram of another embodiment of a device for controlling visibility of elements of configuration software according to the present disclosure.
Detailed Description
The present disclosure now will be described more fully hereinafter with reference to the accompanying drawings, in which exemplary embodiments of the disclosure are shown. The following description of the technical solutions in the embodiments of the present disclosure will be made clearly and completely with reference to the accompanying drawings in the embodiments of the present disclosure, and it is apparent that the described embodiments are only some embodiments of the present disclosure, not all embodiments. Based on the embodiments in this disclosure, all other embodiments that a person of ordinary skill in the art would obtain without making any inventive effort are within the scope of protection of this disclosure.
The following "first", "second", etc. are used merely to describe differences and are not otherwise specifically meant.
FIG. 1 is a flow chart of one embodiment of a method for controlling visibility of elements of configuration software according to the present disclosure, as shown in FIG. 1:
step 101, setting a visibility control strategy corresponding to the configuration element in the configuration software.
In one embodiment, the configuration software includes HMI configuration software and the like, through the HMI configuration software and the like, a user can quickly and conveniently build a picture and configure functions according to control needs, and through compiling built projects, the configuration software such as the HMI configuration software and the like which is compiled and realizes the control functions is downloaded to the target equipment to run, so that functions such as interactive control and the like can be realized.
Configuration software such as HMI configuration software is run in the target device, where the target device includes an HMI device, etc., and the HMI device may be a human-machine interaction device, etc., such as a touch screen, etc. The configuration elements are elements displayed in the configuration software, and the configuration elements can be buttons, labels, text boxes, bar charts, alarm charts, trend views and the like. The visibility control policy may be a plurality of control policies, and the user may set the visibility control policy through a configuration interface provided by configuration software or the like.
Step 102, controlling the configuration element to be displayed or hidden based on the visibility control strategy.
In one embodiment, the visibility control policy is a first control policy, where the first control policy includes a control element trigger condition, a visibility action execution rule, a correspondence between a control element and a first target configuration element, and the like; the control element triggering condition includes detecting an event corresponding to the control element, which may be a click event, etc.
Fig. 2 is a schematic flow chart of a control based on a first control strategy according to an element visibility control method of configuration software of the present disclosure, as shown in fig. 2:
in step 201, in the case that the control element triggering condition is determined to be satisfied, the first target configuration element is determined based on the correspondence relationship.
Step 202, controlling the first target configuration element to be displayed or hidden according to the visibility action execution rule.
In one embodiment, the control element may be a variety of elements, such as a button element displayed in configuration software, or the like. For example, the user sets the first control policy by setting the configuration interface to the button element, where the first control policy is a policy for controlling the visibility of the configuration element through the button action.
The triggering condition of the control element set by the user is that an event corresponding to the button element is detected, and the event can be a click event and the like; the user sets a corresponding relation between the button element and the first target configuration element, that is, sets a corresponding relation between the button element ID and the first target configuration element ID, where the first target configuration element is a configuration element bound to the button element, and the number of the first target configuration elements may be one or more.
The visibility action execution rule set by the user is to display or hide the first target configuration element. After the first control strategy is set, an action relation between the button element and the first target configuration element is established, namely, in the running process of the configuration software, when a user clicks the button element (control element), one or more first target configuration elements can be controlled to be displayed or hidden. A restore button may be provided, and the user may restore the first target configuration element to the display state before clicking the button element by clicking the restore button, or restore the first target configuration element to the display state before clicking the button element last time after clicking the button element again by the user.
In one embodiment, the visibility control strategy includes a second control strategy including a second target configuration element, an initial display manner and a display change manner corresponding to the second target configuration element, a control variable, and a display change condition corresponding to the control variable, and the like, the display change condition including a threshold value and a judgment condition corresponding to the control variable, and the like.
Fig. 3 is a schematic flow chart of a control based on a second control strategy according to the element visibility control method of the configuration software of the present disclosure, as shown in fig. 3:
step 301, when the second target configuration element is initialized, controlling the second target configuration element to be displayed or hidden based on the initial display mode.
In step 302, in the case where the control variable is changed, the value of the control variable is acquired.
In step 303, in the case that the value of the control variable satisfies the display change condition, the second target configuration element is controlled to be hidden or displayed based on the display change mode.
In one embodiment, the second control strategy is a visibility strategy that controls the configuration element through variable values. The second target configuration element is one or more configuration elements displayed in the configuration software, a user can bind one or more control variables for the one or more second target configuration elements through the configuration interface, a threshold value corresponding to the control variables and judgment conditions are set, and the judgment conditions can be conditions of more than, less than, more than or equal to the threshold value and the like. For example, the threshold value is set to 5, the judgment condition is greater than the threshold value, the display change condition is such that the value of the control variable is greater than 5, and the like. The initial display mode corresponding to the second target configuration element may be a display mode opposite to the display change mode, for example, the initial display mode is display or hidden, and the display change mode is hidden or display.
In one embodiment, when the configuration software is initialized and the second target configuration elements displayed in the configuration software are initialized, one or more second target configuration elements are controlled to be displayed or hidden based on the initial display mode. For example, when the value of the control variable a bound to the second target configuration element changes (e.g., the control variable a is set to a value based on the received data, or the user actively sets to a value for the control variable a, etc.), the value of the control variable a is obtained. For example, the value of the control variable a is 6, the display change condition is that the value of the control variable a is greater than 5, and when the value of the control variable a meets the display change condition, the second target configuration element is controlled to be hidden or displayed based on the display change mode, that is, the display mode opposite to the initial display mode, so that the visibility of the second target configuration element is changed into the visibility state set by the user.
When the value of the control variable A bound with the second target configuration element is changed, the value of the control variable A is obtained to be 4, and the change condition is displayed that the value of the control variable A is larger than 5. In the case where the value of the control variable does not satisfy the display change condition, the processing may not be performed, or the second target configuration element may be controlled to be displayed or hidden based on the initial display mode, i.e., the display mode at the time of initialization of the second target configuration element is restored.
In one embodiment, the visibility control policy includes a third control policy including target user information, a third target configuration element corresponding to the target user information, and a target display mode corresponding to the third target configuration element, and the like.
Fig. 4 is a schematic flow chart of a control based on a third control strategy according to the element visibility control method of the configuration software of the present disclosure, as shown in fig. 4:
step 401, when user login or switching occurs, user information of successful login or successful switching is obtained.
In step 402, in the case that the user information matches the target user information, the third target configuration element is controlled to be displayed or hidden based on the target display mode.
In one embodiment, the third control policy is a visibility policy through the currently logged-in user or switch user control element, and the third target configuration element is one or more configuration elements displayed in the configuration software. The third control strategy may have a higher priority than the first control strategy and the second control strategy. The user may set the third control policy to display the third target configuration element only when the user logs in. The target user information includes user ID and the like, and the target display mode corresponding to the third target configuration element is display or hidden.
Under the condition that the third control strategy is not set, all configuration elements are displayed by default when any user successfully logs in or successfully switches. For example, the target user information is a user ID, in the set third control policy, the target user information is ID1, ID binding of one or more third target configuration elements corresponding to ID1 is set, and the target display mode corresponding to the third target configuration elements is set to be hidden. When user login or switching occurs, user information of successful login or successful switching is obtained, and when the user information is ID1, under the condition that the ID1 is matched with target user information in a third control strategy, the third target configuration element is controlled to be hidden based on a target display mode.
In one embodiment, as shown in fig. 5, the present disclosure provides an element visibility control device 50 of configuration software, including a policy setting module 51 and an element control module 52. The policy setting module 51 sets a visibility control policy corresponding to a configuration element in the configuration software. The element control module 52 controls the display or hiding of the configuration elements based on the visibility control strategy.
In one embodiment, the visibility control strategy includes a first control strategy; the first control strategy includes: the control element triggering condition, the visibility action execution rule, the corresponding relation between the control element and the first target configuration element and the like; the control element triggering condition includes detecting an event or the like corresponding to the control element.
The element control module 52 determines the first target configuration element based on the correspondence relationship and controls the first target configuration element to be displayed or hidden according to the visibility action execution rule if it is determined that the control element triggering condition is satisfied.
The visibility control strategy includes a second control strategy; the second control strategy includes: the first target configuration element, an initial display mode and a display change mode corresponding to the first target configuration element, a control variable, a display change condition corresponding to the control variable, and the like; the display change condition includes a threshold value corresponding to the control variable, a judgment condition, and the like.
The element control module 52 controls the second target configuration element to be displayed or hidden based on the initial display mode when the second target configuration element is initialized. The element control module 52 obtains the value of the control variable when the control variable is changed, and controls the second target configuration element to be hidden or displayed based on the display change mode when the value of the control variable is determined to satisfy the display change condition.
The visibility control strategy includes a third control strategy; the third control strategy includes: target user information, a third target configuration element corresponding to the target user information, and a target display mode corresponding to the third target configuration element.
The element control module 52 acquires user information of successful login or successful switching when user login or switching occurs; in the case where the user information matches the target user information, the element control module 52 controls the third target configuration element to be displayed or hidden based on the target display mode.
In one embodiment, as shown in fig. 6, the device for controlling the visibility of elements of the configuration software may include a memory 62, a processor 61, a communication interface 63, and a bus 64. The memory 62 is used for storing instructions, the processor 61 is coupled to the memory 62, and the processor 61 is configured to execute the element visibility control method implementing the configuration software described above based on the instructions stored in the memory 62. The element visibility control device of the configuration software may be provided in an HMI device or the like, or may be a component in an HMI device or the like.
The memory 62 may be a high-speed RAM memory, a nonvolatile memory (non-volatile memory), or the like, and the memory 62 may be a memory array. The memory 62 may also be partitioned and the blocks may be combined into virtual volumes according to certain rules. The processor 61 may be a central processing unit CPU, or an application specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement the element visibility control methods of the configuration software of the present disclosure.
In one embodiment, the present disclosure provides a computer-readable storage medium storing computer instructions that, when executed by a processor, perform the method of any of the embodiments above.
The element visibility control method, the device and the storage medium of the configuration software in the embodiment can dynamically control the visibility of the configuration element according to the visibility control strategy in the operation process of the configuration software by setting the visibility control strategy and controlling the display or hiding of the configuration element in the configuration software based on the visibility control strategy, can provide various differentiated display modes of the configuration software, can meet the customization requirement of a user on the configuration software, improves the display flexibility of the configuration software, improves the operation efficiency and improves the user experience.
The methods and systems of the present disclosure may be implemented in a number of ways. For example, the methods and systems of the present disclosure may be implemented by software, hardware, firmware, or any combination of software, hardware, firmware. The above-described sequence of steps for the method is for illustration only, and the steps of the method of the present disclosure are not limited to the sequence specifically described above unless specifically stated otherwise. Furthermore, in some embodiments, the present disclosure may also be implemented as programs recorded in a recording medium, the programs including machine-readable instructions for implementing the methods according to the present disclosure. Thus, the present disclosure also covers a recording medium storing a program for executing the method according to the present disclosure.
The description of the present disclosure has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the disclosure in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. The embodiments were chosen and described in order to best explain the principles of the disclosure and the practical application, and to enable others of ordinary skill in the art to understand the disclosure for various embodiments with various modifications as are suited to the particular use contemplated.

Claims (21)

1. A method for controlling the visibility of elements of configuration software comprises the following steps:
setting a visibility control strategy corresponding to a configuration element in the configuration software;
and controlling the configuration element to be displayed or hidden based on the visibility control strategy.
2. The method of claim 1, wherein,
the visibility control strategy includes: a first control strategy; the first control strategy includes: the control element triggering condition, the visibility action execution rule and the corresponding relation between the control element and the first target configuration element.
3. The method of claim 2, the controlling the configuration element to display or hide based on the visibility control policy comprising:
determining the first target configuration element based on the corresponding relation under the condition that the triggering condition of the control element is met;
and controlling the first target configuration element to be displayed or hidden according to the visibility action execution rule.
4. The method of claim 2, wherein,
the control element triggering conditions include: an event corresponding to the control element is detected.
5. The method of claim 1, wherein,
the visibility control strategy includes: a second control strategy; the second control strategy includes: the system comprises a second target configuration element, an initial display mode and a display change mode corresponding to the second target configuration element, a control variable and a display change condition corresponding to the control variable.
6. The method of claim 5, the controlling the configuration element to display or hide based on the visibility control policy comprising:
when the second target configuration element is initialized, controlling the second target configuration element to be displayed or hidden based on the initial display mode;
acquiring the value of the control variable under the condition that the control variable is changed;
and controlling the second target configuration element to be hidden or displayed based on the display changing mode under the condition that the value of the control variable meets the display changing condition.
7. The method of claim 5, wherein,
the display change condition includes: a threshold value corresponding to the control variable and a judgment condition.
8. The method of claim 1, wherein,
the visibility control strategy includes: a third control strategy; the third control strategy includes: target user information, a third target configuration element corresponding to the target user information, and a target display mode corresponding to the third target configuration element.
9. The method of claim 8, the controlling the configuration element to display or hide based on the visibility control policy comprising:
when user login or switching occurs, user information of successful login or successful switching is obtained;
and controlling the third target configuration element to be displayed or hidden based on the target display mode under the condition that the user information is matched with the target user information.
10. The method according to any one of claim 1 to 9, wherein,
the configuration software comprises: HMI configuration software.
11. A device for controlling visibility of elements of configuration software, comprising:
the strategy setting module is used for setting a visibility control strategy corresponding to the configuration elements in the configuration software;
and the element control module is used for controlling the configuration element to be displayed or hidden based on the visibility control strategy.
12. The apparatus of claim 11, wherein,
the visibility control strategy includes: a first control strategy; the first control strategy includes: the control element triggering condition, the visibility action execution rule and the corresponding relation between the control element and the first target configuration element.
13. The apparatus of claim 12, wherein,
the element control module is used for determining the first target configuration element based on the corresponding relation under the condition that the control element triggering condition is determined to be met; and controlling the first target configuration element to be displayed or hidden according to the visibility action execution rule.
14. The apparatus of claim 12, wherein,
the control element triggering conditions include: an event corresponding to the control element is detected.
15. The apparatus of claim 11, wherein,
the visibility control strategy includes: a second control strategy; the second control strategy includes: the system comprises a second target configuration element, an initial display mode and a display change mode corresponding to the second target configuration element, a control variable and a display change condition corresponding to the control variable.
16. The apparatus of claim 15, wherein,
the element control module is used for controlling the second target configuration element to be displayed or hidden based on the initial display mode when the second target configuration element is initialized; acquiring the value of the control variable under the condition that the control variable is changed; and controlling the second target configuration element to be hidden or displayed based on the display changing mode under the condition that the value of the control variable meets the display changing condition.
17. The apparatus of claim 15, wherein,
the display change condition includes: a threshold value corresponding to the control variable and a judgment condition.
18. The apparatus of claim 11, wherein,
the visibility control strategy includes: a third control strategy; the third control strategy includes: target user information, a third target configuration element corresponding to the target user information, and a target display mode corresponding to the third target configuration element.
19. The apparatus of claim 18, wherein,
the element control module is used for acquiring user information of successful login or successful switching when user login or switching occurs; and controlling the third target configuration element to be displayed or hidden based on the target display mode under the condition that the user information is matched with the target user information.
20. A device for controlling visibility of elements of configuration software, comprising:
a memory; and a processor coupled to the memory, the processor configured to perform the method of any of claims 1-10 based on instructions stored in the memory.
21. A computer readable storage medium storing computer instructions for execution by a processor of the method of any one of claims 1 to 10.
CN202310246990.6A 2023-03-14 2023-03-14 Element visibility control method and device of configuration software and storage medium Pending CN116243839A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310246990.6A CN116243839A (en) 2023-03-14 2023-03-14 Element visibility control method and device of configuration software and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310246990.6A CN116243839A (en) 2023-03-14 2023-03-14 Element visibility control method and device of configuration software and storage medium

Publications (1)

Publication Number Publication Date
CN116243839A true CN116243839A (en) 2023-06-09

Family

ID=86624063

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310246990.6A Pending CN116243839A (en) 2023-03-14 2023-03-14 Element visibility control method and device of configuration software and storage medium

Country Status (1)

Country Link
CN (1) CN116243839A (en)

Similar Documents

Publication Publication Date Title
CN107930122B (en) Information processing method, device and storage medium
CN107122119B (en) Information processing method, information processing device, electronic equipment and computer readable storage medium
CN108379839B (en) Control response method and device and terminal
CN105320417B (en) Page switching method and client
CN105912241A (en) Method and device for man-machine interaction, and terminal
EP3842908A1 (en) Interacting method for sidebar menu, apparatus and computer-readable storage medium
CN112135181A (en) Video preview method and device and electronic equipment
CN111228810A (en) Control method and device of virtual rocker, electronic equipment and storage medium
CN111782427A (en) Content operation method and device and computer readable storage medium
CN105573778A (en) Method for starting application program and terminal
CN108635850A (en) Information processing method, device and storage medium
CN112188001B (en) Shortcut setting method, shortcut setting device, electronic equipment and readable storage medium
CN113268182A (en) Application icon management method and electronic equipment
CN113842634B (en) Force feedback control method and device for trigger button, electronic product and medium
CN105549857B (en) A kind of control method and electric terminal of electric terminal
CN112286554B (en) Application program updating method, device, electronic equipment and readable storage medium
KR20210025005A (en) Mobile terminal system interface setting method, apparatus, medium and device
CN111367398B (en) Screen-off display control method and device and computer readable storage medium
CN116243839A (en) Element visibility control method and device of configuration software and storage medium
CN111388992A (en) Interactive control method, device and equipment in game
CN110187773B (en) Augmented reality glasses control method, apparatus, and computer storage medium
CN114237458A (en) Method, device and storage medium for controlling UI in multidimensional mode independent of OSD position
KR20190067240A (en) Processing method and terminal of virtual navigation bar
CN113687922A (en) Task switching control method and device and related equipment
CN115524983A (en) Networking method for intelligent switch, upper computer, intelligent switch and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination