Welcome to the WinVis Forums
Enter the Forums
About the Forums
The WinVis Forums provide a place for people to come together to discuss the WinVis system, ask questions, and provide answers.
The forums are intended primarily for registered users (Click
here
to register), but some forums and discussions allow non-registered users to post. We have
tried to provide forums for any WinVis-related topics, but if you would like to see a forum for a certain topic, you can
contact a forum administrator.
Administrators and Moderators
Forum administrators are primarily members of the WinVis team, and are there to keep the forums running smoothly. Forum moderators
can be either members of the WinVis team, or veteran members of the WinVis community. Moderators monitor specific forums, and make
sure off-topic discussions get moved to the right places, and that posted material is appropriate and respectful to the members of
our community. If you would like to become a moderator, you can contact the WinVis team.
Formatting Posts
We expect that users will often want to discuss pieces of scripts and code. To facilitate this, we have provided a tag that lets you
set off code from the rest of your post. To do this, use the special {+code} and {-code} tags. Simply put the {+code} tag before
your code, and the {-code} tag after your code. For example, say you wanted to discuss the method of adjustment. You might post:
I am having some trouble with the method of adjustment in W4M. Can anyone help me out?
{+code}p=winvis('AdjustmentCreateStruct');
% I am not sure what to do next
p=winvis('AdjustmentInit',p);{-code}
This would display as:
I am having some trouble with the method of adjustment in W4M. Can anyone help me out?
p=winvis('AdjustmentCreateStruct');
% I am not sure what to do next
p=winvis('AdjustmentInit',p);
Icon Key
Throughout the Forums you will see several icons assosciated with forums, discussions, and posts.
 | This icon means non-registered users may post, and registered users may post anonymously |
 | This icon means the forum or discussion is locked. For forums, that means no new discussions may be created (although posts may be added to existing discussions). For locked discussion, no new posts may be added. |
 | This icon means the forum or discussion will be displayed in a specific place. Non-pinned forums and discussions will be displayed in chronological order. |
Enter the Forums
|