Author Topic: Found a 2007 bug  (Read 5121 times)

0 Members and 1 Guest are viewing this topic.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: Found a 2007 bug
« Reply #15 on: April 07, 2006, 02:29:15 PM »
Using filetool

Code: [Select]
        FileTool (version 0.8) Fri Oct 14, 2005
        Copyright 2005 Mark S. Thomas
        FileTool is an interactive program for working with files.





Enter file spec: *.dwg
0000   abc.dwg
0001   def.dwg
0002   xyz.dwg
0003   [23]-ABC.DWG
0004   [2]-EBD.DWG
0005   [330]-CBD.DWG
0006   [33]-ABD.DWG
0007   [62]-001-A-AMP-1.DWG
0008   [63]-002-A-AMP-1.DWG
0009   [64]-003-A-AMP-1.DWG


Refine list using regex (y/<no>)?


====================== Menu ========================

[ _ ]      Replace spaces with '_' (underscores)
[ L ]      Change matching file names to lower case.
[ N ]      Prefix file name with integer ( 1-fileName.txt )
[ P ]      Prefix file name with string ( <string>fileName.txt )
[ U ]      Change matching file names to upper case.
[ T ]      Tar/Gzip matching file list.
[ Z ]      Zip matching file list.
[ S ]      Search and replace within file name.
[ Q ]      Quit


Choice (lowercase letters are accepted): s
*Warning* when searching for a space use a '\s'
Find what: ^(\[)([0-9]{1,})(\])(.*\.DWG)
Replace with: (\g<2>)\g<4>
 ==>  (23)-ABC.DWG
 ==>  (2)-EBD.DWG
 ==>  (330)-CBD.DWG
 ==>  (33)-ABD.DWG
 ==>  (62)-001-A-AMP-1.DWG
 ==>  (63)-002-A-AMP-1.DWG
 ==>  (64)-003-A-AMP-1.DWG
Continue with re-name? (y/n): n
TheSwamp.org  (serving the CAD community since 2003)

ELOQUINTET

  • Guest
Re: Found a 2007 bug
« Reply #16 on: April 07, 2006, 02:44:26 PM »
i was playing around with my enterprise cui dilemna in 2007 to see if it worked and it does but i noticed that the palettes flicker when i am using an enterprise.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Found a 2007 bug
« Reply #17 on: April 08, 2006, 10:17:13 AM »
Love new 3D interface.
New toolpalettes..

But...

to many bug in 2007...

many ARX file must be rebuilt..
many 3dparty software not compatible..
DWG version is different...

Have tried also this version on Vista....(dual core PC)
Ouf !!... :-o

Think that version was coming to early..
SP1 for 2007 is coming...

So better to wait.

Good luck every one... :wink:

Keep smile...

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: Found a 2007 bug
« Reply #18 on: April 08, 2006, 10:35:25 AM »
Getting back to the problem at hand for a moment .........

-- Andy if you wish not to use either '( [ ] )' in your file names you could also do something like so.

Code: [Select]

Choice (lowercase letters are accepted): s
*Warning* when searching for a space use a '\s'
Find what: ^(\[)([0-9]+)(\])(.*\.DWG)
Replace with: _\g<2>_\g<4>
 ==>  _23_-ABC.DWG
 ==>  _2_-EBD.DWG
 ==>  _330_-CBD.DWG
 ==>  _33_-ABD.DWG
 ==>  _62_-001-A-AMP-1.DWG
 ==>  _63_-002-A-AMP-1.DWG
 ==>  _64_-003-A-AMP-1.DWG
Continue with re-name? (y/n): n
TheSwamp.org  (serving the CAD community since 2003)

CADaver

  • Guest
Re: Found a 2007 bug
« Reply #19 on: April 08, 2006, 02:59:56 PM »
to many bug in 2007...
Could you list them?

many ARX file must be rebuilt..
That was to be expected, it happens with every release.

many 3dparty software not compatible..
That was to be expected, it happens with EARLY every release.

DWG version is different...
happen with every release until R2000

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Found a 2007 bug
« Reply #20 on: April 09, 2006, 06:48:53 PM »
to many bug in 2007...
Could you list them?
yes, AutoCAD crash often when trying to mange your profile and workspace..
when also tried to remane dimension...
when using custom menu and try to change something on it..
sometime the shurtcut key like CTRL+1 work...and sometime not..
I think AutoCAD 2007 need good processor....
otherwise...why they put the drawingrecovery option ?
you can also take a look here
at the 2007 know bug setcions.


many ARX file must be rebuilt..
That was to be expected, it happens with every release.
Why ? Could you explain ?


many 3dparty software not compatible..
That was to be expected, it happens with EARLY every release.
....sorry but not true
some software working well with many other release..
AutoTURN and GuidSIGN from transoftsolutions software,
all Inroads suites from Bentley..
ADA, HJava, and many other lisp or complete program.

DWG version is different...
happen with every release until R2000
you mean 2002 i...
I know, but was not easy to manage when have different Client working on different version...
The 2004 to 2006...is same version so i was hoping that was last...

For us, in our company...
I've decided to wait before installing 2007...
some of our client are also in R14... :-(
so why using 2007 when need always to save in older release ?
sure we can tell at our client to download the DWGtrueconvert and do the conversion...
but they are our client see ?

 :-o
Keep smile...