ParallelCamera - how to position the origin at the center?

When defining a ParallelCamera, I would like the ability to position the origin at the center of the scene, the way PerspectiveCamera does it, instead of the upper-left corner of the scene.
Also, when I have a ParallelCamera and I call setScaleX, setScaleY, and setScaleZ (or their property-binding equivalents) with scale factors greater than 1, it seems to make the 3D elements smaller, instead of larger as I would expect.  Is there a reason for this?
Thanks.

Murugesh,
I believe that you have mis-read Gabriel's problem.
Gabriel,
The cursor is not positioning at the base of the editor as you have cited.
In order to get this functionality to work, you must set the LINE_EDITOR import paramter to 'X'.
data: hdr like THEAD.
data: l_itced like itced.
  hdr-tdobject = 'VBBP'.
  hdr-tdname = '4000029521000030'.
  hdr-tdid = 'Z005'.
  hdr-tdspras = 'E'.
  hdr-TDLINESIZE = '100'.
  hdr-TDTXTLINES = '3'.
  l_itced-SCROLLEND = 'X'.
  CALL FUNCTION 'EDIT_TEXT'
    EXPORTING
    DISPLAY             = ' '
    EDITOR_TITLE        = ' '
      HEADER              = hdr
    PAGE                = ' '
    WINDOW              = ' '
    SAVE                = 'X'
      LINE_EDITOR         = 'X'   " here !!!
      CONTROL             = l_itced
    PROGRAM             = ' '
    LOCAL_CAT           = ' '
  IMPORTING
    FUNCTION            =
    NEWHEADER           =
    RESULT              =
    TABLES
      LINES               = lines
  EXCEPTIONS
    ID                  = 1
    LANGUAGE            = 2
    LINESIZE            = 3
    NAME                = 4
    OBJECT              = 5
    TEXTFORMAT          = 6
    COMMUNICATION       = 7
    OTHERS              = 8
Don't forget those points !!

Similar Messages

  • When I open up "originals" in my iPhoto library, the dates are not there or are incorrect.  I see date created and date modified, not the original date the picture was taken.  How can I find the accurate original dates?

    I have had a lot of issues with my iPhoto program. After many trips to the Genius Bar and numerous hours with phone techs, I am now rebuilding my library, starting with a backup of it from before the corruption. When I "get info" of a picture, I notice the original date the picture was taken (most important for me), is not there or is wrong.  When I check package contents of my iPhoto library, the originals show up, but most (not all) of the dates are wrong.  Can anyone tell me how or where I might find the original dates?

    I did post to the iPhoto forum and am hoping for an answer soon. I don't want to continue rebuilding my iphoto library if I can do it using originals. My library has 45,000 pictures...a huge job!

  • How do I reorganize my photos on iPad 2?  I need to move (not copy) photos from one album to another.  When I use the copy function to another album, and then try to delete an image from the original album, the system wants to delete the photos from all a

    How do I reorganize my photos on iPad 2?  I need to move (not copy) photos from one album to another.  When I use the copy function to another album, and then try to delete an image from the original album, the system wants to delete the photos from all albums.  Please help.

    You can't do it directly on the iPad - the new album functionality basically only allows you to copy photos into those new albums, you can't move them. The way that I think of it as working is that you are just creating pointers to the photos in those new albums, so if you then delete the original photo on the iPad you therefore automatically delete all the pointers to it.
    If you want to re-organise your albums then you will need to do it on your computer and then sync those albums over to the iPad

  • How to move the origin in the line chart.

    Hello,
    I am unable to move the origin in the line chart, the general graph usually starts from next to the origin, but in the line chart for eg: I have jan,feb,march etc on x-axis, I m getting Jan at the origin place, I wanna shift it to the right  so that I get a graph in the middle.Can anybody please help me regarding this.
    suma.

    Erik:
    You can specify the '%' in the 'Postfix' field in the 'Display Settings' on the 'Chart Attributes' page.
    Varad

  • CPM - Cut the connection between two views - the original and the copied

    Hi,
    I can copy one logical view to another one.
    But since then - every change in one view (the original or the other), takes place in both of the views.
    How can I cut the connection between the two logical views?
    Thanks,
    Carmit

    Hi,
    Please go through the below link this may helpful to you.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c04b1b26-e7fa-2a10-298c-c8c736f6ca9e
    Regards
    Sudheer

  • The MacBook Pro will not allow me to cut-and-paste to and from or to click-and-drag to the external drive. I can copy-and-paste, but then I must send the original to the trash, which doubles the time and effort. Is there any way to cut-and-paste?

    I have recently switched from a PC to a MacBook Pro.
    I have a large number of documents and photographs on a multiterrabite external drive, backed up on a second multiterrabite external drive.
    Both external drives are formatted for MacIntosh. This has been verified by agents at an Apple store and also at Best Buy in two different cities.
    This is the problem:
    The MacBook Pro will not allow me to cut-and-paste to and from or to click-and-drag to the external drive. I can copy-and-paste, but then I must send the original to the trash, which doubles the time and effort. Is there any way to cut-and-paste?
    Also, the MacBook Pro will not allow me to rename multiple documents or photographs. I can click-and-rename a single one, but this is impossibly time consuming. I can batch-rename in iPhoto, but when I transfer the photographs to the external drive, the rename does not transfer.
    I’m reduced to using my wife’s Toshiba to cut-and-past, rename, and transfer documents. It works perfectly. Is there any way to do this on the MacBook Pro?
    Thanks!
    Roderick Guerry
    [email protected]

    Roderick Guerry wrote:
    The MacBook Pro will not allow me to cut-and-paste to and from or to click-and-drag to the external drive. I can copy-and-paste, but then I must send the original to the trash, which doubles the time and effort. Is there any way to cut-and-paste?
    No, this is a philosophical difference between Apple and Microsoft. Apple believes that it's dangerous to cut a file in case the user never pastes it; in that case the file is lost. Microsoft seems to not have this problem (if I remember Windows correctly) because they don't delete the originating file if it's cut but never pasted.
    Even though Macs have a lot of keyboard shortcuts, philosophically Macs have traditionally been mouse-first. This applies to file copy operations. In your case, what a Mac user would do is open the source window, open the destination window (on your second drive), and then Command-drag the selected files from the source to destination window. This is because a normal drag would leave the originals behind, while adding the Command modifier key tells OS X that this is a Move, not a Copy, so don't leave the originals behind.
    (In addition there are different rules for drag-copying within the same volume or between different volumes. If you drag between two folders on the same volume, the files are moved. If you drag between different volumes, the files are copied unless you hold down Command to delete the copies on the source volume.)
    Roderick Guerry wrote:
    Also, the MacBook Pro will not allow me to rename multiple documents or photographs. I can click-and-rename a single one, but this is impossibly time consuming. I can batch-rename in iPhoto, but when I transfer the photographs to the external drive, the rename does not transfer.
    Two problems in this case. First, batch file renaming is not built into OS X unless you build something with Automator. However, there are many utilities that can do batch file renaming which you can find at macupdate.com or on the App Store. Since I work with media I often batch rename using one of the media managers I have lying around like Media Pro or Adobe Bridge (comes with Photoshop).
    iPhoto is a database front end designed to shield the file system from the consumer and let them concentrate on creativity and sharing. As such it is often a poor choice for managing files directly. When you "transferred the photographs" chances are you moved the originals, not the ones iPhoto edited which are stored in a hidden folder.
    Roderick Guerry wrote:
    I’m reduced to using my wife’s Toshiba to cut-and-past, rename, and transfer documents. It works perfectly. Is there any way to do this on the MacBook Pro?
    There will not be a way to do it exactly like Windows. As described above, there are ways to do it "the Mac way." If it is possible to remove judgment on which way is "better" you might find the Mac way to be acceptable, but of course sometimes we simply prefer what we're used to.

  • I am trying to crop faces from old family group photos and paste them on to records in Family Tree Maker. When I do this, the pasted cropped image reverts to the original of the entire family. Is there a way of unlinking the original version from the crop

    I am trying to crop faces from old family group photos and paste them on to records in Family Tree Maker. When I do this, the pasted cropped image reverts to the original of the entire family. Is there a way of unlinking the original version from the cropped image?

    Are you copying the cropped images directly from Aperture's Browser window and then pasting into your family tree?
    It would be safer to export the cropped faces as new image files to a folder on your disk, and then drag them from there to the "Family Tree" window.
    To export select the cropped image versions in Aperture's browser and use the command "File > Export > Version". Select a suitable export preset from the pop-up menu, for example "Jpeg fit into ..." and select a folder to export to.
    Regards
    Léonie

  • Using both the original and the cropped photo on imovie

    Can't get my duplicated, cropped photos to copy onto imovie without reverting back to the original form. I want both the original and the new cropped version of the same photo.

    Yes. There may be a hiccup due to bandwidth use if you print while streaming. But the answer is still yes.
    Welcome to Apple Discussions!

  • How to position things based on the size of Text widget

    e.g. If I want to place the center of the baseline of a simple string over a certain point, what would I do?
    Text t = new Text("Hello");
    t.setTextOrigin(VPos.BASELINE);
    I was thinking of doing something like:
    t.setTranslateX(-width/2.0);
    But I can't get the width. Text does not have a "width" property!
    How do I know what X coordinate corresponds to the center of the Text node?
    Font doesn't have any methods for computing bounds of characters or strings
    EDIT....
    As usually I think I've found a way a couple seconds after posting...
    text.prefWidth(-1) appears to return a reasonable value.
    EDIT #2...
    Looked reasonable but isn't right. So far I've had to wrap the Text in a Pane just so I can bind to the width of the Pane. That seems like jumping through too many hoops.
    Edited by: swpalmer on Dec 19, 2011 11:41 AM

    Well, you can not create dependencies like this, but you could use nested master pages. You would still need 30 master pages for 30 chapters, in order to place the chapter number in different positions, but you
    would only need one or two main master pages for the rest of master page content. That would make it at least easier to change something on all master pages at once.

  • How can I make a copy of a song, change the album cover of the copy, but have the original stay the same?

    So, this is going to take some time to explain, but I'm going to try it.
    I'm trying to build a compilation playlist with songs from other albums. I want to change the name of the album in the info of the song and the cover for the new playlist. When I do this, the original copy changes as well. I don't want this to happen. Is it possible to avoid this?

    Frankly I would just make your album a playlist and live with the original album names in the individual items.
    If you really want to name them individually you will have to make copies of the files and add them a second time to iTunes.  One easy way to do this is drag the tracks you want to a different drive (it could just be a flash drive).  It will make copies of the files on that other drive. Now drag them back to an empty playlist window.  That way you will be able to keep them separate from the original track until you can rename them.  In dragging back to iTunes it will put a copy in the iTunes folders so you will end up with two copies of the files, the second one for editing.

  • How to position chapter number on the master page according to the chapter number?

    I'm working with a catalog for a customer with about 250 pages divided into apx 30 chapters. The person who made this document in the first place have a separate master page for each Chapter.
    If I use the the Running Header (Paragraph style) text variable I can use the same master page on all chapters - this will be much easier I think.
    BUT I have a problem because the chapter number is going to be displayed in different position according to the number (along on the edge of the page with white text in a black rectangle, with the first chapter number on top, the next one beneath and so on - so the reader of the book can see the chapters just by looking at the edge of the book without opening it)
    Is there any possibility to have the Chapter Number text variable to be displayed in different location on the page based on the number it self? Or do you have any other ways to solve this in a easy way?

    Well, you can not create dependencies like this, but you could use nested master pages. You would still need 30 master pages for 30 chapters, in order to place the chapter number in different positions, but you
    would only need one or two main master pages for the rest of master page content. That would make it at least easier to change something on all master pages at once.

  • What code can i dial to check the originality of the fone(iphone4s)

    i want to buy a new iphone but there is tooo many fake ones in the market so how can i find the original one or which code can i dial to notice that....
    thnak you

    Buy the new phone from Apple or from an Apple partner carrier and you are guaranteed to get a genuine phone. Buy from anywhere else and you are taking a big chance of getting a counterfeit or a stolen phone.

  • Where is the origin of the ServerletConfig object?

    Look at the following code snippet, which is a typical init() method from a HttpServlet subclass:
    ====================================================
    public class myServlet
    extends HttpServlet {
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    ====================================================
    This implementation stores the ServletConfig object it receives from the servlet container for later use.
    My question is where the particulars of the ServletConfig object come from? Any .xml file or .properties file? My working environment is Tomcat 4.1.

    partially from the application's web.xml, that is the only information useful to a java web developer anyway (next to the META-INF/context.xml used in tomcat 5 and up).

  • The application on my MacBook Pro is corrupted, and I need to re-install it.  I downloaded the original from the Adobe site.  How do I download it again?

    Photoshop Elements 12 is corrupted, how do I re-install it from my Adobe account?

    Have a look here...
    what-to-do-when-your-hard-drive-is-full.html

  • My apple ID was the original without the email extension.  It caused problems with ITunes conversion after the last upgrade.  Tech fixed that issue but my MacBook defaults to the old ID.  Even though I have a new ID it defaults to the old.  iTunes is ok.

    How do I change my Apple ID, when it defaults to an old ID and ITunes is accepting another ID?  The IDis very old and does not contain an email extension.  I had a problem because of that earlier this year in my ITunes account and Apple fixed it.

    Get in touch with Apple again -> http://www.apple.com/support/appleid/.
    Good luck,
    Clinton

Maybe you are looking for

  • Safari 5.1.7 crashing in seconds

    Hi,      Someone suggested I open my own thread with my own error message log so here it is.  I think this is because I did an itunes upgrade and new safari got dragged along.  I have always been impressed with how stable safari is and how it works w

  • TS1538 anyone up? cannot figure out why my itunes does not recognize my iphone 4s

    My device locked earlier and now I am trying to sync and restore via the cloud and have no idea. The itunes account is the newest version that came out today but I cannot get the device to be found anyone got some help please?

  • Crystal reports converting varchar 254 to memo data type

    Hi All, We are still using Seagate Crystal Reports 7.5 for some of our reporting. I have a problem that hopefully someone can help with. One of our connections is to ODBC- AR System ODBC Data Source. In that data source there are fields defined as va

  • How to contact CEO.............HELP

    How do I contact the CEO about my Infinity  problem its been 5 months of empty promises can someone please help Solved! Go to Solution.

  • Error upgrading to mavericks on macbook pro OSX 10.7.5

    Hi I have downloaded and redownloaded the mavericks install application on my Macbook Pro with Intel Core i7 with 4GB RAM. Every time I run the installer it works fine until the computer shall close all applications (although I did close the ones I h