Written on: 01. 02. 2016 [07:33]
|
yaraba
yaraba seo
Topic creator
registered since: 05.02.2015
Posts: 5
|
Can I get quittance information in Protocol Widget?
src/moduls/ui/Vision/vis_shapes.cpp
If quittance flag is set, I want to change color.
|
Written on: 01. 02. 2016 [16:00]
|
roman
Roman Savochenko
Moderator Contributor Developer
registered since: 12.12.2007
Posts: 3750
|
"yaraba" wrote:
Can I get quittance information in Protocol Widget?
The Protocol Widget have not any quittance information, read here: http://wiki.oscada.org/HomePageEn/Doc/QuickStart#h995-34
"yaraba" wrote:
src/moduls/ui/Vision/vis_shapes.cpp
And why do you point to the file, for User API at all?
"yaraba" wrote:
If quittance flag is set, I want to change color.
See to the DemoDB for examples about a quittance: http://wiki.oscada.org/HomePageEn/Doc/QuickStart
Concrete see to the main page widget: http://wiki.oscada.org/HomePageEn/Using/GraphicElementsLibraries/MainElements#h1039-45
Learn, learn and learn better than work, work and work.
|
Written on: 05. 02. 2016 [11:50]
|
asar
Andrzej Świerczyński
registered since: 19.01.2016
Posts: 2
|
Is there any smart method of creation list/table with active alarms/warnings and state of quittance also with possibility of individual alarm/warning quittance.
|
Written on: 05. 02. 2016 [12:47]
|
roman
Roman Savochenko
Moderator Contributor Developer
registered since: 12.12.2007
Posts: 3750
|
"asar" wrote:
Is there any smart method of creation list/table with active alarms/warnings and state of quittance also with possibility of individual alarm/warning quittance.
No alarms/warnings I think you means but the notifications. Read yet one and careful in the link.
For real alarms/warnings you can simple use the primitive "Protocol" or "Document" by reading the negative leveled messages from the message archive. See in live: http://oscada.org:10002/WebVision/ses_AGLKS/
For notifications and it's quittance you need the list prepare for yourself into the "main page widget" which I early mentioned. But it is unneeded in most cases!
Learn, learn and learn better than work, work and work.
|