Hi Guys,
I implemented a button in workbook through which you can trigger a process chain. The annoying part is that a priority (A,B,C) screen pops up for the process chain. Is there a way i can skip this window and process chain is triggered without asking priority.
Hi,
I implemented a button in workbook through which you can trigger a process chain.
just a thought : in the same code, try to raise an event (refer FM : RSSM_EVENT_RAISE) , you should use "event" and "parameter".
schedule process chain as -->direct scheduling -->after event--> enter event and parameter and schedule.
note: event should be created in sm64 in bw
Hi,
You can avoid this by running the processchain in background, You must give the Priority before secheduling the PC only once. There will be A B & C Priorities & you can select any one of these so as to schedule the chain.
AM
Add a comment