Hello, all. I've recently joined the SVG Export project, and would like to share current progress. In the files section, you will see two zip files:...
525
PatternStorm
claudi_p
Jul 3, 2003 3:20 pm
Very impressive, Jereme! You have made great progress. Since I knew CC2 I had always dreamt of a CC2 SVG export...Unfortunately I have had not so much time to...
526
Ken Snellings
kensnellings
Jul 3, 2003 6:56 pm
Very promising! I'm truely looking forward to this. Cheers, Ken Snellings (CHMP) ... From: "jeremek" <jeremek@...> To: <cc2-dev-l@yahoogroups.com> Sent:...
527
Linda Kekumu
lkekumu
Aug 14, 2003 7:58 pm
Hi :) I was wondering if there is something I am overlooking with this procedure. I have a drawing that contains over 100 different sheets. I want to mirror ...
528
Ralf Schemmann
uthoroc
Aug 15, 2003 6:43 am
Linda, I guess since Mirror Copy creates new entities, these all go on the current sheet. I tried it with a symbol catalog and had the same result (only it ...
529
Linda Kekumu
lkekumu
Aug 15, 2003 5:38 pm
Hi :) OK - I've figured out how to do this :) MACRO MIRSHT SELBYA GV TEMPSHT 0 SSET; ... MIRCPY -10,10;-10,-20 SNEXT IFERR end GV TEMPSHT TEMPSHT+1 IFP 1...
530
Linda Kekumu
lkekumu
Aug 15, 2003 6:07 pm
LOL Thanks, Ralf. Mirror works just fine. Something is wrong with the macro but at this point I'm not going to worry about it because I don't really need the...
531
Jereme Kuperman
jeremek
Sep 3, 2003 3:10 pm
I'm working on the SVG export project, and am having some problems with symbol references. Specifically, I'm trying to understand the role of the extents,...
532
Peter Olsson
peter@...
Sep 3, 2003 4:37 pm
The symbol extents is not always correctly updated in the symbol reference. If you need correct extent values you are better of calculating it manually. Try: ...
533
Mike Riddle
mriddle9
Sep 3, 2003 4:47 pm
The extents are for internal use only, and are not always valid. When creating a symbol def, set the extents valid flag to 0 so the code will know to recalc...
534
Jereme Kuperman
jeremek
Sep 3, 2003 5:51 pm
LOL. I figured that there was an easier way. I reverse engineered the matrix to get scale and rotation. Should have asked earlier. Thanks....
535
Peter Olsson
peter@...
Sep 10, 2003 9:43 am
Hi! Any opinions on using PHP as a script language to CC2? My idea was to use CC2 as a server much like the PHP <-> MySQL interface works. Are there better...
536
Simon Rogers
simonjrogers
Sep 10, 2003 11:14 am
We certainly are looking for a new script language for version 8 - one for version 6 would also be great. I'm not familiar enough with PHP to say whether...
537
Bruce A. Carson
blorfian
Sep 10, 2003 1:14 pm
I would recommend using VBA (Visual Basic for Applications). Many other products already use it as thier scripting engine... I think that this is the right...
538
Sam
allasandar
Sep 10, 2003 4:32 pm
I'm in favor of a script language also, particularly if it lets me put active content into my maps. I agree that VBA is preferable to PHP for me, but would...
539
Joseph R. Slayton
waldronate
Sep 10, 2003 4:36 pm
Some years ago I looked at writing a VBA (or was it VBScript - can't remember) shell for CC2. I didn't have the time to write an automation shell for CC2,...
540
josborn@...
Sep 10, 2003 5:15 pm
Hear here to Python or ECMA. Please not PERL... ... From: Sam [mailto:sam@...] Sent: Wednesday, September 10, 2003 10:41 AM To:...
541
Bruce A. Carson
blorfian
Sep 10, 2003 5:52 pm
With great power comes great responsibility...Yes you are vulnerable to script attacks with ANY scripting language included in a product. But you don't want...
542
Joe Slayton
waldronate
Sep 10, 2003 7:50 pm
I was figuring that VBA used the standard Windows HTML help engine for its help system (assuming it provides one accessible from the user level) and that that...
543
Mike Riddle
mriddle9
Sep 10, 2003 9:30 pm
The v8 core is designed to run on WIN32, MAC, Linux, and possibly the PocketPC, so VBA's Win-only limit will be an issue. Also, they have licensing...
544
Mike Riddle
mriddle9
Sep 10, 2003 9:40 pm
Some of us anti-Microsoft people, such as myself (the core code author) started off very pro-Microsoft, and got burned repeatedly, so we wish to avoid any more...
545
Gregory Simkins
gd_sims
Sep 11, 2003 12:39 am
... First, wow.. I had no idea it was to be multi-platform.. dreams fulfilled at last - heck throwing the ppc in there fulfills dreams I hadn't had yet :) As...
546
Bryce Harrington
bryceharrington
Sep 11, 2003 1:25 am
... If the core application can expose an API via .h files, or through some IPC mechanism like COM, CORBA, SOAP, etc. then there are methods in each of those...
547
Christopher Golden
chrisgolden2001
Sep 11, 2003 1:28 am
... I second the motion for using Tcl/Tk as the scripting language. It's cross-platform, versatile, and includes features such as the ability to run untrusted...
548
Ken Snellings
kensnellings
Sep 11, 2003 1:48 am
yes. What Chris said. :o) ... From: "Christopher Golden" <golden@...> To: <cc2-dev-l@yahoogroups.com> Sent: Wednesday, September 10, 2003 9:28 PM ...
549
Keith Mann
kjmann
Sep 11, 2003 4:16 am
Not to in any way detract from the excellent comments posted so far on this topic, but much (not all) of what I've read seems to be along the lines of "X would...
550
Simon Rogers
simonjrogers
Sep 11, 2003 7:53 am
The main purpose of the scripting language is to be an alternative to macros and the dev toolkit. It must be an approachable language, whatever it is. If it is...
551
Chris Short
zace66
Sep 11, 2003 5:54 pm
Well if it is NOT based purely on Windows(tm) then the best bet would be PERL or PYTHON. VBA would be nice and simple, but resticts it to windows platforms. Of...
552
L. Lee Saunders
saul012000
Sep 11, 2003 7:41 pm
Peter, I'm just not sure how usefull it would be. The main power of a scripting language like PHP is for HTML generation. And it mostly is used on Unix ...
553
Jeff Cuscutis
cuscutis
Sep 12, 2003 3:03 am
One good language would be Python. http://www.python.org It is easily embeddable and many applications use it. One example is Caligari TrueSpace...