ContributionsMost RecentMost LikesSolutionsRe: TestComplete with PowerBuilder problemHi Tanya, i know i posted in other thread, but researching the issue i talked about is because this, i've been researching all day about it, the app i'm trying to test is a power builder based app that's why this is ocurring to me... Thing is i have mapped objects that i see in the object browser which visible value is set to false such as visibleonscreen, which is weird because i have the window open... and yes i'm sure that is the control i'm trying to highlight because i highligt the parent and is higlighted correctly... So, i see there is no fix for this or is something that i can do ? I don't mind to click over the objects i need by coordinates, problems came to me where for example i wanted to edit a combo box, if i click over the combo how i can set my script to go to certain option....Re: A way to set VisibleOnScreen property state to TRUEit's a .EXE which is an RCP aplication, the name class is FNWND3105Re: Not able to highlight the mapped objects/objects in object browserI even made a new project and record a test to mapping all from scratch, i have a form and it maps all textfields as one, if i iterate from its childs it give me several items with the same name but different index, but all these aren't in the mappin name file, if i log it's visible and visibleOnScreen property it says false and i see the objects there which is weird... if i set the visible property to true it gave me a javascript error saying invalid arguments...Re: Not able to highlight the mapped objects/objects in object browserAnd i have search and search but all that i have found ends with no answer to this trouble and i'm stuck and can't finish some important test scripts i need to have done as soon as possible, what other help channels exists ?Re: Not able to highlight the mapped objects/objects in object browserI'm having the same issue with components on Visible=false and VisibleOnScreen=false, if i update the value i got an error: Wrong number of arguments or invalid property assignment, i have asked this same thing in other thread but it seems nobody is answering, i'm kind of frustrated... This is what i've posted in the other thread: Ok i have just used it with no succesful results, let me specify the issue better: I have this window with some form controls in it (textfields, comboboxes, etc) if i use the display object spy, i can't inspect any of those controls, i can see them but the tool just don't highlight any of them... If i see the NameMapping the textfield i'm trying to access has Visible and VisibleOnScreen properties on False, if i modify those values to true from the NameMapping, it displays a message saying: The object does not exists Re: A way to set VisibleOnScreen property state to TRUEAny help ?Re: A way to set VisibleOnScreen property state to TRUEOk i have just used it with no succesful results, let me specify the issue better: I have this window with some form controls in it (textfields, comboboxes, etc) if i use the display object spy, i can't inspect any of those controls, i can see them but the tool just don't highlight any of them... If i see the NameMapping the textfield i'm trying to access has Visible and VisibleOnScreen properties on False, if i modify those values to true from the NameMapping, it displays a message saying: The object does not existsRe: A way to set VisibleOnScreen property state to TRUEHi I'm having the same problem, i have an item which seems to have the Visible and VisibleOnScreen property on false... I can actually see the object but if i log the property it says false, if i set it to true it gives me this error: Wrong number of arguments or invalid property assignment I'm using TC10 please help...