Jump to content

Recommended Posts

Posted

Hi , i want to make a list box slide (with lisp) like the attach photo. Can any show me an example how to do it ?

example.jpg

  • Replies 20
  • Created
  • Last Reply

Top Posters In This Topic

  • BIGAL

    4

  • MSasu

    2

  • fixo

    1

  • Snownut

    1

Top Posters In This Topic

Posted Images

Posted

hi ,MSasu .I have seen this post but is not like the example i want

Posted

Is not identical, but is similar, so you may use it as a starter.

Posted

To get what you are looking for, it will be complicated, best to study the example.....(not a simple application)

Posted

If you want super simple then use a mnu with its inbuilt slide function. You cannot change its look but it does support multiple pages. You just have Menu item group that you pick. Also why not Tool palettes.

 

ScreenShot004.jpg

Posted

Hi Bigal i have a question

 

***image
**TRENCH
[TRENCH]
[sLD(CGG101,KERB)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG101") 
[sLD(CGG102,NATURE)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG102") 
**PIPES
[PIPES]
[sLD(SD201,SUBSOIL)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG201") 
[sLD(SD202,FLUSHOUT)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG202") 
[sLD(SD203,CATCH)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG203") 
[sLD(SD204,HOUSE)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG204") 
[sLD(SD205,STREET)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG205") 
[sLD(SD206,EASEMENT)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG206") 
[sLD(SD207,ANCHOR)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG207")

 

all my slides is in a file c:\Symbol library\sld

 

How can i write it ??

Posted

Go to (F1) Hep file -> Command Reference -> Utilities -> SLIDELIB

Posted

Hi Fixo how to use this ? I canot understand

 

slidelib library [ < slidelist ] 
dir *.sld /b > mylist
slidelib mlib < mylist

 

I try something like this but is not working

 

***image
**TRENCH
[TRENCH]
[c:\Symbol library\sld (CGG101,KERB)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG101") 

or
[sLD(c:\Symbol library\sld \CGG101.sld,KERB)]^C^C(openblk "P:/ACADSTDS/CIVIL STANDARDS/CGG101")  

Posted

A lot of examples in the thread that was linked by Msasu

 

This sort of thing, using your own custom paths, images, directories, and actions to be preformed, cannot be simply written for you.

You will need to take an honest stab (attempt) to code it yourself, and WHEN you run into a singular issue (error, statement not working, unable to construct statement, etc), then come here and post about it for the quickest results.

Not orders but this is how I usually get by so I'm referring you to the same method :D

Posted

The slide library file the slb just needs to live in a location you have defined in your support paths CONFIG FILES "Working Support File Search Path" Add

 

You dont need the path then. I think the space is screwing it up in "Symbol Library"

 

not sure if I posted top menu code

 

***MENUGROUP=STDS
***POP15
**CADLIB
            [LIBRARY]
            [->Stddwgs]
            [TRENCH]$I=STDS.TRENCH $I=*
            [PIPES]$I=STDS.PIPES $I=*

Posted

BIGAL I can not understand you sorry .I ask for a specific directory

 

c:\Symbol library\sld

 

Can any one give an example with this ???

Posted

Ok here we are .

 

I have this list box menu

The sld must be the path of slide icons

 

The full path is c:\topocad\sld

 

Don't forget .I have gone to

 

tools -> options and give the path c:\topocad

 

***image
**Symbols
[symbol library]
[sLD(arrow,Arrow)]^C^C^P(load"symbols");_arrow  
[sLD(north,North)]]^C^C^P(load"symbols");_north

 

The slide icons is in the sld folder but when i load the menu i can't see the icons

 

if i write this and coppy my slide icons in topocad file only

 

***image
**Symbols
[symbol library]
[(arrow,Arrow)]^C^C^P(load"symbols");_arrow  
[(north,North)]]^C^C^P(load"symbols");_north

 

this menu works and see the icons.

 

The problem is that i want to put my slide icons in the file sld. How can i do it ?

Posted

As Fixo previously posted

 

Ok bottom left click Start

then CMD

then c:

CD\

Cd topocad\sld

dir *.sld /b > mylist

slidelib SLD

 

a new file SLD.SLB should now exist

should now work, if slidelib does not work look for it in c:\program files\autodesk\Autocad 2013 etc and copy to topocad\SLD

Posted

Hi Bigal .I do all the steps C:\topocad\sld .After that can't find any *.slb file in sld folder??

Posted

In the cmd after C:\topocad\sld i add dir *.sld /b > mylist. And Create a file with name mylist with no extension in sld folder. Then i add slidelib SLD

Posted

I take it could not find SLIDELIB I usually copy it to a shorter directory like my c:\acadtemp so I can find it easy C:\acadtemp\slidelib SLD

 

Use a script to make sld's can do 100+ dwgs in a few minutes.

Open dwg1 Z E Z 0.9 mslide dwg1 close N

Open dwg2 Z E Z 0.9 mslide dwg1 close N

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...