Search found 5 matches

by gurpreet singh
Fri Feb 08, 2013 1:52 pm
Forum: General Questions
Topic: Menustrip and Contextmenu options
Replies: 3
Views: 2213

Re: Menustrip and Contextmenu options

thx Peter anyways .. but i forgot to mention that i'm using RanorexPython.
Do you have solution in RanorexPython.
by gurpreet singh
Fri Feb 08, 2013 7:08 am
Forum: General Questions
Topic: Menustrip and Contextmenu options
Replies: 3
Views: 2213

Menustrip and Contextmenu options

1) How to check whether context menu and menustrip option are enabled or disabled.
e.g Edit > Copy (in menu strip)
2) How to check whether contex menu option is checked or unchecked(checkbox provided beside context menu option)
by gurpreet singh
Thu Feb 07, 2013 6:36 am
Forum: Object Identification and Technologies
Topic: Automation for DevExpress control
Replies: 1
Views: 3893

Automation for DevExpress control

How to automate DevExpress control.
I want to automate test for "XtraTreeList" and "XtraGrid" control of DevExpress.
Ranorex python documention doesn't have these contols information.
[url]http://www.ranorex.com/Documentation/Python/modules.html[/url]
Any solution to automate these contorls???
by gurpreet singh
Thu Feb 07, 2013 6:29 am
Forum: General Questions
Topic: Japanese and Chinese character support
Replies: 3
Views: 1788

Re: Japanese and Chinese character support

i'm using python 2.5.1 but i dont know version of ranorex because it is embeded python script. Ranorex version is "Ranorex-1.5.3.6580" as mentioned in exe. import os, sys, optparse, imp import RanorexPython as Ranorex import os.path import win32api import time def main(): timeScale = 1.0 Ranorex.Ele...
by gurpreet singh
Wed Feb 06, 2013 6:44 pm
Forum: General Questions
Topic: Japanese and Chinese character support
Replies: 3
Views: 1788

Japanese and Chinese character support

I'm am not able to get japanese or chinese character properly.
I am using python 2.5.

Code: Select all

 import RanorexPython as Ranorex
Ranorex.ControlGetText(combobox)
In output i'm getting ?? in place of japanese or chinese character.