CN111273974A - Method and device for customizing menu setting function and electronic equipment - Google Patents

Method and device for customizing menu setting function and electronic equipment Download PDF

Info

Publication number
CN111273974A
CN111273974A CN201910573515.3A CN201910573515A CN111273974A CN 111273974 A CN111273974 A CN 111273974A CN 201910573515 A CN201910573515 A CN 201910573515A CN 111273974 A CN111273974 A CN 111273974A
Authority
CN
China
Prior art keywords
submenu
menu
function
configuration file
state
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
CN201910573515.3A
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.)
Shenzhen Honghe Innovation Information Technology Co Ltd
Original Assignee
Shenzhen Honghe Innovation Information Technology 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 Shenzhen Honghe Innovation Information Technology Co Ltd filed Critical Shenzhen Honghe Innovation Information Technology Co Ltd
Priority to CN201910573515.3A priority Critical patent/CN111273974A/en
Publication of CN111273974A publication Critical patent/CN111273974A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a method and a device for customizing a menu setting function and electronic equipment, wherein the method comprises the following steps: step 1: when a customized function menu display instruction is received, detecting whether a function configuration file exists or not, if so, reading information in the function configuration file, and displaying a customized function menu according to a read result; step 2: when an updating instruction input by a user on the customized function menu is received, updating information in the function configuration file according to the current state of the switch state control key of each submenu; and step 3: when a menu display setting instruction is received, detecting whether a function configuration file exists, and if so, executing a step 4; if the function configuration file is not detected, generating a default function configuration file, and executing the step 4; and 4, step 4: and reading information in the function configuration file, and displaying a setting menu according to a read result. The invention can realize the customization of the setting menu function of the electronic equipment.

Description

Method and device for customizing menu setting function and electronic equipment
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for customizing a menu setting function and electronic equipment.
Background
With the development of science and technology, the functions of various electronic device terminals are stronger and stronger, and accordingly, the number of applications is more and more, and each application also has a plurality of functions, however, in general, a user does not need each function in the application, in many cases, a user opens a certain application only to use a part of the functions, and other functions are not needed by the user, and with the increase of the number of applications and the functions, the user usually needs to spend more time to find the functions of the application to be used, so that inconvenience is caused to the use of the user, and how to realize the customization of the functions of the program according to the needs of the user is a problem which needs to be solved at present.
Disclosure of Invention
Based on the above situation, a primary object of the present invention is to provide a method and an apparatus for customizing a setup menu function, and an electronic device, which can implement customization of the setup menu function of the electronic device.
In order to achieve the above object, a technical solution of the present invention provides a method for customizing a setup menu function applied to an electronic device, the method including:
step 1: when a customized function menu display instruction is received, detecting whether a function configuration file exists or not, if so, reading information in the function configuration file, and displaying a customized function menu according to a read result, wherein the function configuration file comprises the on-off state of at least one submenu in a setting menu of the electronic equipment, the customized function menu comprises the on-off state control key of each submenu in the at least one submenu, and each on-off state control key can be switched between an off state and an on state according to an operation instruction of a user;
step 2: when an updating instruction input by a user on the customized function menu is received, updating the information in the function configuration file according to the current state of the switch state control key of each submenu;
and step 3: when a menu display setting instruction is received, detecting whether a function configuration file exists, and if so, executing a step 4; if the function configuration file is not detected, generating a default function configuration file, and executing the step 4;
and 4, step 4: and reading information in the function configuration file, and displaying a setting menu according to the read result, thereby displaying a submenu with an open switch state in the setting menu, and removing the submenu with the closed switch state.
Further, step 1 comprises:
step 11: when a customized function menu display instruction is received, detecting whether a function configuration file exists or not, if so, reading information in the function configuration file, and loading the read information into a first collection container, wherein the first collection container after the information is loaded comprises elements corresponding to each submenu one by one;
step 12: traversing each element in the first set container to obtain the on-off state of each submenu, and displaying a customized function menu according to the traversal result;
step 13: and when an operation instruction of the user on the switch state control key is received, updating the switch state of the corresponding submenu in the first collection container according to the operation instruction, and repeatedly executing the step S12.
Further, step 2 comprises:
and when an updating instruction input by a user on the customized function menu is received, updating the information in the function configuration file according to the switch state of each submenu in the first collection container.
Further, step 4 comprises:
step 41: reading information in the function configuration file, and loading a read result into a second collection container;
step 42: loading full-function setting menu information into a third collection container, wherein the full-function setting menu information comprises module data of each submenu;
step 43: for each submenu, searching the switch state of the submenu in the second collection container, if the submenu is in the closed state, removing the module data in the third collection container, and if the submenu is in the open state, keeping the module data in the third collection container;
step 44: and displaying a setting menu according to the information in the third collection container.
Further, the setting menu includes a first area and a second area, and the step 44 includes:
and displaying the name of each submenu with the opening state on the first area, and displaying the expanded content of the submenu with the opening state on the second area.
Further, displaying expanded contents of a sub-menu with an open state on the second area comprises:
step 44 a: judging whether module data of the submenu selected by the user last time exist in the third collection container, if so, executing a step 44b, and if not, executing a step 44 c;
step 44 b: displaying the expanded content of the sub-menu selected last time by the user on the second area;
step 44 c: and displaying the expanded content of the submenu at the preset position on the first area on the second area.
Further, the setting menu further includes a third area, and the step 44 further includes:
and displaying the name of the submenu to which the expanded content in the second area belongs on the third area.
In order to achieve the above object, the present invention further provides an apparatus for customizing a setup menu function applied to an electronic device, the apparatus comprising:
the customized function menu processing module is used for detecting whether a function configuration file exists or not when a customized function menu display instruction is received, reading information in the function configuration file if the function configuration file exists, and displaying a customized function menu according to a read result, wherein the function configuration file comprises the on-off state of at least one submenu in a setting menu of the electronic equipment, the customized function menu comprises the on-off state control key of each submenu in the at least one submenu, and each on-off state control key can be switched between the off state and the on state according to an operation instruction of a user;
the updating module is used for updating the information in the function configuration file according to the current state of the switch state control key of each submenu when receiving an updating instruction input by a user on the customized function menu;
the detection module is used for detecting whether a function configuration file exists or not when a setting menu display instruction is received;
and the setting menu processing module is used for reading the information in the function configuration file and displaying the setting menu according to the read result, so that the submenu with the switch state being the open state is displayed in the setting menu, and the submenu with the switch state being the closed state is removed.
In order to achieve the above object, the present invention further provides an electronic device, which includes at least one processor and a memory coupled to the at least one processor, wherein the at least one processor is configured to execute instructions in the memory to implement the method for customizing a menu function.
Furthermore, the electronic equipment is a touch all-in-one machine, an electronic blackboard, an electronic whiteboard, an intelligent television all-in-one machine, an intelligent interactive large screen or an intelligent interactive flat plate.
According to the method for customizing the set menu function, the set menu of the electronic equipment is configured with the function configuration file, and the user can update the function configuration file according to the own requirement, so that the submenu which is not needed in the set menu can be removed, the needed submenu is reserved, the set menu function is customized, the requirements of different users can be met, and the operation experience of the user can be improved.
Drawings
The above and other objects, features and advantages of the present invention will become more apparent from the following description of the embodiments of the present invention with reference to the accompanying drawings, in which:
FIG. 1 is a flow chart of a method for customizing a setup menu function provided by an embodiment of the present invention;
FIG. 2 is a diagram of a function profile provided by an embodiment of the invention;
FIG. 3 is a diagram illustrating a customized menu of functions provided by an embodiment of the present invention;
FIG. 4 is a flow chart of updating a function profile provided by an embodiment of the present invention;
FIG. 5 is a flowchart of loading information in a function configuration file into a collection container according to an embodiment of the present invention;
FIGS. 6 and 7 are schematic diagrams of a setup menu provided by an embodiment of the present invention;
fig. 8 is a flowchart of displaying a setup menu using a function profile according to an embodiment of the present invention.
Detailed Description
The present invention will be described below based on examples, but the present invention is not limited to only these examples. In the following detailed description of the present invention, certain specific details are set forth in order to avoid obscuring the nature of the present invention, well-known methods, procedures, and components have not been described in detail.
Further, those of ordinary skill in the art will appreciate that the drawings provided herein are for illustrative purposes and are not necessarily drawn to scale.
Unless the context clearly requires otherwise, throughout the description and the claims, the words "comprise", "comprising", and the like are to be construed in an inclusive sense as opposed to an exclusive or exhaustive sense; that is, what is meant is "including, but not limited to".
In the description of the present invention, it is to be understood that the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. In addition, in the description of the present invention, "a plurality" means two or more unless otherwise specified.
Referring to fig. 1, fig. 1 is a flowchart of a method applied to a customized setting menu function of an electronic device according to an embodiment of the present invention, where the method includes:
step 1: when a customized function menu display instruction is received, detecting whether a function configuration file exists or not, if so, reading information in the function configuration file, and displaying the customized function menu according to a read result, wherein the function configuration file comprises the on-off state of at least one submenu in a setting menu (namely, the setting menu of an operating system) of the electronic equipment, the customized function menu comprises the on-off state control key of each submenu in the at least one submenu, and each on-off state control key can be switched between the off state and the on state according to the operation instruction of a user;
step 2: when an updating instruction input by a user on the customized function menu is received, updating the information in the function configuration file according to the current state of the switch state control key of each submenu;
and step 3: when a menu display setting instruction is received, detecting whether a function configuration file exists, and if so, executing a step 4; if the function configuration file is not detected, generating a default function configuration file, and executing the step 4;
and 4, step 4: and reading information in the function configuration file, and displaying a setting menu according to the read result, thereby displaying a submenu with an open switch state in the setting menu, and removing the submenu with the closed switch state.
According to the method for customizing the menu setting function, provided by the embodiment of the invention, the function configuration file is configured for the setting menu of the electronic equipment, and the user can update the function configuration file according to the own requirement, so that the submenu which is not needed in the setting menu can be removed, the needed submenu is reserved, the customization of the menu setting function is further realized, the requirements of different users can be met, and the improvement of the user operation experience is facilitated.
In the embodiment of the present invention, each sub-menu of the Setting menu is a function of the Setting menu, and different sub-menus implement different functions, for example, the electronic device may employ an Android operating system, where the at least one sub-menu may include a Network (Network) sub-menu, a Language Input Method (Language & Input Method) sub-menu, a Storage (Storage) sub-menu, an application (Apps) sub-menu, a Date and Time Setting (Date & Time Setting) sub-menu, a Power ON/OFF Setting sub-menu, a toolbar (tool bar) sub-menu, an Input/Output (Input/Output Setting) sub-menu, a Logo Wallpaper Setting (Logo & wall Setting) sub-menu, an intelligent eye protection (Smart eye protection) sub-menu, and one or more of related (About) sub-menus;
for example, in the embodiment of the present invention, the content in the function configuration file may be stored in a JSON (JSON object notification, JS object bulletin Notation) format, where the JSON format is a lightweight data exchange format, and stores and represents data in a text format completely independent of a programming language, which is easy to read and write by a human, and is also easy to parse and generate by a machine, and effectively improves network transmission efficiency, for example, the information in the function configuration file in the embodiment of the present invention may be as shown in fig. 2, where configuration information of each function (different functions correspond to different submenus) includes: "name" (the name of a function, the name of a function may also be the name of a corresponding submenu), "enable" (the switch state of a submenu corresponding to the function), "index" (the subscript ID of the function, used to determine the position of the name of the corresponding submenu in the setup menu), for example, for a network function (corresponding to a network submenu), the function name is "network", the switch state is "true", and the subscript ID is "0";
for example, in one embodiment, step 1 may include:
step 11: when a customized function menu display instruction is received, detecting whether a function configuration file exists or not, if so, reading information in the function configuration file, and loading the read information into a first collection container, wherein the first collection container after the information is loaded comprises elements corresponding to each submenu one by one;
step 12: traversing each element in the first set container to obtain the on-off state of each submenu, and displaying a customized function menu according to the traversal result;
for example, as shown in fig. 3, an interface of a customized function menu may be provided, in which names of the functions and switch state control keys of submenus corresponding to the functions are provided for a user, each switch state control key may be switched between an off state and an on state according to an operation instruction (e.g., touch operation) of the user, and each switch state control key may further present a current own state to the user;
step 13: when an operation instruction of a user for an on-off state control key is received, updating the on-off state of the corresponding submenu in the first collection container according to the operation instruction, and repeatedly executing the step S12;
wherein, the step 2 may specifically include: when an Update instruction input by a user on the customized function menu is received, updating information in the function configuration file according to the switch state of each submenu in the first collection container, for example, for the customized function menu shown in fig. 3, after the user operates the state of each switch state control key according to the own requirement, the user can input the Update instruction by clicking an "Update" key, and then, the electronic device updates and stores the information in the function configuration file according to the switch state of each submenu in the current first collection container.
For example, referring to fig. 4, in the present embodiment, the process of updating the function configuration file is as follows: when a customized function menu display instruction is acquired, whether a function configuration file exists is detected, if not, the updating process is ended, if so, information in the function configuration file is read, the read information is loaded into a first collection container, wherein the configuration information of each function is used as one element (each element corresponds to one function) in the first collection container, each element is acquired by traversing the first collection container, the state and the name of the corresponding switch state control key are determined according to each element, the switch state control key corresponding to each function (used for controlling the switch state of the corresponding submenu) is generated on the interface of the customized function menu, and a user can check the current switch state of each submenu on the interface of the customized function menu and control the switch state of each submenu through the corresponding switch state control key, updating element states (namely the switch states of corresponding submenus) in the first collection container according to operation instructions when the operation instructions of the user on the switch state control keys are obtained, and then updating the function configuration files according to the information in the current first collection container when the update instructions input by the user are received;
by the method, the user can update the function configuration file, so that the user can customize the function of the setting menu, and the self requirement is met.
In an embodiment, the step 4 may include steps 41 to 44;
step 41: reading information in the function configuration file, and loading a read result into a second collection container;
for example, the process of loading the information in the function configuration file into the second collection container is shown in fig. 5, and the corresponding codes are as follows:
Figure BDA0002111468560000071
Figure BDA0002111468560000081
step 42: loading full-function setting menu information into a third collection container, wherein the full-function setting menu information comprises module data of each submenu;
the module data of each sub-menu includes data required for realizing the function of the setting menu, such as the name of the sub-menu, data for generating control keys and other related descriptions, and the like, and since the module data of each function (i.e. each sub-menu) of the setting menu is included in the full-function setting menu information, when the data in the full-function setting menu information is complete (i.e. data is not removed from the full-function setting menu information), the setting menu generated by the full-function setting menu information includes all sub-menus (i.e. all functions);
step 43: for each submenu, searching the switch state of the submenu in the second collection container, if the submenu is in the closed state, removing the module data in the third collection container, and if the submenu is in the open state, keeping the module data in the third collection container;
step 44: and displaying a setting menu according to the information in the third collection container.
For example, in an embodiment, as shown in fig. 6, the setting menu includes a first area 1, a second area 2, and a third area 3, and the step 44 includes:
displaying names of submenus with the switch states of being opened on the first area 1, displaying expanded contents of the submenus with the switch states of being opened on the second area 2, and displaying names of the submenus to which the expanded contents belong in the second area 2 at present on the third area 3;
in the first area 1, the position of the name of each submenu may be determined according to the size of the subscript ID, where the larger the subscript ID is, the lower the position of the name of the submenu is, for example, for a network submenu, the expanded content in the second area may include a switch control key of WIFI, a switch control key of Wake up via LAN (Wake up via LAN), and the like;
for example, in an embodiment, displaying the expanded content of the sub-menu with the switch state being the open state on the second area (that is, when the setting menu is displayed for the first time after the function configuration file is updated) may specifically include steps 44a to 44 c;
step 44 a: judging whether module data of the submenu selected by the user last time exist in the third collection container, if so, executing a step 44b, and if not, executing a step 44 c;
step 44 b: displaying the expanded content of the sub-menu selected last time by the user on the second area;
step 44 c: and displaying the expanded content of the submenu at a preset position (such as the uppermost position) on the first area on the second area.
Then, the expanded content of the submenu selected by the user can be displayed on the second area according to the operation instruction of the user, for example, the user can select the submenu to be used on the first area in a touch operation mode;
for example, as shown in fig. 6, a setting menu (i.e., a full-function setting menu) formed by full-function setting menu information in the embodiment of the present invention is provided, and a user may update a function configuration file to remove the function 2, and then an interface of the formed setting menu is shown in fig. 7.
For example, referring to fig. 8, after the user updates the function profile, the step of displaying the setting menu using the function profile is as follows:
when a setting menu display instruction is acquired, firstly detecting whether a function configuration file exists or not, if not, generating a default function configuration file, then reading information from the function configuration file, and adding the read information into an empty second collection container;
after the full-function setting menu information is loaded into a third collection container, the on-off state of each submenu of the setting menu is judged by using corresponding elements in the second collection container, if the judgment result is that the submenu is in the on state, the module data of the submenu is reserved in the third collection container, if the judgment result is that the function is in the off state, the module data of the submenu is removed from the third collection container, the module data of each submenu in the third collection container is traversed in the above way, so that the submenu in the on state can be reserved in the displayed setting menu, the submenu in the off state is removed, wherein when the setting menu is displayed for the first time after the function configuration file is updated, the expanded content of the submenu selected by the user last time can be displayed on a second area of the setting menu first time, and if the submenu selected by the user last time is not recorded, the expanded contents of the sub-menu at the uppermost position on the first area are displayed first, and the corresponding codes are as follows:
Figure BDA0002111468560000101
Figure BDA0002111468560000111
according to the method for customizing the menu setting function, provided by the embodiment of the invention, the user can customize the function of the setting menu according to the own requirement, the required function can be displayed on the interface of the setting menu, the unnecessary function is dynamically removed, different function requirements of the user can be met, the operation experience is favorably improved, and for a program developer, the function of the setting menu does not need to be customized according to the requirements of different users, so that the workload of the program developer can be effectively reduced.
The embodiment of the invention also provides a device for customizing the menu setting function applied to the electronic equipment, which comprises:
the customized function menu processing module is used for detecting whether a function configuration file exists or not when a customized function menu display instruction is received, reading information in the function configuration file if the function configuration file exists, and displaying a customized function menu according to a read result, wherein the function configuration file comprises the on-off state of at least one submenu in a setting menu (namely, the setting menu of an operating system) of the electronic equipment, the customized function menu comprises the on-off state control key of each submenu in the at least one submenu, and each on-off state control key can be switched between the off state and the on state according to an operation instruction of a user;
the updating module is used for updating the information in the function configuration file according to the current state of the switch state control key of each submenu when receiving an updating instruction input by a user on the customized function menu;
the detection module is used for detecting whether a function configuration file exists or not when a setting menu display instruction is received;
and the setting menu processing module is used for reading the information in the function configuration file and displaying the setting menu according to the read result, so that the submenu with the switch state being the open state is displayed in the setting menu, and the submenu with the switch state being the closed state is removed.
According to the device for customizing the menu setting function, provided by the embodiment of the invention, the function configuration file is configured for the setting menu of the electronic equipment, and a user can update the function configuration file according to the own requirement, so that the submenu which is not needed in the setting menu can be removed, the needed submenu is reserved, the customization of the menu setting function is further realized, the requirements of different users can be met, and the improvement of the user operation experience is facilitated.
The embodiment of the present invention further provides an electronic device, which includes at least one processor and a memory coupled to the at least one processor, where the at least one processor is configured to execute instructions in the memory, and implement the method for customizing the menu function.
For example, the electronic device may be a touch-control all-in-one machine, an electronic blackboard, an electronic whiteboard, an intelligent television all-in-one machine, an intelligent interactive large screen or an intelligent interactive flat plate.
It will be appreciated by those skilled in the art that the above-described preferred embodiments may be freely combined, superimposed, without conflict.
It will be understood that the embodiments described above are illustrative only and not restrictive, and that various obvious and equivalent modifications and substitutions for details described herein may be made by those skilled in the art without departing from the basic principles of the invention.

Claims (10)

1. A method for customizing a setup menu function applied to an electronic device, the method comprising:
step 1: when a customized function menu display instruction is received, detecting whether a function configuration file exists or not, if so, reading information in the function configuration file, and displaying a customized function menu according to a read result, wherein the function configuration file comprises the on-off state of at least one submenu in a setting menu of the electronic equipment, the customized function menu comprises the on-off state control key of each submenu in the at least one submenu, and each on-off state control key can be switched between an off state and an on state according to an operation instruction of a user;
step 2: when an updating instruction input by a user on the customized function menu is received, updating the information in the function configuration file according to the current state of the switch state control key of each submenu;
and step 3: when a menu display setting instruction is received, detecting whether a function configuration file exists, and if so, executing a step 4; if the function configuration file is not detected, generating a default function configuration file, and executing the step 4;
and 4, step 4: and reading information in the function configuration file, and displaying a setting menu according to the read result, thereby displaying a submenu with an open switch state in the setting menu, and removing the submenu with the closed switch state.
2. The method of claim 1, wherein step 1 comprises:
step 11: when a customized function menu display instruction is received, detecting whether a function configuration file exists or not, if so, reading information in the function configuration file, and loading the read information into a first collection container, wherein the first collection container after the information is loaded comprises elements corresponding to each submenu one by one;
step 12: traversing each element in the first set container to obtain the on-off state of each submenu, and displaying a customized function menu according to the traversal result;
step 13: and when an operation instruction of the user on the switch state control key is received, updating the switch state of the corresponding submenu in the first collection container according to the operation instruction, and repeatedly executing the step S12.
3. The method of claim 2, wherein step 2 comprises:
and when an updating instruction input by a user on the customized function menu is received, updating the information in the function configuration file according to the switch state of each submenu in the first collection container.
4. The method of claim 1, wherein step 4 comprises:
step 41: reading information in the function configuration file, and loading a read result into a second collection container;
step 42: loading full-function setting menu information into a third collection container, wherein the full-function setting menu information comprises module data of each submenu;
step 43: for each submenu, searching the switch state of the submenu in the second collection container, if the submenu is in the closed state, removing the module data in the third collection container, and if the submenu is in the open state, keeping the module data in the third collection container;
step 44: and displaying a setting menu according to the information in the third collection container.
5. The method of claim 4, wherein the setup menu comprises a first area and a second area, and wherein step 44 comprises:
and displaying the name of each submenu with the opening state on the first area, and displaying the expanded content of the submenu with the opening state on the second area.
6. The method of claim 5, wherein displaying expanded contents of a sub-menu having an on-off state on the second area comprises:
step 44 a: judging whether module data of the submenu selected by the user last time exist in the third collection container, if so, executing a step 44b, and if not, executing a step 44 c;
step 44 b: displaying the expanded content of the sub-menu selected last time by the user on the second area;
step 44 c: and displaying the expanded content of the submenu at the preset position on the first area on the second area.
7. The method of claim 5, wherein the setup menu further comprises a third area, and wherein step 44 further comprises:
and displaying the name of the submenu to which the expanded content in the second area belongs on the third area.
8. An apparatus for customizing a setup menu function applied to an electronic device, the apparatus comprising:
the customized function menu processing module is used for detecting whether a function configuration file exists or not when a customized function menu display instruction is received, reading information in the function configuration file if the function configuration file exists, and displaying a customized function menu according to a read result, wherein the function configuration file comprises the on-off state of at least one submenu in a setting menu of the electronic equipment, the customized function menu comprises the on-off state control key of each submenu in the at least one submenu, and each on-off state control key can be switched between the off state and the on state according to an operation instruction of a user;
the updating module is used for updating the information in the function configuration file according to the current state of the switch state control key of each submenu when receiving an updating instruction input by a user on the customized function menu;
the detection module is used for detecting whether a function configuration file exists or not when a setting menu display instruction is received;
and the setting menu processing module is used for reading the information in the function configuration file and displaying the setting menu according to the read result, so that the submenu with the switch state being the open state is displayed in the setting menu, and the submenu with the switch state being the closed state is removed.
9. An electronic device comprising at least one processor and a memory coupled to the at least one processor, wherein the at least one processor is configured to execute instructions in the memory to implement the method of any of claims 1-7.
10. The electronic device of claim 9, wherein the electronic device is a touch-control all-in-one machine, an electronic blackboard, an electronic whiteboard, an intelligent television all-in-one machine, an intelligent interactive large screen or an intelligent interactive flat plate.
CN201910573515.3A 2019-06-28 2019-06-28 Method and device for customizing menu setting function and electronic equipment Pending CN111273974A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910573515.3A CN111273974A (en) 2019-06-28 2019-06-28 Method and device for customizing menu setting function and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910573515.3A CN111273974A (en) 2019-06-28 2019-06-28 Method and device for customizing menu setting function and electronic equipment

Publications (1)

Publication Number Publication Date
CN111273974A true CN111273974A (en) 2020-06-12

Family

ID=71002893

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910573515.3A Pending CN111273974A (en) 2019-06-28 2019-06-28 Method and device for customizing menu setting function and electronic equipment

Country Status (1)

Country Link
CN (1) CN111273974A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114879882A (en) * 2022-05-24 2022-08-09 上海合见工业软件集团有限公司 Software menu system based on JSON configuration

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108920242A (en) * 2018-06-29 2018-11-30 乐蜜有限公司 Navigation bar generation method and device
CN109614161A (en) * 2018-10-15 2019-04-12 平安科技(深圳)有限公司 Functional switch state switching method, device, medium and computer equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108920242A (en) * 2018-06-29 2018-11-30 乐蜜有限公司 Navigation bar generation method and device
CN109614161A (en) * 2018-10-15 2019-04-12 平安科技(深圳)有限公司 Functional switch state switching method, device, medium and computer equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114879882A (en) * 2022-05-24 2022-08-09 上海合见工业软件集团有限公司 Software menu system based on JSON configuration

Similar Documents

Publication Publication Date Title
US11079908B2 (en) Method and apparatus for adding icon to interface of android system, and mobile terminal
US10613701B2 (en) Customizable bladed applications
JP5706587B2 (en) Method for controlling the system bar of a user equipment and user equipment
JP5956725B2 (en) Method, device, and computer program product for providing context-aware help content
US20090031243A1 (en) Method and apparatus for controlling display of windows
US9497313B2 (en) User interface generation apparatus
KR102270953B1 (en) Method for display screen in electronic device and the device thereof
CN105373326B (en) Data processing system and method
WO2021008334A1 (en) Data binding method, apparatus, and device of mini program, and storage medium
US20120017176A1 (en) Method and apparatus for displaying a menu
MX2008000577A (en) Rich drag drop user interface.
US10289662B2 (en) Communication device and method for receipt and presentation of input and feedback
US20090125839A1 (en) Method and apparatus for controlling display of windows
CN111913616A (en) Application program management method and device and electronic equipment
EP3441865A1 (en) Electronic device for storing user data, and method therefor
CN111459350B (en) Icon sorting method and device and electronic equipment
CN103019727B (en) The treatment process of desktop wallpaper and device
CN111324398B (en) Method, device, terminal and storage medium for processing latest content
EP2869541A1 (en) User equipment and operation control method therefor
CN113849092A (en) Content sharing method and device and electronic equipment
CN111273974A (en) Method and device for customizing menu setting function and electronic equipment
US20110161870A1 (en) Enhanced graphical display for hand-held devices
CN112578961B (en) Application identifier display method and device
JP2009244977A (en) Information processing apparatus
CN114020389A (en) Application program display method and device and electronic equipment

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