LAVA 1.0 Content Posted May 9, 2009 Report Share Posted May 9, 2009 is there anyway to prevent my message to be clear in the string indicator? for example, when i type some words in the textbox, the words will appear in the string indicator. however, when i type in another message, the previous message that was displayed will disappear. is there anyway to input the new message without removing the previous message? Quote Link to comment
Cat Posted May 9, 2009 Report Share Posted May 9, 2009 QUOTE (labviewnoob @ May 7 2009, 11:42 PM) is there anyway to prevent my message to be clear in the string indicator?for example, when i type some words in the textbox, the words will appear in the string indicator. however, when i type in another message, the previous message that was displayed will disappear. is there anyway to input the new message without removing the previous message? Read the old text value and append the new text value to it. http://lavag.org/old_files/monthly_05_2009/post-9165-1241782452.jpg' target="_blank"> Don't use all three methods! Quote Link to comment
huotom Posted May 10, 2009 Report Share Posted May 10, 2009 QUOTE (Cat @ May 8 2009, 07:35 PM) Read the old text value and append the new text value to it. http://lavag.org/old_files/monthly_05_2009/post-9165-1241782452.jpg' target="_blank"> Don't use all three methods! i think that the third method is very meticulous. Quote Link to comment
LAVA 1.0 Content Posted May 12, 2009 Author Report Share Posted May 12, 2009 hi. thanks for the diagram. i tried the 3rd method only as i could only find the concatenate string. can any1 tell me the names of the other component? thanks for the help. Quote Link to comment
dannyt Posted May 12, 2009 Report Share Posted May 12, 2009 QUOTE (labviewnoob @ May 11 2009, 03:25 AM) hi. thanks for the diagram. i tried the 3rd method only as i could only find the concatenate string. can any1 tell me the names of the other component? thanks for the help. Hi Method one is using a reference to your string control see http://wiki.lavag.org/Control_References' rel='nofollow' target="_blank">Control References for more info plus read the manual section on Control References they are a very useful technique to understand. The second method use is using the Control Property Node again have a look in the LabVIEW manual at the Property Node info. You can get access to both the control references and Property nodes for your string control by right clicking on your control and going to the create sub-menu hope that helps Dannyt Quote Link to comment
LAVA 1.0 Content Posted May 13, 2009 Author Report Share Posted May 13, 2009 QUOTE (dannyt @ May 11 2009, 05:09 PM) Hi Method one is using a reference to your string control see http://wiki.lavag.org/Control_References' rel='nofollow' target="_blank">Control References for more info plus read the manual section on Control References they are a very useful technique to understand. The second method use is using the Control Property Node again have a look in the LabVIEW manual at the Property Node info. You can get access to both the control references and Property nodes for your string control by right clicking on your control and going to the create sub-menu hope that helps Dannyt hi. thanks for the info. it helps alot & i learn alot. Quote Link to comment
LAVA 1.0 Content Posted May 14, 2009 Author Report Share Posted May 14, 2009 i encountered some problems while trying out the string method. i wish to keep the message in the string indicator after clearing the message in my string control. hope someone could advise me on how i could modify my vi. Quote Link to comment
PJM_labview Posted May 14, 2009 Report Share Posted May 14, 2009 I have no idea why you would want to do that but here it is: PJM Quote Link to comment
LAVA 1.0 Content Posted May 14, 2009 Author Report Share Posted May 14, 2009 Many thanks pjm_labview. this is the vi that i've wish to do. Quote Link to comment
santi122 Posted May 14, 2009 Report Share Posted May 14, 2009 This is also working greetz chris Quote Link to comment
LAVA 1.0 Content Posted May 15, 2009 Author Report Share Posted May 15, 2009 Thanks santi122. i tested it & it is working. Many Thanks Quote Link to comment
ShaunR Posted May 15, 2009 Report Share Posted May 15, 2009 QUOTE (santi122 @ May 13 2009, 12:58 PM) This is also working greetz chris Should add that to the obfusification thread...lol. Quote Link to comment
LAVA 1.0 Content Posted May 16, 2009 Author Report Share Posted May 16, 2009 sorry, 1 last question. if i wish for the next message to appear on a new line, is it possible? Quote Link to comment
Mark Yedinak Posted May 16, 2009 Report Share Posted May 16, 2009 QUOTE (labviewnoob @ May 14 2009, 08:12 PM) sorry, 1 last question. if i wish for the next message to appear on a new line, is it possible? Sure, just add a new line constant to your string concatenate. Quote Link to comment
LAVA 1.0 Content Posted May 16, 2009 Author Report Share Posted May 16, 2009 QUOTE (Mark Yedinak @ May 15 2009, 10:25 AM) Sure, just add a new line constant to your string concatenate. Many thanks. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.