2017년 1월 11일 수요일

List Picker ....help me !!


How can I give my users see the webviewer in a different screen after they have selected an item in the list ? plz help me !!

--
First - 
Take a deep breath then let it out slowwwly.
There, that's better.
There are two ways to do this -- with TinyDB's StoreValue GetValue (works during development and with packaged app) and with open another screen with start value and get start value (packaged app only).

It is assumed that in Screen1 the listpicker contains data such as:

...and the user has selected one of these.

The ListPicker AfterPicking block is then triggered.

To send the URL to Screen2 to be opened with the WebViewer --

TinyDB method:

Screen1:
Screen2:
get start value method:

Screen1:
Screen2:

--

댓글 없음:

댓글 쓰기