FloralMatchMaker sample how do bring the game board to the front of the scene

Want to use the example FloralMatchMaker but want to add an image in the background
When I do this , the game board  is behind the pic in the final scene and can not be clicked
How do I get the game board to come to the front

Use CSS z-index to move your background back or board up.sym.$("background").css("z-index":1);
And a higher number for the rest.
I do not have a way to look at it right away, so I  not sure what the setting is. But usually z-index manipulation works.

Similar Messages

  • How to bring the hyperlink in a JLabel object ?

    How to bring the hyperlink in a JLabel object ?
    I tried the following--> [ this is a sample ]
    JLabel label;
    label=new JLabel("<HTML><A HREF='file://D:/Examination/calc.exe'>Calculator</A></HTML>");Using this JLabel object in an JDialog the label comes perfectly with such a look of the hyperlink
    [ Blue coloured and underlined ] that's all !!
    It doesn't work anything that it should do.
    While all the html tags work perfectly in java then why the hyperlink in label doesn't ?
    If you have an idea then please send me the code.
    Thanks!

    see JXHyperLink at https://swingx.dev.java.net/
    Yeah, I looked at this. I agree with the other guy who said that all this does, presumably, is change the color of the text when the button is getting mousedover. That doesn't solve anything.
    As far as JEditorPane, it has its bad points and ... well, mostly bad points. However that's not really fair. JEditorPane was not designed to be on the level of an IE or FireFox.
    The BEST thing to use JEditor's web browsing facilities on is for creating your own documentation and help pages for software you are developing. Here is a list of some of the things JEditorPane does not come equiped with (as of 1.4 I haven't tried playing with it in 1.5):
    1. Form submission, PUT, and GET
    2. Download status
    3. Caching
    4. Cookies
    5. Plugins (ie Java, Flash, Quicktime)
    6. No javascript.
    Beyond that it is extremely brittle in parsing the HTML, and if the HTML is not totally well formed (and many pages are not) you won't get anything

  • How to bring the data from application server to presentation server

    hi,
    i have one problem,i have written the program which will open the files in the application server when we run the program in the background(sm37),the same data from application server i want to bring into presentation server in the format of (.csv),how to bring the data from application to presentation server can any body help me on this  topic.folowing is the code .
    *& Report  ZPFA_HIER_LOAD
    REPORT  ZFPA_HIER_LOAD.
    *---- Declaration of Oracle connectioN
    DATA con_name LIKE dbcon-con_name VALUE 'COMSHARE'.
    DATA: MFL1(9),MFL2(5),MFL3(9),MFL4(2),MFL5(8) TYPE c.
    DATA : mfilename type string.
    data: begin of matab1 occurs 0,
          MFL1(9) TYPE C,
          MFL2(5) TYPE C,
          MFL3(9) TYPE C,
          MFL4(2) TYPE C,
          MFL5(8) TYPE C  ,
         end of matab1 .
    data: setid(8) type c.
    data: begin of source occurs 0,
          setid(8) type c,
          end of source.
    *PARAMETERS : p_pfile LIKE filename-FILEEXTERN.
    *PARAMETERS : m_bsenty(8). " type c obligatory.
    *mfilename = P_PFILE.
    EXEC SQL.
      SET CONNECTION :con_name
    ENDEXEC.
    EXEC SQL.
      CONNECT TO :con_name
    ENDEXEC.
    EXEC SQL PERFORMING get_source.
      SELECT set_id FROM UNIT_SET INTO
      :setid
      ORDER BY SET_ID
    ENDEXEC.
    start-of-selection.
    LOOP AT SOURCE.
      REFRESH matab1. CLEAR matab1.
      EXEC SQL PERFORMING evaluate.
    SELECT TO_CHAR(MEM_ID),TRIM(TO_CHAR(MEM_PID)) FROM UNIT_TREE INTO :MFL1,
    :MFL5
    where set_id = :SOURCE-SETID ORDER BY MEM_ID
      ENDEXEC.
      if SOURCE-SETID = '80000000'.
       mfilename = '/tmp/aesorg'.
      elseif SOURCE-SETID = '80000006'.
       mfilename = '/tmp/Consolidation_Manager'.
      elseif SOURCE-SETID = '80000010'.
       mfilename = '/tmp/10org'.
      elseif SOURCE-SETID = '80000012'.
       mfilename = '/tmp/20org'.
      elseif SOURCE-SETID = '80000018'.
       mfilename = '/tmp/30org'.
      elseif SOURCE-SETID = '80000025'.
       mfilename = '/tmp/40org'.
      Endif.
      mfilename = '/usr/test.dat'.
    ************************This was i tried***********************
      open dataset mfilename for output in text mode encoding default." IN
    *TEXT MODE ENCODING DEFAULT.
    if sy-subrc <> 0.
    exit.
    endif.
    close dataset mfilename.
    CALL FUNCTION 'GUI_DOWNLOAD'
       EXPORTING
         FILENAME         = MFILENAME
         FILETYPE         = 'ASC'
       TABLES
         data_tab         = matab1
       EXCEPTIONS
         file_write_error = 1
         invalid_type     = 2
         no_authority     = 3
         unknown_error    = 4
         OTHERS           = 10.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
      clear matab1.
    ENDLOOP.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
    close dataset mfilename.
         MFL5 = '0'.
       CLEAR MFL5.
    FORM evaluate.
      if MFL5 = -1.
        MFL5 = ''.
      ENDIF.
      concatenate MFL1 ','   into MFL1.
      concatenate MFL1 ','   into MFL3.
      matab1-MFL1 = MFL1.
      matab1-MFL2 = 'ZBUE,'.
      matab1-MFL3 = MFL3.
      matab1-MFL4 = ' ,'.
      matab1-MFL5 = MFL5.
      append matab1 .
      CLEAR MFL1.
      CLEAR MFL2.
      CLEAR MFL3.
      CLEAR MFL4.
      CLEAR MFL5.
    ENDFORM.
                     "evaluate
    *&      Form  GET_SOURCE
          text
    FORM GET_SOURCE.
      source-setid = setid.
      append source.
      clear source.
    ENDFORM.                    "GET_SOURCE

    Hi Rammohan,
    You cannot use OPEN DATASET to transfer data from application server to presentation server.
    You can do the following :
    <b>Do 1st point in BACKGROUND</b>
    1. Read the data file from application server into an internal table using OPEN DATASET
    <b>Do 2nd point in Foreground</b>
    2. Once you get the data into an internal table, then use FM GUI_DOWNLOAD to download it on presentation server
    You cannot use the above 2 point together in Background because its not possible. Hence you need program it partially in background and partially in foreground.
    Best regards,
    Prashant

  • How to bring the Cost of Depreciation to Costing

    Hi,
    How to bring the Depreciation Cost, Interest on Working capital to Costing.
    We have created the Cost components for those mentioned items and what criteria we can bring the values to Costing.
    Thanks
    Prasad

    It's a big topic, ahah.
    Depreciation, Interest and Capitals  must be different primary cost element, right?
    Maintain cost component structure TC:OKKN to make sure your cost component split is by primary cost element splitting. Assign the cost elements of depreciation, interest or capitals to relevant cost component.
    Two way to define the cost bring to cost components,
    1. Define splitting structure TC: OKES and assign to manufacturing cost centers TC:OKEW
    2. Conduct activity type dependent planning through TC:KP06.

  • How to bring the labour cost into costestimate

    Hi friends,
    How to bring the labour cost into costing run, please let us know. i have given the configuration settings but i am not able to get the accurate result. so friends please help me on this.
    where were i have to give the config settings and the   links please tell me.

    Dear,
    The cost sheet format is,
    1. Material cost,
    *2. Labour cost -
    SPRO -> Controlling -> Product Cost Controlling -> Product Cost Planning -> Basic Settings for Material Costing -> Overhead -> Costing Sheet: Components -> Define Calculation Bases*
    1. Here just check whether you have assigned the Labour cost Cost elements with Labour group or not.
    2. T Code - OKTZ : Check whether you have assigned the Cost elemnts here or not
    3. Labour cost is based on : Activity types and Cost center figures updation in KP26
    Let us know if you still need any help
    Thanks
    Edited by: nkonnipati on Feb 15, 2012 4:01 PM

  • How to bring the Header value to the row ?

    Dear All,
    I am a starter in learning SDK. have developed a form having 2 tables a header and a row detailed one.
    Now i need to update a field in all the row with a header value when the header value is added. it should be like the SE name getting updated when the SE name is selected in header level in std doc.
    how to arrive it?
    kindly help me to achieve this.
    Thanks,
    Sam.

    Dear Gordon,
    May the customer enters a value to the header which they want it to be unique value for all the row detail.
    If there exists more than 50 rows they cant enter it for each and every row, for in case if the value needed to be changed for a particular row or for particular few rows they will change it manually to that row alone.
    I just want to achieve this scenario in my form.
    Do you know how to bring in ?
    As this is being a normal functionality in Std forms.
    Thank you...

  • Urgent: How to bring the same pricing procedure in reversal order??

    Hi,
    We have recently implementated CIN at our client location. For the orders present in the system before CIN implementation, when we are creating the reversal orders, system is bringing the new pricing procedure with CIN condition types?
    Can we bring the same pricing procedure in the reversal order as in the sales order? 
    Please advise urgently.
    Regards,
    Peeyoosh.

    Dear Peeyoosh
    I am unable to understand from your comments
    "For the orders present in the system before CIN implementation, when we are creating the reversal orders"
    Please let me know how do you reverse a sale order.  To my knowledge, we can reverse delivery and billing but not sale order.  Either we can close the sale order by assigning some reason for rejection or delete the sale order.
    This being the case, please let me know why you are reversing and how you are reversing.  If you want the same pricing procedure for both normal sales and returns, then maintain the same pricing procedure for both document types.
    thanks
    G.  Lakshmipathi

  • HOW TO BRING THE DEPOSITS IN SAP

    How do we bring the depostis in SAP from legacy system. If we create a customer migration g/l account, it will debit the migration g/l account and credit the customer. but can we use the same g/l migration account to bring in the open balances of customers. i think not because we don't want to use that migration g/l account for customer open balances because we will be blocking this g/l account.
    how are the deposits brought into sap from legacy system. can anyone please explain this in detail.
    Thanks

    As per my understanding the physical movement of stock is from your client to Distributor. It is in the control of Distributor of distribution  to sub-distributor (physical movement of stock from Distributor to sub-distributor and not from client to sub-distributor). If the understanding is correct, Consignment scenario will not meet the objective.
    In such cases, ideally the distributor should have SAP system, in which he carries out relevant transaction and the visibility of the same should be available to the client. It actually works in a manner such that the control will be with the client. There will be dummy company code. All Distributors will be mapped as Sales Organization & through authorization will have access to only their Sales Organization. Financial transactions are overlooked as they are at company code level, but inventory visibility can be controlled in such a manner. The reason the clients are not ready to invest in such projects is that it is a cost to them from licencing point of view and Distributors are not religious to carry out the activities in the system due to lack of interest or staffing reason.
    Reagards,
    Rajesh Banka

  • How to bring the non-mandatory selection field in Portal

    Hi Expert,
                   I have created an query in Bex. when i run it one selection field is coming like Material,
    vendor etc, but in this selection field  all are option, non of them is mandatory.
    My problem is that when i am creating iview on that query  in 7.0 flow and executing/preview
    that iview it directly bring the output. it is not bring the selection paremeter like material, vendor,
    etc. But same case is not happened with ivew for which query has mandatory field
    I want that en spite of running directly it ask the optional selection parameter.
    Thanks and Regards
    Lalit Kumar

    Hi
    Check it in SPRO- sap img- material management- logistics invoice verification- incoming invoice- activate direct posting to g/l accounts.then save. It will work.
    Regards,
    Raman

  • How to bring the max value add 1 in creation mode

    Dear sir:
    I have ADF form and when I press on create Button I want on one of the field to bring the maximum number +1, I don't want to use DBSequance because the user should decide if he want the default number or enter new one, also I need if the user enter number already exist the system shows him warning message and make him to write new one.
    I use Jdeveloper10g , and adf business component and I used Action in the Create button With this method
    public String whenCreatPress() {
    //to mahe disable,enabel and rendering for the buttons and the fields
    Map session = FacesContext.getCurrentInstance().getExternalContext().getSessionMap();
    if (session.get("Render1")==null){
    session.put("Render1",true);
    session.put("Render2",false);
    session.put("Butt1",false);
    session.put("Butt2",false);
    session.put("Butt3",false);
    session.put("Butt4",true);
    session.put("Butt5",true);
    session.put("Butt6",true);
    session.put("Butt7",true);
    session.put("displayB",false);
    session.put("displayB1",true);
    session.put("displayB2",true);
    //I have to write the code for Max()+1 hear
    }else{
    session.put("Render1",false);
    session.put("Render2",true);
    session.put("Butt1",true);
    session.put("Butt2",true);
    session.put("Butt3",false);
    session.put("Butt4",false);
    session.put("Butt5",false);
    session.put("Butt6",false);
    session.put("Butt7",false);
    session.put("displayB",true);
    session.put("displayB1",false);
    session.put("displayB2",true);
    //I have to write the code for Max()+1 hear
    return null;
    }

    John,
    What would you recommend then in the following scenario? I need to find a way to insert records into a child table that has a FK relationship with its parent table and a sequence number that increments for each additional record associated with the parent.
    For instance, I have a claim with mulitple lines
    <PRE>
    Claim Id Line sequence Description
    1 1 this is for claim 1 line 1 information
    1 2 this is for claim 1 line 2 information
    1 3 this is for claim 1 line 3 information
    2 1 this is for claim 2 line 1 information
    2 2 this is for claim 2 line 2 information
    </PRE>
    I cannot use a sequence here because seqence has to be reset for each new claimid.
    Any ideas?
    I am using Jdev 11.1.1.1.0 and oracle database and using bc4j
    Thanks,

  • How to bring the RFC table values to front end

    All
    I want to display a table in front end
    For that I connect to the RFC .Get into the table .
    Here pl tell me how to get the values from the table
    I did the following
    JCO.Function func = getDefaultJCoConnection().getJCoFunction("Z_TestRFC");
    getDefaultJCoConnection().execute(func);
    JCO.Table records=func.getTableParameterList().getTable("ET_TestTable");
    ArrayList list=new ArrayList();
    for (int i = 0; i < records.getNumRows(); i++, records.nextRow()) {
    list.add(records.getString("Name"));            
    return list;
    But the table contains 4 columns Name,Address,age,remarks
    In the above code I'm able to take just one column which is "Name" which works fine
    I want to take all the values to front end
    Please suggest
    Murali

    sateesh
    If I iterate all other fields where do I store them to take it to my jsp
    If u see I added that column value in one ArrayList
    So you want me to create 4 ArrayList and add populate them inside that for loop.
    could you please elaborate on the same.or could you please improve that code and post
    Thanks in advance
    Murali

  • How to bring the calander in a form

    Oracle forms 6i
    Hai All
    If it possible to bring the calander in the form when i press a button using when button trigger In forms 6i
    Regards
    Srikkanth

    Hi,
    Check this link...
    http://otn.oracle.com/sample_code/products/forms/distributions/calendar.zip
    Before posting any thread it is better to find on forum first. you can find many examples.
    -Ammad
    Edited by: Ammad Ahmed on Apr 9, 2010 9:54 AM

  • How to use the scene deconstruction option for Avatar

    I am able to access all the iTunes extras feature for Avatar except the Scene Deconstruction feature. Whenever I use any of the 3 options available in scene deconstruction it just opens up a blank grey screen with Final, picture in picture, template and capture text and the pause sign. Nothing shows or plays I have been at it for over 2 days now. Will someone help me or guide me to a video where I can learn how to use this feature?

    Compare is not exposed via any API.

  • How to change the scene from an external class?

    I'm trying to change the scene (gotoAndPlay(1,"secondScene")) from an external as3 class from flash professional, but I can't. I also tried root.gotoAndPlay(1,"secondScene") and stage.gotoAndPlay(1,"secondScene"). What is the better way to do it?
    Thank you.

    Its crucial that if you want to access root or the displaylist in general that an instance of your class is added to the displaylist as child. This is achieved by sth like:
    var _myClass:myClass = new myClass();
    addChild(_myClass);
    only then you will be able to reach root
    your class also has to met certain conditions: it must at least extend DisplayObject but its common that it extends MovieClip.
    so a basic class should look sth like this:
    package  {
        import flash.display.MovieClip;
        public class myClass extends MovieClip {
            public function myClass() {
                // constructor code

  • How to bring the browser window from background/minimized to on top of all windows in Flex

    Hi I have the requireemnt where based on some condition I am opening a JSP in a new window  by calling
    navigateToURL(myFormData, _MYWINDOW);
    Calling this will open a new browser window. My requirement is when the new window if  minimized or behind other windows, how can I bring this window(MYWINDOW) infront of all the windows using JavaScript in Flex.
    In which file under html-template do I have to write my JavaScript function.
    Any help on how to call JS from Flex and handling in JS is  very much appreciated.
    Someone please share with me if there is any sample code. Thanks in advance

    hi
    to communicate with javascript, use ExternalInterface (see http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/external/External Interface.html for an example)
    you can add your JS directly to the index.template file or create a separate JS file and add the link
    not sure what JS you would use to bring window to front but i am guessing there is something...

Maybe you are looking for