02-26-2016 02:44 AM
Hi,
I need to update the string in new line as in the attached format so how i can i do it?
02-26-2016 03:03 AM
Show your VI, and give a proper explanation. No idea what you are talking about...
02-26-2016 03:13 AM
Hi,
Everything is clear in the pic attached. I have a frame i need to arrange if its exceeding the line and when it shifts to new line i need to arrange in the new line of the string indicator as shown. How i can do it?
02-26-2016 03:22 AM
02-26-2016 03:58 AM
Hi,
Thanks for the reply. To be moe precise, i have i attached what i display now (ex.png). What i want to display is attached as (new_dis.png). I hope atleast now it is clear. So any ideas please let me know.
02-26-2016 04:14 AM - edited 02-26-2016 04:16 AM
Hi jay,
- make the string indicator less wide and hide the scroll bars
- limit the number of byte values shown per line to 15
- if there are more than 9 bytes include a NewLine and some SPACEs in the string (after the 9th byte value) to simulate the wrapping
Please attach your VI and tell us where exactly you have problems with this simple string formatting issue!
02-26-2016 04:34 AM
Hi,
IS it possible to post some examples or links that help?
02-26-2016 04:44 AM
02-26-2016 04:58 AM
Here u go. I have attached the vi
02-26-2016 05:42 AM