text insert problem

Discuss Moho bugs (or suspected bugs) with other users. To report bugs to Smith Micro, please visit support.smithmicro.com

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
swrecordings
Posts: 167
Joined: Wed Sep 16, 2009 4:03 am

text insert problem

Post by swrecordings »

i downloaded the extra scripts that selgin uses for his copy of AS. i am having problems with the insert text tool. when i click on it, nothing happens. a fix would be helpful

sw
User avatar
swrecordings
Posts: 167
Joined: Wed Sep 16, 2009 4:03 am

Post by swrecordings »

anyone? i am using version 6.1
User avatar
swrecordings
Posts: 167
Joined: Wed Sep 16, 2009 4:03 am

Post by swrecordings »

selgin? anyone?
User avatar
Víctor Paredes
Site Admin
Posts: 5814
Joined: Wed Jan 26, 2005 12:18 am
Location: Barcelona/Chile
Contact:

Post by Víctor Paredes »

oh, sorry, I didn't see your thread before. Well, what is happening is that I actually erased the insert text tool from tool palette and only use (almost never) the menu Draw > Insert text...
I know it's too late, but you should save a backup of your scripts before trying something so radical :roll: . But do not worry, there is a solution:
You must tell AS that text tool is a button, not a normal tool. Tools are divided on normal tools, like draw, select shape, translate layer, etc. and button tools, like flip layer and many buttons I don't remember right now :roll:.
To tell AS it's a button tool you must open "_tool_list.txt" file, which is on scripts/tool folder and add a line

Code: Select all

button	lm_insert_text	...
You can put that line in any place you want, the file shows you the order of all the tools. I think that it is on Draw group as default. If you want to assign a shortcut to the button, you can replace the "..." for a "T" or any key you want (just be careful that key be not used by other tool).

If you still having problems you can make a search on forum about how to install scripts. If you still having problems you can ask here.
Sorry for the bad moment, I published my scripts thinking that anybody knows how to install them. My mistake.
Image Image Image Image Image Image
Moho co-owner

Previously Rigged animation supervisor: My father's dragon, Wolfwalkers & Star Wars Visions "Screecher's Reach"
My personal Youtube Channel
User avatar
swrecordings
Posts: 167
Joined: Wed Sep 16, 2009 4:03 am

Post by swrecordings »

yeah, i am not that great with scripting and stuff. but thanks for you help. i did manage to get it working again.
User avatar
Jumproper36
Posts: 20
Joined: Mon Mar 08, 2010 12:34 am

reply

Post by Jumproper36 »

mine sometimes does that too but if ou click it a couple times then it does work
Post Reply