07-04-2008 05:50 AM
07-04-2008 05:54 AM
Here:
07-04-2008 06:16 AM
Thanks Andrey,
But only half of my req is thru....
TIck indication is fine, what abt vertical scrolling of table data.
Since my data is bulk some where around 230 rows, i cant show the user the entire data one shot
so that data should be scrolling once it reaches down...
See in the attached JPG data visible only upto 0002
after that user has to press the scroll button (vertical) down.
I need to eliminate that ...
Please help me how to overcome that.
after that i can add the same logic to my original VI
Cheers,
Suneel
07-04-2008 06:23 AM
Hi Suneel,
to scroll the table you can use a property of it, set the top left cell value.
Mike
07-04-2008 06:24 AM
Use TopLeft Visible Cell propery node.
Andrey.
07-04-2008 07:58 AM
Hi Andrey,
I've added the TopLeft Visible Cell propery node but still i couldnt identify any change in the table display while executing.
Added is the modified VI.
-Suneel
07-04-2008 08:06 AM
Hi, Suneel,
You should WRITE this property, not read. Reading property does nothing.
See attached VI
Andrey.
07-07-2008 12:02 AM
Hi Andrey,
Good morning!!!
The VI you have provided is giving the below bug.
But looks ok.
However still i'm working on it to get a refined result, bcoz
I started working on it, if u have any post for this plz do reply...
Thanks in Advance.
-Suneel
07-07-2008 01:00 AM
07-07-2008 01:56 AM
Thanks Mike...
Even i've updated the VI as per my req.
Here lies the new one.
-Suneel