Ranorex

MATCH_SUBSTRING in RxListBoxFindString

 
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexCore
View previous topic :: View next topic  
Author Message
Nik



Joined: 29 Sep 2006
Posts: 18

PostPosted: Wed Nov 08, 2006 11:10 pm    Post subject: MATCH_SUBSTRING in RxListBoxFindString
I am facing problem in using RxListBoxFindString with MATCH_SUBSTRING as a parameter.
int posn = RxListBoxFindString (hListControl1, "Gold", MATCH_SUBSTRING);

The function is working with MATCH_EXACT, MATCH_FROM_START.

Is this a known bug? What is the solution?

-Nikhil
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Thu Nov 09, 2006 10:34 pm    Post subject:
Yes it's a known bug, you can only do the following at the moment:

Read all ListBox items and check the text with the function strstr().

Jenö Herget
Ranorex Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexCore All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum