JP2017010089A - Display screen control system - Google Patents

Display screen control system Download PDF

Info

Publication number
JP2017010089A
JP2017010089A JP2015121599A JP2015121599A JP2017010089A JP 2017010089 A JP2017010089 A JP 2017010089A JP 2015121599 A JP2015121599 A JP 2015121599A JP 2015121599 A JP2015121599 A JP 2015121599A JP 2017010089 A JP2017010089 A JP 2017010089A
Authority
JP
Japan
Prior art keywords
application
display
display screen
printing
command
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2015121599A
Other languages
Japanese (ja)
Inventor
康司 三浦
Yasushi Miura
康司 三浦
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.)
Star Micronics Co Ltd
Original Assignee
Star Micronics 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 Star Micronics Co Ltd filed Critical Star Micronics Co Ltd
Priority to JP2015121599A priority Critical patent/JP2017010089A/en
Priority to PCT/JP2016/055781 priority patent/WO2016203788A1/en
Publication of JP2017010089A publication Critical patent/JP2017010089A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/12Digital output to print unit, e.g. line printer, chain printer

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To suppress the sense of discomfort given to a user due to switching of a screen when executing printing from a portable terminal by using an application cooperation technique.SOLUTION: A display screen control system comprises: an application start unit 13 which starts a printing application 20 by issuing an application cooperation command designating the printing application 20 and a prescribed display command when execution of printing to a printer of data generated by an application 10 being used is instructed; and a display screen generation unit 21 which generates a display screen by the started printing application 20 in accordance with the prescribed display command. Since the start screen of the printing application 20 is not displayed as it is, but the display screen of the printing application 20 is generated and displayed in accordance with the prescribed display command when printing to the printer is executed from the portable terminal using the application cooperation technique, the sense of discomfort given to a user due to switching of the display screen can be suppressed.SELECTED DRAWING: Figure 2

Description

本発明は、表示画面制御システムに関し、特に、携帯端末から印刷を行う際にアプリ連携技術により起動される印刷用アプリの表示画面を制御するシステムに用いて好適なものである。   The present invention relates to a display screen control system, and is particularly suitable for use in a system that controls a display screen of a printing application that is activated by an application cooperation technology when printing from a mobile terminal.

従来、スマートフォンやタブレット端末などの携帯端末からプリンタに印刷を行うことができるようになされた技術が提供されている。これは、例えばプリンタのメーカから提供されている印刷用アプリケーション(以下、印刷用アプリと略す)を携帯端末にインストールすることによって実現される。すなわち、ユーザが使用している任意のアプリケーション(以下、使用中アプリという)においてHTML(HyperText Markup Language)で記述されたデータを、印刷用アプリによってラスタ形式の印刷データに変換し、プリンタが理解できる印刷コマンドに従って印刷データをプリンタに送信することにより、携帯端末からの印刷を可能にしている。   2. Description of the Related Art Conventionally, there has been provided a technology that enables printing on a printer from a mobile terminal such as a smartphone or a tablet terminal. This is realized, for example, by installing a printing application (hereinafter, abbreviated as a printing application) provided by a printer manufacturer in the portable terminal. That is, the printer can be understood by converting data described in HTML (HyperText Markup Language) in any application used by the user (hereinafter referred to as “in-use application”) into raster format print data by the printing application. Printing from the portable terminal is enabled by transmitting print data to the printer according to the print command.

ところが、iOSでは、印刷データの送信のように、長時間を要するタスクをバックグラウンドで動作させることを禁止している。このため、使用中アプリから印刷の実行が指示された場合、印刷用アプリを起動して、HTMLデータから印刷データへの変換および印刷データのプリンタへの送信といった一連の中継処理を、フォアグラウンドで動作させることが必要となる。このために、URLスキームと呼ばれる技術が使われる。   However, iOS prohibits a task that requires a long time, such as transmission of print data, from operating in the background. For this reason, when execution of printing is instructed from an in-use application, a series of relay processes such as conversion from HTML data to print data and transmission of print data to the printer are started in the foreground by starting the print application. It is necessary to make it. For this purpose, a technique called a URL scheme is used.

URLスキームは、例えば特許文献1に記載されているように、異なるアプリケーション間の機能を繋ぎ合わせるためのしくみを提供する技術である。この種の技術は、iOSではURLスキームと称され、AndroidOSではインテント連携と称されている。特許文献1に記載のアプリ連携技術によれば、使用中アプリに基づいて画面に表示されているデータに対して何らかの操作を行いたい場合、そのデータに対して操作を行うことができる他のアプリケーションが提示される。ユーザは、それらの中から実行したいアプリケーション、例えば印刷用アプリを呼び出して、実行させることが可能である。   The URL scheme is a technique that provides a mechanism for connecting functions between different applications as described in Patent Document 1, for example. This type of technology is referred to as a URL scheme in iOS and intent collaboration in Android OS. According to the application cooperation technique described in Patent Literature 1, when it is desired to perform some operation on the data displayed on the screen based on the application in use, other applications that can perform the operation on the data Is presented. The user can call and execute an application to be executed from among them, for example, a printing application.

また、特許文献2には、URLスキームを利用してアプリケーション起動命令を発行することが記載されている。具体的には、アプリ起動ボタンに、アプリの広告に対応するアプリケーション名(例えば“ABC”)を指定したURLスキームを設定する(例えば、“ABC://”)。これにより、アプリ起動ボタンをクリックすると、スマートフォンにインストールされているアプリケーション“ABC”を起動させることができる。また、URLスキームのパラメータに、アプリケーションに引き渡したいパラメータを指定しておくことで、アプリケーション“ABC”にパラメータを引き渡すことができる。   Further, Patent Document 2 describes that an application activation command is issued using a URL scheme. Specifically, a URL scheme specifying an application name (for example, “ABC”) corresponding to the advertisement of the application is set in the application activation button (for example, “ABC: //”). Thereby, when the application activation button is clicked, the application “ABC” installed in the smartphone can be activated. Further, by specifying a parameter to be delivered to the application as a parameter of the URL scheme, the parameter can be delivered to the application “ABC”.

また、特許文献3には、URLスキームを用いて、「URLの記述.HTMLの記述?操作内容の記述」という形式を用いることにより、「?」以降の文字列である「操作内容の記述」により、実行すべき操作内容を指定することができることが記載されている。 具体例として、端末装置のマニュアルの内容を記載するWebページに、「assist://ABCDEF?Wi−Fi=ON」という記述を埋め込む。ここで、「ABCDEF」は、アプリケーションの名称を表している。また、「Wi−Fi=ON」は、Wi−Fiの設定を有効化する指示であることを表す。この場合、 端末装置は、「?」より前の情報である「ABCDEF」に基づいて該当するアプリケーションを読み出し、「?」より後の情報である「Wi−Fi=ON」に基づいて該当する操作内容の命令(ここでは、Wi−Fiの設定を有効化する命令)を生成する。   Patent Document 3 uses a URL scheme and uses a format of “URL description. HTML description? Operation content description”, so that “? Describes that the operation content to be executed can be specified. As a specific example, a description “assist: // ABCDEF? Wi-Fi = ON” is embedded in a Web page describing the contents of the manual of the terminal device. Here, “ABCDEF” represents the name of the application. “Wi-Fi = ON” represents an instruction to validate the Wi-Fi setting. In this case, the terminal device reads the corresponding application based on “ABCDEF” that is information before “?”, And performs the corresponding operation based on “Wi-Fi = ON” that is information after “?”. A content instruction (in this case, an instruction for validating Wi-Fi setting) is generated.

特開2014−215927号公報JP 2014-215927 A 特開2014−21717号公報JP 2014-21717 A 特開2014−178983号公報JP 2014-177893 A

しかしながら、上記従来のアプリ連携技術では、使用中アプリにより生成されたデータを印刷する際には、印刷用アプリを起動してこれをフォアグラウンドで動作させる必要がある。そのため、使用中アプリにより生成された画面が表示されているときに印刷の指示を行うと、印刷用アプリの起動画面に切り替わってしまい、ユーザに違和感を与えてしまうという問題があった。   However, in the conventional application cooperation technology, when printing data generated by an application in use, it is necessary to activate a printing application and operate it in the foreground. For this reason, if a print instruction is issued while a screen generated by the application in use is being displayed, the screen is switched to the print application startup screen, giving the user a sense of discomfort.

本発明は、このような問題を解決するために成されたものであり、アプリ連携技術を用いて携帯端末から印刷を実行する際に、画面の切り替わりによってユーザに与える違和感を抑制できるようにすることを目的とする。   The present invention has been made to solve such a problem, and it is possible to suppress a sense of incongruity given to a user by switching screens when printing is performed from a mobile terminal using application cooperation technology. For the purpose.

上記した課題を解決するために、本発明では、携帯端末で使用されている使用中アプリにより生成されたデータのプリンタに対する印刷の実行が指示されたとき、印刷用アプリおよび所定の表示コマンドを指定したアプリ連携コマンドを発行して印刷用アプリを起動し、起動された印刷用アプリによる表示画面を、アプリ連携コマンドに含まれている所定の表示コマンドに従って生成するようにしている。   In order to solve the above-described problems, the present invention specifies a printing application and a predetermined display command when an instruction to print data generated by an in-use application used on a mobile terminal is issued to a printer. The application cooperation command is issued to activate the printing application, and a display screen by the activated printing application is generated according to a predetermined display command included in the application cooperation command.

上記のように構成した本発明によれば、アプリ連携技術を用いて携帯端末から印刷を実行する際に、プリンタに対する印刷データの送信をフォアグラウンド処理として行うために起動された印刷用アプリの起動画面がそのまま表示されてしまうのではなく、アプリ連携コマンドの中で指定された所定の表示コマンドに従って印刷用アプリの表示画面が生成されて表示されることとなる。このため、印刷の実行を指示する前に表示されていた画面から印刷用アプリの表示画面への切り替わりが起こっても、生成する印刷用アプリの表示画面の内容によって、ユーザに与える違和感を抑制することができる。   According to the present invention configured as described above, when printing is performed from the mobile terminal using the application cooperation technology, the print application activation screen activated in order to transmit print data to the printer as foreground processing. Is not displayed as it is, but a display screen of the printing application is generated and displayed in accordance with a predetermined display command specified in the application cooperation command. For this reason, even if the screen that was displayed before instructing execution of printing is switched to the display screen of the printing application, the discomfort given to the user is suppressed depending on the content of the display screen of the generated printing application. be able to.

本実施形態による表示画面制御システムを適用したプリントシステムの全体構成例を示す図である。1 is a diagram illustrating an example of the overall configuration of a print system to which a display screen control system according to an embodiment is applied. 本実施形態による表示画面制御システムの機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the display screen control system by this embodiment. 本実施形態による表示画面制御システムの機能を実施して携帯端末からプリンタへの印刷を行ったときにおける動作例を示す図である。It is a figure which shows the operation example when implementing the function of the display screen control system by this embodiment, and printing to a printer from a portable terminal. 別の実施形態に係る表示画面制御システムの機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the display screen control system which concerns on another embodiment. 図4に示した表示画面制御システムの機能を実施して携帯端末からプリンタへの印刷を行ったときにおける動作例を示す図である。It is a figure which shows the operation example when implementing the function of the display screen control system shown in FIG. 4, and printing to a printer from a portable terminal. さらに別の実施形態に係る表示画面制御システムの機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the display screen control system which concerns on another embodiment. 図6に示した表示画面制御システムの機能を実施して携帯端末からプリンタへの印刷を行ったときにおける動作例を示す図である。It is a figure which shows the operation example when the function of the display screen control system shown in FIG. 6 is implemented and printing from a portable terminal to a printer is performed. さらに別の実施形態に係る表示画面制御システムの機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the display screen control system which concerns on another embodiment. 図8に示した表示画面制御システムの機能を実施して携帯端末からプリンタへの印刷を行ったときにおける動作例を示す図である。It is a figure which shows the operation example when implementing the function of the display screen control system shown in FIG. 8, and printing to a printer from a portable terminal.

以下、本発明の一実施形態を図面に基づいて説明する。図1は、本実施形態による表示画面制御システムを適用したプリントシステムの全体構成例を示す図である。図1に示すように、本実施形態のプリントシステムは、携帯端末100およびプリンタ200を備えて構成されている。携帯端末100は、例えば、スマートフォンまたはタブレット端末である。携帯端末100およびプリンタ200は、Wi−FiまたはBluetooth(登録商標)による無線通信機能を有しており、双方向に通信を行うことができるようになっている。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating an example of the overall configuration of a print system to which the display screen control system according to the present embodiment is applied. As shown in FIG. 1, the printing system according to the present embodiment includes a mobile terminal 100 and a printer 200. The mobile terminal 100 is, for example, a smartphone or a tablet terminal. The portable terminal 100 and the printer 200 have a wireless communication function based on Wi-Fi or Bluetooth (registered trademark), and can perform two-way communication.

携帯端末100には、HTML形式のデータ(以下、HTMLデータという)を生成して表示する機能を有するアプリケーション10と、当該アプリケーション10で生成されたHTMLデータをラスタ形式の印刷データに変換してプリンタ200に送信する機能を有する印刷用アプリ20とがインストールされている。本実施形態では、ユーザがアプリケーション10を使用しているときに、当該アプリケーション10で生成されたHTMLデータをプリンタ200にて印刷する。よって、アプリケーション10は、特許請求の範囲の使用中アプリに相当する。以下では、使用中アプリ10と記す。なお、本実施形態において、使用中アプリ10および印刷用アプリ20は何れも、iOS上で動作するアプリケーションであるものとする。   The portable terminal 100 includes an application 10 having a function of generating and displaying HTML format data (hereinafter referred to as HTML data), and converting the HTML data generated by the application 10 into raster format print data. A printing application 20 having a function of transmitting to the printer 200 is installed. In the present embodiment, when the user uses the application 10, the HTML data generated by the application 10 is printed by the printer 200. Therefore, the application 10 corresponds to the in-use application in the claims. Hereinafter, the application 10 is in use. In the present embodiment, it is assumed that both the in-use application 10 and the printing application 20 are applications that operate on the iOS.

本実施形態のプリントシステムでは、携帯端末100においてユーザが使用している使用中アプリ10により生成されたHTMLデータを、印刷用アプリ20によってラスタ形式の印刷データに変換する。そして、プリンタ200が理解できる印刷コマンドに従って印刷データをプリンタ200に送信することにより、携帯端末100からの印刷を可能にしている。このとき、以下に詳しく説明するように、携帯端末100の表示画面を制御する。この表示画面の制御を行う表示画面制御システムは、携帯端末100にインストールされている使用中アプリ10および印刷用アプリ20によって構成される。   In the print system of the present embodiment, HTML data generated by the in-use application 10 used by the user in the mobile terminal 100 is converted into raster format print data by the printing application 20. Then, print data is transmitted to the printer 200 in accordance with a print command that can be understood by the printer 200, thereby enabling printing from the portable terminal 100. At this time, as will be described in detail below, the display screen of the mobile terminal 100 is controlled. The display screen control system that controls the display screen is configured by the in-use application 10 and the printing application 20 installed in the mobile terminal 100.

図2は、本実施形態による表示画面制御システムの機能構成例を示すブロック図である。図2に示すように、本実施形態の表示画面制御システムは、その機能構成として、操作受付部11、画像生成部12、アプリ起動部13、表示画面生成部21および表示制御部22を備えている。ここで、操作受付部11、画像生成部12およびアプリ起動部13は、使用中アプリ10によって提供される機能である。一方、表示画面生成部21および表示制御部22は、印刷用アプリ20によって提供される機能である。   FIG. 2 is a block diagram illustrating a functional configuration example of the display screen control system according to the present embodiment. As shown in FIG. 2, the display screen control system of the present embodiment includes an operation reception unit 11, an image generation unit 12, an application activation unit 13, a display screen generation unit 21, and a display control unit 22 as its functional configuration. Yes. Here, the operation reception unit 11, the image generation unit 12, and the application activation unit 13 are functions provided by the in-use application 10. On the other hand, the display screen generation unit 21 and the display control unit 22 are functions provided by the printing application 20.

すなわち、上記各機能ブロック11〜13は、実際にはCPU、RAM、ROMなどを備えて構成され、RAMやROM、ハードディスクまたは半導体メモリ等の記録媒体に記憶された使用中アプリ10のプログラムが動作することによって実現される。また、上記各機能ブロック21〜22は、実際にはCPU、RAM、ROMなどを備えて構成され、RAMやROM、ハードディスクまたは半導体メモリ等の記録媒体に記憶された印刷用アプリ20のプログラムが動作することによって実現される。なお、各機能ブロック11〜13,21〜22の一部の機能を、ハードウェアまたはDSP(Digital Signal Processor)により構成してもよい。   That is, each of the functional blocks 11 to 13 actually includes a CPU, a RAM, a ROM, and the like, and a program of the in-use application 10 stored in a recording medium such as a RAM, a ROM, a hard disk, or a semiconductor memory operates. It is realized by doing. Each of the functional blocks 21 to 22 actually includes a CPU, a RAM, a ROM, and the like, and a program for the printing application 20 stored in a recording medium such as a RAM, a ROM, a hard disk, or a semiconductor memory operates. It is realized by doing. Note that some of the functions of the functional blocks 11 to 13 and 21 to 22 may be configured by hardware or DSP (Digital Signal Processor).

操作受付部11は、使用中アプリ10により生成されたHTMLデータの印刷の実行を指示するユーザ操作(以下、印刷実行操作という)を受け付ける。画像生成部12は、操作受付部11が印刷実行操作を受け付けたときに、携帯端末100の表示画面のスクリーンショット画像を生成する。例えば、使用中アプリ10によって生成されたHTMLデータに基づいて画面表示が行われているときに、操作受付部11が印刷実行操作を受け付けた場合、画像生成部12は、HTMLデータに基づき表示された画面のスクリーンショット画像を生成する。スクリーンショット画像のファイルフォーマットは、jpg、png、imgなど任意である。   The operation reception unit 11 receives a user operation (hereinafter referred to as a print execution operation) that instructs execution of printing of HTML data generated by the application 10 in use. The image generation unit 12 generates a screen shot image of the display screen of the mobile terminal 100 when the operation reception unit 11 receives a print execution operation. For example, when a screen display is performed based on HTML data generated by the in-use application 10 and the operation reception unit 11 receives a print execution operation, the image generation unit 12 is displayed based on the HTML data. Generate a screenshot of the screen. The file format of the screenshot image is arbitrary, such as jpg, png, img.

アプリ起動部13は、操作受付部11が印刷実行操作を受け付けたとき、印刷用アプリ20および所定の表示コマンド(クエリ文字列)を指定したアプリ連携コマンドを発行することにより、印刷用アプリ20を起動する。本実施形態では,携帯端末100がiOSを実装したものであるため、アプリ連携コマンドは、URLスキームを利用したものである。すなわち、アプリ起動部13は、
[印刷用アプリの名称]://print/preview/?html=<HTMLデータ>&[表示コマンド]
といった形式でアプリ連携コマンドを発行することにより、印刷用アプリ20を起動する。ここで、“[印刷用アプリの名称]://”の部分がURLスキームを表している。
When the operation reception unit 11 receives a print execution operation, the application activation unit 13 issues the print application 20 by issuing an application cooperation command specifying the print application 20 and a predetermined display command (query character string). to start. In this embodiment, since the mobile terminal 100 is implemented with iOS, the application cooperation command uses a URL scheme. That is, the application activation unit 13
[Name of application for printing]: // print / preview /? Html = <HTML data>& [Display command]
The printing application 20 is activated by issuing an application cooperation command in the format as described above. Here, “[name of printing application]: //” represents a URL scheme.

本実施形態は、URLスキームに対して末尾の“&[表示コマンド]”を加えたところに特徴を有するものである。特に、本実施形態では、所定の表示コマンドとして、画像生成部12により生成されたスクリーンショット画像の全画面表示を指示するためのコマンドを加えている。例えば、印刷用アプリ20の名称が“PassPRNT”、HTMLデータのファイル名が“Receipt data”であった場合、スクリーンショット画像を全画面表示させるためのアプリ連携コマンドは、以下のようになる。
PassPRNT://print/preview/?html=<Receipt data>&screen=data
This embodiment is characterized in that “& [display command]” at the end is added to the URL scheme. In particular, in the present embodiment, a command for instructing full screen display of a screenshot image generated by the image generation unit 12 is added as a predetermined display command. For example, when the name of the printing application 20 is “PassPRNT” and the file name of the HTML data is “Receipt data”, an application cooperation command for displaying a screenshot image on the full screen is as follows.
PassPRNT: // print / preview /? Html = <Receipt data>& screen = data

ここで、“data”の部分がスクリーンショット画像を示している。ここでは、スクリーンショット画像の実バイナリデータを表示コマンドに設定する例を示している。なお、画像ファイルの保存先(OS内のフォルダパスやWebサーバからのダウンロード先URLなど)を表示コマンドに設定するようにしてもよい。また、ここではHTMLデータをファイル名によって指定しているが、実データやデータダウンロード先のURLなどにより指定することも可能である。   Here, the “data” portion indicates a screen shot image. Here, an example is shown in which actual binary data of a screen shot image is set as a display command. Note that the storage destination of the image file (folder path in the OS, download destination URL from the Web server, etc.) may be set in the display command. In this example, the HTML data is designated by the file name, but it can be designated by the actual data or the URL of the data download destination.

表示画面生成部21は、アプリ起動部13により起動された印刷用アプリ20による表示画面を、アプリ連携コマンドに含まれている所定の表示コマンドに従って生成する。上述のように、所定の表示コマンドとして、スクリーンショット画像の全画面表示を指示するためのコマンドが指定されている場合、表示画面生成部21は、印刷用アプリ20による表示画面として、スクリーンショット画像が全画面表示されるような表示画面を生成する。表示制御部22は、表示画面生成部21により生成された表示画面を携帯端末100に表示させる。   The display screen generation unit 21 generates a display screen by the printing application 20 activated by the application activation unit 13 according to a predetermined display command included in the application cooperation command. As described above, when the command for instructing the full-screen display of the screenshot image is specified as the predetermined display command, the display screen generation unit 21 uses the screenshot image as the display screen by the printing application 20. Generate a display screen that displays in full screen. The display control unit 22 displays the display screen generated by the display screen generation unit 21 on the mobile terminal 100.

図3は、本実施形態による表示画面制御システムの機能を実施して携帯端末100からプリンタ200への印刷を行ったときにおける動作例を示す図である。図3(a)は、使用中アプリ10によって生成されたHTMLデータに基づいて、レシート画像31、印刷ボタン32、戻るボタン33、ロゴマーク34などが表示された状態を示している。   FIG. 3 is a diagram illustrating an operation example when the function of the display screen control system according to the present embodiment is performed and printing from the portable terminal 100 to the printer 200 is performed. FIG. 3A shows a state in which a receipt image 31, a print button 32, a return button 33, a logo mark 34, and the like are displayed based on HTML data generated by the application 10 in use.

印刷ボタン32の押下によって印刷の実行が指示されたとき、使用中アプリ10の画像生成部12は、図3(a)に示す表示画面のスクリーンショット画像を生成する。また、使用中アプリ10のアプリ起動部13は、アプリ連携コマンドを発行して印刷用アプリ20を起動し、レシート画像31のHTMLデータおよびスクリーンショット画像の画像データを印刷用アプリ20に出力する。   When execution of printing is instructed by pressing the print button 32, the image generation unit 12 of the in-use application 10 generates a screen shot image of the display screen illustrated in FIG. Further, the application activation unit 13 of the application 10 in use issues an application cooperation command to activate the printing application 20, and outputs the HTML data of the receipt image 31 and the image data of the screen shot image to the printing application 20.

アプリ起動部13によって起動された印刷用アプリ20では、アプリ連携コマンドにて指定されている表示コマンドに従って、印刷用アプリ20に元々用意されている起動画面に代えて、使用中アプリ10から受け取ったスクリーンショット画像を携帯端末100に表示させる。これにより、図3(b)に示すように、印刷ボタン32が押下されたときの表示画面と全く見た目が変わらない画面を表示させることができる。   The printing application 20 activated by the application activation unit 13 is received from the in-use application 10 instead of the activation screen originally prepared in the printing application 20 according to the display command specified by the application cooperation command. A screen shot image is displayed on the portable terminal 100. As a result, as shown in FIG. 3B, it is possible to display a screen that does not look different from the display screen when the print button 32 is pressed.

図3(b)のような表示状態の下で、印刷用アプリ20は、使用中アプリ10から受け取ったHTMLデータを印刷データに変換し、プリンタ200に送信する。プリンタ200では、印刷用アプリ20から受け取った印刷データに基づいて、レシート画像31の印刷を実行する。なお、印刷用アプリ20が印刷データをプリンタ200に送信し終わった後は、自動的に印刷用アプリ20がシャットダウンし、使用中アプリ10のみが稼働している元の状態に戻る。   Under the display state as shown in FIG. 3B, the printing application 20 converts the HTML data received from the in-use application 10 into print data and transmits it to the printer 200. In the printer 200, the receipt image 31 is printed based on the print data received from the printing application 20. Note that after the printing application 20 finishes sending print data to the printer 200, the printing application 20 automatically shuts down and returns to the original state in which only the in-use application 10 is operating.

以上説明したように、本実施形態では、携帯端末100で使用されている使用中アプリ10により生成されたデータのプリンタ200に対する印刷の実行が指示されたとき、印刷用アプリ20の名称およびスクリーンショット画像の表示コマンドを指定したアプリ連携コマンドを発行して印刷用アプリ20を起動し、起動された印刷用アプリ20による表示画面を、使用中アプリ10により生成されたスクリーンショット画像を用いて生成するようにしている。そして、スクリーンショット画像を全画面表示させるようにしている。   As described above, in this embodiment, when printing of the data generated by the in-use application 10 used in the mobile terminal 100 is instructed to the printer 200, the name and screenshot of the printing application 20 are instructed. An application linkage command specifying an image display command is issued to start the printing application 20, and a display screen generated by the started printing application 20 is generated using a screenshot image generated by the application 10 in use. I am doing so. The screen shot image is displayed on the full screen.

このように構成した本実施形態によれば、アプリ連携技術を用いて携帯端末100からプリンタ200への印刷を実行する際に、プリンタ200に対する印刷データの送信をフォアグラウンド処理として行うために起動された印刷用アプリ20の起動画面に代えて、使用中アプリ10によって表示されていた表示画面のスクリーンショット画像が表示されることとなる。このため、使用中アプリ10の表示画面から印刷用アプリ20の表示画面への切り替わりが起こっても、見た目は全く変わらない状態とすることができ、切り替えに伴ってユーザに与える違和感をなくすことができる。   According to the present embodiment configured as described above, when printing from the mobile terminal 100 to the printer 200 using the application cooperation technology, the print data is transmitted to the printer 200 as a foreground process. Instead of the startup screen of the printing application 20, a screen shot image of the display screen displayed by the in-use application 10 is displayed. For this reason, even if the display screen of the in-use application 10 is switched to the display screen of the printing application 20, the appearance can be completely unchanged, and the user feels uncomfortable with the switching. it can.

なお、上記実施形態では、表示コマンドの一例としてスクリーンショット画像の全画面表示を例に挙げたが、本発明はこれに限定されない。図4は、別の実施形態に係る表示画面制御システムの機能構成例を示すブロック図である。なお、この図4において、図2に示した符号と同一の符号を付したものは同一の機能を有するものであるので、ここでは重複する説明を省略する。   In the above embodiment, a full-screen display of a screenshot image is given as an example of the display command, but the present invention is not limited to this. FIG. 4 is a block diagram illustrating a functional configuration example of a display screen control system according to another embodiment. In FIG. 4, those given the same reference numerals as those shown in FIG. 2 have the same functions, and therefore redundant description is omitted here.

図4に示す表示画面制御システムは、図2に示した画像生成部12に代えてコンテンツ取得部14を備えている。また、図4に示す表示画面制御システムは、図2に示したアプリ起動部13および表示画面生成部21に代えて、アプリ起動部13Aおよび表示画面生成部21Aを備えている。   The display screen control system shown in FIG. 4 includes a content acquisition unit 14 instead of the image generation unit 12 shown in FIG. The display screen control system illustrated in FIG. 4 includes an application activation unit 13A and a display screen generation unit 21A instead of the application activation unit 13 and the display screen generation unit 21 illustrated in FIG.

コンテンツ取得部14は、操作受付部11が印刷実行操作を受け付けたときに、携帯端末100に表示されているコンテンツと、当該コンテンツの表示位置情報または表示サイズ情報の少なくとも一方とを取得する。コンテンツ取得部14が取得するコンテンツは、HTMLデータにて表される表示画面の中に含まれている画像、ボタン、ロゴなどである。   When the operation reception unit 11 receives a print execution operation, the content acquisition unit 14 acquires content displayed on the mobile terminal 100 and at least one of display position information and display size information of the content. The content acquired by the content acquisition unit 14 is an image, a button, a logo, or the like included in the display screen represented by HTML data.

アプリ起動部13Aは、操作受付部11が印刷実行操作を受け付けたとき、印刷用アプリ20の名称および取得コンテンツの表示コマンドを指定したアプリ連携コマンドを発行することにより、印刷用アプリ20を起動する。ここで、表示コマンドは、コンテンツ取得部14により取得されたコンテンツを、コンテンツ取得部14により取得された表示位置情報で示される位置または表示サイズ情報で示されるサイズの少なくとも一方に従って表示させることを指示するためのコマンドである。   When the operation accepting unit 11 accepts a print execution operation, the application launching unit 13A launches the printing application 20 by issuing an application cooperation command specifying the name of the printing application 20 and the display command for the acquired content. . Here, the display command instructs to display the content acquired by the content acquisition unit 14 according to at least one of the position indicated by the display position information acquired by the content acquisition unit 14 and the size indicated by the display size information. It is a command to do.

例えば、使用中アプリ10の表示画面から画像を取得して印刷用アプリ20の表示画面に表示させる場合の表示コマンドは、以下のようになる。
imageX=data,(x,y),(width, height)
ここで、“data”の部分が画像を示している。ここでは、画像の実バイナリデータを表示コマンドに設定する例を示している。なお、画像ファイルの保存先を表示コマンドに設定するようにしてもよい。また、表示コマンドの“X”欄に数字を入れることで、複数の画像の取得を設定することが可能である。また、画像の表示位置情報として座標(x,y)を表示コマンドに設定し、画像の表示サイズ情報として幅および高さ(width, height)を表示コマンドに設定する。
For example, a display command when an image is acquired from the display screen of the application 10 in use and displayed on the display screen of the printing application 20 is as follows.
imageX = data, (x, y), (width, height)
Here, the “data” portion indicates an image. Here, an example is shown in which actual binary data of an image is set as a display command. Note that the storage destination of the image file may be set in the display command. Moreover, it is possible to set acquisition of a plurality of images by entering a number in the “X” column of the display command. Also, coordinates (x, y) are set as a display command as image display position information, and width and height (width, height) are set as a display command as image display size information.

また、使用中アプリ10の表示画面からボタンを取得して印刷用アプリ20の表示画面に表示させる場合の表示コマンドは、以下のようになる。
Button=text,(x,y),(width, height)
ここで、ボタンに表示する内容を“text”にて設定する。また、ボタンの表示位置情報として座標(x,y)を表示コマンドに設定し、ボタンの表示サイズ情報として幅および高さ(width, height)を表示コマンドに設定する。
A display command when a button is acquired from the display screen of the in-use application 10 and displayed on the display screen of the printing application 20 is as follows.
Button = text, (x, y), (width, height)
Here, the content to be displayed on the button is set with “text”. In addition, coordinates (x, y) are set as a display command as display position information of the button, and width and height (width, height) are set as a display command as display size information of the button.

また、使用中アプリ10の表示画面からロゴを取得して印刷用アプリ20の表示画面に表示させる場合の表示コマンドは、以下のようになる。
logoX=data,(x,y),(width, height)
ここで、“data”の部分がロゴを示している。ここでは、ロゴの実バイナリデータを表示コマンドに設定する例を示している。なお、ロゴの画像ファイルの保存先を表示コマンドに設定するようにしてもよい。また、表示コマンドの“X”欄に数字を入れることで、複数のロゴの取得を設定することが可能である。また、ロゴの表示位置情報として座標(x,y)を表示コマンドに設定し、ロゴの表示サイズ情報として幅および高さ(width, height)を表示コマンドに設定する。
A display command for acquiring a logo from the display screen of the in-use application 10 and displaying it on the display screen of the printing application 20 is as follows.
logoX = data, (x, y), (width, height)
Here, “data” indicates a logo. In this example, the actual binary data of the logo is set as a display command. Note that the storage location of the logo image file may be set in the display command. Moreover, it is possible to set acquisition of a plurality of logos by entering a number in the “X” column of the display command. Further, coordinates (x, y) are set as a display command as logo display position information, and width and height (width, height) are set as a display command as logo display size information.

表示画面生成部21Aは、アプリ起動部13Aにより起動された印刷用アプリ20による表示画面として、使用中アプリ10による表示画面から取得されたコンテンツを含む表示画面を生成する。画像、ボタン、ロゴの何れのコンテンツに関しても、使用中アプリ10においてHTMLデータとして記述されている座標(x,y)、幅および高さ(width, height)を表示コマンドに設定すれば、使用中アプリ10による表示画面におけるコンテンツの表示位置および表示サイズと同じとなるように、印刷用アプリ20による表示画面に含ませるコンテンツの表示位置および表示サイズを定めることができる。   The display screen generation unit 21A generates a display screen including content acquired from the display screen by the in-use application 10 as the display screen by the printing application 20 activated by the application activation unit 13A. For any content of images, buttons, and logos, if the coordinates (x, y), width and height (width, height) described as HTML data in the application 10 being used are set as display commands, they are in use The display position and display size of the content to be included in the display screen by the printing application 20 can be determined so as to be the same as the display position and display size of the content on the display screen by the application 10.

図5は、図4に示した表示画面制御システムの機能を実施して携帯端末100からプリンタ200への印刷を行ったときにおける動作例を示す図である。図5(a)は、使用中アプリ10によって生成されたHTMLデータに基づいて、レシート画像31、印刷ボタン32、戻るボタン33、ロゴマーク34などが表示された状態を示している。この表示画面は、図3(a)に示したものと同じである。   FIG. 5 is a diagram showing an operation example when the function of the display screen control system shown in FIG. 4 is implemented and printing from the portable terminal 100 to the printer 200 is performed. FIG. 5A shows a state in which a receipt image 31, a print button 32, a return button 33, a logo mark 34, and the like are displayed based on HTML data generated by the application 10 in use. This display screen is the same as that shown in FIG.

印刷ボタン32の押下によって印刷の実行が指示されたとき、使用中アプリ10のコンテンツ取得部14は、図5(a)に示す表示画面の中から、印刷ボタン32、戻るボタン33およびロゴマーク34と、それぞれの表示位置情報および表示サイズ情報とを取得する。また、使用中アプリ10のアプリ起動部13Aは、アプリ連携コマンドを発行して印刷用アプリ20を起動し、レシート画像31のHTMLデータを印刷用アプリ20に出力するとともに、コンテンツ取得部14により取得された各コンテンツとそれぞれの表示位置情報および表示サイズ情報とを印刷用アプリ20に出力する。   When execution of printing is instructed by pressing the print button 32, the content acquisition unit 14 of the in-use application 10 displays the print button 32, the return button 33, and the logo mark 34 from the display screen illustrated in FIG. And the respective display position information and display size information. In addition, the application activation unit 13 </ b> A of the application 10 in use issues an application cooperation command to activate the printing application 20, outputs HTML data of the receipt image 31 to the printing application 20, and is acquired by the content acquisition unit 14. Each piece of content and the respective display position information and display size information are output to the printing application 20.

なお、このように複数のコンテンツを取得する場合は、各コンテンツを取得して表示するための複数の表示コマンドを“&”の記号により繋げて指定することが可能である。具体的には、アプリ連携コマンドは以下のようになる。
PassPRNT://print/preview/?html=<Receipt data>&printButton=印刷,(x,y),(width, height)&backButton=戻る,(x,y),(width, height)&logo1=logo.jpg,(x,y),(width, height)
When a plurality of contents are acquired in this way, it is possible to specify a plurality of display commands for acquiring and displaying each content by connecting them with a “&” symbol. Specifically, the application cooperation command is as follows.
PassPRNT: // print / preview /? Html = <Receipt data>& printButton = Print, (x, y), (width, height) & backButton = Back, (x, y), (width, height) & logo1 = logo.jpg , (x, y), (width, height)

アプリ起動部13Aによって起動された印刷用アプリ20では、アプリ連携コマンドにて指定されている表示コマンドに従って、印刷用アプリ20に元々用意されている起動画面に加えて、使用中アプリ10から受け取ったコンテンツを携帯端末100に表示させる。これにより、図5(b)に示すように、印刷用アプリ20の起動画面51に加えて、印刷の指示が行われたときの使用中アプリ10の表示画面に含まれていた印刷ボタン32、戻るボタン33およびロゴマーク34を、印刷用アプリ20の表示画面でもHTMLデータと同じ位置および同じサイズにて含んだ状態で表示させることができる。   The printing application 20 activated by the application activation unit 13A is received from the application 10 in use in addition to the activation screen originally prepared for the printing application 20 according to the display command specified by the application cooperation command. The content is displayed on the mobile terminal 100. As a result, as shown in FIG. 5B, in addition to the startup screen 51 of the printing application 20, the print button 32 included in the display screen of the in-use application 10 when the printing instruction is given, The return button 33 and the logo mark 34 can be displayed on the display screen of the printing application 20 in a state including the same position and the same size as the HTML data.

なお、使用中アプリ10の表示画面からコンテンツの表示位置情報を取得して表示サイズ情報を取得しない場合は、表示サイズ情報を任意の値に指定した表示コマンドを設定することが可能である。また、使用中アプリ10の表示画面からコンテンツの表示サイズ情報を取得して表示位置情報を取得しない場合は、表示位置情報を任意の値に指定した表示コマンドを設定することが可能である。   If the display position information of content is acquired from the display screen of the in-use application 10 and the display size information is not acquired, a display command in which the display size information is specified as an arbitrary value can be set. Further, when the display size information of the content is acquired from the display screen of the application 10 in use and the display position information is not acquired, it is possible to set a display command in which the display position information is set to an arbitrary value.

図4のように表示画面制御システムを構成した場合、使用中アプリ10の表示画面から印刷用アプリ20の表示画面への切り替わりが起こったとき、図5(b)のように印刷用アプリ20の起動画面51が表示されたとしても、使用中アプリ10の表示画面で表示されていたコンテンツ32〜34が同じ位置に表示され続ける。このため、使用中アプリ10の表示画面から全く別の印刷用アプリ20の表示画面に切り替わったという印象ではなく、使用中アプリ10の表示画面が別形態に遷移したような印象をユーザに与えることができる。これにより、使用中アプリ10から印刷用アプリ20への切り替えに伴ってユーザに与える違和感を抑制することができる。   When the display screen control system is configured as shown in FIG. 4, when the display screen of the application 10 in use is switched to the display screen of the printing application 20, as shown in FIG. Even if the startup screen 51 is displayed, the contents 32 to 34 displayed on the display screen of the application 10 in use continue to be displayed at the same position. For this reason, it is not the impression that the display screen of the application 10 in use is switched to the display screen of a completely different printing application 20, but the user is given an impression that the display screen of the application 10 in use has changed to another form. Can do. Thereby, it is possible to suppress a sense of discomfort given to the user when switching from the in-use application 10 to the printing application 20.

なお、ここでは印刷用アプリ20の起動画面51に加えてコンテンツ32〜34を表示させる例について説明したが、印刷用アプリ20の起動画面51を表示させないようにすることも可能である。すなわち、表示コマンドとして、印刷用アプリ20による起動画面51を非表示とすることを指示するためのコマンドを更に含ませることにより、図5(c)のように、起動画面51を非表示とすることができる。この場合の表示コマンドは、以下の通りである。
init=OFF
Here, the example in which the contents 32 to 34 are displayed in addition to the startup screen 51 of the printing application 20 has been described. However, the startup screen 51 of the printing application 20 may not be displayed. That is, as a display command, a command for instructing to hide the startup screen 51 by the printing application 20 is further included so that the startup screen 51 is hidden as shown in FIG. be able to. The display command in this case is as follows.
init = OFF

このようにすれば、使用中アプリ10の表示画面から印刷用アプリ20の表示画面への切り替わりが起こったとき、印刷用アプリ20の起動画面51が表示されることなく、使用中アプリ10の表示画面で表示されていたコンテンツ32〜34が同じ位置に表示され続ける。これにより、使用中アプリ10の表示画面が別形態に遷移したような印象をより強くユーザに与えることができる。これにより、使用中アプリ10から印刷用アプリ20への切り替えに伴ってユーザに与える違和感を抑制することができる。   In this way, when the display screen of the in-use application 10 is switched to the display screen of the printing application 20, the startup screen 51 of the printing application 20 is not displayed, and the display of the in-use application 10 is displayed. The contents 32 to 34 displayed on the screen continue to be displayed at the same position. Thereby, an impression that the display screen of the application 10 in use has changed to another form can be given to a user more strongly. Thereby, it is possible to suppress a sense of discomfort given to the user when switching from the in-use application 10 to the printing application 20.

図6は、さらに別の実施形態に係る表示画面制御システムの機能構成例を示すブロック図である。なお、この図6において、図2に示した符号と同一の符号を付したものは同一の機能を有するものであるので、ここでは重複する説明を省略する。   FIG. 6 is a block diagram illustrating a functional configuration example of a display screen control system according to still another embodiment. In FIG. 6, those given the same reference numerals as those shown in FIG. 2 have the same functions, and therefore redundant description is omitted here.

図6に示す表示画面制御システムは、図2に示した画像生成部12に代えて背景情報取得部15を備えている。また、図6に示す表示画面制御システムは、図2に示したアプリ起動部13および表示画面生成部21に代えて、アプリ起動部13Bおよび表示画面生成部21Bを備えている。   The display screen control system shown in FIG. 6 includes a background information acquisition unit 15 instead of the image generation unit 12 shown in FIG. The display screen control system illustrated in FIG. 6 includes an application activation unit 13B and a display screen generation unit 21B instead of the application activation unit 13 and the display screen generation unit 21 illustrated in FIG.

背景情報取得部15は、操作受付部11が印刷実行操作を受け付けたときに、携帯端末100の表示画面の背景情報を取得する。背景情報取得部15が取得する背景情報の一例として、背景色情報が挙げられる。また、背景情報の別の例として、壁紙情報が挙げられる。なお、壁紙は画像データで提供されるため、図4に示した例において、コンテンツ取得部14が画像を取得する場合と同様に処理すればよい。   The background information acquisition unit 15 acquires background information on the display screen of the mobile terminal 100 when the operation reception unit 11 receives a print execution operation. An example of background information acquired by the background information acquisition unit 15 is background color information. Moreover, wallpaper information is mentioned as another example of background information. Since the wallpaper is provided as image data, in the example illustrated in FIG. 4, the processing may be performed in the same manner as when the content acquisition unit 14 acquires an image.

アプリ起動部13Bは、操作受付部11が印刷実行操作を受け付けたとき、印刷用アプリ20の名称および背景情報の表示コマンドを指定したアプリ連携コマンドを発行することにより、印刷用アプリ20を起動する。ここで、表示コマンドは、背景情報取得部15により取得された背景情報で示される背景の上に印刷用アプリ20による表示画面を表示させることを指示するためのコマンドである。例えば、使用中アプリ10の表示画面の背景色情報を取得して印刷用アプリ20の表示画面に表示させる場合の表示コマンドは、以下のようになる。
background=RGB値
When the operation reception unit 11 receives a print execution operation, the application activation unit 13B activates the printing application 20 by issuing an application cooperation command specifying the name of the printing application 20 and a background information display command. . Here, the display command is a command for instructing to display the display screen by the printing application 20 on the background indicated by the background information acquired by the background information acquisition unit 15. For example, a display command when acquiring background color information of the display screen of the application 10 in use and displaying it on the display screen of the printing application 20 is as follows.
background = RGB value

図7は、図6に示した表示画面制御システムの機能を実施して携帯端末100からプリンタ200への印刷を行ったときにおける動作例を示す図である。図7(a)に示す表示画面は、図3(a)に示したものと同じである。   FIG. 7 is a diagram illustrating an operation example when the function of the display screen control system illustrated in FIG. 6 is performed and printing from the portable terminal 100 to the printer 200 is performed. The display screen shown in FIG. 7A is the same as that shown in FIG.

印刷ボタン32の押下によって印刷の実行が指示されたとき、使用中アプリ10の背景情報取得部15は、図7(a)に示す表示画面の中から背景色情報を取得する。また、使用中アプリ10のアプリ起動部13Bは、アプリ連携コマンドを発行して印刷用アプリ20を起動し、レシート画像31のHTMLデータを印刷用アプリ20に出力するとともに、背景情報取得部15により取得された背景色情報を印刷用アプリ20に出力する。   When execution of printing is instructed by pressing the print button 32, the background information acquisition unit 15 of the application 10 in use acquires background color information from the display screen shown in FIG. The application activation unit 13B of the application 10 in use issues an application cooperation command to activate the printing application 20, outputs HTML data of the receipt image 31 to the printing application 20, and the background information acquisition unit 15 The acquired background color information is output to the printing application 20.

アプリ起動部13Bによって起動された印刷用アプリ20では、アプリ連携コマンドにて指定されている表示コマンドに従って、使用中アプリ10から受け取った背景色の上に、印刷用アプリ20に元々用意されている起動画面を表示させる。これにより、図7(b)に示すように、印刷の指示が行われたときの使用中アプリ10の表示画面に設定されていた背景色と同じ背景色で、印刷用アプリ20の起動画面51を表示させることができる。   In the printing application 20 activated by the application activation unit 13B, the printing application 20 is originally prepared on the background color received from the in-use application 10 in accordance with the display command specified by the application cooperation command. Display the startup screen. As a result, as shown in FIG. 7B, the start screen 51 of the printing application 20 has the same background color as the background color set on the display screen of the in-use application 10 when the printing instruction is given. Can be displayed.

図6のように表示画面制御システムを構成した場合、使用中アプリ10の表示画面から印刷用アプリ20の表示画面への切り替わりが起こったとき、図7(b)のように印刷用アプリ20の起動画面51が表示されたとしても、使用中アプリ10の表示画面に設定されていた背景色のままで印刷用アプリ20の起動画面51が表示される。画面の背景色はユーザに強く印象を与える部分であるので、これを変えずに印刷用アプリ20の起動画面51を表示させることにより、使用中アプリ10の表示画面が別形態に遷移したような印象をユーザに与えることができる。これにより、使用中アプリ10から印刷用アプリ20への切り替えに伴ってユーザに与える違和感を抑制することができる。   When the display screen control system is configured as shown in FIG. 6, when the display screen of the application 10 in use is switched to the display screen of the printing application 20, the printing application 20 is changed as shown in FIG. Even when the startup screen 51 is displayed, the startup screen 51 of the printing application 20 is displayed with the background color set on the display screen of the application 10 in use. Since the background color of the screen is a part that gives a strong impression to the user, the display screen of the application 10 in use is changed to another form by displaying the start screen 51 of the printing application 20 without changing this. An impression can be given to the user. Thereby, it is possible to suppress a sense of discomfort given to the user when switching from the in-use application 10 to the printing application 20.

なお、図4、図5で説明したコンテンツ表示コマンドと、図6、図7で説明した背景表示コマンドとを組み合わせて適用することも可能である。これらの表示コマンドを組み合わせて適用し、かつ、印刷用アプリ20の起動画面51を非表示に設定すると、印刷用アプリ20の表示画面は図7(c)のようになる。このようにすれば、使用中アプリ10の表示画面が別形態に遷移したような印象をより強くユーザに与えることができる。これにより、使用中アプリ10から印刷用アプリ20への切り替えに伴ってユーザに与える違和感をより抑制することができる。   Note that the content display command described with reference to FIGS. 4 and 5 and the background display command described with reference to FIGS. 6 and 7 may be applied in combination. When these display commands are applied in combination and the start screen 51 of the printing application 20 is set to non-display, the display screen of the printing application 20 is as shown in FIG. In this way, the user can be given a stronger impression that the display screen of the in-use application 10 has changed to another form. As a result, it is possible to further suppress the uncomfortable feeling given to the user when switching from the in-use application 10 to the printing application 20.

図8は、さらに別の実施形態に係る表示画面制御システムの機能構成例を示すブロック図である。なお、この図8において、図2に示した符号と同一の符号を付したものは同一の機能を有するものであるので、ここでは重複する説明を省略する。   FIG. 8 is a block diagram illustrating a functional configuration example of a display screen control system according to yet another embodiment. In FIG. 8, the same reference numerals as those shown in FIG. 2 have the same functions, and therefore redundant description is omitted here.

図8に示す表示画面制御システムは、図2に示した画像生成部12を備えていない。また、図8に示す表示画面制御システムは、図2に示したアプリ起動部13および表示画面生成部21に代えて、アプリ起動部13Cおよび表示画面生成部21Cを備えている。   The display screen control system shown in FIG. 8 does not include the image generation unit 12 shown in FIG. Further, the display screen control system illustrated in FIG. 8 includes an application activation unit 13C and a display screen generation unit 21C instead of the application activation unit 13 and the display screen generation unit 21 illustrated in FIG.

アプリ起動部13Cは、操作受付部11が印刷実行操作を受け付けたとき、印刷用アプリ20の名称および所定のメッセージの表示コマンドを指定したアプリ連携コマンドを発行することにより、印刷用アプリ20を起動する。ここで、所定のメッセージは、例えば「印刷中です」といったように、印刷が実行されていることをユーザに伝えるためのアナウンス情報である。   When the operation reception unit 11 receives a print execution operation, the application activation unit 13C activates the printing application 20 by issuing an application cooperation command specifying the name of the printing application 20 and a predetermined message display command. To do. Here, the predetermined message is announcement information for notifying the user that printing is being executed, such as “printing in progress”.

例えば、所定のメッセージを加えて印刷用アプリ20の表示画面に表示させる場合の表示コマンドは、以下のようになる。
messageX=text,(x,y),size
ここで、表示するメッセージの内容を“text”にて設定する。また、表示コマンドの“X”欄に数字を入れることで、複数のメッセージを設定することが可能である。また、メッセージの表示位置情報として任意の座標(x,y)を表示コマンドに設定し、メッセージの表示サイズ情報として“size”にて任意のフォントサイズを表示コマンドに設定する。
For example, a display command when a predetermined message is added and displayed on the display screen of the printing application 20 is as follows.
messageX = text, (x, y), size
Here, the content of the message to be displayed is set as “text”. A plurality of messages can be set by entering a number in the “X” column of the display command. Also, an arbitrary coordinate (x, y) is set in the display command as the display position information of the message, and an arbitrary font size is set in the display command with “size” as the display size information of the message.

図9は、図8に示した表示画面制御システムの機能を実施して携帯端末100からプリンタ200への印刷を行ったときにおける動作例を示す図である。図9(a)に示す表示画面は、図3(a)に示したものと同じである。   FIG. 9 is a diagram illustrating an operation example when the function of the display screen control system illustrated in FIG. 8 is performed and printing from the portable terminal 100 to the printer 200 is performed. The display screen shown in FIG. 9A is the same as that shown in FIG.

印刷ボタン32の押下によって印刷の実行が指示されたとき、使用中アプリ10のアプリ起動部13Cは、アプリ連携コマンドを発行して印刷用アプリ20を起動し、レシート画像31のHTMLデータを印刷用アプリ20に出力するとともに、アプリ連携コマンドの中の表示コマンドによって指定された所定のメッセージを印刷用アプリ20に出力する。   When execution of printing is instructed by pressing the print button 32, the application activation unit 13C of the in-use application 10 issues an application cooperation command to activate the printing application 20, and prints the HTML data of the receipt image 31 for printing. While outputting to the application 20, the predetermined message designated by the display command in the application cooperation command is output to the printing application 20.

アプリ起動部13Cによって起動された印刷用アプリ20では、アプリ連携コマンドにて指定されている表示コマンドに従って、印刷用アプリ20に元々用意されている起動画面に加えて(非表示の設定がされている場合は起動画面に代えて)、所定のメッセージを表示させる。図9(b)は、印刷用アプリ20の起動画面が非表示に設定されている場合の表示画面の例を示している。このように、印刷用アプリ20の表示画面において、表示コマンドにて指定された任意の位置に任意のサイズでメッセージ91を表示させることができる。   In the printing application 20 activated by the application activation unit 13C, in accordance with the display command specified by the application cooperation command, in addition to the activation screen originally prepared in the printing application 20, (the non-display setting is made) If it is, a predetermined message is displayed instead of the startup screen. FIG. 9B shows an example of a display screen when the startup screen of the printing application 20 is set to non-display. As described above, the message 91 can be displayed in an arbitrary size at an arbitrary position designated by the display command on the display screen of the printing application 20.

図8のように表示画面制御システムを構成した場合、使用中アプリ10の表示画面から印刷用アプリ20の表示画面への切り替わりが起こったとき、印刷中であることなどを示す所定のメッセージが印刷用アプリ20の表示画面に表示される。このため、使用中アプリ10が印刷中のメッセージを表示しているような印象をユーザに与えることができる。これにより、使用中アプリ10から印刷用アプリ20への切り替えに伴ってユーザに与える違和感を抑制することができる。   When the display screen control system is configured as shown in FIG. 8, when a switch from the display screen of the application 10 in use to the display screen of the printing application 20 occurs, a predetermined message indicating that printing is in progress is printed. Displayed on the display screen of the application 20 for use. For this reason, it is possible to give the user an impression that the in-use application 10 displays a message being printed. Thereby, it is possible to suppress a sense of discomfort given to the user when switching from the in-use application 10 to the printing application 20.

なお、図8、図9で説明したメッセージ表示コマンドと、図4、図5で説明したコンテンツ表示コマンドと、図6、図7で説明した背景表示コマンドとを任意に組み合わせて適用することも可能である。これらを全て組み合わせて適用し、かつ、印刷用アプリ20の起動画面51を非表示に設定すると、印刷用アプリ20の表示画面は図9(c)のようになる。このようにすれば、使用中アプリ10の表示画面が別形態に遷移したような印象をより強くユーザに与えることができる。これにより、使用中アプリ10から印刷用アプリ20への切り替えに伴ってユーザに与える違和感をより抑制することができる。   Note that the message display commands described in FIGS. 8 and 9, the content display commands described in FIGS. 4 and 5, and the background display commands described in FIGS. 6 and 7 can be applied in any combination. It is. When all of these are applied in combination and the start screen 51 of the printing application 20 is set to non-display, the display screen of the printing application 20 is as shown in FIG. In this way, the user can be given a stronger impression that the display screen of the in-use application 10 has changed to another form. As a result, it is possible to further suppress the uncomfortable feeling given to the user when switching from the in-use application 10 to the printing application 20.

なお、上記各実施形態では、アプリ連携コマンドの一例として、iOSのURLスキームを用いる例について説明したが、本発明はこれに限定されない。例えば、AndroidOSのインテント連携を用いる場合にも同様に本発明を適用することが可能である。   In each of the above embodiments, an example in which the URL scheme of iOS is used as an example of the application cooperation command has been described. However, the present invention is not limited to this. For example, the present invention can be similarly applied to the case where Android OS intent cooperation is used.

その他、上記実施形態は、何れも本発明を実施するにあたっての具体化の一例を示したものに過ぎず、これによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその要旨、またはその主要な特徴から逸脱することなく、様々な形で実施することができる。   In addition, each of the above-described embodiments is merely an example of implementation in carrying out the present invention, and the technical scope of the present invention should not be construed in a limited manner. That is, the present invention can be implemented in various forms without departing from the gist or the main features thereof.

10 使用中アプリ
12 画像生成部
13,13A,13B,13C アプリ起動部
14 コンテンツ取得部
15 背景情報取得部
20 印刷用アプリ
21,21A,21B,21C 表示画面生成部
22 表示制御部
100 携帯端末
200 プリンタ
DESCRIPTION OF SYMBOLS 10 Application in use 12 Image generation part 13, 13A, 13B, 13C Application starting part 14 Content acquisition part 15 Background information acquisition part 20 Printing application 21,21A, 21B, 21C Display screen generation part 22 Display control part 100 Portable terminal 200 Printer

Claims (6)

携帯端末で使用されているアプリケーションである使用中アプリにより生成されたデータのプリンタに対する印刷の実行が指示されたとき、上記データを印刷データに変換して上記プリンタに出力するためのアプリケーションである印刷用アプリおよび所定の表示コマンドを指定したアプリ連携コマンドを発行することにより、上記印刷用アプリを起動するアプリ起動部と、
上記アプリ起動部により起動された上記印刷用アプリによる表示画面を、上記アプリ連携コマンドに含まれている上記所定の表示コマンドに従って生成する表示画面生成部と、
上記表示画面生成部により生成された表示画面を表示させる表示制御部とを備えたことを特徴とする表示画面制御システム。
Printing, which is an application for converting the data into print data and outputting it to the printer when an instruction to print the data generated by the application in use, which is an application used on the mobile terminal, is given to the printer An application activation unit that activates the printing application by issuing an application linkage command that specifies a printing application and a predetermined display command;
A display screen generation unit that generates a display screen by the printing application activated by the application activation unit according to the predetermined display command included in the application cooperation command;
A display screen control system comprising: a display control unit that displays the display screen generated by the display screen generation unit.
上記印刷の実行が指示されたときに、上記携帯端末の表示画面のスクリーンショット画像を生成する画像生成部を更に備え、
上記所定の表示コマンドは、上記画像生成部により生成された上記スクリーンショット画像の全画面表示を指示するためのコマンドであることを特徴とする請求項1に記載の表示画面制御システム。
An image generation unit that generates a screen shot image of the display screen of the mobile terminal when the execution of the printing is instructed;
The display screen control system according to claim 1, wherein the predetermined display command is a command for instructing full screen display of the screenshot image generated by the image generation unit.
上記印刷の実行が指示されたときに、上記携帯端末に表示されているコンテンツと、当該コンテンツの表示位置情報または表示サイズ情報の少なくとも一方とを取得するコンテンツ取得部を更に備え、
上記所定の表示コマンドは、上記コンテンツ取得部により取得されたコンテンツを、上記コンテンツ取得部により取得された上記表示位置情報で示される位置または上記表示サイズ情報で示されるサイズの少なくとも一方に従って表示させることを指示するためのコマンドであることを特徴とする請求項1に記載の表示画面制御システム。
A content acquisition unit that acquires the content displayed on the mobile terminal and at least one of display position information or display size information of the content when execution of the printing is instructed;
The predetermined display command causes the content acquired by the content acquisition unit to be displayed according to at least one of the position indicated by the display position information acquired by the content acquisition unit or the size indicated by the display size information. The display screen control system according to claim 1, wherein the display screen control system is a command for instructing.
上記印刷の実行が指示されたときに、上記携帯端末の表示画面の背景情報を取得する背景情報取得部を更に備え、
上記所定の表示コマンドは、上記背景情報取得部により取得された背景情報で示される背景の上に上記印刷用アプリによる表示画面を表示させることを指示するためのコマンドであることを特徴とする請求項1に記載の表示画面制御システム。
When the execution of the printing is instructed, it further includes a background information acquisition unit that acquires background information of the display screen of the mobile terminal,
The predetermined display command is a command for instructing to display a display screen by the printing application on a background indicated by background information acquired by the background information acquisition unit. Item 4. The display screen control system according to Item 1.
上記所定の表示コマンドは、所定のメッセージを、所定の表示位置および所定の表示サイズに従って表示させることを指示するためのコマンドであることを特徴とする請求項1に記載の表示画面制御システム。   The display screen control system according to claim 1, wherein the predetermined display command is a command for instructing to display a predetermined message in accordance with a predetermined display position and a predetermined display size. 上記所定の表示コマンドは、上記印刷用アプリによる起動画面を非表示とすることを指示するためのコマンドを更に含むことを特徴とする請求項3〜5の何れか1項に記載の表示画面制御システム。   The display screen control according to any one of claims 3 to 5, wherein the predetermined display command further includes a command for instructing to hide a startup screen by the printing application. system.
JP2015121599A 2015-06-17 2015-06-17 Display screen control system Pending JP2017010089A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2015121599A JP2017010089A (en) 2015-06-17 2015-06-17 Display screen control system
PCT/JP2016/055781 WO2016203788A1 (en) 2015-06-17 2016-02-26 Display screen control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015121599A JP2017010089A (en) 2015-06-17 2015-06-17 Display screen control system

Publications (1)

Publication Number Publication Date
JP2017010089A true JP2017010089A (en) 2017-01-12

Family

ID=57545524

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015121599A Pending JP2017010089A (en) 2015-06-17 2015-06-17 Display screen control system

Country Status (2)

Country Link
JP (1) JP2017010089A (en)
WO (1) WO2016203788A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019117531A (en) * 2017-12-27 2019-07-18 セイコーエプソン株式会社 Printer program, terminal, and method of controlling terminal
US10715694B2 (en) 2017-09-15 2020-07-14 Fuji Xerox Co., Ltd. Image forming instruction device, image forming instruction method, and non-transitory computer readable medium for borderless and non-borderless printing
JP2020166466A (en) * 2019-03-29 2020-10-08 ブラザー工業株式会社 Combination of programs and program
US10853011B2 (en) 2017-09-15 2020-12-01 Fuji Xerox Co., Ltd. Information processing device, information processing method, and non-transitory computer readable medium
US11048450B2 (en) 2017-12-27 2021-06-29 Seiko Epson Corporation Non-transitory processor readable medium storing printer program, terminal, and method of controlling terminal to control a printer according to a URL scheme

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005084905A (en) * 2003-09-08 2005-03-31 Sony Ericsson Mobilecommunications Japan Inc Program execution system
JP2015109012A (en) * 2013-12-05 2015-06-11 セイコーエプソン株式会社 Server, system, unique information delivery method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10715694B2 (en) 2017-09-15 2020-07-14 Fuji Xerox Co., Ltd. Image forming instruction device, image forming instruction method, and non-transitory computer readable medium for borderless and non-borderless printing
US10853011B2 (en) 2017-09-15 2020-12-01 Fuji Xerox Co., Ltd. Information processing device, information processing method, and non-transitory computer readable medium
JP2019117531A (en) * 2017-12-27 2019-07-18 セイコーエプソン株式会社 Printer program, terminal, and method of controlling terminal
US10740050B2 (en) 2017-12-27 2020-08-11 Seiko Epson Corporation Non-transitory processor readable medium storing printer program, terminal, and method of controlling terminal using URL scheme
US11048450B2 (en) 2017-12-27 2021-06-29 Seiko Epson Corporation Non-transitory processor readable medium storing printer program, terminal, and method of controlling terminal to control a printer according to a URL scheme
JP2020166466A (en) * 2019-03-29 2020-10-08 ブラザー工業株式会社 Combination of programs and program
JP7251266B2 (en) 2019-03-29 2023-04-04 ブラザー工業株式会社 Program combinations and programs

Also Published As

Publication number Publication date
WO2016203788A1 (en) 2016-12-22

Similar Documents

Publication Publication Date Title
WO2016203788A1 (en) Display screen control system
JP6378645B2 (en) Information processing apparatus, control method, and program
JP5870904B2 (en) Printing system, printer driver program, and control method
JP6138088B2 (en) Information processing apparatus, control method, and software program
US9712690B2 (en) Information processing apparatus, information processing system, information processing method, and a computer program product
JP2018180747A (en) Information processing apparatus, print plug-in, printing system, and control method
JP6628654B2 (en) Information processing apparatus, print plug-in, print system, and control method
JP6459814B2 (en) Printer setting status update system
US9575702B2 (en) Information processing apparatus, information processing method, and storage medium storing program having a layered structure
US10063730B2 (en) Image forming system, image forming apparatus, remote control apparatus, and recording medium
JP6922436B2 (en) Programs and mobile terminals
US20110157627A1 (en) Printer
JP7379595B2 (en) Communication systems, server systems, control methods, and programs
JP2009053789A (en) Information processor, program, and computer-readable recording medium
JP2019117366A (en) Information processing apparatus, information processing method, and information processing program
JP2017130080A (en) Print control program and print control device
JP5900593B2 (en) Network system control method, print control script control method, and print control script
JP7395334B2 (en) Information processing device, information processing method, and program
JP6950066B2 (en) Programs, information processing devices and control methods
JP6776435B2 (en) Programs, information processing devices and control methods
JP2018067856A (en) Program run by information processing terminal and information processing terminal
JP2021092886A (en) Printing method, printing system and program
JP6809051B2 (en) Programs and mobile terminals
JP2009217672A (en) Device control system, application, device control device, control method, and control program
JP2006004413A (en) Printing process control method and short distance wireless communication terminal