AutoCAD Inventor :: Capture Active Window
Sep 9, 2013I`m looking for the code which will capture the active window similar to iProperties-->Save--> Capture
View 4 RepliesI`m looking for the code which will capture the active window similar to iProperties-->Save--> Capture
View 4 RepliesI have Corel VideoStudio Pro X3 as well as the trial version of X4 which I have just downloaded. I am having the same problem with both versions. When I go into Capture, there is no image coming through the Capture Window, it is just black. When I hit Capture Video, it does start capturing and it does record video correctly, however when I stop capturing, the preview window turns black again.
How can I get the video to be seen in the Capture preview window?
My computer is Windows 7 Ultimate 64 bit edition. I am using a USB capture device, the Diamond Multimedia VC500 One Touch VHS Video Capture USB 2.0.
I have Corel VSP 3 - is there any way within the application to do an active desktop video capture?
View 1 Replies View RelatedI'm trying to change the active document window size with vb.net. This seems like it should be straightforward, but I'm having some trouble. Below is some code that I tried to use which I found on the AutoCAD DevBlog.. I thought I understood how this works, but I can't seem to import the correct references to make it work.
Dim doc As Document = Application.DocumentManager.MdiActiveDocument()
Dim docWindow As Window = doc.Window
Dim size As Size = docWindow.Size
docWindow.WindowState = Window.State.Normal
docWindow.Size = New Size(500, 500)
For some reason, when using publish in 2012, it keeps taking me out of whatever window I have active at the moment. In all my versions of cad, I've never once had this issue.
View 3 Replies View RelatedI'm working with our new copy of AutoCAD 2013 and using the Visual LISP IDE to create code. I also have an AC2009 machine right next to me for other tasks. On the 2013 machine when I click the "Load Active Edit Window" button it switches to the console screen but there are no messages printed like:
$
; 37 forms loaded from #<editor "C:/LISP/My-Lisp.lsp">
_$
This of course is making it extremely difficult to debug. I have checked the environment settings and they are exactly the same on each machine. The AC2009 machine prints the messages but the AC2013 machine is just giving me a blank console screen.
All of my images open way too small in the Photoshop active work window. (CS6) Is there a way to reduce the overall size of the active window?
View 1 Replies View RelatedWhen the animation is running, if I select another tab, the animation will stop. I would like it to continue. How do I do this?
View 1 Replies View RelatedI have set my video capture format to 16:9 (widescreen). The picture in the movie capture preview window is 4:3 and stretched vertically. However when the file is played it is in fact 16:9.
Is there a way I can set the preview window to display the correct aspect ratio during capture ?
Why do I allways have a 4:3 preview window ? Although the captured movie is of the correct AR, 16:9
View 14 Replies View RelatedI have a Canon Rebel T4i, Lightroom 4.2 running on Mac OS 10.8.1. When I connect the camera to the computre and select Tethered Capture, I see the camera name in the tethered capture window, but the values for the settings are "--". When I mouse over the shutter button, the curson becomes a gloved hand with pointed finger and if I click on the shutter button it changes shade, but does not fire. When I look in the view finder, "Busy" flashes and I can't use the camera shutter.
View 4 Replies View RelatedI recently purchased VSP4 and when capturing from Panasonic camera via fire wire, the preview window remains blank but capture is successful. I can preview video on LCD screen of camera but that is all. All the settings seem to be ok. (PAL). However, the options panel is greyed out except for insert to timeline option. Also, the video properties in the options panel are all greyed out. I have a previous version VS3 on another computer which shows the preview window OK on capture. Could this be the integrated video card in my new computer or is there something else going on here?
OS Windows 7 Ultimate 64 bit
MB Intel DH67GD intergrated HD Graphics Dual Display on board sound
CPU Intel Core i5 2500 3.3 GHz
8gb DDR3 Ram
Seagate 3.5 2 TB SATA2 HD
Panasonic NVGS400 for SD
Panasonic FZ100
Since Edge only has rectangles and ellipses built in as available shapes, how to I/we work with polygon shapes and active mouseover areas INSIDE of these shapes and non-active mouseover areas OUTSIDE of the shapes?
Problem/symptom: when I import a polygon, be it any file format from from Photoshop or SVG from Illustrator, a rectangular border/background (transparent) gets applied, leading to this rectangle defining the mouseover area of the shape - and not the shape itself (be it a star or whatever).
WHAT I WANT: the very shape defines the mouseover area. How do I achieve this?? See examle below:
WHAT I DON'T WANT: how is is now:
Is there any way to open a new window of your model that is not inside the main window of inventor?
I have two monitors and would like to be able to have another window / view open on the other monitor.
I want to delete the inital Sketch (if was already opened) that Inventor creates when a new part is added.
I have tried this, but doesn't work.
Sketch sketchActive = docPart.SketchActive.
sketchActive.Delete();
How can I do this? A reference dimension was created by a circular pattern and it covers a circle I'm try to select.
View 2 Replies View RelatedWhere are the options to add objects & ActiveX objects to the VBA project? i can reference them but thats it... Have i got to do everything late binding or can i drag an object onto a form in design view?
View 1 Replies View RelatedI'm new to the style library and how to take an existing drawing that was created on one standard, and changing it to another standard I just created. The new standard has different dimension styles, text, and layers. I've added all the styles to my style library and I've set the new standard to the active standard in both the styles and standards editor and the document settings. If I create a new view, it comes in on the new standard, but the existing views are still on the old. How to I get the existing views on the new standard?
View 2 Replies View RelatedHow you can keep constraints active in sub assemblies so that when I am moving a subassembly the extra movement say in a transitional constraint is able to move so I can see if the total movement allowed is to much?
View 2 Replies View RelatedChanges all dimensions, balloons, ect (define more if you want) to current object default in active standard.
Sub ChangeDimStyle()'J.Kriek 2012 Dim oApp As Application Dim oIdw As DrawingDocument Dim oDim As DrawingDimension Dim oBalloon As Balloon Dim oDimStyle As DrawingStandardStyle Dim oSheet As Sheet Set oApp = ThisApplication
[Code]....
How can you retrieve the active sheets revision?
View 5 Replies View RelatedTrying to create a bit of code that when the 'OnNew Document' event is fired the code checks for a particular Custom Property. Depending on what the Custom Property is set to a form is then fired with relevant text to point the user to a specific area in the workspace. Al this works ok.
But if they press cancel i need the code close the activate 'Part1' which inturn then allows the user to select 'New' to begin again.
I have tried various scenarios but the main problem is that Inventor then crashes!
PublicSub applicationEvents_OnNewDocument(DocumentObject As Inventor._Document, BeforeOrAfter As Inventor.EventTimingEnum, Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles applicationEvents.OnNewDocument
[Code]....
So here's the situation: I have been importing parasolid files into Inventor. When doing so, a folder named "Imported Components" would pop up right next to the parasolid file, with individual Inventor part files of all the assembly parts in the parasolid file.
View 3 Replies View RelatedInventor claims all parts and assemblies in certain project as located not in acctive project file, which is not true, see video attached.
This project was copied and ipj file renamed. I did it many times before without problems.
[URL]
I am using iLOgic on Inv 2012 to try and close the active document using the following piece of code -
InventorVb.Application.activedocument.Close (True)
This close the document but brings up the following Error msg...
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
Any better piece of code that shuts down the active document but doesn't return the error? (I only want to shut down one document, not the application)
I'm trying to get the value of the Category iproperty of the model on the active drawing sheet. This is not a problem in a single sheet drawing, but I'm not sure how to specifically retrieve the Referenced Document of the Active Sheet in s multi sheet drawing.
Here's what I have:
Option Explicit
Public Sub PartsListFilter()
'set reference to the drawing document
'assumes that a drawing is active
Dim oDraw As DrawingDocument
Set oDraw = ThisApplication.ActiveDocument
[code]........
I have two tables on a drawing one showing a parts list the other changes to dimensions.
The table to show the dimension changes is a configuration table pointing to an ipart.
iLogic is used to update the ipart but you have to right click to update the Active Member in the ipart to see the drawing update.
Is there a way to automate the 'update active member'? (on the ipart table - this does update the drawing)
I just have the one row in the table, it's purpose was to pass the values onto the drawing (as the part resizes I didn't want the dimensions moving so opted to tabulate them) - hoping they would update!
or
Is there a way to have a table update parametrically i.e. I've tried .csv as a source to the table but can't force an update. This way I could scrap the ipart & just import the values to a table.
The table also includes some txt comments which change with the ipart properties.
How hide SketchesSymbol name in browser on active sheet?
View 1 Replies View RelatedI have an issue with opening assembly files as they always open as Master not Last Active.
Have I missed an option on another tab or something else?
64-Bit Inventor Professional 2012
Build 219, SP2
On a daily basis I work with two different types of drawings; machining and fabrication. The machine shop prefers dimensions in decimal inches, and the fab shop only understands fractional inches. Is there any way to set up the styles/standards/templates to allow me to pick out which type of drawing I am creating and have Inventor use the correct object defaults for the dimensions?
View 4 Replies View RelatedI am trying to have one drawing with B size and E size sheets I am trying to get the border, title block and standard to change when the sheet format changes. I can get it to work when I run the rule but have hard time find information to just change when sheet format changes. And I can't find anything or I should say a sample of how to. I think I found the code just don't know how to make it work. Here is what I have so far.
SubMain()
IfActiveSheet.Size="E"Then
ActiveSheet.TitleBlock="G&T (E)"
ActiveSheet.Border="G&T Border (E)"
EndIf
IfActiveSheet.Size="B"Then
[code].......