Re: Position of a tab in a tab control.

2012-04-20 Thread Paul Hibbert
Pete, I may be wrong, but I don't think there's a way to control the differences between the two platforms without rolling your own tab control. However, Mark Schonewille has done much of the work and made his custom tab control available through RevOnline, just search for custom tab and you

Re: Position of a tab in a tab control.

2012-04-20 Thread Peter M. Brigham, MD
If using Mark's custom tab control doesn't work for you, here's a kludgy work-around. It requires a hidden field hiddenTestFld with margins set to 6. on positionControl btnName, tabNbr -- btnName is the name of your tab button put the formattedwidth of btn btnName into bWidth put the

Re: Position of a tab in a tab control.

2012-04-20 Thread Peter Haworth
Peter,Paul(I so wish there was a Mary on the list), Thanks for the info on Mark's tab control and the handler. I'll try both and see works best. Pete On Apr 20, 2012 8:14 AM, Peter M. Brigham, MD pmb...@gmail.com wrote: If using Mark's custom tab control doesn't work for you, here's a kludgy

Position of a tab in a tab control.

2012-04-19 Thread Peter Haworth
Is there a way to get hold of the coordinates of the label of the currently selected tab of a tab control? I have a control that I want to position immediately below the label of the current tab of a tab control. I tried doing this by trial and error, adding a number of pixels to the left of the