Skip to content

arNotice

Alexander Richter edited this page Oct 14, 2019 · 5 revisions

PATH: lib/apps/arNotice.py
Popup to inform the user about success, warnings, problems and extra information.

arnotice

import arNotice

# set note
note = arNotice.Notice(title    = 's310_Halo_RIG_v004',
                       msg      = 'open this and this file',
                       user     = 'name', # optional
                       func     = 'LOAD',
                       img      = 'lbl/lblCreate131',
                       img_link = 'www.richteralexander.com')
# create note
arNotice.ArNotice(note)
Clone this wiki locally