[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:03641] Re: List x 2



masahito henmi さん,こんにちは。Toy です。
すばやいレス,ありがとうございました。

    Wed, 1 Dec 1999 12:10:07 +0900 の
    "[xyzzy:03637] Re: List x 2" について。

| VC++をおもちでしたら、この辺をみながらトライしてみてください。
| http://www.netlaputa.ne.jp/~henmi/lisp/xyzzy/editor/index.html

VC++ を持っていたので試させていただきました。ありがとうございました。
# gentempl.lc は ~xyzzy/lisp の方へ移行しているようでした

ただ,実は本当の問題はリストの内容を表示するための書式がわからないのです。
den8-select-folder を例にとると,こんな感じ(↓)ですが,(一部修正)

 1: (dialog-box '(dialog 0 0 186 162
 2: 	      (:caption "フォルダの選択")
 3: 	      (:font 9 "MS Pゴシック")
 4: 	      (:control
 5: 	       (:listbox list nil #x50b10111 7 7 116 148)
 6: 	       (:button IDOK "OK" #x50010001 129 7 50 14)
 7: 	       (:button IDCANCEL "キャンセル" #x50010000 129 24 50 14)))
 8: 	    (list (cons 'list folders)
 9: 		  (cons 'list (nth den8-folder-index folders)))
10: 	    '((list :column (1 30) :must-match t :enable (IDOK))))

5 行目を (:listbox list nil #x50b10111 7 7 116 74)
         (:listbox list2 nil #x50b10111 7 82 116 74)
という風に変えた場合,8-10 行目をどのように記述すればよいのでしょうか?
ということなのですが…。

---- 
Toy
  E-mail : s5087@xxxxxxxxxxxxxxxxxxxxx

Index Home