using enterPoint with infix turned on

S

SS

Guest
How do I use enterPoint when infix is turned on.

I have four functions A, B, C and D

there is an enterPoint function in function A . After accepting the
user input function 'A' calls function 'B'. Function 'B' has two
enterPoint functions. After the accepting the user input the second
enterPoint function sets prompts for the bindkeys. Depending on the
bindkey function C or D is called.

This program works fine when the infix is not turned on . However when
infix is turned on
Function 'B' is called from function A but the second enterPoint
function in function 'B' is not called.

Can anyone tell me how to use enterPoint when infix is turned on.

thanks,
Sriram
 
enterPoint has an option -> ?noInfix

enterPoint(?noInfix t ?prompts list("Enter Point"))
SS wrote:
How do I use enterPoint when infix is turned on.

I have four functions A, B, C and D

there is an enterPoint function in function A . After accepting the
user input function 'A' calls function 'B'. Function 'B' has two
enterPoint functions. After the accepting the user input the second
enterPoint function sets prompts for the bindkeys. Depending on the
bindkey function C or D is called.

This program works fine when the infix is not turned on . However when
infix is turned on
Function 'B' is called from function A but the second enterPoint
function in function 'B' is not called.

Can anyone tell me how to use enterPoint when infix is turned on.

thanks,
Sriram
 
Dominic,
I tried this earlier. If I try to set noInfix t then
infix is not turned on. However I want my code to work when the infix
on and work the sameway when it is turned off.
So if infix is turned on then the points should be selected
automatically.

thanks,
Sriram
 

Welcome to EDABoard.com

Sponsor

Back
Top