WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Vista

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Roboscripter Issues with 64 bit Window Controls

 Keywords:  Roboscripter Minor Error Occured Vista UAC 64 Bit

Question:

Using Roboscripter, I am getting an 'Minor Error Occured' when trying to execute the cGetLvText action a ListView Control on Vista 64. Why?

Answer:

Many of the underlying Control Manager functions, that you see displayed in the 'actions' section of Roboscripter, are designed for Windows 32 bit application controls and cannot be used on Windows 64 bit controls.
  
cClearLVItem
cClearTVItem
cClickToolbar
cDblClickItem
cGetCalDate
cGetHRText
cGetIpAddr
cGetLVColText
cGetLvDdtText
cGetLvFocText
cGetLvSelText
cGetLVText
cGetSBText
cGetTBText
cGetTVItem
cGetUpDownMax
cGetUpDownMin
cSetCalDate
cSetDTPDate
cSetLVItem
cSetTVItem
cSetUpDownPos
However the Control Manager Extender has been ported to 64-bit. So if you are dealing with 64-bit Windows controls.... You will need to use the 64-bit WinBatch to run the Window Analysis Script. This script creates a report on the windows visible at the time the report is run. Run the script using the 64-bit version of WinBatch. Choose a top-level window of interest, and it will show pertinent information that may be necessary to use the Control Manager extender.
Article ID:   W17490
File Created: 2013:11:07:11:04:08
Last Updated: 2013:11:07:11:04:08