Feature #11178
openview picture and add url link
0%
Description
Hi
Is their a way to add a (field,a windows, a warning box, a error box or other) to show a picture in it of the file png example.
a type jpg or png or other type of picture
i include one type of file of what i want to display in chirp for user.
a other think,
Is their a way to add a url link in a driver. so user can just click on it and go the manufacturer web page or other info.
Can you send me how to do all that and the possibility.
Let me know
Thank's
Jocelyn
Files
Updated by Jocelyn Maheu 5 months ago
is their a way to uses
link = wx.adv.HyperlinkCtrl(label="googletest", url="https://google.com",
style=wx.adv.HL_ALIGN_CENTRE)
in a chirp driver.
the main purpose is to get user possibility to see info from x web site of the firmware or the manufacturer
if you an help me on how i can add this in my driver.