Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox Rendering Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00933803
Message ID:
00933941
Vues:
21
Hi Simon,

Now I see it. I guess cobobox wasn't design such situation. You can play with SelectedBackColor settings to make it look better but you would be better of usin g button with image for that.

>Here is the code that produces the result on my screen. I am using WinXP and VFP 9 Beta.
>
>
>Public go
>go=CreateObject("form")
>go.AddObject("combobox","combobox")
>go.combobox.visible=.Y.
>go.combobox.left=50
>go.combobox.top=50
>go.combobox.rowsource="1,2,3,4,5,6"
>go.combobox.rowsourcetype=1
>go.combobox.style=2
>go.combobox.width=16
>go.Show()
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform