Message 1 of 7
What is wrong with my popup listbox?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I think I'm follwing all the steps, but the dcl popup opens empty.
Lisp
(setq mylist (list "RGE" "RGE Sul" "Cermissões" "Nova Palma" "RGE CPFL" "CEEE" "Celetro" "Eletrocar" "Demei" "Creluz" "Hidropan" "Ceriluz" "Coopersul" "Certel" "CELESC" "COELBA" "LIGHT" "CERAÇA" "ENERGISA")) (set_tile "mylist" defaultlistcasa) (start_list "mylist" 3) (mapcar 'add_list mylist) (end_list)
DCL
: popup_list {key = "mylist"; fixed_width_font = false; width = 20; height = 20; alignment = "centered";}
Result:
P.S. All the files are on the ANSI format.
TIA