Skip to content

Instantly share code, notes, and snippets.

@dockimbel
Last active January 4, 2016 08:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dockimbel/8599438 to your computer and use it in GitHub Desktop.
Red [
Title: "Red Android VID sample"
Author: "Nenad Rakocevic"
File: %vid.red
Needs: 'View
Tabs: 4
Rights: "Copyright (C) 2014 Nenad Rakocevic. All rights reserved."
License: {
Distributed under the Boost Software License, Version 1.0.
See https://github.com/dockimbel/Red/blob/master/BSL-License.txt
}
]
on-start: does [
view [
across
text "Hello"
button "Hello" 180x40
button "World"
at 400x400 button "Hi..."
button "Jerry"
text "Red Language"
field 200
return
check "option 1"
check "option 2"
radio
radio
clock
toggle
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment