Forum Discussion

mspark's avatar
mspark
New Contributor
10 years ago

Click a SftTree/OCX cell example

 

 

I am testing 3rd party control, SftTree. I found an example for delveloped in VB in below link.

http://support.smartbear.com/viewarticle/9024/

 

But how can I make a sciprt for developed in VC++ (for the sample example) ?

I think I sould use something else in stead of "VBObject()" for the developed in VC++.

 

I could find a sample project for SftTree in the following folder

C:\Program Files (x86)\Softelvdm\SftTree OCX 7.0\Samples\VC++\CellEditing\Win32

 

Please advise.

 

Thanks,

 

 

  • NK00010010's avatar
    NK00010010
    Occasional Contributor

    As far as SmartBear natively does not support SFTree (but they already using this tree in their own TestComplete ProjectExplorer, ObjectBrowser window - funny - right?)) I'll recommend you to ask you devs to build your application with debug info (to use like Open Aplication) and implement internal methods to click, gettext etc. for cells. Like I did.