View the anchor in the object navigator

Is it possible to list/see all the created anchor in the object navigator ?

TOOLS->OPTIONS->NAVIGATOR -> LAYOUT ->ANCHORING INFORMATION
regards,
ph.

Similar Messages

  • Issue : Types don't match between the anchor and the recursive part in column Sql server 2005

    My table structure as follow
    ID JID EntryDate RefundDate Comments Refund ActionBy
    3 41986 2013-12-17 12/24/2013 Cancel 0 Matt
    4 41986 2013-12-17 12/25/2013 done 1 Kelly
    5 41986 2013-12-17 12/24/2013 no 0 Smith
    i want this type of output after issuing sql
    JID EntryDate RefundDate Comments Refund ActionBy
    41986
    2013-12-17 12/24/2013 Cancel 0 Matt
    2013-12-17 12/25/2013 done 1 Kelly
    2013-12-17 12/24/2013 no 0 Smith
    just to get the above output i issued this sql as follows
    ;WITH Hierarchy AS
    -- Anchor
    SELECT TOP 1 JID
    ,NULL EntryDate
    ,NULL RefundDate
    ,NULL Comments
    ,NULL Refund
    ,NULL ActionBy
    ,nLevel = 1
    FROM refundrequested
    UNION ALL
    -- Recursive query
    SELECT E.JID
    ,E.EntryDate
    ,E.RefundDate
    ,E.Comments
    ,E.Refund
    ,E.ActionBy
    ,H.nLevel+1
    FROM refundrequested E
    JOIN Hierarchy H ON E.JID = H.JID
    SELECT *
    FROM Hierarchy
    ORDER BY JID, nLevel

    i did this way and the error vanished
    ;WITH Hierarchy AS
    SELECT TOP 1 JID
    ,CAST(NULL AS DATETIME) EntryDate
    ,CAST(NULL AS DATETIME) RefundDate
    ,CAST(NULL AS VARCHAR(MAX)) Comments
    ,CAST(NULL AS BIT) Refund
    ,CAST(NULL AS VARCHAR(30)) ActionBy
    ,nLevel = 1
    FROM refundrequested
    UNION ALL
    SELECT E.JID
    ,E.EntryDate
    ,E.RefundDate
    ,E.Comments
    ,E.Refund
    ,E.ActionBy
    ,H.nLevel+1
    FROM refundrequested E
    JOIN Hierarchy H ON E.JID = H.JID
    SELECT *
    FROM Hierarchy
    ORDER BY JID, nLevel
    but a new error is showing and that is The statement terminated. The maximum recursion 100 has been exhausted before statement completion. how to fix this problem? please guide me. thanks

  • IPhone SDK: UIWebView - How to get the anchor information from  URLRequs

    I was planning to use the UIWebView but i am stumped now.
    When the user clicks on a hyperlink, the web view delegate shouldStartLoadWithRequest is called and it does not contain the anchor information.
    For e.g. if the href is say #01_02. This to a normal browser is a local anchor. The URL in the NSURLRequest contains just the file name information not the anchor.
    In my particular case a anchor can be some other view of the topic which i will generate and keep it ready for the browser at this point. But since i don't get the anchor information it just shows the current page.
    Is there a way to get the original value encoded in the HREF?
    Thanks in advance,
    -TRS

    I may not have understood your question but if you want to pull out the anchor information out of a request, have you tried the fragment property of the NSURL object?
    // request is type (NSURLRequest *); within shouldStartLoadWithRequest
    NSString *fragment = \[\[request URL\] fragment\];
    Usually this will have the anchor without the #, in your case 01_02.

  • Putting the anchor point of the camera at the center of a cube?

    I built a 3d cube and want the camera to spin around it.
    I don't want to animate/spin the cube itself, but I want to animate the camera.
    Whats the best and quickest way of getting the anchor point exactly at the center of the cube?
    At the moment if I place the anchor visually at the center, the camera itself is too close to the cube. I can't create distance between the cube and camera.:s
    Thanks,,

    Howdy,
    When you move an object, you also move the object's anchor point. The easiest way to accomplish what you want is to build a simple camera rig. Place the camera inside a 3D group and position the group's anchor point in the center of the cube. You can then move the camera around as you see fit, and when you want to do your orbit move (I assume that's why you want the anchor in the cube), you animate the group.
    Rigs are handy for all sorts of tasks like this. For example, you may want to create a 3D motion path that flies the camera all around a scene, but you also want the freedom to have the camera pan around while flying along the path. Think of it as a camera operator riding in a cable-car.

  • How do I navigate from a hyperlink on one page to an anchor within the tab widget?

    Hi guys can you please assist me with that issue I am describing in the question: How do I navigate from a hyperlink on one page to an anchor within the tab widget? I assume that it is not working because the tab widget is truly just on one page and anchors work within a page but not a specific tab. Is there a way around that?
    Thanks.

    an interesting question. Anchors work across pages (global) without any problem. Do they work within tabs or any other widgets I haven't tried, but it looks like you have and without success. I can see the temptation for doing this, but if you think about it why would you? Set the anchor on the page next to the tab(s) and hey presto the user needs only click the tab to which the hperlink refers, nothing could be more convenient! Of course, if the user cannot relate the tab to the hyperlink there's a problem. Generally solved by titling (like if the hyperlink is cats, the tab should preferably read cats and not dogs)! It's the only work around i can think of. Hope it helps.

  • Link anchor takes the page off center

    I set up my page to be in the center of the browser and when i go to preview and click on the link that is linked to a "link anchor" the entire page moves to the left of the browser placing the anchor at the top corner of the browser. How can i keep the page centered when clicking on the link?

    I'm running Muse v3.2 Build 2 and had just updated some info and re-exported my site, and noticed that the Anchor links have stopped working in Chrome and Safari. When clicked, the page moves sideways in the browser and does not return to the top of the page. It does work correctly in IE and Firefox. One of the affected pages is http://www.i-review.com/implementation.html so when you scroll down and click any of the 'To the top' links, this happens once then nothing. If you go to another page like http://www.i-review.com/training.html it will occur there once too.

  • How do You See Anchor Points When Object is Unselected

    Hi, In Adobe Illustrator is there any way of viewing the anchor points of objects permanently even when an object is unselected? So you can see where the points are when you are making shapes with the pen tool. If there was, this would make it a lot easer to place the points on existing points of other shapes without having to guess where they are. Thanks for you help Gareth.

    Oh no! I just noticed when using it, that it is not as useful as I thought, because if you want to put a point anywhere near the 90º or 45º line from the last one it forces you to put in on that line, it's great that it lets you see the points on the other shapes but too bad it makes you do that. and you can't turn off smart guides while making a shape because it stops that shape and starts a new one. That's a bit annoying, so it's still easier to do it without smart guides guessing where the points are and correct them later with the white arrow if you missed any. Thanks for you help though. Gareth.

  • Release Anchor for grouped object

    Hi All
    How to release the Anchored object that has group of objects, Is there any property to find the anchored object with group. I need to find those anchored object with group and release the anchor, if the object is placed as inline I can find other anchor objects without group but not the one with group. How to find and release those objects through script?
    thanks
    Jason

    Hi Jason,
    About releasing anchored objects, a generic routine has been given here:
    http://forums.adobe.com/message/4062574#4062574
    Here is a slight adjustment that only targets groups:
    var a = app.activeDocument.allPageItems,
        t;
    while( t = a.pop() )
        t.isValid &&
        (t instanceof Group) &&
        (t.parent instanceof Character) &&
        (t=t.anchoredObjectSettings).isValid &&
        t.releaseAnchoredObject();
    @+
    Marc

  • Can I move audio in logic by the sample in the sample editor to compensate

    I wanted a final say on wether or not I can move audio with sample accurate percision by moving the anchor in the sample editor with update in arrange page turned off. i just need a verification of this.
    Thanks guys

    yes you can and should use the sample editor to make
    such compensations. you do this by aligning the
    anchor point to the sample or part of the wave form
    that you want to correspond to a beat or subdivision
    (ideally) though of course it can be any point you
    want it to.
    if you use 'pickup clock; move object or event to
    SPL' KC the anchor point will jump to the SPL.
    Philip K is right though; if your entire track is out
    by the same amount that you can measure you could use
    the sample delay (though of course that will only
    delay it not move it forward in time). but you won't
    see the waveforms align themselves to the beat
    meaning you would have to be aware that that track
    has been compensated for.
    on balance i would edit with the sample editor.
    I was thinking that you could delay the rest
    of your tracks by however many samples thus
    aligning by compensating everything else though
    in real world situations I don't know how practical
    this would be. I keep forgetting that you can measure
    how many samples you select in the sample editor even
    if you cannot see them individually. So I will defer
    to the voice of experience on this. If Rohan would use
    the Sample editor, then I would tend to agree

  • How can I display the length of the yet unfinished line that a user is drawing in the image using the line tool of the IMAQ tool palette.

    Is this really not possible using standard Labview/Vision YI`s?

    Herbert,
    I can't find a way to extract the information you want within the program. However, this information is displayed as part of the IMAQ tool palette while the user is drawing the line. The pallette shows the anchor point, the X and Y offsets, and the line length and angle.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Where is the start of the audio file/recording?

    I'm emailing mixdowns to a studio where they will lay the files to movie timecodes that I have specified in a cue sheet. I'm a bit worried that the timecodes are incorrect. The possible issue concerns the start of the audio files.
    I recorded the tracks down to a stereo file, a region, that appears to start in the arrange at the correct point. But when you record, Logic includes some recording before the start of the region, before the Anchor, correct? And my question is this: when the files are opened in ProTools, does Protools see the Anchor, see the start of the region and ignore the bit before the region starts, or not?
    It's crucial, because if it doesn't all my in-points will be out but over a second (by the amount of time before the region start that somehow seems to exist in the audio file.

    Hi
    If I understand the problem correctly?
    jrm1 wrote:
    The possible issue concerns the start of the audio files.
    I recorded the tracks down to a stereo file, a region, that appears to start in the arrange at the correct point. But when you record, Logic includes some recording before the start of the region, before the Anchor, correct?
    This can depend on how you did the "record down to a stereo file".
    If you routed tracks to bus channels, then recorded the bus to another track, Logic will include the count-in in the audio file. As you say, the region in the Arrange will be correctly "trimmed".
    One solution would be to convert these bounced regions to new audio files (Audio Menu), another to use Bounce Region (or track) in Place.
    Alternatively, use a manually placed "2 pop" 2 seconds before the start of each cue.
    CCT

  • Viewing the art while the anchor is being moving

    Hello people,
    In Flash, when the user holds the anchor and moves it, he is seeing how the art looks.
    In AI, when the user holds an anchor, he only sees the basic path of the art and nothing more; the art is repaint only after the user releases the anchor.
    In my case I use PluginGroup plugin and the anchor effects a lot of other art object.
    Is there a possibility to view the art while the anchor is being held? I want my Update function to be called not only when the user releases the anchor, but also when he's holding and moving the anchor.
    I hope I'm clear enough
    Thanks in advanced.

    Its interesting how many plugin group questions are suddenly showing up -- I thought we were one of the only ones wrestling with that interesting part of the API! Maybe if more of us show up Adobe will fix some of the bugs in it
    In Flash, when the user holds the anchor and moves it, he is seeing how the art looks.
    In AI, when the user holds an anchor, he only sees the basic path of the art and nothing more; the art is repaint only after the user releases the anchor.
    In my case I use PluginGroup plugin and the anchor effects a lot of other art object.
    Is there a possibility to view the art while the anchor is being held? I want my Update function to be called not only when the user releases the anchor, but also when he's holding and moving the anchor.
    I hope I'm clear enough
    I think it's clear enough -- you just don't want to have to wait until they're done dragging before it draws what they're doing.
    The first thing you could try is invoking AIPluginGroupSuite::MarkPluginArtDirty() while you're dragging. You pass it the handle of the art and supposedly this sends an update message.
    The second thing is: do you actually modify the edit group while they're dragging the anchor? If not, try doing that on the fly, since that should theoretically invoke update messages too.

  • How to get the List of Database Objects (Table/View) for a given APEX Page.

    Hi,
    I have an application and that consist of pages like page1,2,3,.....
    *1.* I want a report which can give me the list of all the Pages1,2,3,....
    I am using the following query to acheive this.... THIS IS FINE..
    select a.workspace, a.owner, a.application_name, b.page_id, b.page_name
      from apex_applications a,
           apex_application_pages b
    where a.workspace = b.workspace
       and a.application_id = b.application_id*2. Now, I want for each individual page*, the list all the database objects (tables/views), which that page is using.
    I am using ALL_DEPENDENCIES , but I am not getting the result.
    So, want to know if there any view/table, where I can get the Application Pages & there database object list...
    Thanks,
    Deepak

    Hari,
    Thanks for the response.
    The view APEX_APPLICATION_PAGE_DB_ITEMS will only give me the table name related to any Page Items defined to that page..It will not give me all the database objects..
    suppose we have a Page, having a report based on multiple tables and there is no Page items defined on that page, we will not have any value in this ....DB_ITEMS table. same thing if we have define some PL|SQL(using some table/view) in a Process, that will not be populated in .....DB_ITEMS table. I want some thing like all the database objects (table/views/function/procedure/.....) for a particular Page ID.
    Thanks,
    Deepak

  • What is the best practice to replicate the change of an object name in HANA AT/AN view where there are dependent views in it?

    Dear All HANA Studio Experts,
    I'm using SAP HANA Studio Version: 1.0.68 in our current landscape and looking for a expert and intelligent solution for a problem that we have encountered recently.
    We have created multiple AT views, AN views and created CA views on top of these AN views to cater different LOB related to our organization. We have also designed BO universe on top of the CA views from HANA and finally created webi reports out of these universes.
    In a particular scenario, we have one AT view which is been used by 10 different AN views.
    Now we had 3 Requirements like below:
    1. To add a new field in this AT view,
    2. To update an existing field in this AT view and
    3. To remove a field from this AT view which is not required anymore.
    Problems Encountered:
    Req 1. When we added a new field (e.g. XX_ADD) in the AT view and activate it, its throwing warning that there are dependent objects on this AT view. However no error thrown and it leads to re-work to check if this new field is available in all those dependent views and re-deployed those all.
    Question: How to ensure if this addition of object will not impact the rest of the dependent views?
    Req 2. When we updated an existing field (e.g. XX_UPDATE_NEW) in the AT view and activate it, its throwing warning that there are dependent objects on this AT view. However the BO reports built on top of these different dependent AN views became inoperative.
    Question: How to ensure if we need to update the name of an existing object it will not impact the rest of the dependent AN views?
    Req 3. Finally we have removed one object from the existing fields as it is not required. Again we faced warnings that there are dependent AN views on this AT view.
    Question: How to ensure if we need to delete an existing object, it will automatically reflect in all dependent AN views?
    Please suggest, if it is a good practice to create separate AT,AN and CA views for each of the LOB's and avoiding any dependent views (hence gradually the total no. of logical objects will be increase) or to reuse the AT/AN views whenever possible and in case of any updation/deletion we need to do a huge rework to check and redeploy the dependent objects again and again?
    Thanks for reading this detailed explanation and please let me know in case you need any other inputs....don't hesitate to share your expert thoughts on this.

    Hi Avishek,
    Are you using Development or Modeller Prespective?
    Avishek Chakraborty wrote:
    Now we had 3 Requirements like below:
    1. To add a new field in this AT view,
    2. To update an existing field in this AT view and
    3. To remove a field from this AT view which is not required anymore.
    1) Adding a new Field in the AT View and after activating the view. Then you have to Refresh/Check out the dependent views to see if it is reflecting.
    2)  We cannot update the existing field in the AT view i.e like name change if it is being already used in joins in any of the dependent views. It will not allow you to activate
    3) To remove the field which is not being used any where, we can make the changes in AT View and Refresh/Check out to see if the dependent views are reflecting the change
    Regards,
    Krishna Tangudu

  • How come, that the shadow of an object on one layer effects the view of an image, that is on a different layer

    one layer has a shadow - on a second layer I have my image - how come, that  the image-view is effected by the shadow of an object of a different layer? is this only a view-effect or does this effects the prints as well? if so, how can I change it?
    thanks for advice!
    angelika

    Basic rule is that transparent object affects other objects behind it. So if you bring some object to front of transparent object (or upper layer), transparency flatteners doesn´t flatten it during transparency flattening. There are some exceptions to that rule, but I almost categorize those as bugs...
    Use Window>Output>Flattener Preview panel to see which objects are affected...
    If you export PDF, it makes a difference if you use PDF1.3 as compatibility. Using that PDF-version triggers Transparency Flattener and resulting PDF has no live transparency. All the other compatibility options preserve live transparencies....
    http://www.adobe.com/products/creativesuite/pdfs/dgt.pdf is quite good white paper about transparencies in CS softwares, it´s a bit old but most of the things have not changed since CS2...

Maybe you are looking for

  • Need help with ASA 5512 and SQL port between DMZ and inside

    Hello everyone, Inside is on gigabitEthernet0/1 ip 192.9.200.254 I have a dmz on gigabitEthernet2 ip 192.168.100.254 I need to pass port 443 from outside to dmz ip 192.168.100.80 and open port 1433 from 192.168.100.80 to the inside network.  I believ

  • Google Chromecast stopped work - Parental controls...

    Hi I have been using a Chromecast to watch Netflix on my Sony Bravia TV and it has worked fine for several months. Now it has stopped working and I see the message "Chromecast connected to -BT Hub name- but can't access the internet": The only thing

  • Form to echo data before submit

    I would like to capture or echo the data from a form before the submit button - I can get a new browser to open but cannot get the data to show - is this possible?  Thank you.

  • WVC54GCA Record & Playback problems : Time issues - Playback - AVI conversion

    I have gotten everything to work sort of. Time: The camera time seems to be becoming issue and I am not quite sure why. I have synced it with my pc an it seems still lose an hour. It will sometimes go and try and find a Nttp server even though I have

  • MB56 for quality notifications?

    Hi all, is there a possibility to see quality notifications for substream materials which were consumed for production of a finished good? I mean a kind of MB56 for quality notifications.You enter the finished goods material and batch and see if ther