Jump to content
Developer Wiki and Function Reference Links ×

vs functions don't function


Recommended Posts

Not sure if this helps your dialog question but,try this:---------------Procedure Testdialog;VARmystring:STRING;BEGIN

mystring:= StrDialog('Enter Something','');

message(mystring);END;Run (Testdialog);------------------If you leave the string field blank the dialog box will not dismiss. Something has to be typed inor the cancel button must be clicked.

With domenutextbyname the way your trying to call each rotate menu item needs to be done a little differently. check out the domenutextbyname constants at: http://www.nemetschek.net/support/custom/vscript/functionref/VSFunctionReference.html

Fuge

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
Reply to this topic...

×   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...