Hi,
The #PRIM_MD.List component has a MouseOver property:
This is a runtime property, so it cannot be written.
So if you run your program, the property value becomes True or False and field values in the listentry gets their values:
But I want to disable this MouseOver behavior. Does anyone know how to do that?
VL Web: disable MouseOver property #PRIM_MD.List
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
Re: VL Web: disable MouseOver property #PRIM_MD.List
Rene,
Not sure if this is what you are looking for but have you tried enabled := false
https://docs.lansa.com/15/en/lansa016/c ... NABLED.htm
Not sure if this is what you are looking for but have you tried enabled := false
https://docs.lansa.com/15/en/lansa016/c ... NABLED.htm
Arlyn Dale
Servias LLC
Servias LLC
-
René Houba
- Posts: 220
- Joined: Thu Nov 26, 2015 7:03 am
Re: VL Web: disable MouseOver property #PRIM_MD.List
Hi Arlyn,
Thanks for your reply. I already tried this, but this property cannot be written: I get the same error message when I try to set it false for the ancestor #PRIM_CTRL.
Any other suggestions?
Kind regards,
René
Thanks for your reply. I already tried this, but this property cannot be written: I get the same error message when I try to set it false for the ancestor #PRIM_CTRL.
Any other suggestions?
Kind regards,
René
Re: VL Web: disable MouseOver property #PRIM_MD.List
Rene,
Sorry about that. Looking at this a bit closer, I believe the "mouseover" property is required so that you can code "events" items such as item MouseEnter, MouseHover, MouseLeave, etc.
If your desired result is to prevent the mouse over in the list on the left, from presenting data in the cells on the right, could you create an event that doesn't retrieve any list data, but just blank or empty fields? Not sure your exact desired result?
Sorry about that. Looking at this a bit closer, I believe the "mouseover" property is required so that you can code "events" items such as item MouseEnter, MouseHover, MouseLeave, etc.
If your desired result is to prevent the mouse over in the list on the left, from presenting data in the cells on the right, could you create an event that doesn't retrieve any list data, but just blank or empty fields? Not sure your exact desired result?
Arlyn Dale
Servias LLC
Servias LLC