October 21, 200322 yr Is it possible that when my script is paused that i can place a 'resume' button on the layout. the reason why is because the left hand side of the screen is hidden and so the continue button doesnt show? if so how do you setup the resume script? thanks
October 21, 200322 yr You can either .. press the return button to continue your script and prompt the users to do this. Or you can just draw a button and select the Resume Script step. HTH
October 21, 200322 yr Hi Ricardo, Yep, no problem. Add a button to your layout and, when you call up the 'specify button...' dialog, at the top of the list of commands on the left you will see: [color:"white"]W Do Nothing Control [color:"white"]W Perform Script [color:"white"]W Resume Script [color:"white"]W Exit Script etc etc... the command on the fourth line - 'Resume Script' - is the one you're looking for. Attach that to your button and it will perform the same function as the one that appears in the status area does. If you want the resume button to only appear when a script is paused, I suggest that you place it in a portal based on a self-join relationship, then configure your scripts to make the relationship (eg write an appropriate value to a global field on the left of the relationship) prior to each pause step, and 'break' it again (ie delete the global value) afterwards. Then the button will only be visable/accessible when needed.
October 21, 200322 yr Hey there Andy! That's what happens when one gets interrupted - looks like while I was otherwise engaged you 'beat me to the punch'... Oh well, I guess Ricardo's problem is doubly solved now?!
October 22, 200322 yr Author Thanks guys - sorry for asking such a stupid question - why didnt i think of that d'oh!
October 22, 200322 yr No problem, Ricardo. And I think I can speak for Andy also in saying this: The only really 'dumb' questions are the ones that *aren't* asked!
Create an account or sign in to comment