madhavisri01
14 years agoContributor
Object Recognition Seperation
Hello,
We are planning to separate object recognition from script and maintain them in text file(ini fromat).Similar concept of name mapping but we are maintaing them in txt .The only problem we have is unable to read #,.*,|,(,),,,"" kind of special characters from window id's.Do you think this will be the better approach or do you suggest any other approach.Could you please help me in reading the below ini format which contains special characters.request you to share the code.
[Mainwindow]
Canvas application =Sys.Process("MyApp").Window("#32770", "Window Caption").Window("MyContainerClass", "", 1).Window("MyPanelClass", "Canvas Panel")
Addbutton =Sys.Process("MyApp").Window("#32770", "Window
Caption").Window("MyContainerClass", "", 1).Window("MyPanelClass",
"Canvas Panel").Window("Button", "Add")
[/]
[Filemenu]
[/]
We are planning to separate object recognition from script and maintain them in text file(ini fromat).Similar concept of name mapping but we are maintaing them in txt .The only problem we have is unable to read #,.*,|,(,),,,"" kind of special characters from window id's.Do you think this will be the better approach or do you suggest any other approach.Could you please help me in reading the below ini format which contains special characters.request you to share the code.
[Mainwindow]
Canvas application =Sys.Process("MyApp").Window("#32770", "Window Caption").Window("MyContainerClass", "", 1).Window("MyPanelClass", "Canvas Panel")
Addbutton =Sys.Process("MyApp").Window("#32770", "Window
Caption").Window("MyContainerClass", "", 1).Window("MyPanelClass",
"Canvas Panel").Window("Button", "Add")
[/]
[Filemenu]
[/]