Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. DynamicModule[{countries = SortBy[#["Name"] &]@RandomEntity["Country", 30]},
  2. Manipulate[
  3. EntityValue[country, prop],
  4. {{country, First@countries, "Country"}, countries},
  5. {{prop, "Flag", "Property"}, CanonicalName@EntityProperties["Country"]},
  6. SynchronousInitialization -> False,
  7. SynchronousUpdating -> False
  8. ],
  9. SynchronousInitialization -> False
  10. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement