Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
e548f4ed
Commit
e548f4ed
authored
Aug 14, 2012
by
halatmit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chnaged visibility property editor from chackbox to dropdown (pert 2 of 2)
parent
54fb1a33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
appinventor/appengine/src/com/google/appinventor/client/editor/youngandroid/properties/YoungAndroidVisibilityChoicePropertyEditor.java
...roperties/YoungAndroidVisibilityChoicePropertyEditor.java
+2
-2
No files found.
appinventor/appengine/src/com/google/appinventor/client/editor/youngandroid/properties/YoungAndroidVisibilityChoicePropertyEditor.java
View file @
e548f4ed
...
...
@@ -13,9 +13,9 @@ import com.google.appinventor.client.widgets.properties.ChoicePropertyEditor;
*/
public
class
YoungAndroidVisibilityChoicePropertyEditor
extends
ChoicePropertyEditor
{
//
TODO(hal): The values must be True and False. Losercase true and fal
e do not work here:
//
TODO(hal): The values must be True and False. Lowercase true and fals
e do not work here:
// they are not transformed from strings to booleans when passed to the property.
// Figure out why not.
// Figure out why not
and explain in a comment
.
private
static
final
Choice
[]
visibility
=
new
Choice
[]
{
new
Choice
(
"showing"
,
"True"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment