If a drop down is enabled false in web it doesn't position to currrententry.visible := true.
i have limited testing but enabling the same drop downs with no other code changes positions fine.
Also, is there a field visualization drop down/combo box example anywhere that works on vl-web? the one with picklist.add
Drop down different on Vl-web?
Drop down different on Vl-web?
Art Tostaine
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: Drop down different on Vl-web?
Hi Art
Can you provide a little more detail with regards to the dropdown behaviour you're experiencing and expecting please? I'm not sure I understand your requirement.
With regards to a field visualization picklist, dynamic loading is probably best handled by creating a hosted part. Accessing the server asynchronously messes with the timing of the data load and the positioning of the drop down.
Can you provide a little more detail with regards to the dropdown behaviour you're experiencing and expecting please? I'm not sure I understand your requirement.
With regards to a field visualization picklist, dynamic loading is probably best handled by creating a hosted part. Accessing the server asynchronously messes with the timing of the data load and the positioning of the drop down.
Re: Drop down different on Vl-web?
Yes I will setup a simple example and see if I can duplicate my problem for you.
I will look at hosted part. So far all of the examples I've seen for department drop or skill drop down aren't using visualization. They are using a reusable part for the drop down, and adding it to the panel.
I will look at hosted part. So far all of the examples I've seen for department drop or skill drop down aren't using visualization. They are using a reusable part for the drop down, and adding it to the panel.
Art Tostaine