tokens
list
ner_tags
list
[ "The", "issue", "I", "face", "is", "that", ",", "I", "cannot", "seem", "to", "get", "the", "last", "contact", "number", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "example", ",", "if", "I", "have", "3", "contacts", "saved", "it", "shows", "the", "numbers", "of", "the", "first", "2", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Im", "posting", "my", "code", "as", "well", "if", "it", "helps", "anyone", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "help", "would", "be", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "==", "==", "==", "==", "==", "==", "==", "==", "==", "==", "==", "==", "==", "==" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "EDIT", ":", "For", "those", "interested", "below", "is", "the", "code", "that", "works", "for", "me", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Hi", "try", "the", "following", "code", "to", "get", "all", "contacts" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "trying", "to", "draw", "a", "border", "that", "looks", "exactly", "like", "the", "one", "a", "ListView", "on", "Windows", "10", "has", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Operating_System", "B-Version", "O", "O" ]
[ "I", "am", "doing", "this", "because", ",", "Fixed3D", "looks", "sunken", ",", "and", "FixedSingle", "looks", "different", "from", "the", "aforementioned", "border", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "With", "the", "Magnifier", ",", "I", "found", "out", "that", "the", "Windows", "10", "border", "is", "two-pixel", "wide", "." ]
[ "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "B-Operating_System", "B-Version", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "So", ",", "my", "idea", "was", "create", "a", "custom", "panel", "that", "has", "no", "borders", "but", "draws", "two-pixel-wide", "rectangles", "on", "its", "client", "area", ",", "and", "fit", "a", "child", ",", "whose", "border", "is", "set", "to", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-Value", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-User_Interface_Element", "O", ...
[ "I", "have", "tried", "the", "following", ",", "but", "it", "does", "not", "work", "well", "with", "the", "Designer", ",", "nor", "does", "it", "work", "at", "all", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "is", "wrong", "?" ]
[ "O", "O", "O", "O" ]
[ "The", "description", "of", "AffectedControl", "is", "\"", "Gets", "the", "child", "control", "affected", "by", "the", "change", "\"", "." ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "weirdly", ",", "it", "was", "actually", "the", "panel", "itself", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "So", "I", "changed", "it", "like", "the", "following", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "works", ",", "but", "there", "is", "some", "flickering", "when", "resizing", "the", "panel", ",", "probably", "because", "it", "is", "actually", "two", "controls", ",", "not", "one", "as", "the", "native", "border", "is", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "I", "get", "following", "error", "message", "when", "I", "try", "to", "load", "specific", "entities", "to", "my", "JSP", "form", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "This", "occurs", "when", "I", "try", "to", "load", "entities", "which", "types", "are", "\"", "USER", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "here", "'s", "the", "error", "message", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "According", "to", "this", "error", "message", "the", "problem", "lies", "in", "at", "com.mysite.bookingmeeting.dao.implementation.UserProfileDaoImpl.findAllUsers(UserProfileDaoImpl.java:47)", "and", "at", "org.apache.jsp.admin.ManageUsers_jsp._jspService(ManageUsers_jsp.java:133)", "." ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Output_Block", "I-Output_Block", "O", "B-Output_Block", "I-Output_Block", "O" ]
[ "I", "have", "checked", "those", "codes", "in", "those", "specific", "pages", "and", "they", "worked", "before", "fine", "but", "for", "some", "reasons", "now", "it", "wo", "n't", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "code", "for", "method", "findAllUsers()", "of", "UserProfileDaoImpl()", "class", "is", "following", ":" ]
[ "O", "O", "O", "O", "B-Function", "O", "B-Class", "O", "O", "O", "O" ]
[ "And", "code", "for", "ManageUsers.jsp", "is", "following", ":" ]
[ "O", "O", "O", "B-File_Name", "O", "O", "O" ]
[ "I", "have", "tested", "above", "file", "without", "DeleteUserForm.jspf", "and", "it", "works", "well", "with", "no", "problems", ",", "so", "the", "main", "cause", "is", "DeleteUserForm.jsp", "and", "here", "the", "code", "of", "this", "form", "is", "follow...
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "code", "also", "worked", "before", "but", "now", "its", "not", "working", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "help", "is", "really", "appreciated", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "I", "solved", "the", "problem", "and", "I", "found", "out", "that", "I", "tried", "to", "set", "String", "type", "variable", "to", "UserProfile", "type", "variable", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "I", "have", "a", "class", "(", "SpotDetails", ")", "which", "includes", "a", "fragment", "which", "is", "drawn", "programically", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Untill", "now", "i", "'ve", "had", "the", "fragment", "drawing", "class", "(", "WindRose", ")", "as", "a", "child", "of", "the", "main", "class", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "i", "would", "like", "to", "do", "is", "to", "move", "the", "WindRose", "class", "into", "a", "AsynTask", "for", "better", "User", "Experience", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "Now", "the", "Application", "is", "suffering", "from", "too", "much", "work", "on", "the", "main", "thread", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Code", "to", "implement", "the", "WindRose", ":" ]
[ "O", "O", "O", "O", "B-Class", "O" ]
[ "WindRose", "code", ":" ]
[ "B-Class", "O", "O" ]
[ "Im", "not", "sure", "if", "i", "explained", "things", "right", "so", "please", "tell", "me", "if", "things", "are", "unclear", ":)" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "tried", "to", "do", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "how", "should", "i", "implement", "this", "back", "to", "the", "SpotDetails", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "And", "what", "should", "i", "return", "from", "DrawRose", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "You", "should", "draw", "only", "in", "the", "UI", "thread", "." ]
[ "O", "O", "B-Function", "O", "O", "O", "O", "O", "O" ]
[ "You", "ca", "n't", "draw", "in", "the", "background", "if", "using", "the", "Draw", "inheritance", "method", "from", "View", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Function", "O", "O", "O", "B-Class", "O" ]
[ "Better", "to", "use", "a", "SurfaceView", "with", "lock", "/", "unlock", "canvas", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Variable", "O" ]
[ "It", "will", "use", "an", "optimized", "algorithm", "which", "allows", "for", "background", "drawing", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "I", "am", "sharing", "data", "across", "two", "sibling", "components", "using", "an", "injectible", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "In", "my", "injectible", "I", "am", "using", "an", "observable", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O" ]
[ "But", "then", "when", "I", "am", "using", "Subject", "in", "place", "of", "Observable", "it", "works", "fine", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "I", "want", "to", "use", "Observable", "instead", "of", "Subject", ",", "so", "is", "it", "possible", "?" ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "new", "to", "reactive", "programming", ",", "and", "I", "am", "confused", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "use", "a", "global", "variable", "instead", "of", "injectible", "." ]
[ "O", "O", "B-Data_Type", "O", "O", "O", "B-Class", "O" ]
[ "so", "that", "you", "can", "access", "them", "through", "out", "your", "project", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "1.create", "a", "property", "in", "DTO", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "2.import", "in", "that", "component", "where", "you", "want", "to", "use", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "3.create", "a", "variable", "of", "that", "type", "in", "constructor", "'s", "parameter", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "4.access", "with", "the", "use", "of", "that", "variable", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "running", "Spark", "1.4.1", "on", "my", "local", "Mac", "laptop", "and", "am", "able", "to", "use", "pyspark", "interactively", "without", "any", "issues", "." ]
[ "O", "O", "O", "B-Library", "B-Version", "O", "O", "O", "B-Device", "I-Device", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O" ]
[ "Spark", "was", "installed", "through", "Homebrew", "and", "I", "'m", "using", "Anaconda", "Python", "." ]
[ "B-Library", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Application", "B-Language", "O" ]
[ "However", ",", "as", "soon", "as", "I", "try", "to", "use", "spark-submit", ",", "I", "get", "the", "following", "error", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "my", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "If", "I", "move", "the", "file", "to", "anywhere", "in", "the", "/usr/local/Cellar/apache-spark/1.4.1/", "directory", ",", "then", "spark-submit", "works", "fine", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "B-Code_Block", "O", "O", "O" ]
[ "I", "have", "my", "environment", "variables", "set", "as", "follows", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "sure", "something", "is", "set", "incorrectly", "in", "my", "environment", ",", "but", "I", "ca", "n't", "seem", "to", "track", "it", "down", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "python", "files", "that", "are", "executed", "by", "spark-submit", "should", "be", "on", "the", "PYTHONPATH", "." ]
[ "O", "B-File_Type", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "B-Code_Block", "O" ]
[ "Either", "add", "the", "full", "path", "of", "the", "directory", "by", "doing", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "or", "you", "can", "also", "add", "'", ".", "'", "to", "the", "PYTHONPATH", "if", "you", "are", "already", "inside", "the", "directory", "where", "the", "python", "script", "is" ]
[ "O", "O", "O", "O", "O", "B-Value", "I-Value", "I-Value", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "Thanks", "to", "@Def_Os", "for", "pointing", "that", "out", "!" ]
[ "O", "O", "B-User_Name", "O", "O", "O", "O", "O" ]
[ "I", "'m", "trying", "to", "write", "some", "generic", "code", "for", "handling", "drops", "in", "WPF", "drop", "targets", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O" ]
[ "AllowDrop", "is", "set", "to", "true", ",", "and", "I", "'ve", "hooked", "onto", "DragEnter", ",", "DragOver", ",", "DragLeave", ",", "&", "Drop", "on", "the", "drop", "target", "UIElement", "." ]
[ "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "B-Class", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O" ]
[ "Using", "the", "bubbling", "events", "enables", "nesting", "of", "drop", "targets", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Note", "I", "have", "no", "access", "to", "the", "drag", "source", "-", "this", "is", "inter-application", "drag", "&", "drop", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "I", "have", "some", "UI", "cleanup", "to", "perform", "at", "the", "end", "of", "a", "potential", "drop", ",", "and", "the", "user", "presses", "Esc", "to", "cancel", "the", "drop", ",", "the", "drop", "target", "never", "seems", "to", "gets", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Keyboard_IP", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O"...
[ "Drop", "is", "easy", "-", "but", "what", "indicates", "a", "cancel", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "problem", "I", "have", "is", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "DragLeave", "is", "a", "bubbling", "routed", "event", "." ]
[ "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "e.OriginalSource", "is", "always", "set", "for", "this", "event", "(", "and", "the", "corresponding", "Preview", ")", "via", "hittesting", "." ]
[ "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "target", "is", "an", "ItemsControl", "(", "Listbox", "is", "what", "I", "'ve", "currently", "been", "testing", "with", ")", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "I", "drag", "over", "my", "intended", "drop", "target", ",", "I", "get", "loads", "of", "DragLeave", "events", "from", "the", "child", "visuals", "within", "the", "target", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "never", "get", "any", "from", "the", "target", "itself", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Grids", ",", "rectangles", ",", "borders", ",", "textblocks", ",", "they", "all", "happily", "send", "me", "DragLeave", ",", "but", "none", "from", "the", "actual", "ItemsControl", "I", "'m", "connected", "up", "to", "." ]
[ "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "I", "thought", "it", "might", "be", "a", "hittesting", "problem", ",", "but", "I", "'ve", "set", "the", "Background", "of", "the", "ItemsControl", "to", "a", "colour", ",", "and", "it", "makes", "no", "difference", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "am", "I", "missing", "?" ]
[ "O", "O", "O", "O", "O" ]
[ "How", "am", "I", "supposed", "to", "determine", "that", "a", "drop", "operation", "has", "definitely", "finished", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "The", "actual", "problem", "I", "'m", "trying", "to", "solve", "is", "that", "I", "'m", "implementing", "some", "custom", "dragging", "behaviour", "in", "a", "TreeView", "that", "expands", "folders", "when", "you", "hover", "over", "them", ",", "and"...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "You", "do", "have", "a", "complex", "scenario", "here", "so", "this", "will", "start", "basic", "in", "hopes", "of", "giving", "you", "a", "direction", "and", "hopefully", "a", "solution", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "framework", "will", "only", "inform", "of", "a", "DragEnter", "event", "if", "the", "control", "is", "marked", "with", "AllowDrop", "=", "true", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "So", "make", "sure", "you", "'ve", "done", "that", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "sounds", "like", "you", "have", "but", "I", "just", "want", "to", "be", "sure", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "sure", "why", "you", "need", "the", "DragLeave", "event", "but", "if", "it", "'s", "to", "grab", "the", "selected", "data", "the", "easiest", "way", "to", "get", "the", "data", "is", "not", "to", "hook", "into", "DragLeave", "but", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O" ]
[ "You", "can", "then", "determine", "if", "the", "mouse", "is", "pressed", "and", "how", "far", "of", "a", "distance", "to", "move", "before", "enacting", "a", "DoDragDrop", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "In", "this", "event", ",", "you", "also", "have", "the", "ability", "to", "add", "and", "analyze", "Drag", "Data", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O" ]
[ "When", "the", "drag", "starts", "you", "can", "create", "a", "new", "DataObject", "and", "send", "it", "with", "the", "DoDragDrop", "call", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "This", "drag", "data", "is", "now", "accessible", "through", "the", "DragEventArgs", "object", "by", "using", "(", "if", "you", "do", "n't", "rename", "the", "event", "parameter", ",", "it", "'s", "e", ")", ":" ]
[ "O", "B-Variable", "I-Variable", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]
[ "My", "suggestion", "is", "to", "add", "some", "unique", "information", "to", "the", "drag", "event", "data", "to", "differentiate", "the", "event", "based", "on", "the", "data", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Either", "your", "data", "item", "from", "the", "listbox", "selection", ",", "or", "a", "new", "class", "holding", "your", "data", "item", "and", "another", "indicator", "if", "needed", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "check", "for", "e.Source", "and", "not", "e.OriginalSource", ",", "if", "you", "have", "set", "DropTarget", "=", "\"", "True", "\"", "on", "the", "ItemsControl", "&", "you", "have", "DropOver", "event", "attached", "to", "the", "ItemsControl", ",", "the", ...
[ "O", "O", "B-Variable", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "...
[ "I", "'m", "testing", "AngularJS", "with", "Protractor", ",", "I", "have", "a", "repeater", "and", "I", "'m", "trying", "to", "sum", "all", "values", "in", "the", "rows", ",", "and", "compare", "it", "to", "the", "summary", "line", "value", "." ]
[ "O", "O", "O", "B-Library", "O", "B-Library", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "'s", "my", "HTML", ":" ]
[ "O", "O", "O", "B-Language", "O" ]
[ "I", "used", "the", "following", "code", "in", "my", "e2e", "test", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "'m", "getting", "various", "kind", "of", "errors", ",", "can", "someone", "advice", "what", "am", "I", "doing", "wrong", "here", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "An", "example", "error", "I", "get", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "rows", "is", "an", "array", "and", "it", "'s", "being", "called", "like", "a", "function", "(", "the", "side", "effect", "is", "that", "getText()", "is", "being", "called", "over", "the", "entire", "array", "instead", "of", "the", "desired", "element", ...
[ "B-Variable", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O" ]