tokens
sequence
ner_tags
sequence
[ "I", "'m", "doing", "a", "database", "project", "for", "university", "and", "I", "'m", "having", "a", "problem", "in", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "receive", "from", "a", "previous", "page", "an", "id", "as", "$_POST['ids']", "and", "in", "the", "form", "I", "send", "that", "same", "value", "in", "a", "hidden", "field", "so", "it", "can", "do", "a", "sort", "of", "a", "cicle", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "when", "I", "click", "the", "submit", "button", "I", "got", "a", "lot", "of", "errors", "on", "$service_info", "and", "no", "information", "is", "loaded", "on", "the", "page", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "tried", "do", "var_dump()", "everything", "and", "I", "just", "ca", "n't", "find", "what", "is", "the", "problem", "in", "here", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "change", "inside", "your", "form", "this", "input", "hidden", "you", "created", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "to" ]
[ "O" ]
[ "If", "you", "do", "n't", "echoing", "this", "value", ",", "$_POST['ids']", "wo", "n't", "be", "get", "any", "value", "passed", "from", "form", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "am", "trying", "to", "query", "the", "latest", "insert", "made", "to", "the", "table", ",", "Azure", "Mobile", "Service", "adds", "by", "default", "the", "__createdAt", "column", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "B-Application", "I-Application", "I-Application", "O", "O", "O", "O", "B-Variable", "B-Data_Structure", "O" ]
[ "So", ",", "I", "am", "planning", "to", "sort", "the", "table", "according", "to", "that", "specific", "column", ",", "since", "__createdAt", "is", "a", "system", "property", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "B-Variable", "O", "O", "O", "O", "O" ]
[ "I", "thought", "of", "adding", "it", "to", "my", "table", "model", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O", "O" ]
[ "Now", "my", "question", "is", ":", "how", "to", "query", "this", "in", "C#", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O" ]
[ "You", "can", "have", "a", "property", "in", "your", "model", "that", "tracks", "the", "__createdAt", "column", ",", "and", "sort", "based", "on", "that", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "on", "the", "code", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "Hi", "all", "this", "is", "my", "first", "question", "here", ",", "I", "'m", "very", "new", "to", "Haskell", "and", "I", "need", "to", "do", "a", "Haskell", "function", "which", "takes", "a", "Tree", "and", "returns", "a", "list", "of", "the", "elements", "in", "its", "node", "in", "a", "preorder", "traversal", "but", "I", "ca", "n't", "get", "it", "to", "work", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "My", "Tree", "definition", "is", "the", "following", ":" ]
[ "O", "B-Data_Structure", "O", "O", "O", "O", "O" ]
[ "and", "the", "preorder", "function", "is", ":" ]
[ "O", "O", "B-Function", "O", "O", "O" ]
[ "In", "advance", "thank", "you", "very", "much", "for", "your", "help", ":)" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "a", "ListView", "in", "my", "Windows", "Store", "App", ",", "which", "selects", "a", "template", "through", "dataTemplateSelector", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "In", "the", "ItemTemplate", "of", "ListView", ",", "i", "have", "an", "image", "." ]
[ "O", "O", "B-Class", "O", "B-Class", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "I", "do", "n't", "want", "to", "fix", "the", "height", "and", "width", "of", "the", "image", ",", "i", "want", "to", "allow", "it", "to", "adjust", "itself", "with", "the", "space", "available", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "the", "image", "can", "be", "displayed", "bigger", "in", "big", "screen", "size", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Following", "is", "my", "ListView", "XAML", ":" ]
[ "O", "O", "O", "B-Class", "B-Language", "O" ]
[ "I", "have", "set", "VerticalContentAlignment", "to", "Stretch", ",", "this", "stretches", "my", "ListViewItem", "to", "the", "size", "of", "ListView", ",", "but", "the", "problem", "is", "when", "the", "image", "inside", "the", "Item", "is", "bigger", ",", "it", "increases", "the", "size", "of", "ListViewItem", "larger", "than", "ListView", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Class", "O" ]
[ "I", "have", "also", "tried", "setting", "the", "height", "of", "ListViewItem", "in", "the", "above", "code", "by", "adding" ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "Following", "is", "the", "code", "of", "my", "ItemTemplate", ",", "which", "is", "being", "selected", "through", "ItemTemplateSelector", "," ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "The", "Grid", "at", "Row", "Number", "1", "<Grid", "Grid.Row=\"1\"", ">", ",", "contains", "the", "image", "which", "makes", "the", "height", "go", "larger", "than", "the", "ListView", "." ]
[ "O", "B-User_Interface_Element", "O", "O", "O", "B-Value", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Class", "O" ]
[ "I", "want", "to", "allow", "this", "Grid", "to", "stretch", "itself", "to", "the", "size", "of", "its", "parent", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "not", "cross", "the", "size", "of", "its", "parent", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "in", "other", "word", ",", "i", "simply", "want", "to", "bind", "its", "height", "to", "its", "parent", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "Please", "help", "me", "out", ",", "i", "am", "stuck", "here", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "managed", "to", "solve", "this", "in", "my", "own", "project", "by", "binding", "the", "Height", "of", "the", "Grid", "in", "the", "DataTemplate", "to", "the", "ActualHeight", "of", "the", "ListView", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-Class", "O", "O", "B-Class", "O", "O", "B-Variable", "O", "O", "B-Class", "O" ]
[ "I", "does", "not", "seem", "to", "work", "if", "the", "binding", "is", "in", "the", "ListView.ItemContainerStyle", "style", "as", "a", "setter", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-HTML_XML_Tag", "O", "O", "O", "O", "O" ]
[ "have", "you", "tried", "to", "change", "the", "Row", "Definition", "applied", "for", "that", "image", "to", "'", "Auto", "'", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O" ]
[ "try", "this" ]
[ "O", "O" ]
[ "Since", "there", "is", "no", "OrderAmount", "type", "column", ",", "I", "am", "assuming", "what", "you", "need", "is", "maximum", "number", "of", "orders", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Let", "'s", "say", "your", "working", "on", "a", "product", ",", "and", "you", "realise", "that", "some", "of", "the", "code", "is", "general", "enough", "to", "be", "extracted", "out", "to", "a", "gem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O" ]
[ "So", "you", "create", "a", "new", "project", ",", "build", "the", "gem", ",", "publish", "it", "to", "Rubygems", ",", "and", "then", "reference", "it", "in", "your", "main", "project", "'s", "Gemfile", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O" ]
[ "Then", "you", "discover", "a", "small", "bug", "with", "how", "the", "gem", "interacts", "with", "your", "product", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O" ]
[ "Each", "time", "your", "make", "a", "fix", ",", "building", "and", "installing", "the", "gem", "locally", "can", "take", "about", "15", "seconds", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "do", "you", "minimise", "this", "to", "have", "a", "quick", "develop/test", "cycle", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "(", "Also", "it", "seems", "that", "the", "locally", "built", "gem", "'s", "version", "number", "could", "contradict", "with", "what", "you", "'ve", "pushed", "to", "Rubygems", ",", "leading", "to", "confusion", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Website", "O", "O", "O", "O", "O", "O" ]
[ "Any", "best", "practice", "guides", "on", "this", "subject", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "bundler", "does", "n't", "just", "know", "how", "to", "get", "gems", "from", "rubygems", "." ]
[ "B-Application", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "B-Website", "O" ]
[ "You", "could", "point", "it", "at", "a", "git", "repository" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "or", ",", "much", "more", "conveniently", "in", "this", "case" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "where", "the", "path", "option", "points", "to", "the", "folder", "with", "the", "gem", "'s", "source" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "There", "are", "two", "files", "that", "I", "am", "able", "to", "modify" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "header.tpl", "and", "product.tpl" ]
[ "B-File_Name", "O", "B-File_Name" ]
[ "I", "do", "not", "have", "access", "to", "any", "of", "the", "controller", "or", "model", "files" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "SEO", "purposes", "I", "am", "trying", "to", "modifiy", "the", "following", "meta", "data", "while", "on", "a", "product", "page", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Currently", "$description", "does", "not", "have", "any", "output", "." ]
[ "O", "B-Variable", "O", "O", "O", "O", "O", "O" ]
[ "However", "on", "my", "product.tpl", "I", "have", "a", "variable", "<?php", "echo", "$heading_title", "?>", "which", "is", "essentially", "the", "text", "that", "I", "would", "like", "to", "have", "in", "the", "header", "meta", "data", "." ]
[ "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "this", "even", "possible", "to", "achieve", "without", "accessing", "the", "model/controller", "or", "am", "I", "just", "wasting", "my", "time", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "noted", "in", "the", "comments", ":", "Once", "something", "has", "been", "sent", "to", "the", "browser", "(", "or", "any", "other", "output", ")", ",", "it", "is", "impossible", "to", "change", "it", "server-side", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "The", "best", "solution", ",", "if", "you", "are", "able", "to", "edit", "the", "contents", "of", "the", "header", "with", "preg_replace()", "etc", ",", "is", "to", "simply", "set", "the", "variable", "before", "including", "the", "header", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "that", "instead", "of", "something", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "move", "all", "of", "the", "processing", "before", "you", "start", "to", "output", "anything", "to", "the", "browser", ",", "which", "completely", "eliminates", "the", "paradox", "of", "having", "to", "change", "something", "you", "'ve", "already", "sent", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Which", "should", "leave", "you", "with", "a", "code", "looking", "something", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "also", "has", "the", "added", "benefit", "of", "making", "your", "PHP", "code", "much", "simpler", "to", "read", ",", "and", "thus", "easier", "to", "maintain", "in", "the", "long", "run", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Even", "on", "this", "small", "code", "sample", ",", "you", "can", "see", "the", "difference", "a", "proper", "seperation", "of", "concerns", "does", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "not", "so", "pretty", "but", "functional", "solution" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "this", "code", "in", "a", ".html.erb", "file", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "This", "is", "working", "correctly", ",", "and", "I", "can", "access", "the", "@consumer", ".name", "correctly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "I-Variable", "O", "O" ]
[ "However", ",", "if", "I", "change", "this", "to", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Where", "facebook_consumer.js", "looks", "like", "this", ":" ]
[ "O", "B-File_Name", "O", "O", "O", "O" ]
[ "It", "will", "dump", "this", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "You", "liked", "<%=", "@consumer.name", "%>", "." ]
[ "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O" ]
[ "I", "have", "tried", "saving", "the", "file", "as", "js.erb", ",", "but", "then", "it", "seems", "it", "does", "n't", "know", "what", "@consumer", "is", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O" ]
[ "Any", "thoughts", "on", "what", "is", "the", "best", "approach", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "ca", "n't", "inline", "Ruby", "code", "into", ".js", "files", "." ]
[ "O", "O", "O", "O", "B-Language", "O", "O", "B-File_Type", "O", "O" ]
[ "If", "you", "want", "to", "use", "Ruby", "code", ",", "you", "need", "to", "create", "a", ".js.erb", "file", "and", "then", "render", "a", "partial", "inside", "of", "that", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Your", "best", "bet", "is", "probably", "to", "create", "an", "app-wide", "JS", "object", "to", "store", "values", "you", "need", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "At", "the", "top", "of", "the", "page", ",", "you", "can", "add", "elements", "to", "this", "object", ",", "and", "they", "will", "be", "available", "to", "your", "linked", "scripts", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "a", "multi", "threaded", "scenario", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "main", "thread", "handles", "the", "application", "and", "UI", "events", ",", "and", "it", "starts", "up", "a", "new", "thread", "to", "do", "some", "background", "operations", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "\"", "background", "\"", "thread", "loads", "the", "data", "from", "files", "into", "a", "data-table", "of", "a", "strongly-typed", "dataset", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "DataGridView", "is", "bound", "to", "that", "DataTable", "." ]
[ "O", "B-Class", "O", "O", "O", "O", "B-Class", "O" ]
[ "Once", "the", "data", "is", "ready", ",", "the", "\"", "background", "\"", "thread", "invokes", "the", "refresh()", "function", "of", "the", "DataGridView", "on", "the", "form", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "If", "there", "are", "more", "lines", "then", "what", "fits", "on", "one", "screen", "and", "the", "vertical", "scrollbar", "is", "to", "appear", ":", "the", "grid", "crashes", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "The", "new", "datalines", "are", "always", "displayed", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "O" ]
[ "Error", "only", "occurs", "if", "there", "are", "enough", "lines", "to", "display", "the", "scrollbar", "(", "see", "image", "below", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "B-User_Interface_Element", "O", "O", "O" ]
[ "I", "use", ".NET", "3.5", "." ]
[ "O", "O", "B-Library", "B-Version", "O" ]
[ "In", "Windows", "XP", "it", "crashes", "the", "whole", "application", "." ]
[ "O", "B-Operating_System", "B-Version", "O", "O", "O", "O", "O", "O" ]
[ "On", "Win", "7", "(", "64", "bit", ")", "only", "the", "grid", "becomes", "unresponsive", ",", "but", "once", "I", "resize", "the", "window", "the", "scrollbar", "appears", "and", "all", "is", "fine", "." ]
[ "O", "B-Operating_System", "B-Version", "O", "B-Version", "I-Version", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O" ]
[ "The", "relevant", "parts", "of", "the", "code", "are", "attached", "below", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Grid", "refresh", "operation", "in", "the", "form", "'s", ".cs", "file", ":" ]
[ "O", "B-Function", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "The", "update", "part", "in", "the", "\"", "background", "\"", "thread", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "objects", "related", "to", "the", "\"", "background", "\"", "thread", "have", "a", "direct", "reference", "to", "the", "DataSet", "(", "UiDataSource", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "O" ]
[ "The", "DataTable", "(", "CurrentSamples", ")", "is", "updated", "in", "the", "following", "manner", ":" ]
[ "O", "B-Class", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "DataGridView", "options", ":" ]
[ "B-Class", "O", "O" ]
[ "If", "I", "made", "a", "mistake", "somewhere", "please", "point", "it", "out", "to", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "@ChrisF", ":" ]
[ "B-User_Name", "O" ]
[ "I", "tried", "removing", "the", "refresh()", "statement", ",", "as", "I", "am", "doing", "pretty", "much", "the", "same", "what", "u", "suggested", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "only", "difference", "is", "the", "databinding", ",", "it", "looks", "like", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "I", "update", "the", "dataTable", "in", "a", "similar", "way", ",", "but", "from", "another", "thread", "." ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", "the", "new", "data", "lines", "do", "not", "appear", "until", "I", ",", "say", ",", "resize", "the", "window", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Which", "raises", "the", "question", "how", "I", "can", "properly", "update", "the", "dataTable", "from", "another", "thread", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "I", "'m", "guessing", "the", "problem", "has", "to", "do", "with", "how", "WinForms", "works", "inside", "the", "STA", "model", "for", "threading", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Basically", ",", "the", "DataTable", "you", "'re", "accessing", "is", "located", "somewhere", ",", "and", "that", "is", "probably", "inside", "the", "form", "we", "see", "above", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", ",", "when", "you", "update", "the", "DataTable", "from", "another", "thread", ",", "which", "thread", "gets", "the", "events", "needed", "for", "binding", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]