image not showing in front of button
2 次查看(过去 30 天)
显示 更早的评论
I have an appdesigner app. It is designed with grids. There is a grid with two columns. The right column of the grid is 10x wider than the left. There is a button that spans both the left and right grid. There is also an image on the left column of a "play" image.
When the app is initialized, I am expecting the image to be shown on top of the button, but it is not. Why?
For more information, this was working fine about an hour ago. I was in the middle of editing some code in appdesigner code editor, and then appdesigner just crashed. WTF? and since then, I am unable to see the image. Two images attached shows my Design View and the app once it is started (the one with the yellow question mark). I have tried: delete and added component back, making sure the path is correct... nothing seems to work. Any help is appreciated.


2 个评论
Image Analyst
2023-12-13
No idea unless we can try it ourselves. Can you attach the .mlapp file and the green triangle image?
采纳的回答
prabhat kumar sharma
2023-12-19
Hello Quy,
I understand that you're facing issue with displaying an icon inside a button.
One possible solution to your problem is to incorporate the play icon directly into the button, rather than using it as a separate image in the left grid. To do this, upload your play image to the button's `Icon` property and set the `IconAlignment` property to ‘leftmargin’

I hope this resolves the issue.
5 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Software Development Tools 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!