I have added a second drop down menu to my app - the in screen menu, as opposed to the navigation menu.
In this menu, I am showing an Icon for each choice. These are loaded as a collection in my App OnStart:
ClearCollect(
ellipsisMenuItems,
{
id: 1,
menuLabel: "Add Photo",
screen: PhotoCaptureScreen3,
icon: Icon.Camera
},
{
id: 2,
menuLabel: "Add Picture",
screen: AddPictureScreen5,
icon: Icon.PhotosPictures
},
{
id: 3,
menuLabel: "Components",
screen: BillOfMaterialsScreen7,
icon: Icon.OptionsList
},
{
id: 4,
menuLabel: "Stock Calculation",
screen: StockCalcScreen8_1,
icon: Icon.Waffle
}
);
For id:3, I really want to use the 5-Point Star Icon, as this will match up with other usages in the app, but I cannot find the name for it in the list of suggestions.
Does anyone know what it is?
Solved! Go to Solution.
Hi @stapes
Unfortunately the 5 point star is a shape and not an Icon although it is listed under Icons
Regards,
Reza
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Hi @stapes
Unfortunately the 5 point star is a shape and not an Icon although it is listed under Icons
Regards,
Reza
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
User | Count |
---|---|
184 | |
124 | |
89 | |
45 | |
43 |
User | Count |
---|---|
262 | |
160 | |
128 | |
81 | |
75 |