Rotating 10 number form right to left direction....Urgent

Hello All,
I am new to Java3D.
I am facing some problem from long time in some visual effects.
Recently I heard about Java3D and I think its better to ask help through this site.
Here is the problem that I am facing.
I am designing one site.
On which the client wants to kept some animation images.
As there company had already completed 10 years and he want to put 10years animation on there site.
So is there a possibility to make the 10 years animation using Jave3D.
What I have to do is I have to rotate 10 number from right to left continuously. What I mean is
At starting 10 number had to display.
Next 10 number have to start rotating from right direction 10--->
Next 10 number have to view its back side after some moment as 01
Next after some moment it have to come to its origional direction from left hand side as -->10
So that the viewer can feel that 10 is rotating from right direction to left direction.
---------> 10 ---------->
I know that there are too many graphic tools to develop this, but due to limitations in budget I have to complete with coding itself.
Hope You all understood my problem and I will get the solution through all of you.
Can any one suggest what to do, or coding if any.
Thanks,
RajivChowdary.

Hello All,
One of our friends didn't get what I am asking (with subject :- Rotating 10 number form right to left direction....Urgent), that's why I am explaining my problem again.
Number (like 9 or 10 or 11 or...) has to rotate in 360 degrees.
We are all familiar with rotating " 3D gif's" like rotating globe and email rotating in 360 degrees.
Like wise I want to rotate numbers in 360 degrees using java3D.
Set area size with 100 X 130 with some background color and 10 number with stand-alone position.
Then 10 number have to start rotating in 360 degrees, starting from right direction to left direction, within the same place.
And this process has to be going on until next page has called.
This animation had to be placed before the company logo, notifying that out company had completed 10 years.
I know that there are too many graphic tools to develop this, but due to limitations in budget I have to complete with coding itself.
Hope You all got my problem.
So please suggest or instructions what to do, or coding if any.
Please explain in detail, because I am new to java3D
Thanks,
RajivChowdary.

Similar Messages

  • Navigate menu does not function from right to left direction

    My navigate bars work fine from left to right, but when you go the opposite way (right to left direction) or not in sequential order, the current page on the screen remains.
    I have to click on the upper left arrow in Safari to make the navigation work from the right to leftward direction. I would also like the user to be able to click on any navigation bar out of sequence.
    This is a very simple site with only 3 static pages.
    www.mariedrakeplanetarium.org
    thanks for you help
    ibook g4   Mac OS X (10.4.6)   use safari
    ibook g4   Mac OS X (10.4.6)   use safari

    I suspect that there is something on your Links page in iWeb which is overlapping the navigation bar and preventing the menu items from working.
    [ Visit here for iWeb Tips, Tricks and Hacks ]

  • Right-to-left direction of forms 10g (RTL)

    Hi
    I want Change Right to Left All of Forms Applet then
    i changed BASEjini.htm , base.htm , basejpi.htm and Added Line
    <HTML DIR= RTL>
    and bounce application server (EBS 12.1.1) but not working .
    Please help me .
    Regards
    Adel

    hi
    i think
    If you set the Direction Property on forms level to right to left,
    the direction will change.I hope it will help u too.
    sarah

  • Text tool is set as default form right to left

    I've been using Ilustrator CS6 for a while and the default text tool is set as right to left and I want it to be left to right. I don't use at all any hebrew or arabic texts.  Can it be changed to occidental default???

    fjdeleon, svock,
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Can an alternative layout be created with right-left direction (for Arabic language)

    I'm creating a publication in English that will be translated into Pashto and Dari languages which run right to left. I won't be working the translated versions, but I want to set-up a well-organized InDesign master that makes it easy for the designer working on translation to create an alternate layout that runs right-left.

    @Daniel – layouting for RTL (right-to-left-direction) would imply one basic setting for the whole document: RTL for the pages. So this would rule out the Alternative Layout feature of InDesign. You simply cannot reset the direction of the pages after a couple of other pages.
    If you do not refer to the InDesign feature "Alternate Layout" here, but to an independent InDesign file, the answer is "yes", you can do it. With a "western" version of inDesign this is possible by scripting.
    However, using a special plug-in like inTools' World Tools Pro would be the better solution:
    World Tools Pro | in-tools.com
    Uwe

  • TTS(text to speech) right to left

    Hi
    I am currently tryign to format a TTS panel to read form right to left.
    I enter the text right click the boc and select right to left and hte text moves, but as soon as I click out of the box the text jumps back to left to right.
    I have tried different ways of doing this like changing the direction first for example.
    Has anyone experienced this and if so how can I rectify this?
    Thanks

    Thanks for your reply.  That's what I was afraid of. (I could probably program such interface myself, but I really don't like working with Microsoft code, libraries and interfaces... and I have a bit of a time constraint)
    That wrapper executable you pointed to looks like it could be promising (and has source code), I'll check it out.
    -- Matt

  • Right to left (RTL)

    hi my freinds
    dose adobe flex builder 3 support right to left direction for
    controls
    if it dosent
    how we can solve this problem
    because i need to change dir of controls from left to right
    with my thanks

    all you want to show on the screen is drawn by flex,
    so what you could do is modify the way it draws components on
    your screen by overruling the standard flex functions.
    think about something like this:
    override public function set initialized()
    i'm sorry but i don't know how you could do that exactly.
    what i do know is that's possible to overrule or extend packages.
    extend packages like this:
    public class ButtonBarButtonSkin extends Border
    more examples on this:
    http://examples.adobe.com/flex2/inproduct/sdk/flexstore/srcview/index.html
    in the flex store you could look at the buttonbarbuttonskin,
    they overrule some standard flex functionality.
    I suggest you contact a member of adobe for your question.
    You said you want to use it for the middle east.. maybe a
    stupid question, but aren't the people there already used to
    internet and english pages where all is lined out from the left to
    the right?

  • How to set page direction to be right-to-left

    I need to change the direction of the page to be right to left
    how can i do that
    I build my page using ADF UIX components
    This is the source code of my page
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
    xmlns:html="http://www.w3.org/TR/REC-html40" expressionLanguage="el"
    xmlns:myTemplate="selfservice">
    <templates xmlns="http://xmlns.oracle.com/uix/ui">
    <templateImport source="mainTemplate.uit"/>
    </templates>
    <content>
    <dataScope xmlns="http://xmlns.oracle.com/uix/ui">
    <provider>
    <!-- Add DataProviders (<data> elements) here -->
    </provider>
    <contents>
    <document >
    <metaContainer>
    <!-- Set the page title -->
    <head title="General Manager"/>
    </metaContainer>
    <contents>
    <body>
    <contents>
    <form name="form0">
    <contents>
    <myTemplate:SelfService title="General Manager">
    <contents/>
    <tabs/>
    <pageButtons/>
    <globalButtons/>
    <pageHeader/>
    <start/>
    <end/>
    <about/>
    <copyright/>
    <privacy/>
    <corporateBranding/>
    <productBranding/>
    </myTemplate:SelfService>
    <formValue name="${bindings.statetokenid}" value="${bindings.statetoken}" id="_uixState"/>
    <table model="${bindings.HrsVEmpPhonesView1}" id="HrsVEmpPhonesView13" partialRenderMode="multiple" partialTargets="_uixState" showAll="yes" width="900">
    <contents>
    <column>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.HrsVEmpPhonesView1,'EmpNameAr')}"/>
    </columnHeader>
    <contents>
    <textInput model="${uix.current.EmpNameAr}" columns="10" readOnly="true" onMouseOver="&quot;showTooltip(event,'This is a tooltip with a transparent shadow effect. Can you see the letters underneath the shadow?');return false&quot;"/>
    </contents>
    </column>
    <column>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.HrsVEmpPhonesView1,'JobDescr')}"/>
    </columnHeader>
    <contents>
    <textInput model="${uix.current.JobDescr}" columns="10" readOnly="true"/>
    </contents>
    </column>
    <column>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.HrsVEmpPhonesView1,'PhoneExt')}"/>
    </columnHeader>
    <contents>
    <textInput model="${uix.current.PhoneExt}" columns="10" readOnly="true"/>
    </contents>
    </column>
    <column>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.HrsVEmpPhonesView1,'CntCellPhone')}"/>
    </columnHeader>
    <contents>
    <textInput model="${uix.current.CntCellPhone}" columns="10" readOnly="true"/>
    </contents>
    </column>
    <column>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.HrsVEmpPhonesView1,'CntHomePhone')}"/>
    </columnHeader>
    <contents>
    <textInput model="${uix.current.CntHomePhone}" columns="10" readOnly="true"/>
    </contents>
    </column>
    <column>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.HrsVEmpPhonesView1,'IaigcEmail')}"/>
    </columnHeader>
    <contents>
    <textInput model="${uix.current.IaigcEmail}" columns="10" readOnly="true" />
    </contents>
    </column>
    </contents>
    <tableSelection/>
    </table>
    </contents>
    </form>
    </contents>
    </body>
    </contents>
    </document>
    </contents>
    </dataScope>
    </content>
    <handlers>
    <!-- Add EventHandlers (<event> elements) here -->
    <event name="goto sort" source="HrsVEmpPhonesView13">
    <invoke method="handleTableUiEvent" javaType="oracle.cabo.adf.rt.AdfUtils">
    <parameters>
    <parameter javaType="oracle.adf.model.binding.DCIteratorBinding" value="${bindings.HrsVEmpPhonesView1Iterator}"/>
    <parameter javaType="oracle.cabo.servlet.expl.ControllerImplicitObject" value="${uix}"/>
    </parameters>
    </invoke>
    </event>
    <event name="select" source="HrsVEmpPhonesView13">
    <set target="${bindings.HrsVEmpPhonesView1Iterator}" property="currentRowIndexInRange" value="${ui:tableSelectedIndex(uix, 'HrsVEmpPhonesView13')}"/>
    </event>
    </handlers>
    </page>

    Dear Shay
    Thank You for your replay
    I've read this link Before but i want an example
    I'll be so grateful if you write me a sample code,because this is the first experience for me to do this.
    Thanks in advance

  • How to adjust the form design in oracle Jdeveloper 11g from right to left ?

    Dear All,
    I'm new in Oracle ADF , and i want to adjust the form layout to be from right to left alignment in the design .
    so when i put for example text input will be in the right side .

    Thanks Mr.Frank for your replay
    but i don't mean the right alignment for input text .
    I'm working for Arabic interface project , and i changed the language from the control panel and it works fine in the run time for messages and directions from right to left
    but in design it not good it from left to right and want the design form to be from right to left
    Notes : i used trinidad-config and i changed the property <right-to-left>true</right-to-left>
    but i did't work

  • How Show Right to Left For All English Forms and Web ? R12

    Hi
    I want show All English Forms and Web Right to Left (same Arabic Forms) ?
    need a Configure where show All Forms and Tab right to left.
    (Goal is Open same Arabic rigth to left and i translate labels by Personalization)
    Regards
    Adel

    Adel,
    I do not think this is doable as the the font direction is controlled by the session language you choose before logging to the application. If you login to the English interface, the English text will be from left to right, and for Arabic sessions the text will be from right to left. Displaying English forms from right to left can be done if you open the form using forms builder and set NLS_LANG to "ARABIC_AMERICA.<Character Set>", but to accomplish the same from the application I do not think it is possible. You could log a SR to confirm the same with Oracle Support.
    Regards,
    Hussein

  • Urgent help required regarding reports Arabic Characters (Right to Left)

    Hello Members
    I am facing problem while deploying oracle reports on application server (Forms & Reports). I am using Developer Suite 10g 10.1.2.0.2 and same version of Application Server on Windows Environment. I have some fields in Arabic and some are in English. The reports output is in PDF format. I am also using PDF Subset fonts feature to subset the Arabic font problem.
    Now the problem which I cannot is that I wanted that PDF generate report read Right to Left only for some specific fields not all fields. For example the following fields displayed as
    395/دمام (Actually reading left to right and same saved in database)
    But I wanted to be numbers are displayed first and then arabic word (dammam) while reading right to left.
    My NLS_settings on developer suite and application server is “AMERICAN_AMERICA.AR8MSWIN1256”
    When I am changing the nls_settings to “ARABIC_SAUDI ARABIA.AR8MSWIN1256”. It convert the whole report layout from righ to left and then it is not reading well the English fields i.e. left to right.

    The problem was solved by changing
    REPORTS_BIDI_ALGORITHM=UNICODE
    REPORTS_ARABIC_NUMERAL=ARABIC
    But now i have another issue that i wanted to display one filed with REPORTS_ARABIC_NUMERAL=ARABIC and second with REPORTS_ARABIC_NUMERAL=HINDI. During my all search i found that this is applied on Report wise and we cannot set for one filed.
    Would any body will help me to change REPORTS_ARABIC_NUMERAL for one field at runtime or design time either changing the registry value or any configuration file of application server ?

  • Pages v5.5.2 - Missing Option for right-to-left languages (bi-directional) such as Arabic & Kurdish

    Started using Pages as Windows for Mac does not support right-to-left languages (Kurdish, Arabic) effectively. BUT, sadly disappointed that Pages does not seem to support right-to-left (bi-directional) text either. I realise it gives you the option of aligning the text to the right-hand side but this is different from having the right-to-left option. Previous posts said it could be found under Format - Text and there should be the option 'Reverse Text Direction' (see related thread here) but in the version I have (v5.5.2) I can't see it.
    Please can anyone help? I'm having to seriously think about going back to Windows as Apple doesn't provide sufficient support for right-to-left languages.

    sjmcwhirter wrote:
    I've seen the notes you referred to before and so was looking for the 'arrows' button but it's not present in my version of Pages.
    I think perhaps something is wrong with your machine.  See below a picture of mine.  Do you have the Arabic or some other RTL keyboard showing in the "flag" menu at the top right?

  • Direction in right to left languages

    Hi,
    When we switch the portal to Arabic the portal pages (for example portal builder pages) successfully shows the pages direction from right to left by adding <body dir="rtl"> at the top of the page.
    But when we create a new page this will not happen in Arabic language and the dir="rtl" is not added automatically to the top of these pages!
    Should we set any properties? Should we make any changes to the page template, style ...
    Thanks

    This is not the right forum for your question. Try to post it in the Portal General forum, or contact Oracle Support.
    Peter

  • How can set direction right to left for horizontal text area

    I want set direction right to left for horizontal text area
    to view right to left String Type

    I don't know that there is such a thing as right to left
    String Type (I can't find one at least). I am assuming this
    involves some language where printed materials are read from right
    to left.
    Before I try to offer a solution though, it will be helpful
    to know more about that text area. Is the intention to type into
    the text area or to load a string into it?
    And if you are loading a string into it, is the string
    already right to left?

  • Adobe form - Split internal table data & dis on the right and left corner

    HI ,
    I have a form where i am populating the data via an Internal Table.
    The concern i have is i have 100 rows in the table and i want to print the first 10 rows on the right hand side of the page and the next 10 rows on the Left hand side of the page. I want to do this dynamically on multiple pages during run time based on the volume of data in the internal table.
    I am sure i cannot dynamically change the interface of the form to allow multiple internal table , Please suggest if there is any other solution.
    Thanks in advance
    Tk
    Edited by: tarunk on Jan 16, 2012 5:56 PM

    Hi,
    Thank you  very much for the input, But my concern is
    I have a table with 120 records.
    i have three columns which i have it on the right side as well as on the Left side of the page.
    EX:
    Right Side                                                                          Left Side
    Col1 col2 col3                                                                    col1 col2 col3.
    Now what i want to do is the first ten rows of the internal table data i want to print it on the Right Side and the Next 10 rows on the Left Side in the same page .
    I want to do this on Multiple pages.
    please suggest.
    Thanks,
    Tk

Maybe you are looking for