Jump to content
Server Maintenance This Week. ×

Finding "Named Objects" - is there any easy way


This topic is 3499 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Just wondering if someone can tell me -- is there an easy way to locate "Named Objects"?   I know you can show buttons, popover buttons and fields with script triggers etc BUT I can't seem to find an easy way to locate a named object without clicking into each object on the layout.

 

Anyone?

 

Thanks.

 

Dom

Link to comment
Share on other sites

The function has options to return many details, including the bounds of the object.

 

bounds - returns a list of numeric values, separated by spaces, that describes the placement of the specified object (left-top to right-bottom).

 

From the example:

 

GetLayoutObjectAttribute("CancelButton";"bounds") returns 138 24 391 38 0.

  • Like 1
Link to comment
Share on other sites

This information is in the DDR.  If you are lucky enough to be using Inspector Pro, it is even easier.

 

Go to the Layout Objects section, 

this is a list of all the layout objects in your solution.

if you do a find for any character in the Object Name column, you get a nice list sorted by Layout.

When I figure out how, I will attach an image :)

See attached image

post-53649-0-42628600-1412356099_thumb.p

Jerry

Link to comment
Share on other sites

This topic is 3499 days old. Please don't post here. Open a new topic instead.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.