Jump to content

Unable to identify the objects in Data window using Autoscript


Recommended Posts

Hi All,

when I tried to automate the power builder application usuing AutoIT, it is unable to identify the objects in the Data window. Please help me resolve the issue.

Link to comment
Share on other sites

  • Moderators

Moved to the appropriate AutoIt General Help and Support forum, as the AutoIt Example Scripts forum very clearly states:

Quote

Share your cool AutoIt scripts, UDFs and applications with others.


Do not post general support questions here, instead use the AutoIt Help and Support forums.

Moderation Team

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • 4 months later...

When I was automating a powerbuilder appplication, AutoIT couldn't identify the objects in the Data window. is there any reason for that? Any kind of leads is appreciated.

Link to comment
Share on other sites

This is as explicit of an answer, as explicit is the question.
Have you searched the forum regarding similar questions ?
No need to answer. I know you rather have a chat.
If you search, you'll read the answers to your question, is very common.

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

3 hours ago, argumentum said:

This is as explicit of an answer, as explicit is the question.
Have you searched the forum regarding similar questions ?
No need to answer. I know you rather have a chat.
If you search, you'll read the answers to your question, is very common.

I have googled for this and found only questions no answers. In 2010, I raised the same issue and it was mentioned as not supported. Looks like it is not supported now also😅

 

Link to comment
Share on other sites

1 hour ago, Harshu said:

In 2010, I raised the same issue and it was mentioned as not supported.

On 6/14/2024 at 6:45 AM, Nine said:

Try to use UIAspy from UIAutomation, see if it can identify any of the controls...

1 hour ago, Harshu said:

Looks like it is not supported now also😅

...don't know what to say. Maybe you can with PowerBuilder manipulate PowerBuilder ?.
For what they show in their page, looks like a well rounded product. Why would you need AutoIt interacting with it ? They have their own UI/UX of PowerBuilder apps. AutoIt can use win32 controls, but custom made controls, is unlikely. Unless They implemented UIAutomation for their controls, all you have left is behavioral. In the sense of using keyboard and mouse coordinates based on your known interaction.

What are you after ?. Maybe you can talk to the developer and have a feature added.

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

17 hours ago, argumentum said:

...don't know what to say. Maybe you can with PowerBuilder manipulate PowerBuilder ?.
For what they show in their page, looks like a well rounded product. Why would you need AutoIt interacting with it ? They have their own UI/UX of PowerBuilder apps. AutoIt can use win32 controls, but custom made controls, is unlikely. Unless They implemented UIAutomation for their controls, all you have left is behavioral. In the sense of using keyboard and mouse coordinates based on your known interaction.

What are you after ?. Maybe you can talk to the developer and have a feature added.

We would need AutoIt for automating our Test cases for Regression or System Testing. To our knowledge, powerbuilder does not offer any testing tool. Will get in touch with the Appeon team and get their inputs on the usage of custom controls and UIAutomation for those. Thanks for the suggestions.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...