AutoCAD - Image tile menu

AutoCAD - Image tile menu

newsgid
Contributor Contributor
1,190 Views
5 Replies
Message 1 of 6

AutoCAD - Image tile menu

newsgid
Contributor
Contributor

//FILE BEGAN 8.31.2022 CONTAINING QUESTION TO BE UPLOADED
//TO www.cadtutor.net/forum FOR TECHNICAL SUPPORT

***POP1
[DONUTS]
[DONUTS-1]$I=IMAGE1 $I=*
[DONUTS-2]$I=IMAGE2 $I=*
***IMAGE_A
**IMAGE1
[DONUTS-1]
[DONUT-CHOCOLATE,Delicious Donut]*^C^C-INSERT;DONUT-CHOCOLATE
[DONUT-CREAM,Good Donut]*^C^C-INSERT;DONUT-CREAM
.
.
.
***POP2
[COFFEE]
[COFFEE-1]$I=IMAGE3 $I=*
[COFFEE-2]$I=IMAGE4 $I=*
***IMAGE_B
**IMAGE3
[COFFEE-1]
[COFFEE_ARIBICA,Very Good Coffee]*^C^C-INSERT;COFFEE-ARIBICA
[COFFEE-COUMBIAN,Pretty Good Coffee]*^C^C-INSERT;COFFEE-COLUMBIAN
.
.
.

//END OF MENU

Dear Sirs:

Let's say image tile submenu "DONUTS-1" contains 5 dialog boxes. How do you get the descriptions and notes in list box containing, e.g. "Delicious Donut, Good Donut," to correspond to the specific dialog box that is displayed. i.e. when I click "next", I want the info in the list box to be exclusive to the tiles in the specific dialogue box that is being displayed.

The way the submenu is currently designed, when the "next" button is clicked, I get the same info in the list box regardless of which dialogue box being displayed.

Hope you can help, it would mean a great deal to me.

Very truly yours,

Sheldon Goodman
productionpriorities@gmail.com

 

[ The subject line of this post has been edited to include the product name by @handjonathan ]

0 Likes
Accepted solutions (1)
1,191 Views
5 Replies
Replies (5)
Message 2 of 6

TheCADnoob
Mentor
Mentor

What are you trying to achieve with your image tile menu? 

CADnoob

EESignature

0 Likes
Message 3 of 6

paullimapa
Mentor
Mentor

perhaps upload screen shots of what you're seeing vs what you want and your custom menu showing your 5 dialog boxes "DONUTS-1" so we can all take a look


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 4 of 6

paullimapa
Mentor
Mentor

FYI: could be limitation of AutoCAD's Image Tile Menus

paulli_apa_0-1662736536802.png

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 5 of 6

pendean
Community Legend
Community Legend
Accepted solution

***POP1
**DESCRIPTION OF MENU HERE
ID_DESCRIPTION [ADD AS MANY WORDS AS YOU CAN STAND HERE]^C^C^C$I=image1 $I=*
ID_DESCRIPTION2 [ADD AS MANY WORDS AS YOU CAN STAND HERE]^C^C^C$I=image2 $I=*
ID_DESCRIPTION3 [ADD AS MANY WORDS AS YOU CAN STAND HERE]^C^C^C$I=image2 $I=*

 

 

OR.... are you wanting the descriptions to appear inside the images like here? In that case, you need to add the TEXT in the CAD file for each object, use MLSIDE to create the tile's image as a unique file, then compile it all in an SLB for your Image tile Menu (not forgetting to remove the TEXT an resaving your block file).

pendean_0-1662736827633.png

 

here is an overview from HELP https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Au...

 

HTH

Message 6 of 6

newsgid
Contributor
Contributor
Thanks so much guys!
Sheldon Goodman