active questions tagged visio - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T23:12:46Z http://stackoverflow.com/feeds/tag/visio http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1747464/javascript-diagramming-tool 0 JavaScript diagramming tool Fredrik Berglund 2009-11-17T08:59:09Z 2009-12-07T15:53:05Z <p>Does anyone know any good JavaScript alternatives to mxGraph (<a href="http://www.jgraph.com/mxgraph.html" rel="nofollow">http://www.jgraph.com/mxgraph.html</a>) that allows the user to draw Visio style diagrams on a canvas and add/edit/remove properties of elements?</p> http://stackoverflow.com/questions/1858835/flex-whiteboard-application-like-visio-ms-powerpoint 0 Flex Whiteboard application - like Visio/MS Powerpoint Michael 2009-12-07T09:29:19Z 2009-12-07T15:35:22Z <p>Hi all, I am creating an application that will allow users to model system information by allowing them to <strong>Drag and Drop</strong> objects from a Flex Tree into some sort of canvas/grid ie: like a whiteboard application eg: <strong>Visio/MS Powerpoint</strong> etc.</p> <p>The application requires the following functionality:</p> <ul> <li>Drag and drop items from a Tree to some sort of canvas/grid</li> <li>Move items within the canvas/grid</li> <li>Delete items from the canvas/grid</li> <li>Resize items in the canvas/grid</li> <li>Save the position of the items to a database</li> <li>Has good performance in terms of rendering components with images</li> </ul> <p>I am not sure which Flex component is best suited to the canvas/grid. I was thinking of using either:</p> <ul> <li><strong>Datagrid</strong> or (can't drag/drop to cells easily though)</li> <li><strong>Grid</strong> or (can drop to cells via gridrow/griditems mxml tags)</li> <li><strong>TileList</strong> or (problem with this is that it rearranges all items when you move 1 item)</li> <li>some other list?</li> </ul> <p>I think the grid would suite my purposes the best as it would enforce objects to be placed within a gridrow/griditem.</p> <p>Any ideas or discussion on this would be great. Thanks Mike</p> http://stackoverflow.com/questions/1635943/any-hints-on-programming-dia-with-python-extensions 0 Any hints on programming Dia with Python extensions? Eric 2009-10-28T08:53:34Z 2009-11-29T04:00:06Z <p>I'm searching for documentation on how to do it properly. Any hints?</p> http://stackoverflow.com/questions/1769560/converting-a-visio-to-a-jpg-image 0 Converting a visio to a JPG image Goutham 2009-11-20T10:19:38Z 2009-11-20T10:25:53Z <p>I have a .vss type file which I want to convert to an image format (like JPG/GIF). Is it possible to do this and if so, how? </p> http://stackoverflow.com/questions/636074/what-is-the-system-sequence-field-used-for-in-visio 0 What is the "system sequence" field used for in Visio? Otter 2009-03-11T19:51:40Z 2009-11-20T02:00:03Z <p>When placing message calls (arrows from one active lifeline to another) in a system sequence diagram in Visio, I noticed that there is a property called "system sequence." Anyone know what the intended usage of this field is?</p> http://stackoverflow.com/questions/1745986/diagramming-server-connections-in-visio-what-direction-should-arrows-point 0 Diagramming server connections in Visio - what direction should arrows point? frankadelic 2009-11-17T01:08:45Z 2009-11-17T20:59:18Z <p>Suppose I would like to depict data flow between two servers in Visio.</p> <p>I have boxes to represent servers and arrows to represent communication / data flow.</p> <p>In this situation:</p> <ul> <li>Server A always initiates connections to Server B.</li> <li>Server A reads from server B, but does not write.</li> </ul> <p>How would this be depicted? Which way would the arrows point?</p> <p>Is there are convention used for arrows connecting these two servers? Is it based on...</p> <ul> <li>Which server initiates connections to the other</li> <li>Whether the operation is read, write, or both</li> </ul> http://stackoverflow.com/questions/1744690/ms-visio-how-can-visio-automatically-create-subpages-for-every-new-process 0 MS Visio. How can Visio automatically create subpages for every new process Lexx 2009-11-16T20:36:29Z 2009-11-16T20:36:29Z <p>Value added chain diagramm. Visio can automatically create a page every time we put process on the canvas. But I lost how :((</p> <p>maybe some setting?</p> <p>Stencil = EPC diagramm shapes</p> http://stackoverflow.com/questions/1743618/software-for-sequence-diagrams 1 Software for Sequence Diagrams? bobber205 2009-11-16T17:24:29Z 2009-11-16T18:06:45Z <p>I've been using <a href="http://nclass.sourceforge.net/" rel="nofollow">NClass</a> for object/class modeling in class thus far.</p> <p>However, I do not believe that it is capable of sequence diagrams, which is my next task.</p> <p>I would prefer not to use Visio. Is there a good and free software solution for making sequence diagrams? </p> http://stackoverflow.com/questions/1695522/graph-drawing-from-sql-queries-to-visio-readable-file-vdx 0 graph drawing - from sql queries to Visio readable file(.vdx) dudecoding 2009-11-08T05:56:11Z 2009-11-13T01:41:09Z <p>I am working on building a website which queries a sql server database and gets tables which contain information about node connections. As in, column 1 has children columns2 and 3 etc... </p> <p>I am writing this using MVC framework and ASP.NET and C#. I wanted to know how I can go about converting the queried data to graphs, which can then be sent to the user as a Visio readable(.vdx) file. The graphs should only contain bubbles and connections.</p> <p>I have dug up and found this link: <a href="http://blogs.msdn.com/saveenr/archive/2009/09/30/creating-a-visio-vdx-file-without-using-visio.aspx" rel="nofollow">http://blogs.msdn.com/saveenr/archive/2009/09/30/creating-a-visio-vdx-file-without-using-visio.aspx</a></p> <p>which programs visio without using the software at all. But, its still not clear how i'd draw graphs using this. There has to be a library(like graphviz) for generating the connections between nodes, right?</p> <p>Thanks :)</p> http://stackoverflow.com/questions/1723613/open-source-alternative-to-visio 0 Open Source alternative to Visio [closed] unknown (yahoo) 2009-11-12T16:42:50Z 2009-11-12T16:52:30Z <p>I'm looking for a comparable and free alternative to Visio. Anyone know of one? Thanks</p> http://stackoverflow.com/questions/1712340/visio-2003-c-uml-class-diagrams-abstract-class 0 visio 2003: c# UML class diagrams - abstract class dotnet-practitioner 2009-11-11T01:02:33Z 2009-11-11T01:54:02Z <p>I am trying to create UML diagrams but can not mark a class as Abstract. Please help.</p> http://stackoverflow.com/questions/1711505/visio-2003-relationship-arrow-to-connect-2-tables-in-database-er-diagrams 0 Visio 2003: relationship arrow to connect 2 tables in Database ER diagrams dotnet-practitioner 2009-11-10T21:54:21Z 2009-11-10T23:10:40Z <p>I am trying to model relationship between 2 tables Orders and OrderDetails. I draw "relationship" arrow from OrderDetails to Orders table with Foreign key OrderID. But in DatabaseProperties for relationship arrow, I get unknown parent and unknown child. How do I connect the 2 tables with relationship arrow properly. </p> http://stackoverflow.com/questions/1705448/good-visio-template-or-alternative-for-soa-distributed-systems 0 Good Visio Template (or alternative) for SOA/Distributed Systems? Rob Sanders 2009-11-10T03:22:16Z 2009-11-10T05:41:27Z <p>Apologies if this has been asked (I couldn't see a duplicate when searching) but I'm wondering if anyone can recommend a reliable Visio template for SOA/Distributed Systems design <em>or</em> a decent alternative? </p> <p>What have you found which works well for you?</p> <p>There isn't anything which stands out from either the templates shipped with Visio Professional 2007 nor on the Office online templates, but I'm open to ideas/recommendations.</p> <p>Traditionally, I've done high level design in Visio (with various different templates) and I'm always looking for ways to improve/use new techniques or design styles and figured this would be a good time to explore alternative templates (or tools). Welcome any suggestions/recommendations.</p> http://stackoverflow.com/questions/1679411/microsoft-vba-idiom-visio-for-testing-non-existance-of-a-property 1 Microsoft VBA idiom (Visio) For Testing Non-Existance of a property? monojohnny 2009-11-05T09:40:01Z 2009-11-09T20:23:52Z <p>I need to ensure a Macro which works on Visio 2003 doesn't cause problems on lower versions of Visio: specifically because I'm writing to a property which doesn't exist on lower versions of Visio. Currently I'm doing this:</p> <pre><code>... On Error GoTo NoComplexScriptFont: Set cellObject = shapeObject.Cells("Char.ComplexScriptFont") On Error GoTo ErrHandler ... NoComplexScriptFont: Rem MSGBOX only for debug MsgBox "No Such Property" GoTo endsub ErrHandler: Rem put in general error handling here GoTo endsub endsub: End Sub ... </code></pre> <p>Which works, but its a little messy I think. I have toyed with the idea of using 'Application.version' (Which returns '11' for Visio 2003), but I would like to avoid assumptions about what properties are available in any particular release and just test for the property itself.</p> <p>What's the nice proper idiom for doing this in VBA ?</p> <p>Thanks</p> <p>--- Got a few answers below, my prefered solution was this one:</p> <pre><code>If shapeObject.CellExists("Char.ComplexScriptFont", 0) Then msgbox "Property exists" else msgbox "Property does not exist" end if </code></pre> http://stackoverflow.com/questions/1688648/how-to-import-mysql-sql-file-into-microsoft-visio-2007 0 How to import mysql sql file into microsoft visio 2007 ? garcon1986 2009-11-06T16:20:34Z 2009-11-06T16:57:01Z <p>Hello,</p> <p>Does anyone know how to import a mysql sql file into microsoft visio 2007, and then generate a database chart automatically?</p> <p>Thanks a lot. </p> http://stackoverflow.com/questions/1669377/how-can-i-call-a-vba-macro-that-is-defined-in-a-different-file 0 How can I call a VBA macro that is defined in a different file? 0x89 2009-11-03T18:46:20Z 2009-11-06T13:46:46Z <p>The situation is the following:</p> <p>Macro Foo is defined in File foo.vss Macro Bar is defined in File bar.vsd.</p> <p>Bar() is at some point supposed to call Foo(). Is that possible?</p> <p>If it helps:<br> foo.vss is a stencil file that is opened in bar.vsd.</p> <p>FYI:<br> They are forcing me to use Visio/vba. Its a strange old System that generates SQL from the diagrams, really ugly.</p> http://stackoverflow.com/questions/1685345/types-of-uml-diagram-visio-asp-net 0 Types of UML diagram - VISIO - ASP.net Nev_Rahd 2009-11-06T04:10:10Z 2009-11-06T05:36:45Z <p>Hi All </p> <p>I have below extract from design spec and need to create UML diagrams as .net specifications. No coding is yet started or is there any solution structure yet. What would be best highlevel UML diagrams for such scenarios (by not including any class diagrams).</p> <p>Example Scenario: </p> <p>Display Drop Zone Queue The following steps are to be performed at this point: 1.Display the contents of the DZ_JOB_CONTAINER (DZ-CT-JCON) entity in a new Browser window. This is to be done as follows: a)Read DZ-CT-JCON entity where</p> <p>•job_type = “A” (i.e. Acquisition records only)</p> <p>•job_status &lt; 29 (i.e. not a deleted entry) Note: This field is only to be included in the selection criteria where the user has selected to not display deleted records. This is to be the default setting when the queue is initially displayed.</p> <p>•current_flag = “Y” (i.e. “Active entries only)</p> <p>Note 1: Display only Drop Zone queue records which have not been fully processed (i.e. transferred successfully to the BI job queue).</p> <p>Note 2: The DZ-CT-JCON entity is to be sorted in the following sequence: Job Type, Data Stream ID, Data Stream Provider Code, Container Sequence Number b)For each record found matching these selection criteria, the following fields are to be displayed:</p> <p>•Data Stream – the data stream description from the CTRL_DATA_STREAM entity is to be displayed instead of the data stream ID.</p> <p>•Data Stream Provider Code</p> <p>•Container Sequence Number</p> <p>•Container Start Date. Format: DD/MM/YYYY</p> <p>•Container End Date. Format: DD/MM/YYYY</p> <p>•Container Generation Date. Format: DD/MM/YYYY</p> <p>•Job Status – the job status description from the CTRL_JOB_STATUS entity is to be displayed instead of the job status id.</p> <p>thanks</p> http://stackoverflow.com/questions/752434/using-visio-to-generate-mysql-ddl 1 Using Visio to generate MySQL DDL aks 2009-04-15T16:06:35Z 2009-11-05T08:16:29Z <p>I have a database model diagram created in MS Visio which I would like to export to DDL file to create a MySQL database. I've already installed the MySQL ODBC driver, which I can successfully use to generate DDL file, but I have some problems anyway.</p> <p>Visio puts quotation marks around the table names which are also reserved words (like user). This is not OK, since MySQL uses backticks (`) and not quotation marks (") for this purpose.</p> <p>MySQL ODBC driver also changes the BLOB data type to LONGVARBINARY, so it cannot be used directly with MySQL when creating the database.</p> <p>Does anyone have any suggestion how to deal with these two problems?</p> http://stackoverflow.com/questions/1661813/visio-tutorials-to-design-software-systesm 0 visio: tutorials to design software systesm dotnet-practitioner 2009-11-02T15:06:20Z 2009-11-02T15:30:17Z <p>I am looking for good tutorials on the high level design of software systems that would show things like DLL, Databases, etc. Where can I find good visio tutorials?</p> http://stackoverflow.com/questions/1626400/does-excellent-free-modeling-software-exist 1 Does Excellent free modeling software exist? bobber205 2009-10-26T18:13:43Z 2009-10-29T02:47:21Z <p>My friends are in a class that is requiring class diagram modeling. We have access (legit) to Enterprise Arch but we all really hate it.</p> <p>And Visio isn't meant for class modeling (at least in our opinion).</p> <p>Is there a good free solution for class diagram modeling?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1614515/visio-stencil-for-handdrawing-web-mockup 0 visio stencil for Handdrawing web Mockup pravat 2009-10-23T16:21:40Z 2009-10-23T16:32:50Z <p>Hi,</p> <p>Can any one suggest me if any Hand drawing Visio stencil available. which will look like a hand drawn sketch. I have seen some Web UI wire frame done using some hand drawn tool which looks very much impressive when we can present the UI sketch to the Client rather than real hand drawn sketch. </p> <p>It's will be really helpful if some one can suggest me about the tool rather than suggesting pencil and paper is the best tool which I am doing right now.</p> <p>Thanks</p> http://stackoverflow.com/questions/446786/free-tools-similar-in-functionality-to-ms-visio 3 Free tools similar in functionality to MS VISIO cwius 2009-01-15T13:49:32Z 2009-10-16T16:21:33Z <p>Are there any free tools or software packages that offer functionality similar to MS Visio? </p> <p>I am looking for something that can create database, most UML and application flow diagrams.</p> http://stackoverflow.com/questions/1564736/creating-a-visio-repository 0 Creating a Visio Repository fr3dr1k8009 2009-10-14T07:19:15Z 2009-10-15T14:23:52Z <p>Hi,</p> <p>This is my first question, so forgive me if it has been asked before.</p> <p>I have a lot of diagrams that I created with Microsoft Visio 2007, and would like to share them with other developers. What would be the easiest way to do that? By sharing I mean being able to view the diagram, ideally without having Visio 2007 installed, and making change requests. </p> <p>Can I do this with Sharepoint? Can I use the SVG export?</p> <p>Any recommendations would be appreciated.</p> http://stackoverflow.com/questions/1562117/online-chart-editor 0 Online chart editor Alexander Gladysh 2009-10-13T18:34:26Z 2009-10-13T20:32:33Z <p>I love to use Google Documents as MS Word and MS Excel replacements for online collaboration.</p> <p>However, now I need to discuss architecture layout for my software. Nothing too fancy, perhaps a little (pseudo-)UML, but mostly basic shapes (rectangles, ellipses etc.) with labels, connected by thin lines or arrows.</p> <p>In olden Windows times I'd go for Visio, and be happy. But now I want to use online tool.</p> <p>Preferably free. No need for code reverse engineering etc., just plain assisted vector drawing.</p> <p>Any advice? What do you use?</p> http://stackoverflow.com/questions/760430/modeling-tools-that-understand-both-relational-and-ldap 0 Modeling Tools that understand both Relational and LDAP jm04469 2009-04-17T13:32:36Z 2009-09-25T22:00:01Z <p>I am looking to do some modeling and would like to have a tool that can capture not only a relational model like ERWIN but also allow us to easily port to LDAP as an option.</p> <p>NOTE: Visio can connect to an existing LDAP server and draw, but does not allow for you to model first and then deploy, unlike its relational capabilities.</p> http://stackoverflow.com/questions/1295661/how-can-i-show-relationships-between-views-in-visio-database-diagrams 0 How can I show relationships between views in Visio database diagrams? Telos 2009-08-18T18:27:23Z 2009-09-24T15:41:53Z <p>I'm using a set of views for the data access layer of our primary web application, and need to document these views. Logically the views mirror the underlying tables, meaning they have similar relationships to the tables. (It's a bit more complex, since the views are pulling data from 3 databases...)</p> <p>So I opened up Visio and reverse engineered the views in question into the diagram, but the problem now is that Visio won't let me add relationships to views. </p> <p>Is there any way around that limitation so that I can model these views as if they were actually tables?</p> <p>Or is there an easy way to "convert" each view to a table? (I could do it manually, but that's a lot of boring typing for all the properties...)</p> http://stackoverflow.com/questions/92811/reverse-engineering-for-database-diagramming-in-visio-with-sql-server-2008 7 Reverse Engineering for Database Diagramming in Visio with SQL Server 2008 Mudu 2008-09-18T14:03:40Z 2009-09-22T23:24:59Z <p>I need to reverse engineer a <strong>Microsoft SQL Server 2008</strong> in order to create a <strong>Microsoft Visio 2007 Database Model Diagram</strong>. So I choose <strong>Reverse Engineer</strong> from the Database menu to connect to the DB.</p> <p>I configured the Microsoft SQL Server Visio driver so that is uses SQL Server Native Client 10.0 as the ODBC driver. Afterwards I created a User DSN which connects to my DB. This DSN works (at least the provided test is successful). After clicking next in the Reverse Engineer Wizard, Visio kindly asks for my credentials which I properly provide, but after clicking OK I receive the following message:</p> <blockquote> <p>The currently selected Visio driver is not compatible with the data source.</p> </blockquote> <p>I tried using the old SQL Server ODBC driver, by also reconfiguring the Visio driver of course. It does not work too. Any help would be cool!</p> <p>Kind regards Matthias</p> http://stackoverflow.com/questions/1455885/how-to-force-visio-to-re-evalute-formulas-when-an-untrusted-visio-document-is-ope 0 How to force visio to re-evalute formulas when an untrusted visio document is opened. Eric Hudon 2009-09-21T17:57:39Z 2009-09-22T15:41:07Z <p>Hello Everyone,</p> <p>I have a module that creates a Visio file (VDX) outside Visio. According to the SDK this refers to 'untrusted' XML. I've created my xml file by copied the Masters from my stencil and then refer to them using an XML sparse file.</p> <p>In my sparse xml I override the shape's location and size this way:</p> <pre><code>&lt;Shape ID="154" Master="0"&gt; &lt;Text&gt;Text of the shape&lt;/Text&gt; &lt;XForm&gt; &lt;PinX&gt;2.90625&lt;/PinX&gt; &lt;PinY&gt;3.895833333333333&lt;/PinY&gt; &lt;Width F="No Formula"&gt;0.75&lt;/Width&gt; &lt;Height F="No Formula"&gt;0.5&lt;/Height&gt; &lt;/XForm&gt; &lt;/Shape&gt; </code></pre> <p>My shape is a group that has sub-shapes.</p> <p>It works, Visio is able to open it, but the sub-shapes has the default width and height of the master. Also the links between by shapes don't route properly.</p> <p>If I copy/paste in the same of new file, then I get the expected result.</p> <p>I have tried to force the width and height of sub-shapes. I get the same problem.</p> <p>I have tried using VBA code on opening of the document by explicitly calling the trigger() method of the Cell class and I get the expected results. It also work, I open the shape sheet. The value is there in black, I just hit enter on the cell, and I get the expected result as well.</p> <p>My understanding of the problem, is that visio does not evaluate the formulas of my sub-shapes when I open the document.</p> <p>Unfortunately, I cannot rely on macros to force and update the cells. I would like to know if there's a way to force the formulas of my sub-shapes to be re-evaluated when I open my document.</p> <p>Thanks in advance.</p> <p>Eric</p> http://stackoverflow.com/questions/272816/what-is-a-good-visio-enterprise-architect-replacement 9 What is a good Visio Enterprise Architect replacement? MattValerio 2008-11-07T17:20:47Z 2009-09-22T01:00:56Z <p>I've been using Visio 2002/2003 Enterprise Architect to do my database schema design visually and then forward-generate the DDL to create the database.</p> <p>I wanted to switch to Visio 2007, but while it does have database diagramming support, it <em>doesn't</em> have the ability to generate DDL. Bummer.</p> <p>I am really disappointed because it seems like Microsoft has completely abandoned this feature. You can't do it in Visual Studio (that I've found). You can sorta do it with SQL Server Management Studio if you insert database diagrams into your database, but any edits to the schema immediately take effect.</p> <p>Has anyone found a good program to do this? I'm hoping to find one that is free and can generate DDL/SQL for SQL Server.</p> http://stackoverflow.com/questions/1451862/does-ms-visio-support-sequence-diagram 0 Does MS Visio support sequence diagram? novicedeveloper 2009-09-20T19:58:04Z 2009-09-20T20:00:39Z <p>Does MS Visio support sequence diagram?</p>