KR100606853B1 - 이동통신용 단말에서의 폼 레이아웃 방법 - Google Patents

이동통신용 단말에서의 폼 레이아웃 방법 Download PDF

Info

Publication number
KR100606853B1
KR100606853B1 KR1020040096338A KR20040096338A KR100606853B1 KR 100606853 B1 KR100606853 B1 KR 100606853B1 KR 1020040096338 A KR1020040096338 A KR 1020040096338A KR 20040096338 A KR20040096338 A KR 20040096338A KR 100606853 B1 KR100606853 B1 KR 100606853B1
Authority
KR
South Korea
Prior art keywords
content
label
mobile communication
screen
communication terminal
Prior art date
Application number
KR1020040096338A
Other languages
English (en)
Other versions
KR20060057249A (ko
Inventor
우정은
Original Assignee
엘지전자 주식회사
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 엘지전자 주식회사 filed Critical 엘지전자 주식회사
Priority to KR1020040096338A priority Critical patent/KR100606853B1/ko
Publication of KR20060057249A publication Critical patent/KR20060057249A/ko
Application granted granted Critical
Publication of KR100606853B1 publication Critical patent/KR100606853B1/ko

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72469User interfaces specially adapted for cordless or mobile telephones for operating the device by selecting functions from two or more displayed items, e.g. menus or icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72466User interfaces specially adapted for cordless or mobile telephones with selection means, e.g. keys, having functions defined by the mode or the status of the device

Landscapes

  • Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

본 발명은 이동통신용 단말에서 폼 레이아웃에 있어서 라벨(label)이나 콘텐트(content)의 폭의 계산 과정을 생략함으로써 아이템들의 화면 배치 시간을 단축시킬 수 있는 폼 레이아웃 방법에 관한 것이다. 본 발명에 따른 이동통신용 단말에서의 폼 레이아웃 방법은, 사용자가 특정 입력키를 누름으로써 발생되는 특정 메뉴 선택 입력 신호를 감지하는 단계; 및 상기 특정 메뉴를 구성하는 각 아이템의 라벨(albel)과 콘텐트(content)를, 상기 라벨과 콘텐트의 폭(width) 계산 과정 없이, 화면 상에서 별도의 라인(line)에 배치하는 단계를 포함하여 구성됨을 특징으로 한다.
이동통신, 단말, 폼, 레이아웃, 라벨, 콘텐트

Description

이동통신용 단말에서의 폼 레이아웃 방법{Method of form layout in mobile terminal}
도1은 종래기술에 따른 이동통신 단말에서의 폼 레이아웃 방법을 설명하기 위한 절차 흐름도임.
도2는 종래기술에 있어서 아이템들이 화면 상에 배치된 예를 도시한 것임.
도3은 본 발명에 따른 이동통신용 단말에서의 폼 레이아웃 방법의 바람직한 일 실시예의 절차 흐름도임.
도4는 본 발명의 바람직한 일 실시예에 따라 아이템들이 화면 상에 배치된 예를 도시한 것임.
본 발명은 이동통신용 단말에서의 폼 레이아웃(form layout) 결정 방법에 관한 것이다. 보다 구체적으로, 본 발명은 이동통신용 단말에서 폼 레이아웃에 있어서 라벨(label)이나 콘텐트(content)의 폭의 계산 과정을 생략함으로써 아이템들의 화면 배치 시간을 단축시킬 수 있는 폼 레이아웃 방법에 관한 것이다.
종래에 이동통신용 단말에서 널리 쓰이고 있는 썬(Sun)사의 소스인 MIDP(mobile information device profile) RI(Reference Implementation)의 경우 폼 레이아웃(Form layout)을 결정하는데 있어, 화면에 나타난 아이템들과 그 아이템들에 해당하는 라벨의 가로 폭의 길이를 계산하여 한 줄에 배치할 수 있는지 없는지를 판단한 후에 그 위치를 결정한다.
도1은 종래기술에 따른 이동통신 단말에서의 폼 레이아웃 방법을 설명하기 위한 절차 흐름도이다. 도1을 참조하면, 사용자가 자신의 이동통신용 단말에서 특정 메뉴를 선택하면[S11], 상기 이동통신용 단말은 선택된 메뉴에 따른 아이템들을 화면에 디스플레이한다. 상기 아이템들의 화면 디스플레이 전에 상기 이동통신용 단말은 각 아이템의 라벨(label)과 콘텐트(content)의 폭을 계산한다[S12]. 각 아이템의 라벨과 콘텐트의 폭이 계산되면, 각 아이템의 라벨과 콘텐트가 화면 상에서 한 줄에 배치 가능한지 아닌지를 판단하고[S13], 그에 따라 한 줄에 배치 가능한 아이템은 한 줄에 배치하고, 그렇지 못한 아이템은 그 라벨 및 콘텐트의 폭에 딸 두 줄로 배치한다[S14].
도2는 종래기술에 있어서 아이템들이 화면 상에 배치된 예를 도시한 것이다. 도2에서, 아이템1의 경우에는 그 라벨과 콘텐트의 폭이 짧기 때문에 화면 상에서 한 줄로 배치가 가능하지만, 아이템2의 경우에는 그 라벨과 콘텐트의 폭이 길어 화면 상에서 두 줄로 배치된 것이다.
이동통신용 단말의 사용시 화면 상에 아이템들을 배치하는 것은 매우 빈번히 발생하는 일이므로 그 배치 속도를 빠르게 하는 것이 사용자의 이동통신용 단말 사용 만족도의 향상에 많은 기여를 한다. 예를 들어, 아이템들의 배치 속도 향상에 의해 텍스트 필드에 글자를 입력할 경우, 아이템 간의 포커스(focus)를 이동시킬 때, 또는 스크롤(scroll)을 할 경우 등의 동작시에 상당한 속도 향상 효과를 볼 수 있다.
특히, 텍스트 필드(text field)와 같은 아이템의 콘텐트가 약간만이라도 변경된다면 콘텐트의 폭(width)이 변경되어, 콘텐트의 폭을 다시 계산한 후 폼(form)에 삽입된 모든 아이템들에 대한 레이아웃(layout)을 다시 해야만 된다. 따라서, 글자 입력이 지체되어, 사용자들이 불편을 느끼게 된다.
도2를 참조하여 더욱 구체적으로 설명하면, 아이템1 또는 아이템2의 콘텐트가 길어지거나 짧아진다면 아이템1, 2의 전체 레이아웃이 다시 수행되어야 한다. 뿐만 아니라 폼에 더 많은 아이템들이 있을 경우 그 아이템들에 대한 레이아웃을 모두 수행해야 하므로, 이는 매우 긴 시간을 소비하게 되는 문제점이 있다.
본 발명은 상기한 바와 같은 종래기술의 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은 이동통신용 단말에서 폼 레이아웃에 있어서 라벨(label)이나 콘텐트(content)의 폭의 계산 과정을 생략함으로써 아이템들의 화면 배치 시간을 단축시킬 수 있는 폼 레이아웃 방법을 제공하는 것이다.
발명의 개요
사용자가 특정 입력키를 누름으로써 발생되는 특정 메뉴 선택 입력 신호를 감지하는 단계; 및 상기 특정 메뉴를 구성하는 각 아이템의 라벨(albel)과 콘텐트 (content)를, 상기 라벨과 콘텐트의 폭(width) 계산 과정 없이, 화면 상에서 별도의 라인(line)에 배치하는 단계를 포함하여 구성됨을 특징으로 한다.
실시예
이하에서 첨부된 도면을 참조하여 설명되는 본 발명의 바람직한 일 실시예에 의해 본 발명의 구성, 작용 및 다른 특징들이 용이하게 이해될 수 있을 것이다. 도3은 본 발명에 따른 이동통신용 단말에서의 폼 레이아웃 방법의 바람직한 일 실시예의 절차 흐름도이다.
도3을 참조하면, 사용자가 자신의 이동통신용 단말에서 특정 메뉴를 선택하면[S21], 상기 이동통신용 단말은 선택된 메뉴에 따른 아이템들을 화면에 디스플레이한다. 상기 이동통신용 단말이 상기 아이템들을 화면에 디스플레이하기 위하여 폼(form)을 레이아웃(layout) 해야 하는데, 각 아이템들의 라벨과 콘텐트의 폭의 길이에 상관 없이, 즉 폭의 계산 과정을 생략하고, 상기 각 아이템들의 라벨과 콘텐트를 별도의 라인(line)으로 배치한다[S22].
결과적으로, 본 발명에 있어서는, 도1의 종래기술에서, 각 아이템의 라벨과 콘텐트의 폭을 계산하고[S12], 각 아이템의 라벨과 콘텐트가 화면 상에서 한 줄에 배치 가능한지 아닌지를 판단하는 과정[S13]을 생략함으로써 폼 레이아웃 시간을 대폭 단축시킨 것을 특징으로 한다.
도4는 본 발명의 바람직한 일 실시예에 따라 아이템들이 화면 상에 배치된 예를 도시한 것이다. 도4에서, 아이템1 및 아이템2 모두가 그 라벨과 콘텐트의 폭에 상관 없이 각각 별도의 라인에 배치된 것을 확인할 수 있다.
본 발명은 본 발명의 정신 및 필수적 특징을 벗어나지 않는 범위에서 다른 특정한 형태로 구체화될 수 있음은 당업자에게 자명하다. 따라서, 상기의 상세한 설명은 모든 면에서 제한적으로 해석되어서는 아니되고 예시적인 것으로 고려되어야 한다. 본 발명의 범위는 첨부된 청구항의 합리적 해석에 의해 결정되어야 하고, 본 발명의 등가적 범위 내에서의 모든 변경은 본 발명의 범위에 포함된다.
본 발명에 따른 이동통신 단말에서의 폼 레이아웃 방법에 의하면, 특정 메뉴를 위한 아이템들의 화면 배치를 위한 폼 레이아웃 과정을 신속히 할 수 있고, 그 결과로 이동통신 단말 사용자들의 사용성을 제고시킬 수 있는 효과가 있다.

Claims (1)

  1. 사용자가 특정 입력키를 누름으로써 발생되는 특정 메뉴 선택 입력 신호를 감지하는 단계; 및
    상기 특정 메뉴를 구성하는 각 아이템의 라벨(albel)과 콘텐트(content)를, 상기 라벨과 콘텐트의 폭(width) 계산 과정 없이, 화면 상에서 별도의 라인(line)에 배치하는 단계를 포함하는 이동통신용 단말에서의 폼 레이아웃 방법.
KR1020040096338A 2004-11-23 2004-11-23 이동통신용 단말에서의 폼 레이아웃 방법 KR100606853B1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020040096338A KR100606853B1 (ko) 2004-11-23 2004-11-23 이동통신용 단말에서의 폼 레이아웃 방법

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020040096338A KR100606853B1 (ko) 2004-11-23 2004-11-23 이동통신용 단말에서의 폼 레이아웃 방법

Publications (2)

Publication Number Publication Date
KR20060057249A KR20060057249A (ko) 2006-05-26
KR100606853B1 true KR100606853B1 (ko) 2006-08-01

Family

ID=37152707

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020040096338A KR100606853B1 (ko) 2004-11-23 2004-11-23 이동통신용 단말에서의 폼 레이아웃 방법

Country Status (1)

Country Link
KR (1) KR100606853B1 (ko)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101596582B1 (ko) 2014-06-23 2016-02-25 주식회사 엘지유플러스 일괄적 업데이트 처리 시스템, 업데이트 관리서버 및 업데이트 관리방법
KR101629565B1 (ko) 2014-09-30 2016-06-14 주식회사 엘지유플러스 이벤트 적용제어 시스템, 이벤트 관리서버 및 그 관리방법, 이동통신단말기 및 그 이벤트 실행방법

Also Published As

Publication number Publication date
KR20060057249A (ko) 2006-05-26

Similar Documents

Publication Publication Date Title
US9710125B2 (en) Method for generating multiple windows frames, electronic device thereof, and computer program product using the method
KR100737432B1 (ko) 하이라이트된 네비게이션과 페이지 변화에 대한 마크를동반하는 스무드 스크롤링
US6832353B2 (en) Viewing web pages on small screen devices using a keypad for navigation
KR101673068B1 (ko) 텍스트 선택 및 엔터
US20080252611A1 (en) Object search method and terminal having object search function
JP4475408B2 (ja) 表示装置
CN104834439A (zh) 显示信息
WO2007081665A2 (en) Application user interface with navigation bar showing current and prior application contexts
KR20100055540A (ko) 터치 디스플레이 장치 상에 적응성 키패드를 제공하기 위한 방법, 장치 및 컴퓨터 판독가능 저장 매체
CN101937308B (zh) 基于移动终端的网页内容浏览方法和装置
US9256352B2 (en) Touch screen terminal and method for locating electronic document thereof
JP5998690B2 (ja) 情報処理装置及びプログラム
US20080163065A1 (en) Using a light source to indicate navigation spots on a web page
US20150082237A1 (en) Mobile information terminal
EP2735951A1 (en) Method for processing documents by terminal having touch screen and terminal having touch screen
US9274632B2 (en) Portable electronic device, touch operation processing method, and program
US20050289480A1 (en) Method and apparatus to reduce navigational keystrokes in electronic devices
KR100606853B1 (ko) 이동통신용 단말에서의 폼 레이아웃 방법
CN106020642A (zh) 一种启动关联应用的方法及终端
EP2169523A1 (en) Method for generating multiple windows frames, electronic device thereof, and computer program product using the method
JP5398555B2 (ja) 装置、装置の制御方法
CN114969588A (zh) 一种文档浏览方法、装置、电子设备及存储介质
JP5138193B2 (ja) 表示装置及びその表示方法
JP6262889B2 (ja) 情報処理装置、情報処理方法及びプログラム
KR101272865B1 (ko) 모바일 단말기 화면 구성 장치 및 그 방법

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130624

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20140624

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20150624

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee