Skip to content

Instantly share code, notes, and snippets.

@dockimbel
Last active January 4, 2016 08:59

Revisions

  1. dockimbel revised this gist Jan 24, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vid-teaser.red
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@ Red [
    File: %vid.red
    Needs: 'View
    Tabs: 4
    Rights: "Copyright (C) 2013 Nenad Rakocevic. All rights reserved."
    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
  2. dockimbel renamed this gist Jan 24, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. dockimbel created this gist Jan 24, 2014.
    33 changes: 33 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    Red [
    Title: "Red Android VID sample"
    Author: "Nenad Rakocevic"
    File: %vid.red
    Needs: 'View
    Tabs: 4
    Rights: "Copyright (C) 2013 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
    ]
    ]