Pages: 1
Print
Author Topic: Xmetal element list  (Read 928 times)
chandan7891
Member

Posts: 23


« on: February 03, 2011, 06:02:46 AM »

Hi derek

1)Presently the element list window is appearing on the right hand side of the screen the thing that i wanted to know is that is it possible to pop as a different window and can you change the short cut key of it to"enter"....

2) As in contenta we know two diff person can't edit in same files ..if some one is editing the file then it will become locked now if the other person open the file with out checking it's status he will do the editing but when he clicked the save button then only he comes to know is that the file is locked so is it possible that  the xmetal pop up a message as soon as he started to do editing if the file is locked....

Thanks
Chandan


 
Logged
mag3737
XMetaL Evangelist
Administrator
Member

Posts: 100


I even use XMetaL to write my business letters.


« Reply #1 on: February 03, 2011, 01:53:04 PM »

1) If you double-click on the titlebar of the Element List, it will become a detached window that you can reposition.  It will automatically redock if you approach various boundaries as you drag it around; or you can double-click again to return it to its last docked position.

2) This is something that should be handled by the Contenta integration.  It should be able to give the user a warning at the time they open a file that is locked by another user.  I'm also surprised that you are able to make changes to a file if it was already locked by another user.  Normally a CMS integration would tell XMetaL to open the file read-only in this case.  I would recommend asking the folks at Contenta about these issues.
Logged

Tom Magliery
JustSystems Canada, Inc.
Derek Read
Program Manager (XMetaL)
Administrator
Member

Posts: 1546



WWW
« Reply #2 on: February 03, 2011, 06:05:32 PM »

Re: 1

The following macro will cause the Element List to appear when you press Enter:

<MACRO name="Show Element List" lang="JScript" hide="true" key="Enter"><![CDATA[
   Application.ElementList.Visible = true;
]]></MACRO>


However, that will also break (by suppressing) the standard XMetaL behavior for the Enter key, which is a very nice feature that you may not want to deprive your users of. If your users don't like pressing Ctrl+Shift+I to open the Element List you might consider assigning a different key to the macro above, one that they find easier to remember, but one that does not break the Enter key behavior.

Another option is to have them open the Views toolbar. There's a button for the Element List on it.


* viewsToolbar_ElementListButton.jpg (3.91 KB, 219x69 - viewed 124 times.)
« Last Edit: February 03, 2011, 06:16:08 PM by Derek Read » Logged
chandan7891
Member

Posts: 23


« Reply #3 on: February 03, 2011, 11:31:22 PM »

Thanks a lot for your explanation ....it really work....
The second thing that i wanted to know is that can you provide something like when the document will be open completely then it will automatically save it first then what will happen is that if the file is locked then it will prompt us that is locked... 
Logged
Derek Read
Program Manager (XMetaL)
Administrator
Member

Posts: 1546



WWW
« Reply #4 on: February 03, 2011, 11:51:14 PM »

Since the file opening and saving from Contenta is being driven by Contenta in your case it is best to direct these questions to their support team. If they have the feature you require they will be able to tell you how to use it. If they do not then they will need to implement something that gives you the feature you require.
Logged
Pages: 1
Print
Jump to:  

email us