Jump to content
  • 0

selectable / copy pdf - reference


tom_shady

Question

1 answer to this question

Recommended Posts

  • 0

I am confused by your comment. Are you referring to the VectorScript Language Guide? I copied the following from the end of Section 9, and pasted it here. It worked using Acrobat 4 and Acrobat Reader 5. What viewer are you using? Please elaborate.

Raymond

code:

Procedure HandleEvents( VAR item : LONGINT; data : LONGINT);

Begin

case item of

SetupDialogC:

Begin

InsertChoice( kPullDown, 0, 'choice 0');

InsertChoice( kPullDown, 1, 'choice 1');

End;

kCancelButton:

Begin

End;

kOKButton:

Begin

End;

End;

End;
[/code]

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...