Example
#{example}"); ipb.editor_values.get('templates')['togglesource'] = new Template(""); ipb.editor_values.get('templates')['toolbar'] = new Template(""); ipb.editor_values.get('templates')['button'] = new Template("
Emoticons
"); // Add smilies into the mix ipb.editor_values.set( 'show_emoticon_link', false ); ipb.editor_values.set( 'bbcodes', $H({"snapback":{"id":"1","title":"Post Snap Back","desc":"This tag displays a little linked image which links back to a post - used when quoting posts from the board. Opens in same window by default.","tag":"snapback","useoption":"0","example":"[snapback]100[/snapback]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"topic":{"id":"5","title":"Topic Link","desc":"This tag provides an easy way to link to a topic","tag":"topic","useoption":"1","example":"[topic=1]Click me![/topic]","switch_option":"0","menu_option_text":"Enter the topic ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"post":{"id":"6","title":"Post Link","desc":"This tag provides an easy way to link to a post.","tag":"post","useoption":"1","example":"[post=1]Click me![/post]","switch_option":"0","menu_option_text":"Enter the Post ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"spoiler":{"id":"7","title":"Spoiler","desc":"Spoiler tag","tag":"spoiler","useoption":"0","example":"[spoiler]Some hidden text[/spoiler]","switch_option":"0","menu_option_text":"","menu_content_text":"Enter the text to be masked","single_tag":"0","optional_option":"0","image":""},"acronym":{"id":"8","title":"Acronym","desc":"Allows you to make an acronym that will display a description when moused over","tag":"acronym","useoption":"1","example":"[acronym='Laugh Out Loud']lol[/acronym]","switch_option":"0","menu_option_text":"Enter the description for this acronym (EG: Laugh Out Loud)","menu_content_text":"Enter the acronym (EG: lol)","single_tag":"0","optional_option":"0","image":""},"hr":{"id":"12","title":"Horizontal Rule","desc":"Adds a horizontal rule to separate text","tag":"hr","useoption":"0","example":"[hr]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"1","optional_option":"0","image":""},"php":{"id":"14","title":"PHP Code","desc":"Allows you to enter PHP code into a formatted/highlighted syntax box","tag":"php","useoption":"0","example":"[php]$variable = true;\n\nprint_r($variable);[/php]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"html":{"id":"15","title":"HTML Code","desc":"Allows you to enter formatted/syntax-highlighted HTML code","tag":"html","useoption":"0","example":"[html]\n \n[/html]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"sql":{"id":"16","title":"SQL Code","desc":"Allows you to enter formatted/syntax-highlighted SQL code","tag":"sql","useoption":"0","example":"[sql]SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7[/sql]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"xml":{"id":"17","title":"XML Code","desc":"Allows you to enter formatted/syntax-highlighted XML code","tag":"xml","useoption":"0","example":"[xml]3 Replies - 0 Views - Last Post: 8 minutes ago
#1
Reputation: 0
- Posts: 7
- Joined: 12-March 13
Posted Today, 09:26 PM
I have 4 checkboxes that are linked to a listview. Anytime I select a checkbox the listview popup and I am able to select a value in a cell which is then displayed in txtbox1. THe problem I am having now is: A second checkbox also displays a value in txtbox2 and automatical textbox1 value changes to have the same value as the txtbox2. This is not my initial plan.Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If Form1.CheckBox1.Checked = True Then Form1.txtLeak.Text = Label5.Text End If If Form1.CheckBox2.Checked = True Then Form1.txtSidescatter.Text = Label5.Text End If If Form1.CheckBox3.Checked = True Then Form1.txtLeakageSideScatter.Text = Label5.Text End If If Form1.CheckBox4.Checked = True Then Form1.txtForwardBackscatter.Text = Label5.Text End If If Form1.CheckBox5.Checked = True Then Form1.txtLeakageForward.Text = Label5.Text End If Close() End Sub
Is This A Good Question/Topic? 0
Replies To: Checkboxes display the same values
#2
Reputation: 185
- Posts: 745
- Joined: 12-September 12
Re: Checkboxes display the same values
Posted 46 minutes ago
I don't see any reference to TextBox1 or TextBox2. All I see is that when you click Button1, you will place a values in TextBoxes, and no matter which CheckBox (or CheckBoxes) you have checked, one or more TextBoxes will get whatever is in Label5.Text.
I doubt this is your intention, but that's what the code says.
#3
Reputation: 0
- Posts: 7
- Joined: 12-March 13
Re: Checkboxes display the same values
Posted 29 minutes ago
sorry the txtboxes names are the : txtLeak, txtSidescatter, and txtLeakageSideScatter
#4
Reputation: 185
- Posts: 745
- Joined: 12-September 12
Re: Checkboxes display the same values
Posted 8 minutes ago
koppong, on 14 March 2013 - 11:05 PM, said:
sorry the txtboxes names are the : txtLeak, txtSidescatter, and txtLeakageSideScatter
OK, but the fact remains that all Button1 will do is to put the string contained in Label5.Text into one or more of your TextBoxes.
To be perfectly clear, let's assume Label5.Text contains the String "1234", and that CheckBox2 and CheckBox4 are both checked. When you click Button 1, txtSidescatter.Text and txtForwardBackscatter.Text will BOTH contain "1234".
Is this your intention?
Page 1 of 1
Source: http://www.dreamincode.net/forums/topic/315469-checkboxes-display-the-same-values/
ben and jerrys free cone day tornado in dallas texas the island president the maldives harper lee mega millions numbers the fray
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন