Text style dialogue box

21 views
Skip to first unread message

Hennie Maartens

unread,
Apr 23, 2009, 9:11:07 PM4/23/09
to zwcad...@googlegroups.com
When I attemptto assign fonts, oblique angles , in fact anything,
to a text style, the programme aborts. Anybody with the same
problem, anybody with a solution ?

mac

unread,
May 5, 2009, 2:24:29 AM5/5/09
to ZWCad Users
You can try adding a hyphen before the command,

command:-style

which will disable the dialog box, an add your setting this way.

Hennie Maartens

unread,
May 5, 2009, 3:50:39 AM5/5/09
to zwcad...@googlegroups.com
On 4 May 2009 at 23:24, mac wrote:

>
> You can try adding a hyphen before the command,
>
> command:-style
>
> which will disable the dialog box, an add your setting this way.

Thanks. yes that is an option. Problem is you then have to assign
fonts by typing the name of the font. Evert tried typing
SwissBTculCond in a hurry ? Yup, it is a solution but I just feel
the dialogue box should work properly like it did in older releases.

A new release should not introduce new problems.


mac

unread,
May 12, 2009, 11:47:58 PM5/12/09
to ZWCad Users
Another option is to create a lisp routine for that:

(defin c:mystyle ()
(command "-style" "stylename" "font_name" ....)
(command "-style" 'stylename2" "font_name" ...)
)

Hennie Maartens

unread,
May 13, 2009, 1:55:17 AM5/13/09
to zwcad...@googlegroups.com

On 12 May 2009 at 20:47, mac wrote:

>
> Another option is to create a lisp routine for that:
>
> (defin c:mystyle ()
> (command "-style" "stylename" "font_name" ....)
> (command "-style" 'stylename2" "font_name" ...)
> )


Thanks Mac I'll try that. Just two syntax errors, at first glance:

Not defIn, but defUn

and also "stylename2" not 'styleame2"

therefore:

(defun c:mystyle ()

Hennie Maartens

unread,
May 13, 2009, 3:17:55 PM5/13/09
to zwcad...@googlegroups.com
What is a ZWCad Virtual Eps Plotter, how do I invoke it and why
should I use or avoid it. I find nothing in the help file.

mac

unread,
May 14, 2009, 2:23:15 PM5/14/09
to ZWCad Users
sorry on the typo, i was sleepy when i responded.

Hennie Maartens

unread,
May 14, 2009, 4:11:43 PM5/14/09
to zwcad...@googlegroups.com
On 14 May 2009 at 11:23, mac wrote:

>
> sorry on the typo, i was sleepy when i responded.


It happens. Just thought it a good idea to correct it for the
benefit of non-lispers ( I invented that word just now.... )

ZWCAD_Support<Sirius>

unread,
May 15, 2009, 2:03:31 AM5/15/09
to zwcad...@googlegroups.com

Hi Hennie,

 

Talking about ZWCad Virtual Eps Plotter, you could take it as a some like JPEG plotter. It is especially for ZWCAD users who haven’t installed other system printers. You can evaluate the plot feature by this Virtual Plotter.

 

Furthermore, you could plot your drawing to an EPS file by this plotter and open it with other application supporting ESP format, i.e. Photoshop.

 

Best Regards

Sirius -- Customer Center

-----------------------------------------------

ADD:Rm.508, No. 886, Tianhe North Road, 

Guangzhou 510635, P. R. China

Tel: (86)20-38289780-156

Fax: (86)20-38288676

Skype: Sirius_ZWCAD_Tech

MSN: Sirius_Te...@hotmail.com

(Available from 8:30am to 5:30 pm GMT+8)

http://www.zwcad.org

Hennie Maartens

unread,
May 17, 2009, 1:33:13 AM5/17/09
to zwcad...@googlegroups.com
IS there anybody who can explain how to assign aliases, or
"hotkeys". I wish to the assign the command COPY to the key C. The
default command for C is CIRCLE. So, I first remove C=CIRCLE from
the list, then choose NEW, then assign COPY to the key C. Question
is how to keep the new list. I export it to an .ica file, say MY-
HOTKEYS.ICA. As soon as a new installation takes place, the old
default list is installed again. If I now import MY-HOTKEYS.ICA,
then the keys in MY-HOTKEYS.ICA are appended. Nothing is over-
written. I now have two commands assigned to the hotkey C, namely
COPY as well as CIRCLE. Seems the only way to get my custom hotkeys
back is to manually redefine them.

ZWCAD_Support<Sirius>

unread,
May 18, 2009, 10:59:20 PM5/18/09
to zwcad...@googlegroups.com
Hi
Every time when you have modified the aliases, I suppose you export the
register teble:
[HKEY_CURRENT_USER\Software\Chinaweal Longteng\ZWCAD 2009
Eng\Profiles\2008\Aliases]

Then you could recover your setting simply by double clicking on the
exported file after you install ZWCAD.

Best Regards
Sirius -- Customer Center
-----------------------------------------------

ADD:Rm.508, No. 886, Tianhe North Road, 
Guangzhou 510635, P. R. China
Tel: (86)20-38289780-156
Fax: (86)20-38288676
Skype: Sirius_ZWCAD_Tech
MSN: Sirius_Te...@hotmail.com
(Available from 8:30am to 5:30 pm GMT+8)
http://www.zwcad.org

-----Original Message-----
From: zwcad...@googlegroups.com [mailto:zwcad...@googlegroups.com] On
Behalf Of Hennie Maartens
Sent: Sunday, May 17, 2009 1:33 PM
To: zwcad...@googlegroups.com

mac

unread,
May 18, 2009, 11:15:05 PM5/18/09
to ZWCad Users
it's great to see someone from ZWCAD support group in this forum. :)

This is what my supplier told me to do and it works. In the customize
menu, go to the alias tab and selec import, select the *.ica file that
you waht to use, and instead of clicking on the open button, click on
the arrow beside it then click on OPEN (not append). This should give
you your customized alias/hotkeys.


On May 19, 10:59 am, "ZWCAD_Support<Sirius>" <t...@zwcad.com> wrote:
> Hi
> Every time when you have modified the aliases, I suppose you export the
> register teble:
> [HKEY_CURRENT_USER\Software\Chinaweal Longteng\ZWCAD 2009
> Eng\Profiles\2008\Aliases]
>
> Then you could recover your setting simply by double clicking on the
> exported file after you install ZWCAD.
>
> Best Regards
> Sirius -- Customer Center
> -----------------------------------------------
>
> ADD:Rm.508, No. 886, Tianhe North Road, 
> Guangzhou 510635, P. R. China
> Tel: (86)20-38289780-156
> Fax: (86)20-38288676
> Skype: Sirius_ZWCAD_Tech
> MSN: Sirius_TechSupp...@hotmail.com
> (Available from 8:30am to 5:30 pm GMT+8)http://www.zwcad.org
>
>
>
> -----Original Message-----
> From: zwcad...@googlegroups.com [mailto:zwcad...@googlegroups.com] On
>
> Behalf Of Hennie Maartens
> Sent: Sunday, May 17, 2009 1:33 PM
> To: zwcad...@googlegroups.com
> Subject: [ZWCad Users:14] Help needed on assigning aliases
>
> IS there anybody who can explain how to assign aliases, or
> "hotkeys". I wish to the assign the command COPY to the key C. The
> default command for C is CIRCLE. So, I first remove C=CIRCLE from
> the list, then choose NEW, then assign COPY to the key C. Question
> is how to keep the new list. I export it to an .ica file, say MY-
> HOTKEYS.ICA. As soon as a new installation takes place, the old
> default list is installed again. If I now import MY-HOTKEYS.ICA,
> then the keys in MY-HOTKEYS.ICA are appended. Nothing is over-
> written. I now have two commands assigned to the hotkey C, namely
> COPY as well as CIRCLE. Seems the only way to get my custom hotkeys
> back is to manually redefine them.- Hide quoted text -
>
> - Show quoted text -

mac

unread,
May 18, 2009, 11:19:21 PM5/18/09
to ZWCad Users
It's good that ZWCAD have a virtual plotter, but i was wondering if
the software would, in the future, carry a virtual PDF printer too. It
would really be convinient to be able to plot to a PDF file too, as we
do our reviews aand redlining in PDF's.


On May 15, 2:03 pm, "ZWCAD_Support<Sirius>" <t...@zwcad.com> wrote:
> Hi Hennie,
>
> Talking about ZWCad Virtual Eps Plotter, you could take it as a some like
> JPEG plotter. It is especially for ZWCAD users who haven't installed other
> system printers. You can evaluate the plot feature by this Virtual Plotter.
>
> Furthermore, you could plot your drawing to an EPS file by this plotter and
> open it with other application supporting ESP format, i.e. Photoshop.
>
> Best Regards
>
> Sirius -- Customer Center
>
> -----------------------------------------------
>
> ADD:Rm.508, No. 886, Tianhe North Road,
>
> Guangzhou 510635, P. R. China
>
> Tel: (86)20-38289780-156
>
> Fax: (86)20-38288676
>
> Skype: Sirius_ZWCAD_Tech
>
> MSN:  <mailto:Sirius_TechSupp...@hotmail.com> Sirius_TechSupp...@hotmail.com
>
> (Available from 8:30am to 5:30 pm GMT+8)
>
>  <http://www.zwcad.org/>http://www.zwcad.org
>
>
>
> -----Original Message-----
> From: zwcad...@googlegroups.com [mailto:zwcad...@googlegroups.com] On
>
> Behalf Of Hennie Maartens
> Sent: Thursday, May 14, 2009 3:18 AM
> To: zwcad...@googlegroups.com
> Subject: [ZWCad Users:10] Virtual plotter
>
> What is a ZWCad Virtual Eps Plotter, how do I invoke it and why
>
> should I use or avoid it. I find nothing in the help file.
>
>
>
>  image001.jpg
> 4KViewDownload- Hide quoted text -

ZWCAD_Support<Sirius>

unread,
May 19, 2009, 2:46:03 AM5/19/09
to zwcad...@googlegroups.com
I got your point.
Actually the solution is good!

/**********************************************
This is what my supplier told me to do and it works. In the customize
menu, go to the alias tab and selec import, select the *.ica file that
you waht to use, and instead of clicking on the open button, click on
the arrow beside it then click on OPEN (not append). This should give
you your customized alias/hotkeys.
*********************************************/

Best Regards
Sirius -- Customer Center
-----------------------------------------------

ADD:Rm.508, No. 886, Tianhe North Road, 
Guangzhou 510635, P. R. China
Tel: (86)20-38289780-156
Fax: (86)20-38288676
Skype: Sirius_ZWCAD_Tech
MSN: Sirius_Te...@hotmail.com

ZWCAD_Support<Sirius>

unread,
May 19, 2009, 2:57:20 AM5/19/09
to zwcad...@googlegroups.com
Hi Mac,
Actually you could download a pdf printer driver and add it to zwcad by
Add-A-Plotter Wizard.
And we would consider your advice. :-)

-----Original Message-----
From: zwcad...@googlegroups.com [mailto:zwcad...@googlegroups.com] On
Behalf Of mac
Sent: Tuesday, May 19, 2009 11:19 AM
To: ZWCad Users

Hennie Maartens

unread,
May 19, 2009, 5:00:29 PM5/19/09
to zwcad...@googlegroups.com
Good evening Mac

On 18 May 2009 at 20:15, mac wrote:

> it's great to see someone from ZWCAD support group in this forum.

A mailing list can be very helpful to participants but can only be
as successful as the members make it. The more members the better.


> This is what my supplier told me to do and it works. In the customize
> menu, go to the alias tab and selec import, select the *.ica file that
> you waht to use, and instead of clicking on the open button, click on
> the arrow beside it then click on OPEN (not append). This should give
> you your customized alias/hotkeys.

very neat. I did not notice the APPEND / OPEN toggle - but then.,
neither did Support at ZWCAD.

A perfect example of how a mailing list can benefit the members. At
present we are only ten members. If everyone recruits 2 more
members, we will soon be 30, then 70 and so on. More problems will
be solved quicker.

Because a mailing list is not as visible as a web forum, it has to
be discovered . Do it - go recruit members please.

mac

unread,
May 21, 2009, 12:13:42 AM5/21/09
to ZWCad Users
Yes, we are actually using a third party PDF printer driver (PDF995),
and it is working compatibly with ZWCAD, although I have heard reports
that not all PDF printer drivers are 100% compatible with ZWCAD (and
AutoCAD as well), making printing PDF files to be a bit troublesome.

Having one that is provided and supported by ZWCAD would help very
much in this cases.
> > - Show quoted text -- Hide quoted text -

Hennie Maartens

unread,
May 21, 2009, 1:55:20 AM5/21/09
to zwcad...@googlegroups.com
On 20 May 2009 at 21:13, mac wrote:

> Yes, we are actually using a third party PDF printer driver
> (PDF995),

I use CutePDF writer, also works flawlessly and it's free.

Hennie Maartens

unread,
Jun 8, 2009, 4:52:01 PM6/8/09
to zwcad...@googlegroups.com
I'm getting the following disconcerting feedback from Autocad 2009
users:

Upon opening a ZWCad created drawing, Autocad displays a message
warning that the dwg file was created by an application "NOT
DEVELOPED OR LICENSED" by Autocad. It then proceeds to open the
drawing, but some drawings (apparently bigger ones, a few megs) just
will not open and Autoicad crashes.
I went to a client and actually saw this happen. This means that I
cannot share my ZWcad drawings with Autocad users, a most
disconcerting state of affairs which may very well see me loose over
60 percent of clients.

Anybody with similar experience ?

Siem Eikelenboom

unread,
Jun 8, 2009, 9:13:40 PM6/8/09
to ZWCad Users
Hi Hennie, I just joined your group. We are distributor in The
Netherlands. I tested the EPS-plotter today and then opened the eps-
file in the freeware program Gimp, after installing the Ghostscript
plugin. It worked fine.

I agree on the wish to have a PDF plotter driver standard in ZwCAD.
That would help our customers too.

Best regards,
Siem
www.ideoma.com

mac

unread,
Jun 10, 2009, 2:17:10 AM6/10/09
to ZWCad Users
Hennie,

What file format do you save your ZWCAD drawing in?
We have experiences the warning message posted by ACAD, but not ACAD
crashing while opening our drawings

Hennie Maartens

unread,
Jun 10, 2009, 3:03:09 AM6/10/09
to zwcad...@googlegroups.com
On 9 Jun 2009 at 23:17, mac wrote:

>
> Hennie,
>
> What file format do you save your ZWCAD drawing in?

I normally save to release 2004.dwg , but experimented with release
2000.dwg as well. The same thing happens. Smaller drawings do work
in Autocad. The ones that crash are the bigger ones, 10megs. Some do
not open at all, Autocad just goes to sleep and pretends it has
never seen the drawing.

ZWCAD_support<Jenny Wu>

unread,
Jun 11, 2009, 2:43:31 AM6/11/09
to zwcad...@googlegroups.com
Dear all,

ZWCAD doesn't have a standard PDF virtual plotter driver for the moment,
here is a useful PDF virtual driver, it is for free and it is in English
http://tz.ttoq.com/down/yingyong/PrimoPDF.rar

Best regards,
Jenny -- Customer Center


Address: Rm.508, No.886, Tianhe North Rd.,
Guangzhou, 510635, P.R.China
Tel: +86-20-38289780-138
Fax: +86-20-38288676
http://www.zwcad.org/

-----Original Message-----
From: zwcad...@googlegroups.com [mailto:zwcad...@googlegroups.com] On
Behalf Of Siem Eikelenboom
Sent: Tuesday, June 09, 2009 9:14 AM
To: ZWCad Users

mac

unread,
Jun 14, 2009, 11:00:13 PM6/14/09
to ZWCad Users
Have you tried inserting the drawing into Acad, instead of opening
it?
It might help also to run AUDIT and PURGE before sending your drawings
the client.

Hennie Maartens

unread,
Jun 15, 2009, 1:07:49 AM6/15/09
to zwcad...@googlegroups.com
On 14 Jun 2009 at 20:00, mac wrote:

>
> Have you tried inserting the drawing into Acad, instead of opening
> it?

Yup - as well as selecting all entities and pasting it.


> It might help also to run AUDIT and PURGE before sending your
> drawings
> the client.

Will suggest that. Also, the particular drawing is huge - the other
pc may be short on ram. I thing Autocad gobbles more ram than ZW,
leaving the machine out of breath.

mac

unread,
Jun 19, 2009, 3:24:41 AM6/19/09
to ZWCad Users


On Jun 15, 1:07 pm, "Hennie Maartens" <dashd...@vodamail.co.za> wrote:
> On 14 Jun 2009 at 20:00, mac wrote:
>
>
>
> > Have you tried inserting the drawing into Acad, instead of opening
> > it?
>
> Yup - as well as selecting all entities and pasting it.
>
> > It might help also to run AUDIT and PURGE before sending your
> > drawings
> > the client.
>
> Will suggest that. Also, the particular drawing is huge - the other
> pc may be short on ram. I thing Autocad gobbles more ram than ZW,
> leaving the machine out of breath.
>

If you suspect ACAD is running short of ram, you cam try increasing/
adjust the size of your Window's (OS) Virtual memory to as much as 3
times the size of your physical RAM.
Reply all
Reply to author
Forward
0 new messages