Hi, does anyone have an answer to Shekhar's second question? It's my question too (using VBS, ePD2.0b, Solaris 5.6 /.8) Christian ... and ... you ... ...
270
John Dube
jdube@...
Aug 23, 2001 2:17 pm
Christian, In ePD 2.0, forms that are readonly (by file system permissions) have the Run/Stop toolbar buttons removed, so users can't stop the form or see the...
271
vbee@...
Aug 24, 2001 6:22 am
Hello John, How do you do that, remove the start/stop button?? Regards, Stephan van Beek OCE...
272
christian.alves@...
Aug 24, 2001 7:32 am
Hello, Stephan, and Thanks to John! set the permission of the *.efm to r--r--r-- (or ***r--r-- if you have a separate user for installation of the software)....
273
John Dube
jdube@...
Aug 24, 2001 11:53 am
Christian, I don't think this is mentioned in the online help. John ... From: christian.alves@... [mailto:christian.alves@...] Sent: Friday,...
274
juha.manninen@...
Aug 24, 2001 12:44 pm
... I saw only three files on that wishlist page. I think the archiving stuff still fits in there. Juha Manninen...
275
juha.manninen@...
Aug 24, 2001 2:42 pm
... A Perl command line would do that : perl -p0i.bak -e "s/(.+)\*SIGNAL92;* NC .+?(\*.+)/$1$2/s;" %1 %1 is the file name. Juha Manninen...
276
robsaye@...
Aug 25, 2001 5:14 pm
Hello all, I have been using ViewDraw for a few years, just moved to a company using epd 1.1 on a PC as opposed to PowerView on Unix. My EDA tools engineer and...
277
innov_ug@...
Aug 27, 2001 1:03 pm
Robert, There is a scripts folder in the file storage area for this email list. If you do write such a script, I would appreciate your posting it. Engineers...
278
Gary Lameris
glameris@...
Aug 27, 2001 1:28 pm
I thought DxDesigner had an align feature, but since I can't find it today, I probably just got confused with the "Reposition Attrs as on symbol" which if you...
279
Cliff van Gellekom
c.vangellekom@...
Aug 27, 2001 1:41 pm
For the Benelux users, when looking for scripts stop by at your local support group at Transfer EDA Group BV our consultants can customize scripts for you much...
280
Jonathan Hurst
jonathan.hurst@...
Aug 27, 2001 2:07 pm
Should we have to pay for normal functions like align? Prehaps Innoveda could relaese the scripts to us? Met vriendelijke groet Jonathan Hurst VENNE...
281
innoveda_users@yahoog...
Aug 27, 2001 2:11 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the innoveda_users group. File :...
282
rcassity2000@...
Aug 27, 2001 5:33 pm
Robert, In version 2.0 there is a command line command that will snap items to grid. The command is snap. Hope this helps. Rob Cassity Metric Systems Corp. ...
283
Andrea Tognocchi
a.tognocchi@...
Aug 28, 2001 8:33 am
I've a question about symbols stored in yahoo files area, in particular is for Gary Lameris (the creator), because I've downloaded library files called...
284
Andrea Tognocchi
a.tognocchi@...
Aug 28, 2001 8:38 am
Excuse me , the previous e-mail was without the ? at the end, was a question ! Please read this e-mail instead the previous, and excuse me for the simple and...
285
vbee@...
Aug 28, 2001 12:07 pm
Usefull would also be, not only aligning components but also objects like labels, attributes, text etc. (eg. when creating symbols) and automatically setting...
286
Gary Lameris
glameris@...
Aug 28, 2001 4:25 pm
You can also have a .3 .4 .5 etc extension. For a symbol, it is my understanding that, the different extensions are simply a graphical variation of the .1...
287
Andrea Tognocchi
a.tognocchi@...
Aug 29, 2001 8:37 am
Ok I've tried what you have written and Yes, for extensions .1 .2 .3...... but for Hetero symbols using * the verifify process reports a 'red' marker for all...
288
Andrea Tognocchi
a.tognocchi@...
Aug 29, 2001 9:34 am
Gary, and others. I've another question. Below you can see the fields available in dx databook where I've used the comma separator (not ; as written in my...
289
Gary Lameris
glameris@...
Aug 29, 2001 2:52 pm
To set the correct origin, you can select all of the text, labels and attributes you desire and right click properties to set the size, color, origin, etc. ...
290
vbee@...
Aug 30, 2001 6:57 am
Yes, you can do it that way, however all of the text is moved and the origin stays at the same position. What I actually mean is, the same functionallity as...
292
David Koles
dkoles@...
Aug 30, 2001 2:54 pm
Has anyone developed a VBscript/form that will take all the schematic pages and copy and rename them with a numerical suffix with a dash. I would like to be...
293
innov_ug@...
Aug 30, 2001 3:06 pm
David, Can't this be accomplished using the DOS command line: XCOPY PROJECT.* PROJECT-1A.* ... schematic pages ... would like ... project....
294
christian.alves@...
Aug 30, 2001 3:21 pm
Hello, I'd like to call a form (efm) from within several forms. Is there a way to pass parameters to the called form and get results back to the calling one?...
295
Gary Lameris
glameris@...
Aug 30, 2001 4:21 pm
Archive (With DxDesigner/EPD2.0) also finally works and would allow archiving to a revision subdirectory. Also DxDataManager if you can live it it's overhead,...
296
lengholm@...
Aug 30, 2001 6:53 pm
Christian, When a script runs in an ePD host it gets an intrinsic variable called Scripting which has a Globals property that you can use to store and retrieve...
297
Manu Pillai
manu_r_pillai@...
Aug 30, 2001 10:30 pm
We would like to ask the Innoveda's user group for help in testing of one of
our products:-
Background:
-----------
We are currently testing out the latest...
298
christian.alves@...
Aug 31, 2001 1:48 pm
Larry, that helps - but not completely, because there is a difference in behavior compared to a function: the calling form does'nt wait until the called...
299
lengholm@...
Sep 1, 2001 2:44 am
Christian, I wish I had a good answer, but at least I have an answer. Since there's no way (I know of) to cause the calling form to actually block until the...