07-03-2010 01:43 AM
Hi all! I saw many applications where the tab control page selector is in the top right corner of the control as in the attached image. Is it possible to create this tab control from LV? Thank you!
Solved! Go to Solution.
07-03-2010 11:24 AM
Two buttons. Event structure. If one is pressed, it reads the current value of the tab control and adds 1 to it and writes back to a local variable of the tab control. (And wraps around back to zero if necessary). If the other is pressed, it subtracts 1. And if the number is less than 0, sets the value to be the highest page number to effectively wrap around. (That or you can coerce the values to be 0 or the maximum page number so that it doesn't wrap around and repeated presses of the buttons keep them at either the first or last page.)
07-03-2010 11:55 AM
Well, I thought another solution.... i.e, special feature... or any. The easiest way is the best! 🙂
Thanks!
07-06-2010 02:21 AM
Many times it is not necessary to look for highly sophisticated turn key solutions. They might not exist where an easy way does