Surpress case listing screen

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Don
Posts: 55
Joined: February 15th, 2013, 1:28 pm
Location: Barbados

Surpress case listing screen

Post by Don »

On android, I would like to open my menu app after accepting a case. I have tried:
  1. including onexit=../Menu/Menu.pff in my questionnaire pff file.
  2. Putting execpff("../Menu/Menu.pff"); in the postproc of the questionnaire.
  3. Including an onstop function that calls execpff("../Menu/Menu.pff"); This only works if I exit the questionnaire early.
These all work in windows but on android, if I complete the questionnaire and accept the case, it shows the case listing. I would then have to hit the back button to get to the menu. Is there any way that I could skip or hide the case listing on android?
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Surpress case listing screen

Post by Gregory Martin »

Take a look here: http://www.csprousers.org/help/CSPro/ru ... entry.html

You'll want to add Lock=CaseListing to your PFF.
Don
Posts: 55
Joined: February 15th, 2013, 1:28 pm
Location: Barbados

Re: Surpress case listing screen

Post by Don »

I wasn't aware of these options. Thank you very much. It works as expected.
Post Reply