Search the web
Sign In
New User? Sign Up
DxDesigner_Users · Mentor Graphics DxDesigner user group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2669 - 2699 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2669
We use DxPDF to create the schematics for manufacturing. The PDF's are simpler, easily searchable, and are a single file format which makes it much easier for...
Gary Lameris
glameris
Offline Send Email
Mar 1, 2004
1:45 pm
2670
One method would be to add a Class attribute to all parts. ... From: Austin Franklin To: innoveda_users@yahoogroups.com Sent: Thursday, February 26, 2004 7:08...
Gary Lameris
glameris
Offline Send Email
Mar 1, 2004
4:27 pm
2671
Hi Gary, Yes, but I wanted to avoid that...if possible. Good idea for future, but not for a completed project. Regards, Austin ... From: Gary Lameris...
Austin Franklin
austinfranklin
Offline Send Email
Mar 1, 2004
5:51 pm
2672
Does anybody have a good script or form that will input parts into a database in Access, from DxDesigner?...
Michael Rock
moomanmike
Offline Send Email
Mar 1, 2004
7:00 pm
2673
where i can get the ePD library. can any one help me to get that. binu george ... Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster. where i...
binu george
binu_ren2000
Offline Send Email
Mar 2, 2004
3:31 am
2674
All, I'd like to use DxDataBook as a common interface to verify that components have the correct PKG_TYPE attributes given a specific part number. I have...
Brad Gwinn
bradgwinn
Offline Send Email
Mar 2, 2004
9:44 pm
2675
I will be out of the office starting 01-03-2004 and will not return until 09-03-2004. I will respond to your message when I return. For urgent matters, you...
andre.mylle@...
andremylle
Offline Send Email
Mar 3, 2004
12:00 am
2676
Hi, I need 'MIL standards' documents for PCB design (placement, routing and power plane guidelines) and PCB Assembling and fabrication . Can I get those...
Devi R
rdevi80
Offline Send Email
Mar 4, 2004
9:39 am
2677
No but I can write one! Yours still looking for employmently Alex ... Dr Alex Stennett <mailto:alex@...> alex@... yahoo id is...
Alex Stennett
doctor_aardvark
Offline Send Email
Mar 4, 2004
12:36 pm
2678
Dear, Is it possible to trigger the event of changing an attribute value on a component with e-scripting? My applications needs to be running in background ...
Steven Aerts
mlxsae
Offline Send Email
Mar 4, 2004
3:10 pm
2679
Steve, after Changing the Attribute is selected, so you can do it like this: Sub Application_BlockModified(Block) Rem Bug in 3.0 (solution announced for 3.1):...
Alves Christian (AE/D...
calvesde
Offline Send Email
Mar 4, 2004
4:23 pm
2680
You can turn off the attributes you don't want to be verified (Field type "unused") in the Databook configuration Then it should not be checked. Roman ... All,...
Roman PRAGER
Roman.PRAGER@...
Send Email
Mar 4, 2004
4:58 pm
2681
So can I ...Eventually, I was just hoping to find one already done...Thanks though Michael Rock Molex, Inc. Electrical Engineer mike.rock@... Work...
Rock, Mike
moomanmike
Offline Send Email
Mar 4, 2004
5:50 pm
2682
Christian, Thanks for the info however I'm searching if it's possible to automatically run the script when the user changes an attribute. In VB you have a lot...
Steven Aerts
mlxsae
Offline Send Email
Mar 5, 2004
7:25 am
2683
Steve, this _is_ an extract from a script running in our ePD-environment! (It checks for valid values, paints attributes in diffrent colors depending on...
calvesde
Offline Send Email
Mar 5, 2004
3:35 pm
2684
Has anyone located a decent reference on net and component constraints for DxDesigner 3.0 and PowerPCB 5.0.1? We are trying to locate a definition for all of...
michael_mason@...
mcmason2001
Offline Send Email
Mar 8, 2004
9:04 pm
2685
I want the solder mask is 1:1 scale to paste mask in PowerPCB. But I always got solder mask layer has bigger pad size than defined in pad stack-up. Why is...
Zhitong Chen
tonggc
Offline Send Email
Mar 8, 2004
10:10 pm
2686
Tammy, In the CAM setup select the soldermask you wish to change and select options in here there is a box that says over under size by. Set this to zero and...
Neal Haddock
seakr2003
Offline Send Email
Mar 8, 2004
10:46 pm
2687
Great! Thanks, Neal. Tammy Neal Haddock <neal@...> wrote: Tammy, In the CAM setup select the soldermask you wish to change and select options in here...
Zhitong Chen
tonggc
Offline Send Email
Mar 8, 2004
11:10 pm
2688
It uses net and component rules and classes in PowerPCB. A net/component rule in PowerPCB is an attribute in DxDesigner. A class rule is a "constraint" in...
Gary Lameris
glameris
Offline Send Email
Mar 9, 2004
6:44 pm
2690
Hi, Is it possible in DxViewDraw to load an annotation file once in an hierarchical design where when you browse trough your hierarchy, the annotation still be...
Steven Aerts
mlxsae
Offline Send Email
Mar 10, 2004
8:47 am
2691
Hi All, I like having the database in Excel format as there is so many ways to sort the data, and so far i have had no problems. I have however one issue, when...
dsharratt2003
Offline Send Email
Mar 11, 2004
8:56 am
2692
Hey there, We've run into similar problems when using MS Access. We suspect that the MS ODBC drivers don't obey the read-only flag and thus lock the database...
Iestyn Guest
iguest
Offline Send Email
Mar 11, 2004
1:01 pm
2693
I'm a newbie. How do I change the reference designators automatically in PADs so that on the printed circuit board the ref des's are numbered in some logical...
ken_and_wanda
Offline Send Email
Mar 11, 2004
2:14 pm
2694
How do I run outside programs through forms in DxDesigner? I see that they can be run through adding them through the "Tools" bar in ViewDraw, but what...
dxprogrammin
Offline Send Email
Mar 11, 2004
2:45 pm
2695
Ryan, to run an outside program from within an .efm: Set ExecOb = Scripting.CreateObject("Viewlogic.Exec","shell") ExecOb.WorkingDirectory = WorkDir 'or...
Alves Christian (AE/D...
calvesde
Offline Send Email
Mar 11, 2004
3:07 pm
2696
I must be missing something fundamental in my form that I am trying to put together. In the sample forms that came with ViewDraw, I could call up the current...
dxprogrammin
Offline Send Email
Mar 11, 2004
3:39 pm
2697
Ryan, I'm using 3.0 and it's PrimaryDirectory property, but this shouldn't make a difference. Sorry, my code wasn't correct (WorkDir is an internal Var in my...
Alves Christian (AE/D...
calvesde
Offline Send Email
Mar 11, 2004
6:00 pm
2698
The code seems to be working. Just one question, does the command string have to be a windows application or could it be any? Im asking because Im trying to...
dxprogrammin
Offline Send Email
Mar 11, 2004
6:54 pm
2699
Iestyn, The issue with MS Access is permissions. Everyone who uses the database needs to have write access to the FOLDER that the database resides in. This...
d_r_shupe
Offline Send Email
Mar 12, 2004
1:58 pm
Messages 2669 - 2699 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help