summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-12 21:49:41 -0400
committerPietro Gagliardi <[email protected]>2014-04-12 21:49:41 -0400
commit274fa0c2928e3d1573a83d2f68048963df5e16e4 (patch)
tree43d1062a682bffcbdf54a7910132ef740fffa0c4 /todo.md
parentb9e5ef8e4b042a3c734fbadac1d45e8302e6296a (diff)
Fixed Comboboxes on Mac OS X having an initial selection. This also lays the groundwork for adding Combobox/Listbox.Select() as a public function...
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/todo.md b/todo.md
index 56a594b..5b87be6 100644
--- a/todo.md
+++ b/todo.md
@@ -1,7 +1,5 @@
important things:
-- NSPopUpButton does allow no initial selection ([b setSelectedIndex:-1]); use it
- - need to use it /after/ adding initial items, otherwise it won't work
- - find out if I can do the same with the ListBoxes
+- NSTableViews start out with an initial selection (which is against our docs)
- NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms)
- some Cocoa controls don't seem to resize correctly: Buttons have space around the edges
- LineEdit heights on Windows seem too big; either that or LineEdit, Button, and Label text is not vertically centered properly