How to zoom my cursor with document zoom:

when I click the stamp tool and select a stamp,the cursor change into a stamp, and the stamp cursor could zoom in with the pdf
document zoom in. I have achieved the stamp cursor using windows API :
AVCursor cursor =(AVCursor)LoadImage(gHINSTANCE,"c:\\stamp.cur",IMAGE_CURSOR,170,170,LR_LOADFROMFILE);
but my stamp cursor can not zoom with the pdf document zoom. How to achieve this?
Thanks in advance for any help!

lrosenth, Thanks for your reply!
when I received the notification of AVPageViewDidChange
How can I get the Scaling rate?

Similar Messages

  • How to display a cursor with sand glass ?

    I would like to know how to display a cursor with sand glass I am performing a long operation ?
    Thanks in advance.

    As long as you are using anything that extends Component...
    this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    doLongOperation();
    this.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));Hope this helps,
    Radish21
    PS the API is ALWAYS your friend
    http://java.sun.com/j2se/1.4.1/docs/api/
    http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Cursor.html

  • How to use REF cursor with toplink

    Hi,
    I have a stored proc has a out variable which is a REF CURSOR.
    How to read my cursor with toplink?

    I have got it. Here is the solution.
              UnitOfWork uow= dbSession.acquireUnitOfWork();
              StoredProcedureCall call = new StoredProcedureCall();
              call.setProcedureName("smart.getCompanyStruct");
              call.addNamedArgument("xnrid");
              call.useNamedCursorOutputAsResultSet("cpy");
              DataReadQuery query = new DataReadQuery();
              query.setCall(call);
              Vector parameters = new Vector();
              query.addArgument("xnrid");
              parameters.add(new Long(5009L));
              Vector obj = (Vector) uow.executeQuery(query, parameters);     
    Vector contains result ser of the cursor
    Gurcan

  • How to declare a cursor with stored proc?

    Hi All,
    Can we declare a cursor with stored proc?
    For Example -
    CREATE PROCEDURE DDL_proc() LANGUAGE SQLSCRIPT AS
        CURSOR c_cursor1 (v_isbn VARCHAR(20)) FOR CALL SYS.GET_OBJECT_DEFINITION(<SCHEMA_NAME>, <TABLE_NAME>).;
         BEGIN
              FOR cur_row as c_cursor1 DO
              END FOR;
         END;
    Could you please have a look on the same?
    Thank you,
    Vijeesh

    Oracle PL/SQL also has a select into statement which is described in the same manual the link takes you to part of.
    select column_list
    into variable_list
    from table(s)
    where conditions
    The PL/SQL Users Guide is something you are going to want to have gone over cover to cover before you start converting because so that you make the best choices for how to rewrite the code: select into, explicit cursor, implicit cursor, for loop, simple loop, while loop, collections,bulk load, etc ....
    HTH -- Mark D Powell --

  • How to move the cursor with keyboard

    Is there a way to move the cursor with the keyboard? My right forearm is hurting prob because of extended use of the mouse.

    While in the 'Finder' click on 'Help' in the upper menu bar....enter 'Mouse Keys' and then select 'Controlling the pointer with the numeric keypad'....only problem I can see is the MacBook doesn't have a numeric keypad...so you would need an full size external keyboard....tried it on my iMac and it works OK...

  • Online college, open document, how to find URL associated with document

    I am currently enrolled in an online college.  For APA formatting, we are supposed to find the URL associated with an online document.  For example:  on the college website I click on a link that takes me to the open/save box.  I open the file, at the top of the page is the name: sn_2010_writing_scholarly_voice-1.  On a PC we are supposed to cut/paste that into our web browser to come up with the URL.  I'm not seeing how to do this on a MAC. 

    Here's a code snipet with null checks removed:
    UID MyClassName::GetFrameForXMLElement(IIDXMLElement* inXMLElement)
        InterfacePtr< ITextModel > textModel( Utils< IXMLUtils >()->QueryTextModel( inXMLElement ) );
        InterfacePtr< IFrameList > frameList( textModel->QueryFrameList() );
        UID aFrameUID = frameList->GetNthFrameUID( 0 );
        return aFrameUID;

  • How to differ tax currency and document currency in contract

    Hi Guru's,
    I would like to know how to differ tax currency with document currency in SAP contract.
    Thanks and Regards
    Vikram.M

    Hello Vikram,
    The document currency will be that of local currency.   the tax currency should be of the customers country currency.
    Perhaps you have to define different condition tables by passing on the fields to header or Item Level and depending on the customer Master currency detrmine Tax in different currecny. KNVV-WAERS.
    This needs a bit of ABAP effort,and minor enhancement to take consideration of exhange rates.

  • How can I save zoom setting for a DOCUMENT so it opens at that setting?

    I find an optimal zoom setting for a document I'd like to use (say 42%) and want the document to open at that setting.  I save the document with File>Save Copy.  However when I open the document, it opens at the DEFAULT zoom setting set in the Preferences for program.  If I change the zoom level here to what I desire for that document, obviously all documents will open at that default setting.
    How can I save my desired zoom level for a document, which will most likely be different for EACH document, and have the saved document open at that setting?
    This seems like a trivial exercise / feature that should be easy to implement BOTH by the programmers of the software and the user setting the zoom level.
    Also, I want to suppress the bookmarks sidebar.  I save without the bookmarks but the documents opens with the side bar.  Can't THIS be set for each document?
    Why is it so difficult to tailor the viewing of a document to exactly what the viewer wants?

    OK.  Sorry for the mistake in posting the question here.
    Again it seems like it should be trivial to save a document in the Reader with a viewer's desired zoom setting.  I find this very helpful as I like to use a zoom setting that when scrolling down the document only one full page of the document is viewed (like turning the pages of a book).  Without this feature, partial pages are displayed when scrolling unless one experiments to find the correct zoom setting (often it is 60%).  One must do this every time one opens the same document, unless one remembers the zoom setting.
    Oh well ....

  • Browser oppen and minimize fine but webpages do not. how do i get it to open to the size of the browser and stay that way with out zooming all the time

    I can not get a webpage to stay the size of the browser with out zooming in every time i go to a web page. With out zooming it just stay small with white on both sides. How do i get it to stay the size of the browser and stay that way Have no trouble with my internet explorer doing this on my new computer. or fire fox on my old computer.

    You can use an extension to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • How to zoom and pan with Edge animate?

    Hi,
    I have been trying to make a project with Edge Animate, it is all about an image, but I want to be able to zoom and pan the image. Can you please send me an example if there is any around? or Can you explain me how to zoom and pan with Edge Animate?
    Thanks,
    Guasch

    I am having this same issue! I am searching through forums on what tools to use to create a good zoom and pan on an image that contains hyperlinks an other things, developed in Adobe Edge Animate.
    So far, here are some solutions I have come across:
    http://craigfrancis.github.io/zoomify/
    http://zynga.github.io/scroller/demo/dom.html
    These two seem to be the closest solutions to what I'm looking for. Now I just have to integrate the javascript into my adobe ege animate composition. Hopefully that won't be too hard. Are there any suggestions from the adobe community on how to do this?

  • How to default zoom Safari pages with consistency?

    I can't read most default page designs in Safari with my 1920x1080. Everything is too small, not to mention the current obsession with creating vertical pages wasting enough room on both sides of a horizontal monitor to show two pages side by side. The best solution to this problem is a global zoom for all things rendered by Safari, but the mechanism that enables this doesn't seem to work. The reason I want this to work is because I have to manually zoom every page I visit, two to four times. I'm guessing each zoom command activated is about 10% change, but there's nothing to indicate absolute view size. Question has been previously asked in several forms but proposals work inconsistently.
    I created a default CSS file that made things a rmore easonable start:
    body {
      zoom:140%;
    But, this treatment doesn't scale all elements reliably as in the same manner that manually zooming inside Safari does. I presumed all rendering related to the body is affected by this, but the evidence is otherwise. Note that I'm not interested in scaling only text using prefs or the zoom text only mechanism; that leads to similar problems with how elements are designed and interact. My goal is to scale the entire view as designed without using a different screen resolution.
    Most recently, Gizmodo serves as an excellent fail example. If you load the page unaltered, command++/- it will zoom faithfully, but if you use the default style sheet above you end up with mismatched elements like frames and advertisements overlapping each other, or inability to scroll. Sometimes these elements will mate with their frames if you zoom to one extent or the other and return to the desired scale, but not always. This basic zoom fail behaviour happens on other sites depending on how elements relate to each other. The bad behaviour is augmented in V8 because embedded youtube videos seem to be more messed up, scaling the controls but not the embedding window, with perceived mouse lag that makes any interaction worse.
    The default style sheet seems like exactly what is required, so in a Safari rendered world, why doesn't it work as compared to the zoom command? What does the zoom command do that the zoom style doesn't? I can't seem to whittle it down to other than presuming Safari itself is rendering badly, independent of CSS interpretation. I installed FireFox as an experiment but failed to find an equivalent of Safari's default style sheet, although it does perform successfully when using menu commands, the same as Safari.

    Yeah, that's the ticket.
    I haven't seen anything zoomed radically bad like how the CCS option behavespanacea, so AllPagesZoom seems to be executing like a scripted command of the original menu item. Oddly, this editor window has teeny weeny text so it's not a panacea. In just a few new tabs I'm already enjoying not pounding the +key, so I hope the extension is effective in the long run. I'll call this solved, although I think the way Safari behaves is hardly a success.
    Thanks for the advice.

  • Scheduling Gantt: How to work with the "zoom-to-fit" drop-down

    I'm trying to figure out how to work with the "zoom-to-fit" drop-down on the scheduling Gantt dvt control. It has choices in the drop-down that are not appropriate for my project. The documented purpose of this drop-down is to allow the user to zoom to a level that would allow a certain time range to "fit" within the current window. The choices start at "1 Week" and go up through "2 Weeks", "1 Month" etc. The problem is that the projects I'm displaying are generally just a couple of days long, and consist of many small tasks. So even 1 Week is too big. Also, no matter what I pick in this drop down, nothing happens.
    So my questions are these:
    1. Can I change the choices in this drop-down? If so, how do I do that?
    2. If not, then how can I remove this drop-down? (I figure I probably can if I disable "zoom", but I don't want to do that.)
    3. How do I get this to actually do something? I assume maybe I have to code some listener somewhere, but if so, how do I do that.
    Thanks for any hints, tips and advice!

    Currently, we do not allow customization of zoom-to-fit. Please file an ER. We could add a param to featuresOff attribute to disable/remove zoom-to-fit from the toolbar without disabling/removing zoom.

  • Zooming in a PDF Document from Web

    Hello,
    How can I zoom in a PDF Document from Web using Safari 2.0.4?
    Thank you.
    -HREsquivelO

    HRE,
    There is a couple of ways to zoom in PDF and any file. But my favorite is to hold down the "Control" key and use the Scroll wheel on your mouse to Zoom in and out. Assuming you have a mouse with a scroll wheel that is.
    If you don't have a scroll wheel you can hold down the Option & Apple (Command) key and the press the "+ or -" keys to zoom in and out. Then move around your document with the mouse.
    Way cool!

  • PDF file created but opens with 148% zoom

    I created a pdf document in illustrator cs3 but it opens with 148% zoom in reader 8.
    How can I change this in to 100% or even 75 % zoom when it opens.
    I want to use it but when someone opens it res. is lousy

    If you don't have Acrobat, you cannot change the way the file opens. There does not appear to be a way to do this when you save as a pdf.

  • Zoom/Page Display - EPUB document

    I downloaded an EPUB document from the iTunes Store. (It's a comic.)
    I just want to be able to view this on my PC (Windows XP) - I have Adobe Digial Editions 2.0 installed.
    Maybe this is a stupid question, but is there a way to zoom in/out like I can with PDF documents in Adobe Reader? The default display for this document in Digital Editions doesn't show the full page, and I just can't figure out how to zoom out to fit the full page on the screen.
    Thanks

    Hi,
    Based on your description, my understanding is that you want to get all the libraries associated with specific content types.
    I recommend to loop through all the libraries in the site programmatically, then use
    SPList.ContentTypes or List.ContentTypes property to get the content type in the library and check if the content type is the one specified.
    More references:
    http://stackoverflow.com/questions/15219968/how-to-get-list-of-all-document-libraries-from-sharepoint-site-programatically
    http://spdailytips.blogspot.com/2012/06/retrieve-all-document-libraries-in.html
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.contenttypes.aspx
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.list.contenttypes(v=office.15).aspx
    You can also use the SPList.CheckPermissions method to check if the permission of current user on the libraries.
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.checkpermissions.aspx
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

Maybe you are looking for