[Openroad-users] ArgLocator

Doug White black_belt101 at hotmail.com
Mon May 26 15:24:55 EST 2008


Ahhhh...

ok ArgLocator() is not a guage field procedure.... All it does is parse a string of parameters for a given keyword

The arguments are:

ArgLocator(
string = The string of parameters
keyword = the parameter to find
strLength = length of *string*
outbuf = BYREF output string for retrieved parameter
) Returns ER_OK if the parameter search has been successful

All parameters are separated by ~
Here is an example from the gauge field include:

AsstParm = 'defValue=0.000~maxValue=100.000~minValue=0.000~moveDir=1~divIndex=5~ishi_mark=0~islo_mark=0~bulge=2~isautorange=0~  ' ;  isArgOK = ArgLocator(string = AsstParm,                       keyword = 'minValue',                      strLength = CTLen, outbuf = byref(buffer)) ;  if isArgOK = ER_OK then    minValue = ifnull(float4(buffer), 0) ;  else    minValue = 0 ;  endif ;


__ÐöUgWa__

Subject: RE: [Openroad-users] ArgLocator
Date: Mon, 26 May 2008 15:08:36 +1000
From: dfernando at eden.com.au
To: black_belt101 at hotmail.com










Yep, the method is invoked only when you include a gauge filed. If 
you include a gauge field and look at the view process you can see it. But cann 
go inside the function...:( ...... bad.



From: Doug White [mailto:black_belt101 at hotmail.com] 

Sent: Monday, 26 May 2008 3:06 PM
To: Dushmantha 
Fernando
Subject: RE: [Openroad-users] ArgLocator


ArgLocator doesn't show up in the manuals anywhere, and it's not on 
the userclass as far as i can see...Are you sure it's a gauge field?


__ÐöUgWa__



  
  Subject: RE: [Openroad-users] ArgLocator
Date: Mon, 26 May 2008 14:58:33 
  +1000
From: dfernando at eden.com.au
To: black_belt101 at hotmail.com


  
  

  Oh, im trying to convert few frame functions to Java, so 
  need to know what is going inside ArgLocator. We are using 
  OR4.1

  
  
  From: Doug White [mailto:black_belt101 at hotmail.com] 
  
Sent: Monday, 26 May 2008 2:53 PM
To: Dushmantha 
  Fernando
Subject: RE: [Openroad-users] 
  ArgLocator


  Dush, can you give me more info on what you are trying to do, and 
  what version of OpenROAD you are using?


  __ÐöUgWa__


  
    
    Date: Mon, 26 May 2008 14:15:52 +1000
From: dfernando at eden.com.au
To: 
    openroad-users at peerlessit.com
Subject: [Openroad-users] 
ArgLocator


    Hi 
    
     
    Is there anyway i 
    can find out what is going inside method ArgLocator in a 
    gaugefld?? 
     
    Cheers 
     
    Dushmantha 
    Fernando 
    | Programmer-Developer 
    | Eden 
    Technology Pty Ltd
Level 4, 157 
    Walker Street, North Sydney, NSW 2060 Australia
t 
    +612 9492 
    7999 | 
    d 
    +612 9492 7946 
    |  
    www.eden.com.au
    
     
     

  
  Click here Search for local singles online @ Lavalife. 


Click here Search for local singles online @ Lavalife. 

_________________________________________________________________
Be part of history. Take part in Australia's first e-mail archive with Email Australia.
http://emailaustralia.ninemsn.com.au
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.peerlessit.com/pipermail/openroad-users/attachments/20080526/5946be88/attachment.html 


More information about the Openroad-users mailing list