Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropdown list box navigation
Message
 
 
To
30/01/1999 22:59:34
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00182228
Message ID:
00182266
Views:
13
Andrew,

I won't be able to reply till after Wednesday..

I'm not sure what type of UI you are trying to achieve. If I've misunderstood what you are trying to accomplish I'm sorry. I'll throw out some ideas anyway. *s*

When you say MoverBar do you mean the Thumb in the scrollbar part of the cbo? Or do you mean the higlight bar that shows the current choice? I don't think there are any detectable events that fire as the list is scrolled with the thumb. Turn on event logging and see what happens. You can use the InteractiveChange to do the record nav and Refresh() call, but that will only fire as the user keyboards through items or clicks to highlight them. It will also depend on what the RowSource of the cbo is. Using Alias is going to cause table navigation on it's own, using an Array or AddItem list you have to doo the seeks etc.

Which record do you choose to display as they scroll to a part of the list and the highlight is not visible? It may not be clear to the user either. I suspect this type UI would be real sluggish. I think the user would be better served by only displaying the current highlighted choice, and you can do that with the InteractiveChange() event.

>The form I've created contains a pageframe with several pages, each of
>which accomodating at least one dropdown list box. None of these
>controls seem to work properly when I try to scroll through the lists
>by using the mover bar instead of the up- or down-arrow. The displayed
>lists only get refreshed when I let go of the mover bar. Needless to
>say that not seeing the immediate effect of changing the mover bar's
>position makes this type of navigation pretty useless. At the same
>time, I would really need this feature to work since I expect the
>user to scroll through as many as 800 records at any given time.
>The rowsource is a field in every case I use a dropdown list box.
>
>For the record: I have used dropdown list boxes in the past without
>ever running into this problem. For the life of me, I can't figure
>out what maybe so different with the form I am working on now. Also
>it should be noted that after running the form with the problem I
>described, other forms with dropdown list boxes will behave the same
>way, eventhough they worked fine before!
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform