Jump to content

Enabling option which can be found as Hidden text or Visible text on the AU3Info.


Recommended Posts

Hi Guys,

I want to enable an option called "Properties".

1st I need to confirm whether "Properties" is enabled or disabled, then I should enable "Properties".

In "Properties" a sub item called "Text Strings" is there. That "Text String" I have to select.

I tried the below script. I'm not getting. 

Is anything I did wrong...!

Opt("WinDetectHiddenText", 1) ;0=don't detect, 1=do detect
$pPos = ControlGetPos("Title","","BCGPTabWnd:40000000:10" & "1")
$Line = WinGetText( "Title" , "Properties")


Opt("WinTextMatchMode", 2) ;1=complete, 2=quick
$tPos = ControlGetPos("Title","","AfxWnd90u" & "5")
$Item = WinMenuSelectItem( "Title", "Properties", "Text String")
Send( "Text1")

I'm using this code in between my actual script. Is it correct approach..? I need clarification plz

Link to comment
Share on other sites

  • Developers

Slow down please ... bumping within 24 hours isn't polite.... and post enough information so people can actually understand what you are doing.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...