Hello,
I have two SwfWindow forms open on one desktop. When I try to switch form and retrieve the tabs
number the below string returnes the number of items from the previous forms.
SwfWindow("max_user").SwfTab("tabs").GetItemsCount
What might be the issue?
Hi Dennis,
Thank you for your reply. I have found a workround to properly work with tabs. Using descriptive programming helped me. Below the code example:
SwfWindow("max_user").SwfTab("swfname:=tabs").Select sLabel
This sounds similar to an issue I was having with the grids, so you might check out this post: http://community.infragistics.com/forums/t/12889.aspx
If that's the case, let me know if you have any questions.