CN103513977A - Display method and device for group member list - Google Patents

Display method and device for group member list Download PDF

Info

Publication number
CN103513977A
CN103513977A CN201210222449.3A CN201210222449A CN103513977A CN 103513977 A CN103513977 A CN 103513977A CN 201210222449 A CN201210222449 A CN 201210222449A CN 103513977 A CN103513977 A CN 103513977A
Authority
CN
China
Prior art keywords
group
group members
members list
chat window
list
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.)
Granted
Application number
CN201210222449.3A
Other languages
Chinese (zh)
Other versions
CN103513977B (en
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210222449.3A priority Critical patent/CN103513977B/en
Publication of CN103513977A publication Critical patent/CN103513977A/en
Application granted granted Critical
Publication of CN103513977B publication Critical patent/CN103513977B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention belongs to the technical field of computers, and provides a display method and device for a group member list. The display method comprises the following steps that after a group starting instruction is received, a group chatting window object and a group member list object are respectively built; a group chatting window is displayed through a display method of the group chatting window object; when the group chatting window receives the instruction of communicating with the group member list, the group chatting window communicates with the group member list through an object pointer stored in the group chatting window and pointed at the group member list object. By respectively building the group chatting window object and the group member list object, the group chatting window and the group member list are two independent windows, and the group member list is achieved through drawer control. Therefore, the group member list is simple in design and quite accords with the interface style of the Apple Macintosh operating system.

Description

A kind of methods of exhibiting of group members list and device
Technical field
The invention belongs to field of computer technology, relate in particular to a kind of methods of exhibiting and device of group members list.
Background technology
In IM system, when showing group chat window, need to show group members list.Generally, group chat window is divided into Liang Ge region: Yi Ge region is for input and the demonstration of chat record, and another region is used for showing group members list.
In order to agree with the characteristic of Mac operating system, need to realize with more complicated design the open and close of group members list, thereby make the displaying of group members list comparatively complicated.
Summary of the invention
The object of the embodiment of the present invention is to provide a kind of methods of exhibiting of group members list, is intended to solve the problem of the existing design complexity existing while showing group members list in group chat window.
The embodiment of the present invention is achieved in that a kind of methods of exhibiting of group members list, and described method comprises:
After receiving group open command, create respectively group chat window object and group members list object;
Display packing by group chat window object shows group chat window;
When group chat window receives the communication instruction with group members list, pointer to object and group members list by the sensing group members list object of storing in group chat window communicate.
Another object of the embodiment of the present invention is to provide a kind of exhibiting device of group members list, and described device comprises:
Object Creation unit, for after receiving group open command, creates respectively group chat window object and group members list object;
Group chat window display unit, shows group chat window for the display packing by group chat window object;
The first communication unit, when receiving the communication instruction with group members list at group chat window, pointer to object and group members list by the sensing group members list object of storing in group chat window communicate.
In embodiments of the present invention, after receiving group open command, create respectively the group members list object of group chat window object and drawer type, making group chat window and group members list is two independently windows, display packing by group chat window object shows group chat window, when group chat window receives the communication instruction with group members list, pointer to object and group members list by the sensing group members list object of storing in group chat window communicate, because group chat window and group members list are two independently windows, thereby make the design of group members list comparatively simple.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, to the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the realization flow figure of the methods of exhibiting of the group members list that provides of the embodiment of the present invention;
Fig. 2 is the realization flow figure of the methods of exhibiting of the group members list that provides of another embodiment of the present invention;
Fig. 3 is the effect schematic diagram of the displaying of the group members list that provides of the embodiment of the present invention;
Fig. 4 is the structured flowchart of the exhibiting device of the group members list that provides of the embodiment of the present invention;
Fig. 5 is the structured flowchart of the exhibiting device of the group members list that provides of another embodiment of the present invention.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
In embodiments of the present invention, by creating respectively group chat window object and group members list object, making group chat window and group members list is two independently windows, thereby not only makes the design of group members list comparatively simple, and agrees with very much the look & feel of Apple Macintosh operating system.
For technical solutions according to the invention are described, below by specific embodiment, describe.
Embodiment mono-
Fig. 1 shows the realization flow of the methods of exhibiting of the group members list that the embodiment of the present invention provides, and details are as follows:
S101, after receiving group open command, creates respectively group chat window object and group members list object.
The concrete mode that wherein receives group's open command can be double-clicked for user being detected the chat group of selection, or user detected by clicking after the chat group of selection, from the menu showing, selected to open chat group's operation, or while the operation of checking group chat record being detected, receive group open command.Certainly receive the alternate manner that the concrete mode of group's open command can also provide for prior art, at this, illustrate no longer one by one.
The difference that wherein creates the detailed process of group chat window object and the mode of existing establishment group chat window object is, the group chat window object of this establishment stores the pointer to object that points to the group members list object corresponding with this group chat window.Wherein pointer to object refers to the variable for storage object address, and the pointer to object that points to group members list refers to for storing the variable of group members list object address.This pointer to object that points to group members list can be list control (NSTableView) pointer to object.
The detailed process that wherein creates group chat window object, is summarized as follows at this:
First adopt Interface Build instrument generated group chat window interface file.
Wherein in group chat window interface file, comprise the window control relevant to chat window, text input control, toolbar control, divider control, drawer button control and their layout information.In the present embodiment, can adopt the mode of visual edit to carry out generated group chat window interface file.Wherein drawer button control makes group chat window can receive group members list displaying instruction.
Call again the initWithWindowNibName method of NSWindowController control, as parameter, import group chat window interface file into NSWindowController control, can create group chat window object.
The detailed process that wherein creates group members list object is as follows:
1, generated group member list interface
In the present embodiment, can adopt Interface Builder instrument to carry out generated group member list interface file, its detailed process is as follows: in the editing machine of Interface Builder, add a list (NSTableView) control, the mode of wherein adding can be for dragging etc.; In NSTableView control, add other required control of group members list, with generated group member list (NSTableView) interface file.Wherein other required control of group members list includes but not limited to list box control etc.
2, create drawer (NSDrawer) object
The mode that wherein creates drawer object can, for adding NSDrawer control in the editing machine at Interface Builder, can create a NSDrawer object.
Wherein drawer is the exclusive concept of window interface in Apple Macintosh operating system, and it can open and close just as the drawer in reality, for user's interesting mode of operation of providing convenience, has strengthened user's experience.Apple Macintosh operating system is used NSDrawer control to provide drawer service for user.
3, by view content (contentView) setup of attribute of NSDrawer object, be group members list interface, can create group members list object.
In the present embodiment, can in Interface Builder editing machine, choose NSDrawer control by right button, in menu, the contentView of NSDrawer object is associated with to NSTableView object, the contentView setup of attribute that is about to NSDrawer object is NSTableView, can create group members list object.
In the present embodiment, because group chat window and group members list are to realize by creating different classes, thereby making chat window and group members list is two independently windows, like this, when showing group members list, needn't when design chat window, design group members list, but directly adopt drawer control to carry out the list of reincarnation group members, and drawer control is the conventional control in Apple Macintosh operating system, thereby make the displaying of group members list comparatively simple.
For group members list can be communicated with group chat window, in another embodiment of the present invention, when creating group members list object, the parent window attribute parentWindow of group members list object is set to group chat window, thereby make group members list object to obtain the pointer to object that points to group chat window object by this parentWindow, by pointing to pointer to object and the group chat window of group chat window object, communicate.
S102, by the display packing demonstration group chat window of group chat window object.
In the present embodiment, after creating group chat window object, the display packing that can call group chat window object shows this group chat window.
S103, when group chat window receives the communication instruction with group members list, pointer to object and group members list by the sensing group members list object of storing in group chat window communicate.
In the present embodiment, when the pointer to object of the sensing group members list object of storing in group chat window is NSTableView, by this NSTableView, call the correlation method of group members list object, by method and the group members list of calling, communicate.
Wherein include but not limited to group members list displaying instruction, the instruction of group members list update etc. with the communication instruction of group members list.Wherein group members list shows that instruction is for controlling the show or hide of group members list.The instruction of group members list update is for controlling the renewal of group members list.
In the present embodiment, after the communication instruction receiving with group members list, by creating group chat window object and two different objects of group members list object, making group chat window and group members list is two independently windows, thereby needn't when design group chat window, design group members list, because group chat window object is drawer class object, adopt existing drawer control to realize group chat window, thereby make the design of group chat window comparatively simple, and realize group members list owing to adopting drawer control, thereby make the displaying of group members list and agree with very much the look & feel of Apple Macintosh operating system.
Embodiment bis-
Fig. 2 shows the realization flow of the methods of exhibiting of the group members list that another embodiment of the present invention provides, and wherein S201 to S203 is identical with the S101 to S103 in Fig. 1, does not repeat them here, and the method also comprises:
S204, when group members list receives the communication instruction with group chat window, parent window attribute (parentWindow) by group members list object obtains the pointer to object that points to group chat window object, and pointer to object and group chat window by the sensing group chat window object that obtains communicate.
In this enforcement, due to when creating group members list object, by the parent window setup of attribute of group members list object, be group chat window, therefore, when group members list receives the communication instruction with group chat window, can obtain by the parent window attribute of group members list object the pointer to object that points to group chat window object, the pointer to object by the sensing group chat window object that obtains can call group chat window object with the corresponding method of this communication instruction realize with group chat window between communicate by letter.
Wherein include but not limited to designated group member's chat instruction, the instruction of shielding designated group member's speech etc. with the communication instruction of group chat window.Wherein input can be for double-clicking designated group member with the concrete mode of designated group member's chat instruction in group members list, or in group members list, select designated group member, in the menu of output, select " transmission message " etc., certainly can also, for other modes, at this, not be limited in any way.
When the communication instruction with group chat window is the chat instruction with designated group member, parent window attribute by group members list object obtains the pointer to object that points to group chat window object, by pointing to the pointer to object of group chat window object, call the display packing of group chat window object, by the chat window between this display packing demonstration and designated group member.
When instruction that the communication instruction with group chat window is shielding designated group member's speech, parent window attribute by group members list object obtains the pointer to object that points to group chat window object, the speech screen method that calls group chat window object by pointing to the pointer to object of group chat window object shields designated group member's speech by this speech screen method in group chat window.
In the present embodiment, adopt group members list that drawer control realizes by being group chat window by the parent window setup of attribute of drawer control, thereby receive after the communication instruction with group chat window in group members list, can get the pointer to object that points to group chat window object by this parent window attribute, by pointing to the pointer to object of group chat window object, the group members list that is independent of group chat window can communicate with group chat window.
Embodiment tri-
In this embodiment, that when group chat window, receive and communication instruction group members list are group members list while showing instruction, by the pointer to object of the sensing group members list object of storing in group chat window, are controlled the demonstration of group members list and are hidden.
In the present embodiment, comprise drawer button in group chat window, when user clicks the drawer button comprising in group chat window, group chat window receives group members list displaying instruction.Wherein group members list shows that instruction comprises that drawer launches order and drawer close commands, the displaying control command receiving when drawer button is drawer while launching order, and the display packing that the pointer to object by the sensing group members list object of storing in group chat window calls group members list object shows this group members list; When the displaying control command receiving when drawer button is drawer close commands, the pointer to object by the sensing group members list object of storing in group chat window calls the hidden method of group members list object and hides this group members list.
Concrete, when the drawer button by group chat window receives drawer expansion order, the open method that the pointer to object of the sensing group members list object of storing by group chat window calls group members list object shows this group members list; When the drawer button by group chat window receives drawer close commands, the pointer to object of the sensing group members list object of storing by group chat window calls the close method of group members list object and hides group members list.
Refer to Fig. 3, for utilizing of providing of the embodiment of the present invention drawer control NSDrawer that Mac operating system provides realizes the schematic diagram of the display function of group members list interface, when user clicks after the drawer button 52 on group chat window 51, can open group members list 53.
Embodiment tetra-
In the present embodiment, that when group chat window, receive while being the instruction of group members list update with communication instruction group members list, the pointer to object of the sensing group members list object of storing by group chat window is controlled the renewal of group members in group members list.
The renewal that the pointer to object of the sensing group members list object of wherein storing by group chat window is controlled group members in group members list is specially:
The pointer to object of the sensing group members list object of storing by group chat window calls the group members update method of group members list object and upgrades this group members list.Wherein the renewal of group members includes but not limited to the increase of group members, the variation of the minimizing of group members, group members presence etc.Wherein the variation of the presence of group members include but not limited to reach the standard grade, off-line, stealthy, leave, Do not disturb etc.
In the present embodiment, when group chat window receives the instruction of group members list update, the pointer to object of the sensing group members list object of storing by group chat window can upgrade being independent of the group members list of group chat window.
Embodiment five
Fig. 4 shows the structure of the group members list exhibiting device that the embodiment of the present invention provides, and only shows for convenience of explanation the part relevant to the embodiment of the present invention.
This group members list exhibiting device can be for JICQ, can be to run on the unit that software unit, hardware cell or software and hardware in JICQ combine, also can be used as independently suspension member is integrated in these JICQs or runs in the application system of these JICQs, wherein:
Object Creation unit 1, after receiving group open command, creates respectively group chat window object and group members list object, and wherein group members list object is drawer class object.
This Object Creation unit 1 comprises group chat window object creation module 11 and group members list object creation module 12.Wherein:
Group chat window object creation module 11 adopts Interface Build instrument generated group chat window interface file, call the initWithWindowNibName method of NSWindowController control, as parameter, import group chat window interface file into NSWindowController control, can create group chat window object.
Wherein in group chat window interface file, comprise the window control relevant to chat window, text input control, toolbar control, divider control, drawer button control and their layout information.In the present embodiment, can adopt the mode of visual edit to carry out generated group chat window interface file.Wherein drawer button control makes group chat window can receive group members list displaying instruction.
In the present embodiment, the group chat window object of this establishment stores the pointer to object that points to the group members list object corresponding with this group chat window.
Group members list object creation module 12 generated group member list interface, create drawer object, and the view contents attribute of drawer object is set to group members list interface, to create group members list.
Generated group member list interface wherein, creates drawer object, and the detailed process that the view contents attribute of drawer object is set to group members list interface as mentioned above, do not repeat them here.
In another embodiment of the present invention, this group members list object creation module 12 is also set to group chat window for the parent window attribute parentWindow of group members list object.
Group chat window display unit 2 shows group chat window by the display packing of group chat window object.
The first communication unit 3 is when group chat window receives the communication instruction with group members list, and pointer to object and group members list by the sensing group members list object of storing in group chat window communicate.
Wherein include but not limited to group members list displaying instruction, the instruction of group members list update etc. with the communication instruction of group members list.
This first communication unit 3 comprises to be shown control module 31 and upgrades control module 32.Wherein:
Show that control module 31 is when group chat window receives group members list and shows instruction, by the pointer to object of the sensing group members list object of storing in group chat window, control the demonstration of group members list and hide.
In the present embodiment, comprise drawer button in group chat window, when user clicks the drawer button comprising in group chat window, group chat window receives group members list displaying instruction.Wherein group members list shows that instruction comprises that drawer launches order and drawer close commands, the displaying control command receiving when drawer button is drawer while launching order, and the display packing that the pointer to object by the sensing group members list object of storing in group chat window calls group members list object shows this group members list; When the displaying control command receiving when drawer button is drawer close commands, the pointer to object by the sensing group members list object of storing in group chat window calls the hidden method of group members list object and hides this group members list.
Upgrade control module 32 when group chat window receives the instruction of group members list update, the pointer to object of the sensing group members list object of storing by group chat window is controlled the renewal of group members in group members list.
The renewal that the pointer to object of the sensing group members list object of wherein storing by group chat window is controlled group members in group members list is specially:
The pointer to object of the sensing group members list object of storing by group chat window calls the group members update method of group members list object and upgrades this group members list.Wherein the renewal of group members includes but not limited to the increase of group members, the variation of the minimizing of group members, group members presence etc.Wherein the variation of the presence of group members include but not limited to reach the standard grade, off-line, stealthy, leave, Do not disturb etc.
Embodiment six
Fig. 5 shows the structure of the group members list exhibiting device that another embodiment of the present invention provides, and only shows for convenience of explanation the part relevant to the embodiment of the present invention.
This device also comprises second communication unit 4.This second communication unit 4 is when group members list receives the communication instruction with group chat window, parent window attribute (parentWindow) by group members list object obtains the pointer to object that points to group chat window object, and pointer to object and group chat window by the sensing group chat window object that obtains communicate.
In this enforcement, due to when creating group members list object, by the parent window setup of attribute of group members list object, be group chat window, therefore, when group members list receives the communication instruction with group chat window, can obtain by the parent window attribute of group members list object the pointer to object that points to group chat window object, the pointer to object by the sensing group chat window object that obtains can call group chat window object with the corresponding method of this communication instruction realize with group chat window between communicate by letter.
Wherein include but not limited to designated group member's chat instruction, the instruction of shielding designated group member's speech etc. with the communication instruction of group chat window.
It should be noted that said apparatus, included unit is just divided according to function logic, but is not limited to above-mentioned division, as long as can realize corresponding function; In addition, the concrete title of each functional unit also, just for the ease of mutual differentiation, is not limited to protection scope of the present invention.
One of ordinary skill in the art will appreciate that, the all or part of step realizing in above-described embodiment method is to come the hardware that instruction is relevant to complete by program, described program can be in being stored in a computer read/write memory medium, described storage medium, as ROM/RAM, disk, CD etc.
In embodiments of the present invention, after the communication instruction receiving with group members list, by creating group chat window object and two different objects of group members list object, making group chat window and group members list is two independently windows, thereby needn't when design group chat window, design group members list, because group chat window object is drawer class object, adopt existing drawer control to realize group chat window, thereby make the design of group chat window comparatively simple, and realize group members list owing to adopting drawer control, thereby make the displaying of group members list and agree with very much the look & feel of Apple Macintosh operating system.In addition, adopt group members list that drawer control realizes by being group chat window by the parent window setup of attribute of drawer control, thereby receive after the communication instruction with group chat window in group members list, can get the pointer to object that points to group chat window object by this parent window attribute, by pointing to the pointer to object of group chat window object, the group members list that is independent of group chat window can communicate with group chat window.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any modifications of doing within the spirit and principles in the present invention, be equal to and replace and improvement etc., within all should being included in protection scope of the present invention.

Claims (11)

1. a methods of exhibiting for group members list, is characterized in that, described method comprises:
After receiving group open command, create respectively group chat window object and group members list object;
Display packing by group chat window object shows group chat window;
When group chat window receives the communication instruction with group members list, pointer to object and group members list by the sensing group members list object of storing in group chat window communicate.
2. the method for claim 1, is characterized in that, creates group members list object and comprises:
Generated group member list interface;
Create drawer object;
The view contents attribute of drawer object is set to group members list interface, to create group members list object;
By the parent window setup of attribute of group members list object, it is group chat window.
3. the method for claim 1, is characterized in that, described and communication instruction group members list comprises group members list displaying instruction and the instruction of group members list update.
4. method as claimed in claim 3, it is characterized in that, when described and communication instruction group members list are group members list while showing instruction, the described pointer to object by the sensing group members list object of storing in group chat window and the step that group members list communicates are specially:
By the pointer to object of the sensing group members list object of storing in group chat window, control the demonstration of group members list and hide.
5. method as claimed in claim 4, it is characterized in that, described group members list shows that instruction comprises that drawer launches order and drawer close commands, when group members list, showing instruction is drawer while launching order, and the display packing that the pointer to object by the sensing group members list object of storing in group chat window calls group members list object shows group members list; When group members list shows that instruction is drawer close commands, the pointer to object by the sensing group members list object of storing in group chat window calls the hidden method of group members list object and hides group members list.
6. method as claimed in claim 3, it is characterized in that, when described and communication instruction group members list are the instruction of group members list update, the described pointer to object by the sensing group members list object of storing in group chat window and the step that group members list communicates are specially:
The pointer to object of the sensing group members list object of storing by group chat window is controlled the renewal of group members in group members list.
7. the method as described in claim as arbitrary in claim 1 to 6, is characterized in that, described method also comprises:
When group members list receives the communication instruction with group chat window, parent window attribute by group members list object obtains the pointer to object that points to group chat window object, and pointer to object and group chat window by the sensing group chat window object that obtains communicate.
8. an exhibiting device for group members list, is characterized in that, described device comprises:
Object Creation unit, for after receiving group open command, creates respectively group chat window object and group members list object;
Group chat window display unit, shows group chat window for the display packing by group chat window object;
The first communication unit, when receiving the communication instruction with group members list at group chat window, pointer to object and group members list by the sensing group members list object of storing in group chat window communicate.
9. device as claimed in claim 8, is characterized in that, described Object Creation unit comprises:
Group members list object creation module, for generated group member list interface, create drawer object, and the view contents attribute of drawer object is set to group members list interface, to create group members list, by the parent window setup of attribute of group members list object, be group chat window.
10. device as claimed in claim 8, is characterized in that, described the first communication unit comprises:
Show control module, while showing instruction for receive group members list at group chat window, by the pointer to object of the sensing group members list object of storing in group chat window, control the demonstration of group members list and hide;
Upgrade control module, when receiving the instruction of group members list update at group chat window, the pointer to object of the sensing group members list object of storing by group chat window is controlled the renewal of group members in group members list.
Device as described in 11. claims as arbitrary in claim 8 to 10, is characterized in that, described device also comprises:
Second communication unit, when receiving the communication instruction with group chat window in group members list, parent window attribute by group members list object obtains the pointer to object that points to group chat window object, and pointer to object and group chat window by the sensing group chat window object that obtains communicate.
CN201210222449.3A 2012-06-29 2012-06-29 Display method and device for group member list Active CN103513977B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210222449.3A CN103513977B (en) 2012-06-29 2012-06-29 Display method and device for group member list

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210222449.3A CN103513977B (en) 2012-06-29 2012-06-29 Display method and device for group member list

Publications (2)

Publication Number Publication Date
CN103513977A true CN103513977A (en) 2014-01-15
CN103513977B CN103513977B (en) 2017-02-22

Family

ID=49896767

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210222449.3A Active CN103513977B (en) 2012-06-29 2012-06-29 Display method and device for group member list

Country Status (1)

Country Link
CN (1) CN103513977B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104994003A (en) * 2015-06-30 2015-10-21 广东欧珀移动通信有限公司 Group chat creation method, mobile terminal, server and system
CN105159577A (en) * 2015-08-24 2015-12-16 网易(杭州)网络有限公司 Method and system for implementing fast searching for target group member
CN106339947A (en) * 2015-07-07 2017-01-18 阿里巴巴集团控股有限公司 Method and device for performing business operation and acquiring group member information based on chat group
CN106716417A (en) * 2016-11-22 2017-05-24 深圳前海达闼云端智能科技有限公司 Information viewing method, device and equipment
CN108536834A (en) * 2018-04-12 2018-09-14 网易(杭州)网络有限公司 Update the method, apparatus and terminal of list
CN109165068A (en) * 2018-08-09 2019-01-08 北京达佳互联信息技术有限公司 The methods of exhibiting, device and mobile terminal of group member list in instant messaging application
CN112379808A (en) * 2020-12-01 2021-02-19 腾讯科技(深圳)有限公司 Window control method, device, equipment and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030009495A1 (en) * 2001-06-29 2003-01-09 Akli Adjaoute Systems and methods for filtering electronic content
CN101094233A (en) * 2007-07-18 2007-12-26 北京亿企通信息技术有限公司 Method and system for carrying out conversation among multiple persons in instant communication tool
CN101964717A (en) * 2010-10-18 2011-02-02 苏州阔地网络科技有限公司 Method for initiating meetings based on instant communication groups

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030009495A1 (en) * 2001-06-29 2003-01-09 Akli Adjaoute Systems and methods for filtering electronic content
CN101094233A (en) * 2007-07-18 2007-12-26 北京亿企通信息技术有限公司 Method and system for carrying out conversation among multiple persons in instant communication tool
CN101964717A (en) * 2010-10-18 2011-02-02 苏州阔地网络科技有限公司 Method for initiating meetings based on instant communication groups

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104994003A (en) * 2015-06-30 2015-10-21 广东欧珀移动通信有限公司 Group chat creation method, mobile terminal, server and system
CN104994003B (en) * 2015-06-30 2018-01-26 广东欧珀移动通信有限公司 A kind of group chat creation method, mobile terminal, server and system
US10893110B2 (en) 2015-07-07 2021-01-12 Advanced New Technologies Co., Ltd. Communication tool for initiation of services
CN106339947A (en) * 2015-07-07 2017-01-18 阿里巴巴集团控股有限公司 Method and device for performing business operation and acquiring group member information based on chat group
US11108874B2 (en) 2015-07-07 2021-08-31 Advanced New Technologies Co., Ltd. Communication tool for initiation of services
CN105159577A (en) * 2015-08-24 2015-12-16 网易(杭州)网络有限公司 Method and system for implementing fast searching for target group member
CN105159577B (en) * 2015-08-24 2018-06-29 网易(杭州)网络有限公司 A kind of method and system realized target group members and quickly searched
CN106716417A (en) * 2016-11-22 2017-05-24 深圳前海达闼云端智能科技有限公司 Information viewing method, device and equipment
CN106716417B (en) * 2016-11-22 2020-02-28 深圳前海达闼云端智能科技有限公司 Method, device and equipment for checking information
WO2018094572A1 (en) * 2016-11-22 2018-05-31 深圳前海达闼云端智能科技有限公司 Information viewing method, device and equipment
CN108536834A (en) * 2018-04-12 2018-09-14 网易(杭州)网络有限公司 Update the method, apparatus and terminal of list
CN108536834B (en) * 2018-04-12 2021-04-27 网易(杭州)网络有限公司 Method, device and terminal for updating list
CN109165068A (en) * 2018-08-09 2019-01-08 北京达佳互联信息技术有限公司 The methods of exhibiting, device and mobile terminal of group member list in instant messaging application
CN112379808A (en) * 2020-12-01 2021-02-19 腾讯科技(深圳)有限公司 Window control method, device, equipment and medium
CN112379808B (en) * 2020-12-01 2023-08-22 腾讯科技(深圳)有限公司 Window control method, device, equipment and medium

Also Published As

Publication number Publication date
CN103513977B (en) 2017-02-22

Similar Documents

Publication Publication Date Title
CN103513977A (en) Display method and device for group member list
CN101770399B (en) Electronic equipment, method and device for switching operating system desktop
CN100356323C (en) User panel manager and method for creating user-defined dynamic subwindow
CN106484224A (en) A kind of operational approach and terminal
CN105335041A (en) Method and apparatus for providing application icon
US20130033414A1 (en) Display Environment for a Plurality of Display Devices
JP2017517055A (en) Command user interface for displaying and scaling selectable controls and commands
CN104007894A (en) Portable device and method for operating multiapplication thereof
CN103124964A (en) Multi-modal and updating interface for messaging
KR20110117170A (en) A user-application interface
KR20120062297A (en) Display apparatus and user interface providing method thereof
CN102662664A (en) Interface animation realization method and system
CN101923434B (en) Type setting method and system of application icon and mobile terminal
US20160124931A1 (en) Input of electronic form data
CN111259644A (en) Rich text processing method, editor, equipment and storage medium
KR20150140772A (en) Multiple displays for displaying workspaces
CN103309616A (en) Soft keyboard display method and terminal
TW201539298A (en) Progressive functionality access for content insertion and modification
CN109471580B (en) Visual 3D courseware editor and courseware editing method
CN103713798A (en) Application object display method and device in screen-locking interface
CN114518822A (en) Application icon management method and device and electronic equipment
US20130249810A1 (en) Text entry mode selection
Danado et al. A prototype for EUD in touch-based mobile devices
CN110413192A (en) Shortcut key response method, device, equipment and storage medium
CN104123112A (en) Image processing method and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant