Quantcast
Channel: Visio General Questions and Answers for IT Professionals forum
Viewing all 2333 articles
Browse latest View live
↧

Single Click Shape Pop Up Text Box

$
0
0

Hello, using Visio 2016 and I want to be able to click on a shape and show a pop up box with text. I know how to do the mouse over functionality, but really looking for an interactive click functionality. Can anyone help?

Here is an example of what I am trying to accomplish:

http://unmanagedvisio.com/dynamic-popups-popovers-on-published-diagrams/

Thanks!

↧

Resize ERD so prints on whole A4 page

$
0
0

I have a small RED That I wont to be able to print but even after going to Design/size/more page sizes/print setup  landscape 

A4  Adjust to 100% it still displays ERD in top 2 3rds of printout.

↧
↧

Visio 2016 crashes constantly

$
0
0

Visio 2016 Pro keeps crashing. I am running Windows 10 with 32GB RAM.

I have tried:

-Running in safe mode

-Online repair of both Office 2016 ProPlus and Visio 2016

-Uninstall/Reinstall Office 2016 ProPlus and Visio 2016

-Windows Update

-Disabling hardware graphics acceleration

Nothing has helped.  I have run OffCAT to diagnose the problem and here are the results:

Message    =Faulting application name: VISIO.EXE, version: 16.0.4266.1003, time stamp: 0x55ceaf33
Faulting module name: d3d11.dll, version: 10.0.10586.494, time stamp: 0x5775df92
Exception code: 0xc0000005
Fault offset: 0x00057049
Faulting process id: 0x2a80
Faulting application start time: 0x01d1dd76150a6390
Faulting application path: C:\Program Files (x86)\Microsoft Office\root\Office16\VISIO.EXE
Faulting module path: C:\WINDOWS\SYSTEM32\d3d11.dll
Report Id: 55d1f880-4969-11e6-9be8-2c56dc248baf
Faulting package full name:
Faulting package-relative application ID:

I have run dxdiag.exe to verify that I am on the current version of DirectX.  Here are the results:

------------------
System Information
------------------
      Time of this report: 7/15/2016, 22:17:03
             Machine name: DESKTOP-780MTPS
         Operating System: Windows 10 Home 64-bit (10.0, Build 10586) (10586.th2_release_sec.160630-1736)
                 Language: English (Regional Setting: English)
      System Manufacturer: ASUSTeK COMPUTER INC.
             System Model: G752VY
                     BIOS: G752VY.206
                Processor: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (8 CPUs), ~2.6GHz
                   Memory: 32768MB RAM
      Available OS Memory: 32706MB RAM
                Page File: 3897MB used, 33673MB available
              Windows Dir: C:\WINDOWS
          DirectX Version: 12
      DX Setup Parameters: Not found
         User DPI Setting: Using System DPI
       System DPI Setting: 96 DPI (100 percent)
          DWM DPI Scaling: Disabled
                 Miracast: Available, with HDCP
Microsoft Graphics Hybrid: Not Supported
           DxDiag Version: 10.00.10586.0000 64bit Unicode

I need to get this working as I need to create a rather complex flowchart for work.

↧

Connector default behavior changed - I am unable to connect statically to connection point

$
0
0

Hi,

When trying to connect between two shaped when I use the Dynamic connector (in home-tool) the connector does not highlight the connection point I am hoovering above, rather the entire shape.

When connecting it to the other shape it again does not highlight the connection point and decides to connect it to another.

Can anyone help.

Visio 2013.

↧

2019 visio pro keeps crashing and the on screen keyboard keeps popping up every time i touch the screen.

$
0
0
2019 visio pro keeps crashing and the on screen keyboard keeps popping up every time i touch the screen
↧
↧

Design a Microsoft Flow in Visio --- not working

$
0
0

Hi. I am attempting to follow the instructions in this MS post and support article "Design a Microsoft Flow in Visio".

Everything looks fine, but I do not see Process - Prepare to Export nor any other items under Microsoft Flow in the Ribbon. I am using Visio 1903 build 11425.20244 Monthly Channel. Is the problem that I am not Monthly Channel (Targeted) and simply need to wait? If not, any suggestions?

↧

Design a Microsoft Flow in Visio --- not working

$
0
0

Hi. Sorry if this is a dupe-I posted it to Visio 2010 by mistake. I am attempting to follow the instructions in this MS post and support article "Design a Microsoft Flow in Visio".

Everything looks fine, but I do not see Process - Prepare to Export nor any other items under Microsoft Flow in the Ribbon. I am using Visio (Plan 2) 1903 build 11425.20244 Monthly Channel. Is the problem that I am not Monthly Channel (Targeted) and simply need to wait? If not, any suggestions?

↧

issues copying visio drawing to word when connected to usb-displaylink displays

$
0
0

I have the kind of weird situation that when I copy (<ctrl>+<c>) a drawing from visio to insert into word, the canvas in word does not resize the visio drawing to fit the canvas but keeps the same size and cuts the rest off.

Disconnecting the displays from usb-displayport resolves this and it works as expected.

Environment:

Visio 2016 and Word 2016: 16.0.84313.2110 32 bit

Windows10: 1709, build 16299.125

↧

How to avoid carbage on visio files?

$
0
0

Hi,

I had 16 MB visio file with multiple pages. I removed multiple pages so it left only 2 pages left. The file size was still 8 MB. Then I tested even more, I removed all objects from both pages saved. The results was:

02.05.2019  17:18         4 472 257 From 16MB to empty.vsdx

And I compare this from scratch, so that I open new document having two empty pages:

02.05.2019  17:19            12 042 Pure Empty.vsdx

When I unpack the file there was:

- 2 MB of the objects I have used

- 20 MB of XML files (230 of them)

It is not surprise that handling the file like that is extremly slow.


Petri

↧
↧

Compiler Error in a Macro using VISIO 2..7

$
0
0

I am using VISIO 2007 and I copied a MACRO from the VISIO GUT website that displays and fits all the pages into the Windo.  When I went to compile it, I received an error on the statement "Private Function m_uiGetActiveDrawingWindow() As Visio.Window".  I have no other information that I can give you because all I get is a dialog box that displays just that message.  Below is the code that I pasted into the MACRO editor.  I am a NEWBIE when it come to using MACROS in VISIO.  So, here is the code:

Option Explicit
Const MESSAGE_CAPTION$ = "Fit All Pages"
 
Public Sub SetAllPagesToFit()
 
  '// Get the active window, if it is a drawing window:
  Dim win As Visio.Window
  Set win = m_uiGetActiveDrawingWindow()
  If (win Is Nothing) Then Exit Sub
 
  Dim doc As Visio.Document
  Dim pg As Visio.Page, pgOrig As Visio.Page
 
  Set pgOrig = win.Page
  Set doc = pgOrig.Document
 
  '// Fit each window. -1 is the zoom value for
  '// fit-to-page:
  For Each pg In doc.Pages
   win.Page = pg
   win.Zoom = -1
 Next
 
  '// Return the window to the original page:
  win.Page = pgOrig
 
End Sub
 
Private Function m_uiGetActiveDrawingWindow() As Visio.Window
 
  '// Checks the active window to see if it is
  '// a drawing window. If not, an error is presented
  '// to the user.
  Set m_uiGetActiveDrawingWindow = Nothing
  Dim win As Visio.Window
  If (Visio.ActiveWindow Is Nothing) Then
 
    Call MsgBox("This code requires an active drawing " &amp; _
                "window to function properly!", , _
                 MESSAGE_CAPTION$)
     Exit Function
 
  End If
 
  Set win = Visio.ActiveWindow
  If (win.Type &lt;&gt; Visio.VisWinTypes.visDrawing) Then
 
    Call MsgBox("The active window is not a drawing " &amp; _
                "window. Please make sure the active " &amp; _
                "window is a drawing window!", _<br /> , MESSAGE_CAPTION$)
 
    Exit Function
 
  End If
 
  Set m_uiGetActiveDrawingWindow = win
 
End Function


↧

Contrast of Grid in Visio'2013

$
0
0

I am admin in Russian visio forum, today user added a question about this subject.

I havn't Visio'2013, and cann't help him. There is my translate

In previous Visio's versions the grid was displayed quite clearly, but in 2013 it seems hardly visible. It is necessary to strain sight!
Whether it is possible to increase its contrast somehow?
It is strange that in standard settings there is no such option. 

Where this control can be changed?

↧

Cant sign in my account in Visual Studio IDE (enterprise version)

$
0
0

Can't sign in my account in Visual Studio IDE.

Before, I have signed in my account but when I sign out then sign in again I got an error

"We could not refresh the credentials for the account

An error occurred while sending the request."

I tried several suggestions from Tech support but none of them works.

Below are some suggestions that I've tried:

  1. Try removing the account, restart Visual Studio and sign in again.
  1. Visual Studio IDE > Help > Send feedback > Report
  1. Temporary disable anti-virus installed
  1. Please run a repair by going to Start Menu > Visual Studio Installer (right-click to run as admin) > Repair
  2. Once the repair is done and computer reboots after restart. Open an administrative CMD window and navigate to C:\Program Files (x86)\Microsoft Visual Studio\2019\enterprise\Common7\IDE and run the command: devenv.exe /resetuserdata
  3. Go to Start Menu and type %localappdata% and press enter to open that folder, In that folder delete folder: .IdentityService
  4. Luanch Visual Studio > Remove account and sign in again > Click on update license.



↧

When saving as a autocad .dxf file, there's no measurement units ($INSUNITS) specified?

$
0
0
I save my Visio drawing in .dxf format to be used by dxf2gcode for my CNC machine.  However, I found there's the measurement unit was not specified, e.g., $INSUNITS, in the saved .dxf file by Visio.  Is this true and acceptable behavior?
↧
↧

Duplicate of a page

$
0
0

Hello,

I have a page that contains many shapes. How can I make a duplicate of the page in the same drawing?

If I copy the contents of the page with Ctrl+A and Ctrl+C and paste it to a blank page then many shapes look yellow in color.

I am using Visio 2010.


↧

Cannot Access Shapes Window nmow where previously I could

$
0
0

I am actually using Visio 2016.  I have created many diagrams using a variety of the standard stencils that were part of  my initial installation onto my laptop.  This is not an online version. 

When I open previous files with stencil objects in them, they appear and function just fine.  My problem is not being able to open the Shapes Window.

I have checked in the Options->Advanced->Shape Setting and it seems to be setup correctly.  Not sure what has changed.  Any ideas on what has happened ?

↧

How to set default font in Visio 2016

$
0
0
How do you set a default font in Visio 2016 that is the default when you open up a new document? Can't seem to figure it out
↧

Visio 2013 - Unable to turn on the Developer Tab

$
0
0

I am trying to turn on the Developer Tab on Visio 2013. I have some shapes I copied from another document, and didn't realize the shapes had the protected flags enabled, now I can't move them, delete them, or modify them in any way. 

Everytime I go into "Customize the ribbon" and try to enable the Developer tab, once I click OK, i can see the ribbon flicker, but the developer tab doesn't appear, when I go back to the "Customize the ribbon" panel, the Developer tab is un-ticked.

I have tried going into the C:\Users\<USERNAME>\AppData\Local\Microsoft\Visio to confirm that the folder is not "read only" something someone suggested for a similar issue with Excel, but it didn't work for me. Is there anywhere I can look for logs that can tell me what may be going wrong when trying to enable the development tab?

I have tried even creating a blank new document and enabling the development tab, and it still fails to enable. I know it used to work when I had Visio 2010. Any help will be greatly appreciated!

↧
↧

How do I make my shapes on a template available to all ? Visio 2016

$
0
0

I'm using Visio 2016.

I have created my own stencils under my shapes and I want to create a template from it. I've put the template on our SharePoint site but the shapes are only available to me, how do I make them visible to everybody else?

Regards


kegan1

↧

Protect own shapes in stencil when inserting

$
0
0

Hi all,

I use visio for collegues who don't have dwg/dxf access.

To discuss factory layouts a dwg plan is the blueprint and machines are displayed as custom made shapes.

To avoid shape size being resized I would like to protect them. There is the option to do so in developers tab and this works after insertion. I would like to know if the default setting of a shape can be set as "protected" on certain items when inserting from library to the sheet.

Best regards,

Wilco

↧

Visio 2016 and MS Project 2016 crash on startup - Windows 10 Enterprise 64bit version 1703

$
0
0

Hello,

I have installed MS Office 2016 (Word, Excel, Powerpoint, etc) and Visio 2016 Professional and MS Project 2016 Professional on a DELL laptop with MS Windows 10 Enterprise version 1703.

All these applications worked in the past (January 2017?).

Today I tried to start Visio and Visio crashed directly during the startup. The same happens with MS Project. The other Office applications are working without problems.

The Visio and the MS Project crash create entries in the Windows EventLog. The "Faulting Module" is the same in both cases:

Faulting application name: VISIO.EXE, version: 16.0.4266.1001, time stamp: 0x55ba15fc
Faulting module name: mso99Lwin32client.dll, version: 16.0.4266.1001, time stamp: 0x55ba12d6
Exception code: 0xc0000005
Fault offset: 0x0011d958
Faulting process id: 0x2ea4
Faulting application start time: 0x01d30aca0ca5a058
Faulting application path: C:\Program Files (x86)\Microsoft Office\Office16\VISIO.EXE
Faulting module path: C:\Program Files (x86)\Common Files\Microsoft Shared\Office16\mso99Lwin32client.dll
Report Id: 0f24c859-1c92-4f28-b953-b757f3dfd85c
Faulting package full name:
Faulting package-relative application ID:

I tried "Repair" on Visio -> nothing changed

I uninstalled and reinstalled Visio -> nothing changed

Is there any idea how this can be fixed?

Thanks

Horst

↧
Viewing all 2333 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>