For Programmers: Free Programming Magazines  


Home > Archive > Clarion > October 2004 > last icons in row in listbox not showing up









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author last icons in row in listbox not showing up
cj

2004-10-10, 3:55 am

I want to drag the value from the queue to a form

I have values in a queue
9 columns,5 rows

1 2 3 4 5 6 7 8 9
10 11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26 27
27 29 30 31 32 33 34 35 36
37 38 39 40 41 42 43 44 45

I have a list box using the queue for the values for the listbox


When I use text, the listbox looks perfect and each number shows
up like in the grid above.

I also have icons with the number represented for each number
in the queue.

I set up the icons using prop:iconlist as below.

?list1 {prop:iconlist,1}='~icon1.ico'
?list1 {prop:iconlist,2}='~icon2.ico'
?list1 {prop:iconlist,3}='~icon3.ico'
?list1 {prop:iconlist,4}='~icon4.ico'
?list1 {prop:iconlist,5}='~icon5.ico'
etc.

I have the list box set up as icon-normal
Field number = the corresponding column number IE 1= column 1 2 =
column 2
etc.

I have picture @p p

When the icons appear, I get 1 thru 8 and the icon where 9 should be
is blank

10 thru 17 and 18 is blank

19 thru 26 and 27 is blank

the icons in column 9 are blank and do not show up.

When I select icon=none then 9 18 27 etc show up in the columns as
numbers
and the rest of the icons show up correctly.

If I remove the last column using only 8 columns instead of 9, then
the last
column still doesn't show up. I have checked and double checked all
of my values for icons and they appear to be correct.

Can anybody help me on why my last icon doesn't appear?

Thanks

Carroll

Clarion 6
Windows xp
When I use the icons in the listbox, the

I did the ?list1(prop:icon
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com