Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #61

    Default Re: simple question

    oh...

    well, i guess i didn't read the original question well enough,
    he did said he wants to SET the camera X axis...
    translate(x,y,z) isn't the method for that, but when Ex Malterra said:
    "and you want to move it 50 units" - translate came up in my mind.

    bgsBS Guest

  2. Similar Questions and Discussions

    1. Need Simple Answer to Simple Contribute/Firefox question
      Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight...
    2. SImple question?
      Can anyone please tell me how to keep 2 windows open so that as soon as I click on one of them, the other one does not minimise and have to be...
    3. simple question but want help.....
      Hi, I got a ASP problem wanna ask.... Sql_check = "select * from user_table where user_id =' " & user & " ' " Set Rs_check =...
    4. another simple question.
      select from db where id = 3... if it doesn't exist, how can i display a message saying so. for example: "3" is not a valid selection. ...
    5. A simple question but ..
      Hi Can someone give me a link where i can see (and do it my self) how to create a shape tweening? (Flash MX) Yes i am a newbie but want to learn...
  3. #62

    Default Re: simple question

    Originally posted by: bgsBS
    when Ex Malterra said:
    "and you want to move it 50 units" - translate came up in my mind.
    yeah, i worded that wrong. personally i only use transform.position (and
    transform.rotation) when it makes sense setting up a scene. i never use
    transforms to change the position or rotation of a node during playback.
    transforms are pretty tricky really, and my understanding of them isn't clear
    enough to allow me to inteligently manipulate them. the best explanation of the
    transform matrix i've found is in james newton's book "Director Shockwave
    Studio Developer's Guide". but ultimately why bother? translate and rotate do
    what you want, and they take care or setting transform values for you. and
    reflecting on the question, i imagine that's really what xzar wanted to know.


    Ex Malterra Guest

  4. #63

    Default Simple question

    Hi People,

    Just one simple question and I am sorry if it sounds stupid, but...

    Is Mod_Perl 1.99_08 the same as Mod_Perl2.

    Thank you

    AK

    ny152 Guest

  5. #64

    Default Re: Simple question

    on second thoughts.. I guess it is.......

    AK

    ny152 Guest

  6. #65

    Default Re: Simple question

    ny152 wrote:
    > Hi People,
    >
    > Just one simple question and I am sorry if it sounds stupid, but...
    >
    > Is Mod_Perl 1.99_08 the same as Mod_Perl2.
    >
    > Thank you
    >
    > AK
    >
    Almost, but not quite. There was a massive API renaming in the 1.99 ->
    2.0 development process last year. You can read about the changes at
    <URL:http://perl.apache.org/docs/2.0/rename.html>.

    --
    Donald King
    [url]http://chronos-tachyon.net/[/url]
    Donald King Guest

  7. #66

    Default Re: Simple question

    "ny152" <aditya2507@gmail.com> wrote:

    Just a small tip: pick your Subject with care. Most people who start a
    thread have a question, so no need to state the obvious.

    A better subject would have been:

    Mod_Perl: is 1.99_08 the same as 2?

    --
    John Small Perl scripts: [url]http://johnbokma.com/perl/[/url]
    Perl programmer available: [url]http://castleamber.com/[/url]
    Happy Customers: [url]http://castleamber.com/testimonials.html[/url]

    John Bokma Guest

  8. #67

    Default Re: Simple question

    Thank you, Donald and John.
    I will keep in mind what you said, John.
    If I have any more doubts I shall post again.

    Have a good day,

    AK

    ny152 Guest

  9. #68

    Default Re: Simple question

    Hi I am back.

    We are trying to deploy code (that was previously deployed on Apache
    1.3 build 27, IndigoPerl I think) to the new version of IndigoPerl
    (Apache 2.0.48).

    Neither the website of Indigoperl nor the documentation mentions the
    version of mod_perl used in the latest version but I know now its
    1.99_08.

    My confusion is: Can I apply the changes that I am supposed to apply
    for the Mod_perl2 upgrade to it? I would need to replace the old
    directives with the new directives, right?

    If I am wrong, please correct me. I appreciate every response.

    AK

    ny152 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139