PICMBUT {
behavior = EEikButStaysClear | EEikButStaysSet | EEikButLatches | EEikButReportOnPointerDown;
...
}
Use:
EEikButStaysClear | EEikButStaysSet | EEikButLatches | EEikButReportOnPointerDown
instead of:
EEikButtonStaysClear | EEikButtonStaysSet | EEikButtonLatches | EEikButtonReportOnPointerDown
Keine Kommentare:
Kommentar veröffentlichen