KR20040082739A - Method and apparatus for displaying user interface scene - Google Patents

Method and apparatus for displaying user interface scene Download PDF

Info

Publication number
KR20040082739A
KR20040082739A KR1020030017386A KR20030017386A KR20040082739A KR 20040082739 A KR20040082739 A KR 20040082739A KR 1020030017386 A KR1020030017386 A KR 1020030017386A KR 20030017386 A KR20030017386 A KR 20030017386A KR 20040082739 A KR20040082739 A KR 20040082739A
Authority
KR
South Korea
Prior art keywords
user interface
interface screen
file
information
menu
Prior art date
Application number
KR1020030017386A
Other languages
Korean (ko)
Other versions
KR100561396B1 (en
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 KR1020030017386A priority Critical patent/KR100561396B1/en
Priority to US10/803,122 priority patent/US20050039193A1/en
Publication of KR20040082739A publication Critical patent/KR20040082739A/en
Application granted granted Critical
Publication of KR100561396B1 publication Critical patent/KR100561396B1/en

Links

Classifications

    • EFIXED CONSTRUCTIONS
    • E02HYDRAULIC ENGINEERING; FOUNDATIONS; SOIL SHIFTING
    • E02BHYDRAULIC ENGINEERING
    • E02B5/00Artificial water canals, e.g. irrigation canals
    • E02B5/08Details, e.g. gates, screens
    • E02B5/085Arresting devices for waterborne materials, e.g. gratings
    • EFIXED CONSTRUCTIONS
    • E02HYDRAULIC ENGINEERING; FOUNDATIONS; SOIL SHIFTING
    • E02BHYDRAULIC ENGINEERING
    • E02B15/00Cleaning or keeping clear the surface of open water; Apparatus therefor
    • E02B15/04Devices for cleaning or keeping clear the surface of open water from oil or like floating materials by separating or removing these materials
    • E02B15/10Devices for removing the material from the surface
    • E02B15/104Conveyors; Paddle wheels; Endless belts

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Mechanical Engineering (AREA)
  • Civil Engineering (AREA)
  • Structural Engineering (AREA)
  • Environmental & Geological Engineering (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PURPOSE: A method and a device for displaying a user interface screen are provided to simply generate/display the user interface screen having a different menu for each model of peripheral devices in real-time by using only a specified information file without recompiling a user interface DLL(Dynamic Linking Library) file. CONSTITUTION: A file checker(30) checks that the specified information file including an entry table having the information for the menu differed from each device model is present, and outputs a checking result as a control signal. An information extractor(32) extracts the menu information from the specified information file by responding to the control signal. A screen generator(34) generates the user interface screen by reflecting the extracted information in response to the control signal.

Description

사용자 인터페이스 화면 표시 방법 및 장치{Method and apparatus for displaying user interface scene}Method and apparatus for displaying a user interface screen {Method and apparatus for displaying user interface scene}

본 발명은 호스트에서 프린터, 스캐너 또는 복합기등과 같은 디바이스(device) 즉, 주변 기기를 구동시키는 것에 관한 것으로서, 특히, 주변 기기를 구동할 때 사용자에게 보여지는 사용자 인터페이스(UI:User Interface) 화면을 표시하는 사용자 인터페이스 화면 표시 방법 및 장치에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to driving a device such as a printer, scanner, or multifunction device in a host, that is, a peripheral device. Specifically, the present invention relates to a user interface (UI) screen displayed to a user when driving a peripheral device. A method and apparatus for displaying a user interface screen are displayed.

호스트는 주변 기기를 구동할 때, 사용자에게 사용자 인터페이스 화면을 보여준다. 이 때, 사용자에게 보여지는 사용자 인터페이스 화면은 주변 기기가 제조되는 제조 회사별로 또는 주변 기기가 동일 제조 회사에서 생산된다고 하더라도 그주변 기기의 제조 모델별로 차이를 갖게 된다. 예컨대, 주변 기기의 모델에 따라 사용자 인터페이스 화면에 포함되는 메뉴의 내용이 달라진다. 따라서, 호스트는 해당하는 주변 기기의 모델에 맞도록 내부적으로 사용자 인터페이스를 미리 구성하고 컴파일하여 사용자 인터페이스 파일을 만든다. 이 때, 드라이버 파일과 연동하여 사용자 인터페이스 파일을 연다. 따라서, 사용자는 사용자 인터페이스 파일에 의해 열린 사용자 인터페이스 화면을 통해 여러 옵션들을 설정할 수 있다.When the host runs a peripheral, it displays the user interface screen to the user. In this case, the user interface screen shown to the user may be different according to the manufacturing model of the peripheral device or even if the peripheral device is produced by the same manufacturing company by the manufacturing model of the peripheral device. For example, the contents of the menu included in the user interface screen vary according to the model of the peripheral device. Therefore, the host internally pre-configures and compiles the user interface to match the model of the corresponding peripheral device to create the user interface file. At this time, the user interface file is opened in association with the driver file. Thus, the user can set various options through the user interface screen opened by the user interface file.

결국, 종래의 사용자 인터페이스 화면 표시 방법에 의할 경우, 구성하고자 하는 사용자 인터페이스 화면의 메뉴를 추가 및 삭제하고자 할 때, 사용자 인터페이스 다이나믹 연결 라이브러리(DLL:Dynamic Linking Library) 파일을 재 컴파일하여, 각 모델별로 사용자 인터페이스 화면을 별도로 가지고 있어야 하는 문제점이 있다.After all, according to the conventional method of displaying a user interface screen, when adding and deleting a menu of a user interface screen to be configured, a user interface dynamic linking library (DLL) file is recompiled, and each model is recompiled. There is a problem to have a separate user interface screen.

본 발명이 이루고자 하는 기술적 과제는, 하나의 사용자 인터페이스 DLL 파일을 재 컴파일하지 않고 특정 정보 파일만을 이용하여 주변 기기의 각 모델별로 다른 메뉴를 갖는 사용자 인터페이스 화면을 실시간으로 간단하게 생성하여 표시할 수 있는 사용자 인터페이스 화면 표시 방법을 제공하는 데 있다.The technical problem to be achieved by the present invention is to simply generate and display a user interface screen having a different menu for each model of a peripheral device using only a specific information file without recompiling one user interface DLL file in real time. The present invention provides a method for displaying a user interface screen.

본 발명이 이루고자 하는 다른 기술적 과제는, 하나의 사용자 인터페이스 DLL 파일을 재 컴파일하지 않고 특정 정보 파일만을 이용하여 주변 기기의 각 모델별로 다른 메뉴를 갖는 사용자 인터페이스 화면을 실시간으로 간단하게 생성하여 표시할 수 있는 사용자 인터페이스 화면 표시 장치를 제공하는 데 있다.Another technical problem to be achieved by the present invention is to simply generate and display a user interface screen having a different menu for each model of a peripheral device using only a specific information file without recompiling one user interface DLL file in real time. It is to provide a user interface screen display device.

도 1은 본 발명에 의한 사용자 인터페이스 화면 표시 방법을 설명하기 위한 플로우차트이다.1 is a flowchart for explaining a user interface screen display method according to the present invention.

도 2는 본 발명에 의한 사용자 인터페이스 화면 표시 장치의 블럭도이다.2 is a block diagram of a user interface screen display device according to the present invention.

도 3은 사용자 인터페이스 화면의 일 례를 나타내는 도면이다.3 is a diagram illustrating an example of a user interface screen.

도 4는 사용자 인터페이스 화면의 다른 예를 나타내는 도면이다.4 is a diagram illustrating another example of a user interface screen.

상기 과제를 이루기 위해, 호스트에서 디바이스 드라이버 사용자 인터페이스 화면을 표시하는 본 발명에 의한 사용자 인터페이스 화면 표시 방법은, 상기 디바이스의 모델별로 달리 가질 수 있는 메뉴에 대한 정보를 갖는 엔트리 테이블을 포함하는 특정 정보 파일이 존재하는가를 판단하는 단계와, 상기 특정 정보 파일이 존재한다고 판단되면, 상기 특정 정보 파일로부터 상기 메뉴에 대한 정보를 추출하는 단계 및 상기 추출한 정보를 반영하여 상기 사용자 인터페이스 화면을 생성하는 단계로 이루어지는 것이 바람직하다.In order to achieve the above object, the user interface screen display method according to the present invention for displaying a device driver user interface screen on the host, a specific information file including an entry table having information on a menu that can be different for each model of the device Determining whether a file exists, and if it is determined that the specific information file exists, extracting information about the menu from the specific information file, and generating the user interface screen by reflecting the extracted information. It is preferable.

상기 다른 과제를 이루기 위해, 디바이스 드라이버 사용자 인터페이스 화면을 표시하는 본 발명에 의한 사용자 인터페이스 화면 표시 장치는, 상기 디바이스의 모델별로 달리 가질 수 있는 메뉴에 대한 정보를 갖는 엔트리 테이블을 포함하는 특정 정보 파일이 존재하는가를 검사하고, 검사된 결과를 제어 신호로서 출력하는 파일 검사부와, 상기 제어 신호에 응답하여, 상기 특정 정보 파일로부터 상기 메뉴에 대한 정보를 추출하는 정보 추출부 및 상기 제어 신호에 응답하여, 상기 추출한 정보를 반영하여 상기 사용자 인터페이스 화면을 생성하는 화면 생성부로 구성되는 것이 바람직하다.In order to achieve the above object, the user interface screen display device according to the present invention for displaying a device driver user interface screen, the specific information file including an entry table having information on the menu that can be different for each model of the device is A file inspecting unit for checking whether there exists and outputting the checked result as a control signal, an information extracting unit for extracting information on the menu from the specific information file in response to the control signal, and in response to the control signal, It is preferable that the screen generating unit for generating the user interface screen by reflecting the extracted information.

이하, 본 발명에 의한 사용자 인터페이스 화면 표시 방법을 첨부한 도면을 참조하여 다음과 같이 설명한다.Hereinafter, a method of displaying a user interface screen according to the present invention will be described with reference to the accompanying drawings.

도 1은 본 발명에 의한 사용자 인터페이스 화면 표시 방법을 설명하기 위한 플로우차트로서, 특정 정보 파일의 유무에 따라 사용자 인터페이스 화면을 달리 생성하는 단계(제10 ∼ 제16 단계들)로 이루어진다.FIG. 1 is a flowchart illustrating a method of displaying a user interface screen according to the present invention, wherein the user interface screen is generated differently according to the presence or absence of a specific information file (10th to 16th steps).

도 1을 참조하면, 호스트에서 수행되며, 디바이스 드라이버 사용자 인터페이스 화면을 표시하는 본 발명에 의한 사용자 인터페이스 화면 표시 방법은 먼저, 특정 정보 파일이 존재하는가를 판단한다(제10 단계). 제10 단계는 사용자 인터페이스 화면을 오픈시키고자 할 때 수행된다. 여기서, 특정 정보 파일이란, 디바이스의 모델별로 달리 가질 수 있는 메뉴에 대한 정보를 갖는 엔트리 테이블(entry table)을 포함하는 파일을 의미하며, 응용 프로그램을 설치할 때 사용자가 선택한 시스템 구성 요소의 조건이나 설정한 특성 등을 보관한 일종의 구성 파일(configuration file)의 형태를 가질 수 있다. 이 때, 엔트리 테이블은 예를 들면 다음 표 1과 같이 구현될 수 있다.Referring to FIG. 1, in the method of displaying a user interface screen according to the present invention performed by a host and displaying a device driver user interface screen, first, it is determined whether a specific information file exists (step 10). The tenth step is performed when the user interface screen is to be opened. In this case, the specific information file refers to a file including an entry table having information on menus that may be different for each model of the device, and the conditions or settings of system components selected by a user when installing an application. It may have a form of a configuration file that stores a characteristic or the like. At this time, the entry table may be implemented as shown in Table 1 below, for example.

엔트리Entry value 양면 인쇄Duplex printing 1One 축소 인쇄Reduction printing 00 .. .. .. .. .. ..

여기서, '1'은 엔트리에 기재된 메뉴가 사용자 인터페이스 화면에 표시되어야 한다는 것을 의미하고, '0'은 엔트리에 기재된 메뉴가 사용자 인터페이스 화면에 표시되지 않아야 한다는 것을 의미할 수 있다. 예컨대, 표 1에서, 양면 인쇄란 엔트리가 값 '1'을 갖는다는 것은, 양면 인쇄라는 메뉴가 사용자 인터페이스 화면에 보여져야 한다는 것을 의미한다.Here, '1' may mean that the menu described in the entry should be displayed on the user interface screen, and '0' may mean that the menu described in the entry should not be displayed on the user interface screen. For example, in Table 1, the duplex printing entry having the value '1' means that a menu called duplex printing should be shown on the user interface screen.

만일, 특정 정보 파일이 존재한다고 판단되면, 특정 정보 파일로부터 메뉴에대한 정보를 추출한다(제12 단계). 즉, 특정 정보 파일이 존재한다고 판단되면, 엔트리 테이블에 기재된 엔트리의 값을 메뉴에 대한 정보로서 추출한다.If it is determined that the specific information file exists, information about the menu is extracted from the specific information file (step 12). In other words, if it is determined that the specific information file exists, the value of the entry described in the entry table is extracted as information on the menu.

제12 단계후에, 추출한 정보와 사용자 인터페이스 다이나믹 연결 라이브러리(DLL:Dynamic Linking Library) 파일을 반영하여 사용자 인터페이스 화면을 생성한다(제14 단계). 즉, 기본적으로 구성된 사용자 인터페이스 화면에 추출한 정보에 해당하는 메뉴만을 첨가한다. 이 때, 사용자 인터페이스 DLL파일을 컴파일하는 종래의 사용자 인터페이스 화면 표시 방법과 달리, 본 발명에 의한 사용자 인터페이스 화면 표시 방법은 추출한 정보를 이용하여 사용자 인터페이스 DLL 파일을 수정한다. 이 때, DLL 파일이란, 운영 체재(OS:Operating System)/2 또는 윈도즈(windows) 등의 운영 체계 본래 기능으로 소프트웨어의 루틴을 몇 개의 파일로 나누어 디스크에 두고 필요한 것만을 메모리에 실어서 사용하기 위한 파일이다. DLL의 장점은 루틴을 공통으로 사용하는 것이다. 루틴의 함수 집단을 자료집(library)이라 하는데, 보통 실행 파일을 작성할 때 자료집을 포함해서 컴파일하는 경우가 많다. 그러나 이 방법은 동일 루틴을 다수의 실행 파일이 갖는 것으로 되어 비효율적이다. DLL은 다수의 실행 파일에 공유될 수 있기 때문에 디스크 용량이나 메모리를 절약할 수 있다. 또 프로그램을 수정하려는 경우, DLL 파일만을 수정함으로써 완료되는 경우도 있다. 윈도즈 등에서는 OS 기능은 물론 DLL을 애플리케이션과 공유할 수도 있으며, DLL 파일 등의 애플리케이션이 공유되고 있는 것은 이용자 수준에서 판단하기는 어렵다.After the twelfth step, a user interface screen is generated by reflecting the extracted information and the user interface dynamic linking library (DLL) file (step 14). That is, only the menu corresponding to the extracted information is added to the basically configured user interface screen. At this time, unlike the conventional user interface screen display method of compiling the user interface DLL file, the user interface screen display method according to the present invention modifies the user interface DLL file using the extracted information. In this case, a DLL file is an operating system (OS) function such as OS (Operating System) / 2 or Windows, which divides software routines into several files and puts only those necessary in memory. The file for The advantage of DLLs is that they use routines in common. The collection of functions in a routine is called a library, which is often compiled when the executable is created. However, this method is inefficient because many executable files have the same routine. DLLs can be shared by multiple executables, saving disk space and memory. Also, if you want to modify the program, it may be completed by modifying only the DLL file. In Windows, etc., not only OS functions but also DLLs can be shared with applications, and it is difficult to determine at the user level that applications such as DLL files are shared.

이 때, 특정 정보 파일이 존재하지 않는다고 판단되면, 디폴트(default) 값으로 사용자 인터페이스 화면을 생성한다(제16 단계).At this time, if it is determined that the specific information file does not exist, a user interface screen is generated with a default value (step 16).

전술한 바와 같이, 제14 또는 제16 단계에서 생성된 사용자 인터페이스 화면은 사용자에게 표시될 수 있다.As described above, the user interface screen generated in the fourteenth or sixteenth steps may be displayed to the user.

이하, 본 발명에 의한 사용자 인터페이스 화면 표시 장치의 구성 및 동작을 첨부한 도면을 참조하여 다음과 같이 설명한다.Hereinafter, the configuration and operation of a user interface screen display device according to the present invention will be described with reference to the accompanying drawings.

도 2는 본 발명에 의한 사용자 인터페이스 화면 표시 장치의 블럭도로서, 파일 검사부(30), 정보 추출부(32) 및 화면 생성부(34)로 구성된다.2 is a block diagram of a user interface screen display device according to the present invention, and includes a file inspecting unit 30, an information extracting unit 32, and a screen generating unit 34. As shown in FIG.

도 2에 도시된 사용자 인터페이스 화면 표시 장치는 도 1에 도시된 사용자 인터페이스 화면 표시 방법을 수행하는 역할을 한다. 디바이스 드라이버 사용자 인터페이스 화면을 표시하는 본 발명에 의한 사용자 인터페이스 화면 표시 장치의 파일 검사부(30)는 도 1에 도시된 제10 단계를 수행하기 위해, 특정 정보 파일이 존재하는가를 검사하고, 검사된 결과를 제어 신호로서 정보 추출부(32) 및 화면 생성부(34)로 각각 출력한다.The apparatus for displaying a user interface screen shown in FIG. 2 serves to perform the method for displaying a user interface screen shown in FIG. 1. In order to perform the tenth step illustrated in FIG. 1, the file inspecting unit 30 of the user interface screen display apparatus displaying the device driver user interface screen checks whether a specific information file exists and checks the result. Are output to the information extraction section 32 and the screen generation section 34 as control signals, respectively.

제12 단계를 수행하기 위해, 정보 추출부(32)는 파일 검사부(30)로부터 입력한 제어 신호에 응답하여, 특정 정보 파일로부터 메뉴에 대한 정보를 추출하고, 추출된 정보를 화면 생성부(34)로 출력한다. 예컨대, 제어 신호를 통해 특정 정보 파일이 존재하는 것으로 인식되면, 존재하는 특정 정보 파일로부터 메뉴에 대한 정보를 추출한다.In order to perform the twelfth step, the information extracting unit 32 extracts the information on the menu from the specific information file in response to the control signal input from the file inspecting unit 30, and displays the extracted information on the screen generating unit 34. ) For example, if it is recognized through the control signal that the specific information file exists, information about the menu is extracted from the existing specific information file.

제14 단계를 수행하기 위해, 파일 검사부(30)로부터 입력한 제어 신호에 응답하여, 화면 생성부(34)는 정보 추출부(32)로부터 입력한 추출한 정보를 반영하여사용자 인터페이스 화면을 생성하고, 생성된 화면을 출력단자 OUT를 통해 출력한다. 예컨대, 제어 신호를 통해 특정 정보 파일이 존재하는 것으로 인식되면. 화면 생성부(34)는 정보 추출부(32)에서 추출된 정보를 반영하여 사용자 인터페이스 화면을 생성한다.In order to perform the fourteenth step, in response to the control signal input from the file inspecting unit 30, the screen generating unit 34 generates a user interface screen by reflecting the extracted information input from the information extracting unit 32, Output the created screen through the output terminal OUT. For example, if the control signal recognizes that a specific information file exists. The screen generator 34 generates a user interface screen by reflecting the information extracted by the information extractor 32.

이 때, 제16 단계를 수행하기 위해, 화면 생성부(34)는 파일 검사부(30)로부터 입력한 제어 신호에 응답하여, 디폴트 값으로 사용자 인터페이스 화면을 생성한다(제16 단계). 예컨대, 제어 신호를 통해 특정 정보 파일이 존재하지 않은 것으로 인식되면, 화면 생성부(34)는 디폴트 값으로 사용자 인터페이스 화면을 생성하고, 생성된 결과를 출력단자 OUT를 통해 출력한다.At this time, in order to perform the sixteenth step, the screen generating unit 34 generates a user interface screen with a default value in response to the control signal input from the file inspecting unit 30 (step 16). For example, if it is recognized that the specific information file does not exist through the control signal, the screen generator 34 generates a user interface screen with a default value, and outputs the generated result through the output terminal OUT.

도 2에 도시된 사용자 인터페이스 화면 표시 장치는 디바이스 예를 들면 주변 기기를 구동하는 호스트에 포함될 수 있다.The apparatus for displaying a user interface screen shown in FIG. 2 may be included in a host for driving a device, for example, a peripheral device.

이하, 본 발명의 이해를 돕기 위해, 예시적인 사용자 인터페이스 화면들을 통하여 본 발명의 사용자 인터페이스 화면 표시 방법과 종래의 사용자 인터페이스 화면 표시 방법을 다음과 같이 설명한다.Hereinafter, the method of displaying the user interface screen of the present invention and the conventional method of displaying the user interface screen through the exemplary user interface screens will be described as follows.

도 3은 사용자 인터페이스 화면의 일 례를 나타내는 도면이고, 도 4는 사용자 인터페이스 화면의 다른 예를 나타내는 도면이다.3 is a diagram illustrating an example of a user interface screen, and FIG. 4 is a diagram illustrating another example of a user interface screen.

만일, 서로 다른 두 모델 즉, 제1 모델과 제2 모델의 주변 기기들이 있다고 하자. 이 때, 제1 모델의 주변 기기는 양면 인쇄 기능을 갖고, 제2 모델의 주변 기기는 양면 인쇄 기능을 갖지 않는다고 가정할 때, 제1 모델의 주변 기기에 적합한 사용자 인터페이스 화면은 도 3에 도시된 바와 같이 양면 인쇄 메뉴(Doulble-sidedprinting)를 갖고, 제2 모델의 주변 기기에 적합한 사용자 인터페이스 화면을 도 4에 도시된 바와 같이 양면 인쇄 메뉴를 갖지 않는다.If there are two different models, that is, peripherals of the first model and the second model. At this time, assuming that the peripheral device of the first model has a duplex printing function, and the peripheral device of the second model does not have a duplex printing function, a user interface screen suitable for the peripheral device of the first model is shown in FIG. As shown in FIG. 4, the user interface screen having a double-sided printing menu and suitable for the peripheral device of the second model does not have the double-sided printing menu.

따라서, 종래의 사용자 인터페이스 화면 표시 방법은 제1 또는 제2 모델을 갖는 주변 기기를 구동시킬 수 있도록 도 3 및 도 4에 도시된 사용자 인터페이스 화면들을 모두 가지고 있어야 한다. 그러나, 본 발명에 의한 사용자 인터페이스 표시 방법에 의할 경우, 도 3 및 도 4에 도시된 사용자 인터페이스 화면들을 모두 가지고 있을 필요가 없다. 즉, 도 4에 도시된 사용자 인터페이스 화면만을 가지고, 특정 정보 파일로부터 양면 인쇄에 대한 정보를 추출하고, 추출된 정보를 이용하여 도 3에 도시된 사용자 인터페이스 화면을 간단히 생성하면 된다.Therefore, the conventional method for displaying a user interface screen should have both the user interface screens shown in FIGS. 3 and 4 so as to drive a peripheral device having a first or second model. However, according to the user interface display method according to the present invention, it is not necessary to have all of the user interface screens shown in FIGS. 3 and 4. That is, it is sufficient to have only the user interface screen shown in FIG. 4, extract information on both sides printing from a specific information file, and simply generate the user interface screen shown in FIG. 3 using the extracted information.

이상에서 설명한 바와 같이, 본 발명에 의한 사용자 인터페이스 화면 표시 방법 및 장치는 사용자 인터페이스 화면을 구현할 때 필요한 DLL 파일을 별도로 재 컴파일하지 않고 하나의 DLL 파일에 특정 정보 파일로부터 추출한 정보를 반영하여 실시간으로 간단하고 쉽게 해당하는 메뉴를 갖는 사용자 인터페이스 화면을 구현하여 표시할 수 있도록 하고, 모델별로 사용자 인터페이스 화면을 가질 필요성을 원천적으로 제거하여 호스트의 부담을 감소시켜 사용자 인터페이스 화면을 간단히 수정할 수 있도록 하는 효과를 갖는다.As described above, the method and apparatus for displaying a user interface screen according to the present invention are simple in real time by reflecting information extracted from a specific information file in a single DLL file without separately recompiling the DLL file required for implementing the user interface screen. It is possible to implement and display a user interface screen having a corresponding menu easily and easily, and to reduce the burden on the host by eliminating the necessity of having a user interface screen for each model, thereby easily modifying the user interface screen. .

Claims (5)

호스트에서 디바이스 드라이버 사용자 인터페이스 화면을 표시하는 사용자인터페이스 화면 표시 방법에 있어서,A method for displaying a user interface screen for displaying a device driver user interface screen on a host, (a) 상기 디바이스의 모델별로 달리 가질 수 있는 메뉴에 대한 정보를 갖는 엔트리 테이블을 포함하는 특정 정보 파일이 존재하는가를 판단하는 단계;(a) determining whether a specific information file including an entry table having information on a menu which may be differently provided for each model of the device exists; (b) 상기 특정 정보 파일이 존재한다고 판단되면, 상기 특정 정보 파일로부터 상기 메뉴에 대한 정보를 추출하는 단계; 및(b) if it is determined that the specific information file exists, extracting information about the menu from the specific information file; And (c) 상기 추출한 정보를 반영하여 상기 사용자 인터페이스 화면을 생성하는 단계를 구비하는 것을 특징으로 하는 사용자 인터페이스 화면 표시 방법.(c) generating the user interface screen by reflecting the extracted information. 제1 항에 있어서, 상기 (a) 단계는 상기 사용자 인터페이스 화면을 오픈시키고자 할 때 수행되는 것을 특징으로 하는 사용자 인터페이스 화면 표시 방법.The method of claim 1, wherein the step (a) is performed when the user interface screen is to be opened. 제1 항에 있어서, 상기 사용자 인터페이스 화면 표시 방법은The method of claim 1, wherein the user interface screen display method is 상기 특정 정보 파일이 존재하지 않는다고 판단되면, 디폴트 값으로 상기 사용자 인터페이스 화면을 생성하는 단계를 더 구비하는 것을 특징으로 하는 사용자 인터페이스 화면 표시 방법.If it is determined that the specific information file does not exist, generating the user interface screen with a default value. 디바이스 드라이버 사용자 인터페이스 화면을 표시하는 사용자 인터페이스 화면 표시 장치에 있어서,A user interface screen display device for displaying a device driver user interface screen, 상기 디바이스의 모델별로 달리 가질 수 있는 메뉴에 대한 정보를 갖는 엔트리 테이블을 포함하는 특정 정보 파일이 존재하는가를 검사하고, 검사된 결과를 제어 신호로서 출력하는 파일 검사부;A file inspecting unit which checks whether a specific information file including an entry table having information on a menu which can be differently provided for each model of the device exists, and outputs the inspected result as a control signal; 상기 제어 신호에 응답하여, 상기 특정 정보 파일로부터 상기 메뉴에 대한 정보를 추출하는 정보 추출부; 및An information extraction unit for extracting information about the menu from the specific information file in response to the control signal; And 상기 제어 신호에 응답하여, 상기 추출한 정보를 반영하여 상기 사용자 인터페이스 화면을 생성하는 화면 생성부를 구비하는 것을 특징으로 하는 사용자 인터페이스 화면 표시 장치.And a screen generation unit configured to generate the user interface screen by reflecting the extracted information in response to the control signal. 제4 항에 있어서, 상기 화면 생성부는The display device of claim 4, wherein the screen generation unit 상기 제어 신호에 응답하여, 디폴트 값으로 상기 사용자 인터페이스 화면을 생성하는 것을 특징으로 하는 사용자 인터페이스 화면 표시 장치.In response to the control signal, generating the user interface screen with a default value.
KR1020030017386A 2003-03-20 2003-03-20 Method and apparatus for displaying user interface scene KR100561396B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020030017386A KR100561396B1 (en) 2003-03-20 2003-03-20 Method and apparatus for displaying user interface scene
US10/803,122 US20050039193A1 (en) 2003-03-20 2004-03-18 Method and apparatus for generating device driver and user interface screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020030017386A KR100561396B1 (en) 2003-03-20 2003-03-20 Method and apparatus for displaying user interface scene

Publications (2)

Publication Number Publication Date
KR20040082739A true KR20040082739A (en) 2004-09-30
KR100561396B1 KR100561396B1 (en) 2006-03-16

Family

ID=37366486

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020030017386A KR100561396B1 (en) 2003-03-20 2003-03-20 Method and apparatus for displaying user interface scene

Country Status (1)

Country Link
KR (1) KR100561396B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100849169B1 (en) * 2007-04-11 2008-07-30 린나이코리아 주식회사 Method for displaying data about device and apparatus for the same
CN103309681A (en) * 2012-03-06 2013-09-18 腾讯科技(深圳)有限公司 Method and device for operating open platform client software

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100849169B1 (en) * 2007-04-11 2008-07-30 린나이코리아 주식회사 Method for displaying data about device and apparatus for the same
CN103309681A (en) * 2012-03-06 2013-09-18 腾讯科技(深圳)有限公司 Method and device for operating open platform client software
CN103309681B (en) * 2012-03-06 2016-08-17 腾讯科技(深圳)有限公司 A kind of open platform client software operational approach and device thereof

Also Published As

Publication number Publication date
KR100561396B1 (en) 2006-03-16

Similar Documents

Publication Publication Date Title
KR100613052B1 (en) Method and Apparatus For Interoperation Between Legacy Software and Screen Reader Programs
US7490298B2 (en) Creating documentation screenshots on demand
EP3338179B1 (en) Graphical representation of data in a program code editor
US7545386B2 (en) Unified mobile display emulator
US20090070747A1 (en) System for Adding Code Commentary to Source Code During Software Debugging
WO2017165247A1 (en) Graphical data presented in code editor along with code
KR20170113356A (en) Display and operating unit and method of operating a field instrument using a display and operating unit
TW302453B (en)
Patil et al. Enhanced UI Automator Viewer with improved Android accessibility evaluation features
JP2001502096A (en) Methods and systems for designing graphical user interfaces for electronic consumer devices
US6938259B2 (en) API to enforce internationalization
CA2686367A1 (en) Dynamic native editor code view facade
CN113626017A (en) Heterogeneous program analysis method and device, computer equipment and storage medium
KR100561396B1 (en) Method and apparatus for displaying user interface scene
CN109814864A (en) A kind of data visualization method, visualization system, Web browsing system and equipment
KR20040103497A (en) Method and apparatus for generating a graphical user interface
US20030007004A1 (en) Differentiating dialog box boundaries by implementing reserved colors
CA2144878A1 (en) Dynamic browser system
KR101125345B1 (en) A apparatus of operating multimedia presentation with excel and powerpoint for personal computer and method thereof
JP2000339076A (en) Method and device for controlling display and storage medium storing software product for display control
KR101276933B1 (en) Conditional block source code display method for displaying selected version's conditional block source code
KR101120763B1 (en) A operating apparatus of multimedia presentation with excel and powerpoint for personal computer
CN112860241A (en) Interface development method, display method, device, electronic equipment and medium
CN116719589A (en) Page display method, device and equipment
Manual Copyright© 1999 HI-TECH Software. All Rights Reserved. Printed in Australia. First Printing (c), January 2000

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application
J201 Request for trial against refusal decision
AMND Amendment
B701 Decision to grant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130227

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20140227

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20150226

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee