Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6 Combo Box Scroll Bar Not Synchronizing
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00718943
Message ID:
00719275
Views:
17
Allan, I have lots of dropdown lists using alias's as rowsource, and I've never experienced what you describe. All of mine scroll as I would expect them to.

I can't imagine what the problem might be. Might it be a memory/speed issue with the system itself?

Maybe if you learned to spell 'Alan'? ;)

Alan

>Terry,
>
>They are a drop down list and worked well in VFP5.
>The row source is an alias.
>Doesn't make sense to me.
>
>>Allen
>>My VFP6 combos smooth or synchronize scroll. Is your combobox set up as a dropdown combo or as a dropdown list?
>>
>>Are the items added using ADDITEM method or is they bound to a file or array.
>>
>>You should be getting a smooth scroll!
>>
>>
>>>David,
>>>
>>>In VFP 5, if I drag the 'scroll thumb' on the right hand side of the combo box, the entries in the box scroll up and down in a 'synchronized' fashion.
>>>In VFP 6 they do not.
>>>This was noticed by one of my clients when I migrated from VFP 5 ->6.
>>>One day the entries scrolled and the next they did not - literally.
>>>
>>>
>>>>Allan,
>>>>
>>>>I don't have VFP5 installed on this box so I can't run a comparison between the two. But I'm not sure what you mean by "synchonize" or "dragged the scroll bar down"
>>>>
>>>>If I have a VFP6 cbo with this Init():
>>>>
>>>>
for i = 65 to 65+26
>>>>   this.AddItem( chr(i) + chr(i) + chr(i) )
>>>>endfor
>>>>
>>>>
>>>>If I click the droplist button the list drops and I select the QQQ entry by clicking it. Now if I click the droplist button again then dropped list starts displaying at the QQQ entry with it selected. Is this what you mean as synchronized?
>>>>
>>>>By "drag the scroll bar" do you mean dragging the hilight to a new item or dragging the scroll thumb?
>>>>
>>>>>I recently migrated a VFP 5 application to VFP 6 and the scroll bar on a combo box is not working properly.
>>>>>In VFP 5, when you dragged the scroll bar down, the data in the list would synchronize as well.
>>>>>In VFP 6 the data does not synchronize. However, if you left click on the bar, the data synchronizes.
>>>>>I can not seem to locate the property in VFP 6 to modify
Previous
Reply
Map
View

Click here to load this message in the networking platform