<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
<title>DCL :allow_accept = true;  dont work !!!</title>
<link>http://www.zwsoft.com/forum/viewthread.php?tid=1740</link>
<description>
 
Dear Atabey37,
 

Thanks for the feedback, this problem about &quot;initial_focus&quot; works different from Autocad has been solved now, please patiently wait for our next patch, thanks!</description>
<author>Atabey37</author>
<pubDate>2011-03-20 20:06:39</pubDate>
<item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13374</link>
<description>problem was resolved...
 
(mode_tile &quot;a&quot; 3) for selected &quot;a&quot; when start dialod (dcl) for ZWCAD...(not compatiable ??!!)
 
for Autocad (set_tile &quot;a&quot; &quot;1&quot;).........! </description>
<author>Atabey37</author>
<pubDate>2011-03-18 17:58:36</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13341</link>
<description>
[QUOTE=Atabey37]&lt;span title=&quot;Alternatif </description>
<author>zw_admin</author>
<pubDate>2011-03-07 13:17:27</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13339</link>
<description>&lt;SPAN =hps title=&quot;Alternatif </description>
<author>Atabey37</author>
<pubDate>2011-03-05 05:42:50</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13338</link>
<description>
[QUOTE=Atabey37]is there anyway for this command like work AutoCAD ? !!!
but how do you want this command work? what are you expect ?
j.
</description>
<author>zw_admin</author>
<pubDate>2011-03-04 17:45:33</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13337</link>
<description>is there anyway for this command like work AutoCAD ? !!!</description>
<author>Atabey37</author>
<pubDate>2011-03-04 16:31:41</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13334</link>
<description>enter work well in zwcad. what do want more ?
j.
</description>
<author>zw_admin</author>
<pubDate>2011-03-04 14:37:23</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13333</link>
<description>this is findd.lsp
 
; **********************************************************************
;                             text arama lispi
; **********************************************************************
(defun chgterr (s)
   (if (/= s &quot;Function cancelled&quot;)   ; If an error (such as CTRL-C) occurs
      (princ (strcat &quot;'nError: &quot; s)) ; while this command is active...
   )
   (setq p nil)                      ; Free selection set
   (setq *error* olderr)             ; Restore old *error* handler
   (princ)
)
(defun C:FINDD (/ p l n e as st s nsl osl sl si chf chm olderr)
   (setq olderr  *error*             ; Initialize variables
         *error* chgterr
         chm     0)
     (setq ns nil)
     (setq os nil)
     (setq os a)
   (setvar &quot;cmdecho&quot; 0)
     (setq asz (getvar &quot;dimasz&quot;))
   (setq asz1 (* asz 80))
 
 (setq dcl_id(load_dialog &quot;findd.dcl&quot;))
 (if (not (new_dialog &quot;findd&quot; dcl_id))(exit))
  (set_tile &quot;a&quot; &quot;ifadeyi giriniz!&quot;)
  (progn
  (action_tile &quot;a&quot; &quot;(setq t $value)&quot;)
  (start_dialog)
  (unload_dialog dcl_id)
  )
 
    (progn                      ; If any objects selected

  (command &quot;select&quot; &quot;all&quot; &quot;&quot;)
   (setq p (ssget &quot;p&quot;)) ; TUM OBJELER SECILDI ve P 'YE ATANDI
   (setq px (ssadd)) ; ICI BOS PX SET?OLUSTU

      (while (= 0 (setq osl (strlen (setq os t))))
            (princ &quot;Null input invalid&quot;)
      
 )
      (setq ci 0)
      (setq nsl (strlen os))
      (setq l 0 n (sslength p))
      (while (&amp;lt; l n)                 ; For each selected object...
         (if (= &quot;TEXT&quot;               ; Look for TEXT entity type (group 0)
                (cdr (assoc 0 (setq e (entget (setq xx (ssname p l)) )))))
            (progn
               (setq chf nil si 1)
               (setq s (cdr (setq as (assoc 1 e))))
               (while (= osl (setq sl (strlen
                             (setq st (substr s si osl)))))
                  (if (= st os)
                      (progn

;;                  (if (= (sslength px) 0)
        (progn  
              (SETQ H(CDR(ASSOC 10 e)))
        (SETQ X1(LIST(- (CAR H) asz1)(- (CADR H) asz1)))
        (SETQ X2(LIST(+ asz1 (CAR H))(+ asz1 (CADR H) )))
        (COMMAND &quot;ZOOM&quot; &quot;W&quot; X1 X2 )   
               )         
;;    )  if i</description>
<author>Atabey37</author>
<pubDate>2011-03-04 08:18:12</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13326</link>
<description>
[QUOTE=Atabey]hi
 
 
(DCL) allow_accept = true;  command dont work !!!
dont select object
 
pls help me
give us more details. what do you try to achieve. what object ? allow accept is for list tiles in DCL window.

j.
</description>
<author>zw_admin</author>
<pubDate>2011-03-03 14:58:40</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1740&amp;pid=13322</link>
<description>hi
 
 
(DCL) allow_accept = true;  command dont work !!!
dont select object
 
pls help me</description>
<author>Atabey37</author>
<pubDate>2011-03-02 08:46:26</pubDate>
</item>  </channel>
</rss>