CN103399687B - The execution processing method that a kind of single-point touch window shows - Google Patents

The execution processing method that a kind of single-point touch window shows Download PDF

Info

Publication number
CN103399687B
CN103399687B CN201310318835.7A CN201310318835A CN103399687B CN 103399687 B CN103399687 B CN 103399687B CN 201310318835 A CN201310318835 A CN 201310318835A CN 103399687 B CN103399687 B CN 103399687B
Authority
CN
China
Prior art keywords
point
window
control system
touch
coordinate
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.)
Active
Application number
CN201310318835.7A
Other languages
Chinese (zh)
Other versions
CN103399687A (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.)
Vtron Group Co Ltd
Original Assignee
Vtron Technologies 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 Vtron Technologies Ltd filed Critical Vtron Technologies Ltd
Priority to CN201310318835.7A priority Critical patent/CN103399687B/en
Publication of CN103399687A publication Critical patent/CN103399687A/en
Application granted granted Critical
Publication of CN103399687B publication Critical patent/CN103399687B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses the execution processing method that a kind of single-point touch window shows, for the operation of joined screen system, installation control system, and according to control system interface configurations joined screen system;Select a signal source, use single-point operation touch-control on joined screen system, after control system judges that this operation is single-point operation, obtain original coordinates X, Y of the operation of this single-point;After sliding with the operation of this single-point and decontrol, control system is by calculating final coordinate W, the H obtaining this single-point relative to original coordinates X, Y;X that control system operates according to single-point touch, Y, W, Building H mark carry out correlation window process, and draw window according to coordinate and show.The present invention overturns tradition PC and joined screen system controls the mode of operation of software, makes operation more conform to human manipulation's custom and have multiformity to select in terms of control, meanwhile, makes operation be become simpler easy-to-use by loaded down with trivial details.

Description

The execution processing method that a kind of single-point touch window shows
Technical field
The present invention relates to window display field, the execution processing method shown more particularly, to a kind of single-point touch window.
Background technology
Existing joined screen system controls, in software operation, to be substantially and use the mouse of PC to do various function to operate software, and this method is flexible, uses widely and is prone to be accepted by everybody;The rise of equipment is calculated now along with touch screen, user is moving, under unconstrained application scenarios, generally using the input tool such as finger or felt pen to operate and issue control command, the mode of operation such as this execution input, control more meets people's operating habit.The control software of existing joined screen system, the unlatching of its joined screen system control software signal, mobile scaling and closedown work substantially account for joined screen system software and controls more than the 90% of execution, existing software interface performs the operation of similar this signal window on the touchscreen needs multiple point touching to perform, particularly window needs to open this operation of ideal position and size, causes its ease for use to be had a greatly reduced quality, poor operation convenience.
Summary of the invention
In order to overcome the deficiencies in the prior art, the present invention proposes the execution processing method that a kind of single-point touch window shows, use the method can by simple, operate single single-point touch operational approach and realize joined screen system and control the unlatching of software signal the window's position.
To achieve these goals, the technical scheme is that
The execution processing method that a kind of single-point touch window shows, for the operation of joined screen system, installation control system, and according to control system interface configurations joined screen system;
Select a signal source, use single-point operation touch-control on combination, after control system judges that this operation is single-point operation, obtain original coordinates X, Y of the operation of this single-point;After sliding with the operation of this single-point and decontrol, control system is by calculating final coordinate W, the H obtaining this single-point relative to original coordinates X, Y;X that control system operates according to single-point touch, Y, W, Building H mark carry out correlation window process, and draw window according to coordinate and show.
Detailed process is:
Joined screen system installs control system, and according to control system interface configurations joined screen system, confirms set up communication with the various hardware device of control system and can implement to control to it;
The unlatching operation of the signal window position that single-point touch operational approach of the present invention is particularly applicable in control system, its main thought is the most following;
After selecting signal source V1, need in control system, operate combination to window, at this moment single-point touch-control on combination is used, after control system judges to be single-point, touch-control obtains original coordinates X, Y of this single-point, after sliding with single-point operation and decontrol, control system is by calculating final coordinate W, the H obtaining this single-point relative to original coordinates X, Y;
int pointerCount = event.getPointerCount();
Sb.append (String.format (" nodes: %d%n ", pointerCount));
switch( event.getAction())
{
CaseMotionEvent.ACTION_DOWN: // press
if(pointerCount ==1) // single-point touch
{
gTouchX = (int) event.getX();
gTouchY = (int) event.getY();
}
CaseMotionEvent.ACTION_UP: // decontrol
If (pointerCount==1) // single-point touch
{
gTouchW= (int) event.getW();
gTouchH = (int) event.getH();
}
int Total=gTouchX+gTouchY+gTouchW+gTouchH;
After the X of single-point touch operation, Y, W, Building H mark are acquired, submitting to control system and carry out correlation window process, control system is successfully drawn window and shows according to coordinate.
Compared with prior art, the invention have the benefit that overturn tradition PC controls the mode of operation of software to joined screen system, make operation more conform to human manipulation's custom and have multiformity to select in terms of control, meanwhile, make operation be become simpler easy-to-use by loaded down with trivial details.
Accompanying drawing explanation
Fig. 1 is that the single-point of the present invention operates the flow chart windowed.
Fig. 2 is the 4*8 specification joined screen system schematic diagram that the embodiment of the present invention is set up.
Fig. 3 is that single-point of the present invention slides the sliding type windowed and the schematic diagram in direction.
Fig. 4 is to use the sliding type described in Fig. 3 at joined screen system uplifting window schematic diagram.
Fig. 5 is that Fig. 4 signal window amplifies the schematic diagram being paved with the full region of single-point slip.
Detailed description of the invention
The present invention will be further described below in conjunction with the accompanying drawings, but embodiments of the present invention are not limited to this.
The execution processing method that a kind of single-point touch window shows, for the operation of joined screen system, installation control system, and according to control system interface configurations joined screen system;
Select signal source V1, use single-point operation touch-control on joined screen system, after control system judges that this operation is single-point operation, obtain original coordinates X, Y of the operation of this single-point;After sliding with the operation of this single-point and decontrol, control system is by calculating final coordinate W, the H obtaining this single-point relative to original coordinates X, Y;X that control system operates according to single-point touch, Y, W, Building H mark carry out correlation window process, and draw window according to coordinate and show.
Such as Fig. 1, detailed process is:
Joined screen system installs control system, and according to control system interface configurations joined screen system, confirms set up communication with the various hardware device of control system and can implement to control to it;
The unlatching operation of the signal window position that single-point touch operational approach of the present invention is particularly applicable in control system, as follows;
After selecting signal source V1, need in control system, operate combination to window, at this moment single-point touch-control on combination is used, after control system judges to be single-point, touch-control obtains original coordinates X, Y of this single-point, after sliding with single-point operation and decontrol, control system is by calculating final coordinate W, the H obtaining this single-point relative to original coordinates X, Y;
int pointerCount = event.getPointerCount();
Sb.append (String.format (" nodes: %d%n ", pointerCount));
switch( event.getAction())
{
CaseMotionEvent.ACTION_DOWN: // press
if(pointerCount ==1) // single-point touch
{
gTouchX = (int) event.getX();
gTouchY = (int) event.getY();
}
CaseMotionEvent.ACTION_UP: // decontrol
If (pointerCount==1) // single-point touch
{
gTouchW= (int) event.getW();
gTouchH = (int) event.getH();
}
int Total=gTouchX+gTouchY+gTouchW+gTouchH;
After the X of single-point touch operation, Y, W, Building H mark are acquired, submitting to control system and carry out correlation window process, control system is successfully drawn window and shows according to coordinate.
nullStep S101: build the hardware platform of joined screen system,And configure the various settings of equipment,Such as Fig. 2,Set up the joined screen system of a 4*8 specification,The resolution assuming each independent display areas is 1400*1050,Can also be other various resolution meeting VESA standard,*-* region on such as figure,Such as 0-2 etc.,Because the interface of Fig. 2 is 4 row 8 arranges (4*8),Therefore whole " joined screen system " laterally total resolution is 1400*8=11200,Longitudinal total resolution is 4*1050=4200,The total resolution of all 4*8 is 11200*4200,Each territory, neighbor cell combination in the virtual combination of software is exactly the region that signal window is opened,The most often it is classified as 1400*4200、Each 2*2 region is 2800*2100、Each 4*2 region 2800*4200、Each 4*4 region 5600*4200 etc.;
Step S102: signal source window is opened and shows: in the range of the calculating of all signal window coordinates is all limited to 11200*4200, the essential information of one the window's position of definition totally 4 coordinates (wide starting point X, high starting point Y, width W, highly H).Rise at single-point, after whole slide terminates, 4 coordinates (X, Y, W, H) of its window are collected and trigger the action that window is opened;
Such as opening 1 window and show on the position in " combination " 1*2 region, the coordinate in 1*2 region is (x, y, 2800,1050);Coordinate is collected, including wide starting point X, high starting point Y by touch-control this region of sliding, width W, highly H, it must be less than or equal to (X, Y, 2800,1050), thus window and will be confined to 1*2(X, Y, 2800,1050) in, thus realize the coordinate position correct judgment position that causes windowing and determine;In like manner, 2*2,4*1,4*2,4*3 window opened in Fig. 3 is all similar to principles above;
Make single-point touch, select to need the signal source of window display, want that needing the position single-point of display to slide can window successfully at " combination ";Concrete sliding action have horizontal, vertical, left tiltedly, right tiltedly, and according to sliding across how long " combination " is upper, i.e. open great window.
Such as using two touch points touch-control combination simultaneously, leave touch-control combination after operation simultaneously, this method can realize, but be difficult to operate and maybe may cause operation failure.
Step S103: scaling: window design accepts single-point double-click action, show that operational motion is the zoom action of " zooming in or out ", the coordinate triggering current window shows that with current single-point sliding area minimum the coordinate in full region compares, if little, then window amplifies the full single-point sliding area of display;If equal to, then window reduces viewing area coordinate size last time;There is no big probability.
Step S104: open rear hatch design and also accept the operations such as movement, closedown;Owing to principle is with like above.
The embodiment of invention described above, is not intended that limiting the scope of the present invention.Any amendment, equivalent and improvement etc. done within the spiritual principles of the present invention, within should be included in the claims of the present invention.

Claims (3)

1. the execution processing method that single-point touch window shows, for the operation of joined screen system, it is characterised in that installation control system, and according to control system interface configurations joined screen system;
Select a signal source, use single-point operation touch-control on combination, after control system judges that this operation is single-point operation, obtain original coordinates X, Y of the operation of this single-point;After sliding with the operation of this single-point and decontrol, control system is by calculating final coordinate W, the H obtaining this single-point relative to original coordinates X, Y;X that control system operates according to single-point touch, Y, W, Building H mark carry out correlation window process, and draw window according to coordinate and show;
Also including that the zoom operations of window processes, use single-point operation double-click action on combination, the coordinate triggering current window shows that with current single-point sliding area minimum the coordinate in full region compares, if little, then window is amplified to show full single-point sliding area;If equal to, then window reduces viewing area coordinate size last time.
The execution processing method that single-point touch window the most according to claim 1 shows, it is characterized in that, described control system includes touching detection module, touch screen controller and central processing unit, the outfan of described touch detection module connects the input of touch screen controller, and touch screen controller connects central processing unit.
The execution processing method that single-point touch window the most according to claim 1 shows, it is characterised in that the operation slip of described single-point includes tiltedly sliding in level slip, vertically slip, left tiltedly slip and the right side.
CN201310318835.7A 2013-07-26 2013-07-26 The execution processing method that a kind of single-point touch window shows Active CN103399687B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310318835.7A CN103399687B (en) 2013-07-26 2013-07-26 The execution processing method that a kind of single-point touch window shows

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310318835.7A CN103399687B (en) 2013-07-26 2013-07-26 The execution processing method that a kind of single-point touch window shows

Publications (2)

Publication Number Publication Date
CN103399687A CN103399687A (en) 2013-11-20
CN103399687B true CN103399687B (en) 2016-08-24

Family

ID=49563325

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310318835.7A Active CN103399687B (en) 2013-07-26 2013-07-26 The execution processing method that a kind of single-point touch window shows

Country Status (1)

Country Link
CN (1) CN103399687B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786419A (en) * 2014-12-22 2016-07-20 杭州海康威视数字技术股份有限公司 Multi-screen splicing display control method and device and multi-screen splicing display system
CN105068711A (en) * 2015-08-06 2015-11-18 上海斐讯数据通信技术有限公司 Multi-window application display method and equipment
TWI557620B (en) * 2015-12-30 2016-11-11 奕力科技股份有限公司 Splicing touch screen apparatus and touch detection method for touch screens thereof
CN106708455A (en) * 2016-12-15 2017-05-24 广东威创视讯科技股份有限公司 Virtual window-based splicing wall control method and apparatus

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB9201949D0 (en) * 1992-01-30 1992-03-18 Jenkin Michael Large-scale,touch-sensitive video display
CN101615094B (en) * 2009-02-05 2013-02-13 无锡迈思奇科技有限公司 Touch device and image display method used for same
CN101673534B (en) * 2009-09-28 2012-06-06 广东威创视讯科技股份有限公司 Multi-display method and multi-display device
JP5229289B2 (en) * 2010-09-24 2013-07-03 日本電気株式会社 Display device, coordinate notification method and program
CN102208178B (en) * 2011-06-02 2013-07-10 广东威创视讯科技股份有限公司 Distributed multi-screen image processor based on set top box (STB)
US8830188B2 (en) * 2011-06-21 2014-09-09 Microsoft Corporation Infrastructural haptics on wall scale interactive displays
CN102708841B (en) * 2012-04-16 2015-04-29 广东威创视讯科技股份有限公司 Signal window-opening method and device
CN103064646B (en) * 2012-12-14 2016-03-30 广东威创视讯科技股份有限公司 A kind of combination display packing and device

Also Published As

Publication number Publication date
CN103399687A (en) 2013-11-20

Similar Documents

Publication Publication Date Title
WO2016041425A1 (en) Method for adjusting input-method virtual keyboard and input-method device
US9213482B2 (en) Touch control device and method
US20150363037A1 (en) Control method of touch panel
US20150143285A1 (en) Method for Controlling Position of Floating Window and Terminal
CN103105963B (en) Contactor control device and control method thereof
CN103399687B (en) The execution processing method that a kind of single-point touch window shows
WO2014007381A1 (en) Information processing device, information processing device control method, control program, and computer-readable recording medium
CN103218044B (en) A kind of touching device of physically based deformation feedback and processing method of touch thereof
CN103793093A (en) Multiscreen portable terminal and touch control method thereof
US20170355556A1 (en) System and method of initiating elevator service by entering an elevator call
CN103927119A (en) Method and system for switching to account interface
CN104317523A (en) Touch input device and method
WO2014146516A1 (en) Interactive device and method for left and right hands
US10353519B2 (en) Input control method and electronic device
CN104991719B (en) A kind of screenshot method based on touch screen, system and mobile terminal
CN102999232A (en) Imitated mouse interaction method for implementing oversize interactive electronic white board
CN105760077A (en) Game control method and device
CN105912209A (en) Image display method and apparatus
CN103472931A (en) Method for operating simulation touch screen by mouse
TWI475421B (en) Method of touch command integration and touch system using the same
TWI543068B (en) Method of using single finger for operating touch screen interface
CN108345377A (en) A kind of exchange method of the adaptive user height based on Kinect
JP6524762B2 (en) CONTENT DISPLAY CONTROL METHOD, CONTENT DISPLAY CONTROL DEVICE, AND CONTENT DISPLAY CONTROL PROGRAM
CN102073445A (en) Auxiliary Chinese pinyin input system based on touch screen
CN106527858A (en) Window movement method and device

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Kezhu road high tech Industrial Development Zone, Guangzhou city of Guangdong Province, No. 233 510670

Patentee after: Wei Chong group Limited by Share Ltd

Address before: 510663 No. 6, color road, hi tech Industrial Development Zone, Guangdong, Guangzhou, China

Patentee before: Guangdong Weichuangshixun Science and Technology Co., Ltd.