Rick thank you again for this help,
so I look and I found the script was there but the english version with a different ruby name, I wanted to have a subfolder with all my french ruby because most of the time the mesurment there are metric, I am french and I work with both metric and Imperial, now i am in the US for a while and all i need to do is imperial but sometime i get some request from france and need to work in metric. Is there a way to have both sets. it seems that the problem is that both script call the same action or something like that and causes a confict somewhere. I don't know anything about ruby script really but i am willing to learn.
by the way I reorganise the rest of all my script to be organiseable, now one thing i wish to have is the possibility to have all my plugings in one submenu in the context menu like the script TIG made (ContextMenuMenus.rb) he has all the menus (1,2,3,4,5,6,8) he jumped the 7 which is the pluging menu because it is different in each user.
submenu1=submenus.add_submenu("Edit...") ### adds the submenus for the items that follow
submenu2=submenus.add_submenu("View...")
submenu3=submenus.add_submenu("Camera...")
submenu4=submenus.add_submenu("Draw...")
submenu5=submenus.add_submenu("Tools...")
submenu6=submenus.add_submenu("Window...")
submenu8=submenus.add_submenu("Help...")
So i wanted to put the 7th submenu in the list. Is there a way that something can be done with organizer.rb to read all that is in the plugins folder and add them to the submenu7 in the context menu ???
this will be a big plus to your script.
untill now you have solved all my problems.
thank you for all your useful scripts
[Haggai]