How to make a similar panel like Links in InDesign (Problems in UnDo case of DocObserver).

I want to implement the similar operation as that of the Links panel Plugin.
Whenever a new image is placed on the document its should populate in the tree. And when it is deleted it should disappear.
I am able to do that by using a DocObserver, but the issue is that in when an object is placed on the document it populates on the tree but when Ctrl+Z is done it does not get disappear from the tree though it diappears from the document.
Similar is the case for the deletion of any image frame, when deleted it disappers from the tree but when it is undone it though come back on the document but does not appear on the tree view.
The code was working fine in CS2 as i was able to use the case
if((protocol == IID_IHIERARCHY)
(theChange == RemoveFromHierarchyCmdBoss || theChange == kAddToHierarchyCmdBoss )) in the update but in CS3 there is no UnDo support for coading so I am unable to trap that event in the update and remove the object from the tree.
But positively there would be some way to implement the required operation as it is done for the Links panel.
Plz anybody help me and kindly reply ASAP for that Advance thanks...

Hi Rizwan.
As you know, linking and unlinking of images are performed by the
kAddLinkCmdBoss and the
kRemoveLinksCmdBoss respectivley. These are most likely broadcasting the change on the
kDocBoss on the
IID_ILINKSMANAGER protocol. If you attach an observer to listen to this protocol you should be notified correctly, even during undo.
Regards,
Andreas

Similar Messages

  • How to make something similar in 3d? (tv graphics, no only compositing topic!))

    Hi, I am aware that this is community for After Effects, and also this example contains some objects probably maded in some 3D programs, but I want to hear opinion form an expert how exampes below are did:
    These are examples from one tv station i Europe:
    I am curious how it is made:
    http://www.youtube.com/watch?v=QBrQ7krzrVw (please watch only begin and the end of this video)
    http://www.youtube.com/watch?v=j9pU_XIJQqA (especially from very end of video clip-cubes)
    I want to know way how to make something similar and how to composite them like this way?
    Any links related to tutorials, links for similar techniques (c4d, max...?)
    What is your opinion about modeling this scene?
    Thank you!

    It will probably take some 3-D modeling.  Bringing it into AE, I will point you to Andrew Kramer's Element 3D plugin - http://www.videocopilot.net/ 
    He has one demo that is doing a very similar effect -- http://www.videocopilot.net/tutorials/element_animation_engine/

  • Workflow, How to make the attached SAP shortcut linked to a webgui t-code ?

    How to make the attached SAP shortcut linked to the webgui ? (Instead of the SAP Gui )
    When I received a "workflow msg" in my outlook inbox, I clicked on the attached shortcut.
    And a logon pop-up comes to me, in order that I logon to SAP in the SAPGui mode.
    It enables me to make a decision in SAP.
    I'd like that when the user receive the shortcut ( or a link ), it opens the webgui mode ?
    How can I do that ?
    Thx a lot,
    Erwan

    thx

  • How to make a remote panel file dialog open remote directory from any computer

    Hello to everybody. I am using Labview 6.1 and I would like to know how to make a remote panel file dialog open remote directory from any computer (Not only from a specific computer. If I open the file with a specific computer, I have to conect the path of the remote machine, but if I don´t know which remote computer is going to run the aplication, how can I do it?)?

    Hi!
    first you have to know progammatically the name of the remote pc connected to your server: this is a problem!
    I did not find a straigth way, LV 6.1 doesn't allow much progammatic control on the remote panel connection feature, but I'm confident that in the next LV version this will be improved!
    The point is that the Remote Panel Connection Manager (from the Tools menu) has all the informations about the connection: client name, server vi and whatever.
    This application is embedded in the \PROJECT\REMOTEPANEL.LLB and consists of a set of password protected vis.
    So here's the trick: use VIServer to grab data from the rpcm Get Server Data.vi when the Remote Panel Connection Manager is in run mode. By this you get all the informations (not only client name)o
    f the remote panel connection. See my example.
    By the way use client machine name to build the file dialog function input path.
    If anybody has an alternative method it would be more than appreciated to share it.
    Good luck,
    Alberto Locatelli
    Attachments:
    get_remote_machine_data.vi ‏151 KB

  • How to make a column as command link

    hi,
    how to make a column as command link.i want to make a table column as a command link so that a popup will come.please let me know.
    thanks in advance

    JDeveloper 10.1.3 does not have a popup but a dialog framework that opens a dialog in a separate browse window. As Chris pointed out, the developer guide contains a section about how to launch the dialog. To programmatically launch the dialog from a command link use its action listener property
        public void commandButton_action2(ActionEvent event) {
    // make the clicked row the current
      //Get access to the value binding
       ValueBinding vb = FacesContext.getCurrentInstance().getApplication().createValueBinding("#{bindings.DepartmentsView1Iterator}");
       DCIteratorBinding dciter = (DCIteratorBinding) vb.getValue(FacesContext.getCurrentInstance());
      //the command link is a child of af:column, which is a child of af:table
      CoreTable ct = (CoreTable)actionEvent.getComponent().getParent().getParent();
      //access the row data, to obtain the Row object and the formatted key string
      JUCtrlValueBindingRef juctrlref = (JUCtrlValueBindingRef) ct.getRowData();
      String rowKey = juctrlref.getRow().getKey().toStringFormat(true);
    //set the current row in the binding
      dciter.setCurrentRowWithKey(rowKey);
    // open dialog
            FacesContext fctx = FacesContext.getCurrentInstance();
            AdfFacesContext adfFacesCtx = AdfFacesContext.getCurrentInstance();
            UIViewRoot viewRoot = new UIViewRoot();
            viewRoot.setViewId("/yourDialogPage.jspx");
            HashMap properties = new HashMap();
            properties.put("width",300);
            properties.put("height",200);       
            adfFacesCtx.launchDialog(viewRoot,properties,(CoreCommandLink)event.getSource(),true,null);
      }If the dialog is based on the same VO then the current row is selected. If not then you may want to pass the value ofthe rowKey in a HashMap as the last argument to open dialog
    Frank

  • How to make a rubber effect like when you swipe between apps using 4 fingers on iPad ?

    Hey guys,
    So how to make a rubber effect like when you swipe between apps (first or last app) using 4 fingers on iPad iOS7 ? Any examples ?
    Thanks!
    Ivan

    Please do not double post the same question.
    Just like I said before. Animate X scale and position. Set the anchor point of the left image to the left side. You can then use an expression or just generate keyframes for scale. When you flip to the next screen then animate position. Easy basic animation except for the bounce. Key framing the bounce so that it looks natural takes a lot of experience or an expression.
    Google bounce expression after effects and find this. http://www.motion-graphics-exchange.com/after-effects/Wiggle-rubber-bounce-throw-inertia-e xpressions/4ad0f32a944ad
    There are a bunch of other solutions.
    There is no single click solution to this problem and it is not an effect, it is an animation.

  • How to make the Layers Panel float?

    Hello
    Can anyone show me how to make the Layers Panel in Photoshop Elements 13 float? - it seems to be fixed to the canvas window.
    Thanks.

    Hi,
    Click on triangle button of 'More' and choose custom workspace

  • How to make tables similar to apple site?

    Is anyone aware of any tutorials on how to make tables
    similar to
    http://www.apple.com/support/leopard/
    Thanks!

    Look at the code.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Mike" <[email protected]> wrote in message
    news:[email protected]..
    > Is it all CSS? How is it being done? Anyone point me to
    some tutorials?
    >
    > Thanks.
    >
    > Ken Binney wrote:
    >> And then you will discover there are no tables in
    that layout.
    >>
    >>
    >>
    >>
    >> "John T Smith" <[email protected]>
    wrote in message
    >> news:g0ichc$64f$[email protected]..
    >>> While at that site, tell your browser to show
    you the code... in IE that
    >>> is
    >>> click on the View option and select source
    >>>
    >>> You may also do a File--Save As to save a copy
    of the code to your
    >>> computer to
    >>> view
    >>>
    >>

  • How to make the expandable panels on the adobe homepage?

    Anyone any tips on how to create the little panels on the Adobe homepage. Think they are pretty cool and would look sweet for a web project I have.
    Cheers in advance.
    J

    The Eidt Links link is security trimmed. That is, if the user doesn't have permissions to edit links like a Visitor it won't show up. On the other hand if the user has permissions (like contribute permissions) it will show up based on whether the property Editable
    has been set or not in the SharePoint asp menu control. In OOB master page like Seattle.master, SharePoint:AspMenu id="V4QuickLaunchMenu" is used to render Quick Launch links. By default Editable property has value true. However, if it is explicitly
    set to "false", then Edit Links will not show up in Quick Launch. Similarly the control for top navigation which uses it SharePoint:AspMenu ID="TopNavigationMenu"
    Nadeem Yousuf

  • How to make window size same as linked file?

    Hi
    I understand how to make the link and have it open in a new
    window upon click, but how do I make this map open in a window that
    is exactly the same dimensions as the map png file itself, as
    opposed to opening in the same size of the browser window.
    http://www.enhancedwireless.net/Company/contact.shtml
    and click on the MALAYSIAN driving directions.
    Thanks
    KB

    That works fine and is quite acceptible, but it won't work
    for the initial
    default page - which is what the question is about.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "818g" <[email protected]> wrote in message
    news:egm8m5$gd5$[email protected]..
    > I'd do it with javascript. Highlight the link text in
    Dw, type
    > "javascript:;"
    > in the link box, hit enter, open the Behaviors panel,
    click on the Add
    > behavior
    > button (plus sign) and choose "Open Browser Window" from
    the menu. In the
    > Open
    > Browser Window dialog box you can define the width anf
    height of the
    > window.
    >

  • How to make a tabbed panel in fireworks for a web page?

    I know fireworks is not the best place to make a web page. I have to use this because it is a mockup for school. i have the tabs up and each state made in each tab i have the appropriate tab merging with the content area. I also have 3 other states I have created for each tab. first problem i am having is that when I click on state 2,3 and 4 I my content disappears including my master page and all of my other content I don't know how to make it show like it does in state 1. my second problem is I don't want to slice the hotspots to make the tabs. I just want to make the hotspots navigate to each state is that at all possible? or do I just have to slice it? the reason I don't want to slice is because the instructor does not like it when we slice content don't ask me why.

    Searched for a solution and I found a video tutorial about this:
    http://www.imoviehowto.com/imovie-ios-8-how-to-reverse-a-video-clip/

  • How to make a envelop distort like in this image

    Hey guys I wanted to know how can i make a envelop distort like this image in adobe illustrator CS6. Im running it on Windows 7.

    I still believe the originator of the artwork at least tried to keep to the straight and narrow. The crucial question is whether Hunter wishes to (too).
    When zooming in as far as possible on the image (so it is 190 mm wide on screen), as far as I can see, the spaces are still constant width and the lettershapes at top and bottom are still straight, especially evident for the TE at the end, so I believe any deviation would be an inaccuracy. The rounding of the basically horizontal segments as in Envelope (or Art Brush) Distort should be clearly visible.
    I believe Hunter may be able to make sure by zooming in on the actual artwork, and maybe measuring distances between key Anchor Points, and/or dragging with the Line Tool between them, in the latter case the top of the TE would show the greatest deviance from straightness.

  • How to make firefox scroll SMOOTH like safari

    Hi,
    Using the touchpad on my MBP, is there anyway to make firefox 2 scroll like Safari. I"ve installed ScrollWheel and configured it as best I could to use with my trackpad but it can't do near as good a job as Safari. Can anyone suggest anything?
    B

    as i predicted, the problem is only at your end, but your computer seems fair enough for browsing, mine could be considered the same, it really old - 2005, but with brand new motherboard:
    CPU: AMD Phenom 2 cores @ 3.1ghz
    GPU: ATI Radeon 3300 HD 512mb
    HDD: 80GB ... thats how old it is...
    OS: Windows 7 Ultimate x64
    my CD rom cant even read DVDs... so if i have to reinstall Windows 7 i have to buy a new DVD rom first :D
    now i suggest you, if you insist on having the newest version of Firefox, consider trying some of these:
    here are the Nightly (v7.0) build of Firefox, both x32 and x64, try installing the one that corresponds your system build type and see if you are having trouble with speeds
    if that doesnt work and you still want to use the latest Firefox (5.0), then reintalling Windows 7 would be a good start, but on the other hand its not worth doing it just for just a browser, but the choise is yours
    these are the steps i'd take
    wish you best of luck and im afraid i cant help you anymore

  • How to make new Firefox look like old Firefox?

    I was looking at the new version of Firefox and really don't like how it looks. If I update to it is there a way to make Firefox look like the old one? 3.6.24 is the version I'm using now, and I really like how it looks.

    To restore the old appearance right click the orange Firefox button to open the toolbar context menu or use (F10) View > Toolbars.
    * Click the Menu Bar entry and place a check-mark to make the Menu Bar visible all the time (Windows and Linux).
    * Click "Tabs on Top" to remove the check mark and place the Tab Bar at its original position just above the browser window.
    See also:
    * https://support.mozilla.com/kb/why-are-tabs-top
    *https://support.mozilla.com/kb/Menu+bar+is+missing
    *https://support.mozilla.com/kb/how-do-i-get-firefox-button
    * http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6/

  • [SOLVED]How to get a kicker panel like this?

    I want my Arch/Chakra KDE to have a transparent kicker panel like http://pclinuxos.com/wp-content/uploads … minime.png I tried various permutation and combinations of existing themes i.e Air, Air Netbooks, Oxygen. Tried few themes like Glaze etc but none of them work. I don't want a complete transparent panel like in Bare Naked Theme(which does not work/come in KDE 4.4.2 BTW) but like shown in the above image with slight white hue but not more. Perfect as in the image. Does anyone know how to get it?
    Last edited by chakra-user (2010-04-23 06:14:28)

    toxygen wrote:
    look for the naked plasma theme, or the bare naked theme (this is for kde 4.x).  you can do it through settings ->aapearance -> style -> workspace and change the theme there (or get new theme and search for naked).
    or you can go to http://kde-look.org and search there for plasma theme
    Like I mentioned above, * Naked theme is not available for 4.4.2 becoz I could not download it via the built in kde theme manager maybe it is in compatible. Is there a way to remove those ugly round shapes from AIR theme. modify .svg of air how?

Maybe you are looking for

  • How to add numbers in XML?567- 5+6+7=18?

    I have a requirement in check printing to print the check no at the bottom of the check. 1.     Compute sum of all the digits in the check number and divide it by 9. E.g.: 1.     0+0+7+0+0+5+7+9 = 28 (SUM) 2.     28 / 9 = 3 (with remainder 1) 3.2.   

  • Variation on itunes 6.0.1 (3) problems

    My new 6.0.1 (3) works just fine in all respects EXCEPT that the program crashes when I try to connect to the music store, or, to update a podcast. I haven't had the whole computer crash like others have, and I haven't lost the library, as have other

  • HP Pavilion tx2510us Entertainment Notebook PC

    I have a HP Pavilion tx2510us Entertainment Notebook PC (original installed with Windows Vista) upgraded to Windows 7.  When I power on the machine all I get is a black scrren.  I can hear the fan, and see lites on  but the screen stays black,  I hav

  • Resetting the export to excel sheet on ALV output

    Hi ! One of the user ran an ALV report and then tried to expot the report output to spread sheet . When she clicked on the export tab it poped her a screen to enter the format in which she wanted to export it and then checked the checkbox * Always us

  • Putting iMac to Sleep

    Hi I was wondering is there a way to keep ichat running even if u decide to put your computer to sleep.