David91
5 years agoFrequent Contributor
Ultragrid object invisible error
Hi, I have problems with an object ultragrid Seky_tabulka that is visible but when performing the test the face is invisible and test script doesnt see it.. Object sppy detect visible is true..
var table = Aliases.ShellForm.MainWorkspace.WorkingMainView.m_tableLayoutPanelMain.m_panelLeft.LeftWorkspace.TableLayoutDynamicView.m_tableLayoutPanel.BoundedDynamicViewPanel.UltraGridViewControl.m_ultraGrid;
table.Visible;
var r_Mena = table.FindRow(0, KOD_SEK);
interestingly, it worked before.. 🙂 Thanks for your advice..!