Jump to content

abedin

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

abedin's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks guys for the help. :thumbup: You all are really something. I don't know how long it gonna takes me to reach the level as you guys right now.... Regards, Abe
  2. Thanks for the reply didierj. I did close all the files and references but could you explain more about "Release" ,"Destroy"? I never found that before. By the way, i used couple of variables on arrays in my program. Does it effect the memory? If it does, how to free it? Regards, Abe
  3. Hi guys. I'm stuck with a problem here. Hope somebody will help me. Right now I'm developing a simulator that read input from CSV files. The problem is when i exit the simulator, the memory used to load the files still being use by LabView (200+mb viewed from task manager). Could I free those memory without exiting LabView or maybe programmatically flush the memory (while running the simulator)? Thanks in advance. Regards, Abe
  4. Thanks WMassey for the reply. I'm not using event structure. I use the invoke node Get DblClk Row function on ordinary listbox. The selection mode was 1 item only. I'm trying to capture the row number but the problem is, my program can't capture it. The value reset to -2 too fast. Maybe. I'll check on that. edit : can't find any parallel events that related. :headbang: maybe I'll try using event structure Regards, Abe
  5. Hi again, Last problem solved thanks to Neville but now i've got another simple problem that i couldn't solve yet. How to capture a value for double click on listbox? My program can't capture the value, the value reset too fast. i don't know what's wrong. Could anybody give a clue what's wrong with my program. regards, Abe
  6. Thanks for the reply. I'll try it. update: it' works. Neville, thanks a lot. :thumbup: Abe
  7. hi guys, i had a problem to change a plot name programatically..i need to change the name whenever the user click on the listed item that could be 1 to 16 item. right now i could only changed the first plot name and the rest still the same(plot 1,plot 2,...,plot 15). :headbang: hope someone could help me. thanks in advance. regards, Abe
  8. Thanks Khalid for the fast reply. The underline works but there's another problem. Before that let me discribe the project that i'm on. I'm doing the ANSI escape sequence (VT100) emulation for a very old machine. The machine sends a row/cols sequence like esc[2;5H (meaning row no.2,cols no.5). The underline were supposed to be a cursor under the menu. Now the problem is, everytime the cursor change place, the previous menu selected still underlined. Is there a way to refresh the indicator on receiving new cursor coordinates? Sorry for my English and thanks again Khalid. EDIT: It's settled. I just connect an empty string constant to the indicato's property node at the begining of sequence structure(I've use flat sequence structure)
  9. Hi guys... This might sound simple but I just can't solve it. I'm quite new to labview (just started using it a month ago). I'm trying to put an underline under certain char within a string like a cursor control. I'm using property nodes to make the char bold and underlined. It was working fine before I combine it with other strings. I just can't figure out what to do. Please help.. Btw, i've attached a portion of my VI. Sorry for my English, I'm still learning. Thanks in advance. EDIT: The display should be like this TEST 100 VER 1 IND SET RESET TEST The underline should be under the first char on selected menu. Download File:post-2482-1124160583.vi
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.