Jump to content

list box slide


Guest

Recommended Posts

  • 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

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

Link to comment
Share on other sites

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 ??

Link to comment
Share on other sites

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")  

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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=*

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...