07-30-2005 01:05 AM
07-31-2005 09:25 PM
Yes, but my point was that it shouldn't be necessary to resort to flakey ActiveX controls. What you are tying to do should be very easy in LV with no outside help. What was the problem you were having with the LV control and do you have code that demonstrates it?
Mike...
08-01-2005 04:44 AM - edited 08-01-2005 04:44 AM
Hi
I will post my code tomm. my problem is not with the basic functioning of the system the only thing is that i can not RESIZE (This is different than Reposition) my ring control so that it perfectly fits on the table cell even if user resizes the table column.
to make things clear i ll post the code tomm.
thanks a lot
Message Edited by Tushar j on 08-01-2005 04:45 AM
08-02-2005 10:46 PM
Hi
Here is the code for "Table with dropdown box". Long back I found this Code on forum and I am using very similar code in my project. Now let’s see what my problems are.
1. Open the VI; in design mode right click on the table and check the option 'Moveable column separators'
2. Now run the program and click on the Monday 9 AM cell and select any one option. (Every thing will be working fine)
3. Now drag the column line between Monday and Tuesday to the right so Monday column becomes wider.
4. Repeat the process described in step 2. Now you will find that width of the dropdown box is shorter than actual cell.
In my project 'Moveable column separators' option is essential. Hence I want to adjust the width of drop down box depending on cell width of the selected cell.
Can you please help me?
08-04-2005 11:46 AM - edited 08-04-2005 11:46 AM
Message Edited by AESulzer on 08-04-2005 11:48 AM