Project

General

Profile

Actions

Feature #11012

open

pop up warning windows

Added by Jocelyn Maheu 5 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/14/2023
Due date:
% Done:

0%

Estimated time:
Chirp Version:
next
Model affected:
all driver of the radio can be uses this pop-up windows warning.
I read the instructions above:
Yes

Description

i would like to pop-up warning window msg to the user.

what is existing, is only error message windows

has example :

msg = " be sure to uses the... "
raise InvalidValueError(msg) 

only error existing in error.py

class InvalidDataError(Exception):
"""The radio driver encountered some invalid data"""
pass

class InvalidValueError(Exception):
"""An invalid value for a given parameter was used"""
pass

class InvalidMemoryLocation(Exception):
"""The requested memory location does not exist"""
pass

class RadioError(Exception):
"""An error occurred while talking to the radio"""
pass

class UnsupportedToneError(Exception):
"""The radio does not support the specified tone value"""
pass

class ImageDetectFailed(Exception):
"""The driver for the supplied image could not be determined"""
pass

class ImageMetadataInvalidModel(Exception):
"""The image contains metadata but no suitable driver is found"""
pass

No data to display

Actions

Also available in: Atom PDF