Prev: Want to set the width
Next: Singleton MFC Extension DLL
From: deepak on 7 Jan 2010 00:36 in my application , am using rich edit box for displaying the error message. but while trying to automate using Rational Robot , it is taking it as a Generic Object so am not able to get the properties of the Rich Edit box my query is are.. 1:is this the rational robot limitation..? 2:in MFC i can change any settings that it can be recogonized by Rational Robot 2:Other than Rich Edit Box , is there any other similiar control that can be use in my application
From: David Ching on 7 Jan 2010 01:10 "deepak" <deepakcucek07(a)gmail.com> wrote in message news:671a76d4-f415-4190-85de-3f5ea6c164b7(a)j14g2000yqm.googlegroups.com... > > in my application , am using rich edit box for displaying the error > message. > but while trying to automate using Rational Robot , it is taking it as > a Generic Object so am not able to get the properties of the Rich Edit > box > > my query is are.. > > 1:is this the rational robot limitation..? > 2:in MFC i can change any settings that it can be recogonized by > Rational Robot > 2:Other than Rich Edit Box , is there any other similiar control that > can be use in my application I'm surprised "Rational Robot" doesn't recognize a rich edit box because it is a standard Windows control. There are different versions of the rich edit control, which one are you creating? Do you create it in code with CreateWindow(Ex)? Or do you use a dialog specified in the .rc file? Regardless, what is the class name, e.g. RichEditClass2W? You might want to switch to version 1 rich edit control, if you're not already using it; maybe Rational Robot recognizes that. -- David
From: Joseph M. Newcomer on 7 Jan 2010 10:42 You should submit this as a bug report on Rational Robot. It sounds like they did not understand real applications. joe On Wed, 6 Jan 2010 21:36:08 -0800 (PST), deepak <deepakcucek07(a)gmail.com> wrote: > >in my application , am using rich edit box for displaying the error >message. >but while trying to automate using Rational Robot , it is taking it as >a Generic Object so am not able to get the properties of the Rich Edit >box > >my query is are.. > >1:is this the rational robot limitation..? >2:in MFC i can change any settings that it can be recogonized by >Rational Robot >2:Other than Rich Edit Box , is there any other similiar control that >can be use in my application Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
|
Pages: 1 Prev: Want to set the width Next: Singleton MFC Extension DLL |