using enterPoint with infix turned on

Discussion in 'Cadence' started by SS, Mar 20, 2006.

  1. SS

    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
     
    SS, Mar 20, 2006
    #1
  2. enterPoint has an option -> ?noInfix
     
    Dominic Duvarney, Mar 20, 2006
    #2
  3. SS

    SS Guest

    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
     
    SS, Mar 20, 2006
    #3
  4. SS

    SS Guest

    Dominic, I take it back. It works.
    thanks,
    Sriram
     
    SS, Mar 20, 2006
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.