From: ·······@gmail.com
Subject: Adding data to combo box
Date: 
Message-ID: <1189979437.036464.164070@d55g2000hsg.googlegroups.com>
Anyone using franz acl 8.0,

I would like to dynamicly add values to to combo box. could somebody
let me know i could do that.

here is the code for my combo box widget in the bil file

(make-instance 'combo-box :font
                       (make-font-ex nil "Tahoma / Default"
11) :height
                       106 :left 456 :name :combo-box-2 :on-click
                       'new-placement-form-combo-box-2-on-click :top
45
                       :value :one :width 161)

many thanks


George