언어 설정

Menu
Sites
Language
Ok/Cancel MessageBox ??

How do I create and show a Tizen Ok/Cancel MessageBox on my Phone using the native C API?

Responses

3 댓글
Andrew Witte

Ok have to manually make a popup: https://github.com/kakaroto/e17/blob/master/elementary/src/examples/popup_example_02.c

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__Popup.html

Alex Dem

Hi,
fyi: there is Native Example -> UI Controls(elementary) sample application->popup->popup - text+ 2 buttons is exactly what you need
Alexey.

Andrew Witte

Ok tnx missed those