0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UI > ユーザに使用方法を見せる

Last updated at Posted at 2016-10-28
1 / 10

[編集中]

新規ソフトを使っていただく場合、その使用方法をどう説明するか。

  • 取説を充実する
  • 実地説明
  • ソフト自体で分かるようにする

  • 取説を充実する
    • (UIの変更に伴う)取説分岐問題
    • 例: 5年後にv1.5のxxxについて聞きたいのですが
  • 実地説明
    • 資料管理. 数年後どうか
  • ソフト自体で分かるようにする
    • 理想的

### 案 > 説明文書を表示するコンポーネント
  • 説明文書を表示する機能
  • 自作のファイル変換ソフト(個人使用)

qiita.png


### 案 > 説明文書を表示するコンポーネント (contd)
  • ソフト起動のたびに説明を表示
  • 説明は薄い色で表示. 本当の結果と識別(しているつもり)
  • 入力ファイルのフォーマットが分かる

### 案 > ボタンを押した時にサンプルを該当のコンポーネントに表示
  1. 表示ボタンを押す
  2. 特定のテキストに例となる文字列を表示
  3. その文字列の表示は指定数秒後に表示が消える

一時的な表示の処理失敗 -> 不具合の元


### 案 > ボタンを押した時にサンプルを小さいメッセージウィンドウとして表示
  • dropboxの「更新しました」表示
  • 時間経過で消える

複数のコンポーネントの説明 -> 順番に表示?
表示の途中キャンセルは?
C++ Builder XE4 -> 吹き出し表示機能ない。
ヒント表示機能はある。

ヒント機能で実装してみた。


![qiita.png](https://qiita-image-store.s3.amazonaws.com/0/32870/6b579e58-5f51-c741-3ba0-93f0a1537973.png)
![qiita.png](https://qiita-image-store.s3.amazonaws.com/0/32870/06e0cc27-714f-0ea8-4daa-28fc26c991d3.png)
![qiita.png](https://qiita-image-store.s3.amazonaws.com/0/32870/d894d8b7-7405-7f94-6cc0-da50625f03b2.png)
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?