Commit e548f4ed authored by halatmit's avatar halatmit

chnaged visibility property editor from chackbox to dropdown (pert 2 of 2)

parent 54fb1a33
...@@ -13,9 +13,9 @@ import com.google.appinventor.client.widgets.properties.ChoicePropertyEditor; ...@@ -13,9 +13,9 @@ import com.google.appinventor.client.widgets.properties.ChoicePropertyEditor;
*/ */
public class YoungAndroidVisibilityChoicePropertyEditor extends ChoicePropertyEditor { public class YoungAndroidVisibilityChoicePropertyEditor extends ChoicePropertyEditor {
//TODO(hal): The values must be True and False. Losercase true and fale do not work here: // TODO(hal): The values must be True and False. Lowercase true and false do not work here:
// they are not transformed from strings to booleans when passed to the property. // 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[] { private static final Choice[] visibility = new Choice[] {
new Choice("showing", "True"), new Choice("showing", "True"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment