extend ListField, how to get a valid result of getSelectedIndex inside the method object?

Hi all

I have replace the method object to extend ListField to create my own color ListField.

I need to avoid the double drawRow between the method object

and the drawFocus() method.

inside the method object, I always get the 'bad' selectedIndex (previous)

(or rectangular previous on getFocusRect()).

my questions are:

1. how to get current selectedIndex (or FocusRect) inside the method object when we extend ListField?

2. is there any other method called before object, the method which returns SelectedIndex valid?

3. how to avoid the double drawing between object and drawFocus()?

Thank you.

If everything you do is add your own color, and then you can do this by using a fillRect in the drawListRow method.  In there.  I have the code that did this, but only for lines not targeted, as it detects with:

If (listField.getSelectedIndex ()! = index) {}

//

}

Tags: BlackBerry Developers

Similar Questions

  • I need someone to walk me through how to get Photoshop to recognize cc I downloaded the plug 9.1 raw in.  I thought that this would happen automatically, but it has not changed in photoshop.

    I need someone to walk me through how to get Photoshop to recognize cc I downloaded the plug 9.1 raw in.  I thought that this would happen automatically, but it has not changed in photoshop.  I ran the installer for the plug in but it didn't ask me what to do next.  The responses I get are all over the map on this so I'm writing again. the wording of the question differently.

    There was some problems with loading 2015 ACR 8. You may need to reinstall Photoshop. Which seem to help a lot of people.

  • I bought acrobat Pro DC a few months ago, but now I replaced my computer for a new. How to get back my acrobat Pro DC on the new computer?

    I bought acrobat Pro DC a few months ago, but now I replaced my computer for a new. How to get back my acrobat Pro DC on the new computer?

    Hi turbomail,.

    I see that you have an active subscription Acrobat Pro. Please try to download and install from this page: https://cloud.acrobat.com/acrobat. Please see Acrobat DC subscription | Download and install for more information.

    Let us know how it goes!

    Best,

    Sara

  • How to use < C:when test... inside the column in the table of the ADF

    I use ADF table with two columns
    in the first column, I check the Type of document is doc type so I have to use commondlink to download this file, otherwise I need to display only text.

    to this I added
    * < c:when test = "{boolean ($favoriteType eq 'doc')}" > *.
    that does not work.

    Please let me know how to use < C:when test... inside the column in the table of the ADF

    < tr:column sortProperty = "favoriteName" sortable = "true".
    headerText = "#{res ['favorite.favoritename ']}" "
    width = "500" noWrap = "false" >
    < c: choose >
    * < c:when test = "{boolean ($favoriteType eq 'doc')}" > *.
    < tr:commandLink actionListener = "#{bindings.downloadFile.execute} '"
    Text = "#{row.favoriteName} '"
    Disabled = "#{!}" Bindings.downloadFile.Enabled}"/ >
    < / c:when >
    < c: otherwise >
    < af:outputText value = "#{row.favoriteName}" / >
    < / c: otherwise >
    < / c: choose >
    < / tr:column >
    < tr:column sortProperty = "favoriteType" sortable = "true".
    headerText = "#{res ['favorite.favoriteType ']} ' rendering ="true">"
    < af:outputText value = "#{row.favoriteType}" id = "favoriteType" / > "
    < / tr:column >

    Hello

    I do not see, you use a Table of the ADF, but I see that you use Apache Trinidad. JSTL is executed analysis of time then that JSF is to render time, that's why it does not work what you see. Trinidad is a part of tr:switcher, and you can try this. Note that it doesn't ' r allow to change components by rank.

    Frank

  • ListField - how to get the selected items

    Hi @all,

    I am running OS5 on a BB bold 9700 and development via eclipse.

    I tried to do a listfield and put it in a display of network manager, which works very well.

    As peter_strange did in a reply to a thread listfield, I tried to catch the click button on navigation through "makemenu.

    It works fine, but after processing the code according to the listfield (getindex), it shows a standard menu, which I don't want. I want just to get the index or the name of the current or selected fields and continue with the transformation by showing a new screen for example.

    In some other threads that I found excerpts concerning 'navigationclick', but I don't understand, what I have to do here and why. Th KB, I searched but I did find something to go further.

    Someone there who can help me with a small example?

    Thank you much in advance.

    CUA

    Michael

    You can create your own class or override her anonymously.

    new ListField (...) {replace the code of the method here}

    (blackberry is perhaps not the best way to start learning java...)

  • How to get an overview of a document within the framework in my application

    Hello

    I have an ADF project that integrates with Cloud Computing service for the oracle document

    I can download, download, create folder, delete the folder and file list version using my ADF application.

    My problem is one which is how can I preview the document on cloud of in my adf page. I don't want to download the file, I want to see it.

    I tried to accomplish this task, but I faced this error

    but this error occurs

    java.lang.RuntimeException: failed: HTTP error code: 400

    State Info: Bad Request


    What follows is the source of the page

      <af:panelStretchLayout id="psl1" binding="#{backingBeanScope.backing_WEBINF_fragments_previewDoc.psl1}"
                               dimensionsFrom="parent" topHeight="250px" endWidth="50px">
            <f:facet name="center">
                <af:panelBox text="Preview Area" id="pb4"
                             binding="#{backingBeanScope.backing_WEBINF_fragments_previewDoc.pb4}" type="stretch"
                             styleClass="AFStretchWidth">
                    <f:facet name="toolbar"/>
                    <af:inlineFrame id="if1" source="#{cloud.frameSource}" partialTriggers="b1"/>
                  
                   
                </af:panelBox>
            </f:facet>
            <f:facet name="top">
        <af:panelBox text="Preview Uploaded File By File ID" id="pb2">
                        <f:facet name="toolbar"/>
                            <af:inputText label="Enter File Id" id="it1"                                     
                                          value="#{cloud.fileId}" placeholder="Copy and paste the file id here"/>
                            <af:button text="Preview" id="b1"                                 
                                       action="#{cloud.viewFileAction}"/>
                       
                    </af:panelBox>
                </af:panelGroupLayout>
    

    When the user click on the Preview button, the document should be included as part of the line

    It is the method that returns the string url of the document. To be honest, as this method is not mine, I took this post How to integrate oracle doucument cloud service at my request

    And I add a few modifications to this

    public String getFileUrl() {
    
    
            //Read properties file to get host, port, contextroot, username, password
            try {
                m_protocol = SamplesUtils.readConfigFileValue("protocol", m_cfgFilePath);
                m_host = SamplesUtils.readConfigFileValue("host", m_cfgFilePath);
                m_username = SamplesUtils.readConfigFileValue("username", m_cfgFilePath);
                m_password = SamplesUtils.readConfigFileValue("password", m_cfgFilePath);
                m_contextroot = SamplesUtils.readConfigFileValue("contextroot", m_cfgFilePath);
            } catch (Exception e) {
                e.printStackTrace();
                System.out.println(e.getMessage());
                return;
            }
    
    
            try {
                Client client = SamplesUtils.getClient();
                String resourceStr = m_protocol + "://" + m_host + "/" + m_contextroot;
                System.out.println("Calling GET on " + resourceStr + m_restresource);
                WebResource webResource = client.resource(resourceStr + m_restresource);
                String authString = m_username + ":" + m_password;
    
    
                try {
                    authString = DatatypeConverter.printBase64Binary(authString.getBytes("UTF-8"));
                } catch (UnsupportedEncodingException e) {
                    e.printStackTrace();
                }
    
    
                ClientResponse response =
                    webResource.header("Authorization", "Basic " + authString).post(ClientResponse.class);         
              
                if (response.getStatus() != 200) {
                    throw new RuntimeException("Failed : HTTP error code: " + response.getStatus() + "\nStatus Info: " +
                                               response.getStatusInfo());
                }         
                Item item = response.getEntity(Item.class);
    
    
                //To print out all folder and item info, just call toString on the Object. A little verbose, however.
                System.out.println(item);
    
    
                //Print out individual top level variables of FolderItems object
                System.out.println("*************************************************************************");
                System.out.println("Name: " + item.getName());
                System.out.println("Owned by: " + item.getOwnedBy().getDisplayName());
                System.out.println("Created by: " + item.getCreatedBy().getDisplayName());
                System.out.println("Modified time: " + item.getModifiedTime());
                System.out.println("Id: " + item.getId());
                System.out.println("Parent Id: " + item.getParentID());
                System.out.println("ErrorCode: " + item.getErrorCode());
                System.out.println("Size in bytes: " + item.getSize());
                System.out.println("Version: " + item.getVersion());
                System.out.println("*************************************************************************");
    
    
    
    
            } catch (Exception e) {
                e.printStackTrace();
            }
      return resourceStr+"applinks/file/"+item.getId()
        }
    

    You have a bad request. You are not passing in the attributes assignerUser and role on the URL that is required to create Applink. You pass to one these two parameters in like a load of JSON or URL params.

    JsonPayload String = "{\"assignedUser\":\. "" + m_assignedUser + "\",\"role\":\ " » » + m_role + « \ »} » ;

    Or on the URL:

    /API/1.1/applinks/file/DCA4BBA0908AE2F497832BC2T0000DEFAULT00000000?assignedUser=someusername&role=Downloader

    Example below shows passing as a string in JSON format.  I also atrtached the POJO AppLink.java I use entitled it the answer, so the values are accessed.

    
    /* ********************************************************************************************************************
     * Sample class to create an AppLink using POST against document cloud using the Jersey API.
     * Tested on JDeveloper 12c, with libraries JAX-RS Jersey (Bundled) and JAX-RS Jackson (Bundled) attached to project. JDK 1.7.
     *
     * Compile jar list includes:
     * javac -classpath C:\JDeveloper\mywork\JerseyRestClient\Project1\classes;C:\jdev12\oracle_common\modules\asm-3.1.jar;C:\jdev12\oracle_common\modules\jersey-core-1.18.jar;C:\jdev12\oracle_common\modules\jersey-server-1.18.jar;C:\jdev12\oracle_common\modules\jersey-servlet-1.18.jar;C:\jdev12\oracle_common\modules\jersey-json-1.18.jar;C:\jdev12\oracle_common\modules\jersey-client-1.18.jar;D:\JerseySamples\modules\jersey-multipart-1.12.jar C:\JDeveloper\mywork\JerseyRestClient\Project1\src\project1\DCJerseyClientTestGet.java
     *
     * Update the config.properties file for the POST request to run the desired Documents Cloud service.
     * Update the m_assignedUser to any user id. User can be a provisioned user id, or a non-provisioned ad-hoc value.
     * Update the role to be viewer, downloader, or contributor
     *********************************************************************************************************************/
    
    package documents.cloud.restsamples;
    
    import com.sun.jersey.api.client.Client;
    import com.sun.jersey.api.client.ClientResponse;
    import com.sun.jersey.api.client.WebResource;
    
    import documents.cloud.pojos.AppLink;
    
    import java.io.UnsupportedEncodingException;
    
    import javax.xml.bind.DatatypeConverter;
    
    public class CreateFileAppLink {
        // Configuration values. May need to change m_cfgFilePath to point to properties file if at a different location.
        static public String m_cfgFilePath = "src/documents/cloud/restsamples/config.properties";
        static public String m_protocol, m_host, m_username, m_password, m_contextroot = null;
        //Rest resource needs a valid GUID for the file to copy
        static public String m_restresource = "/api/1.1/applinks/file/DCA4BBA0908AE2F497832BC2T0000DEFAULT00000000";
        //Payload parameters needed for POST
        static public String m_assignedUser = "MyTestUser";
        static public String m_role = "viewer";
    
        @SuppressWarnings("oracle.jdeveloper.java.semantic-warning")
        public static void main(String[] args) {
    
            //Read properties file to get host, port, contextroot, username, password
            try {
                m_protocol = SamplesUtils.readConfigFileValue("protocol", m_cfgFilePath);
                m_host = SamplesUtils.readConfigFileValue("host", m_cfgFilePath);
                m_username = SamplesUtils.readConfigFileValue("username", m_cfgFilePath);
                m_password = SamplesUtils.readConfigFileValue("password", m_cfgFilePath);
                m_contextroot = SamplesUtils.readConfigFileValue("contextroot", m_cfgFilePath);
            } catch (Exception e) {
                e.printStackTrace();
                System.out.println(e.getMessage());
                return;
            }
    
            try {
                //POST needs a json payload with parameters for new applink
                String jsonPayload = "{\"assignedUser\":\"" + m_assignedUser + "\",\"role\":\"" + m_role + "\"}";
                //Call static method to get client object for calling rest
                Client client = SamplesUtils.getClient();
                String resourceStr = m_protocol + "://" + m_host + "/" + m_contextroot;
                System.out.println("Calling POST on " + resourceStr + m_restresource + " with payload " + jsonPayload);
                WebResource webResource = client.resource(resourceStr + m_restresource);
                String authString = m_username + ":" + m_password;
    
                try {
                    authString = DatatypeConverter.printBase64Binary(authString.getBytes("UTF-8"));
                } catch (UnsupportedEncodingException e) {
                    e.printStackTrace();
                }
    
                ClientResponse response =
                    webResource.header("Authorization", "Basic " + authString).header("Content-Type",
                                                                                      "application/json").post(ClientResponse.class,
                                                                                                               jsonPayload);
    
                //Check for success, otherwise exit.
                if (response.getStatus() != 200) {
                    throw new RuntimeException("Failed : HTTP error code: " + response.getStatus() + "\nStatus Info: " +
                                               response.getStatusInfo());
                }
    
                //If pure json response is needed, use String.class to get the response.
                //String output = response.getEntity(String.class);
                //System.out.println(output);
    
                //Declare object that JSON string will be mapped into, then get the response into that object
                AppLink al = response.getEntity(AppLink.class);
    
                //To print out all applink info, just call toString on the Object.
                System.out.println(al);
    
                //Print out individual top level variables of file applink object
                System.out.println("*************************************************************************");
                System.out.println("URL: " + al.getAppLinkUrl());
                System.out.println("Access Token: " + al.getAccessToken());
                System.out.println("AppLink ID: " + al.getAppLinkID());
                System.out.println("Refresh Token: " + al.getRefreshToken());
                System.out.println("Error Code: " + al.getErrorCode());
                System.out.println("ID: " + al.getId());
                System.out.println("*************************************************************************");
    
            } catch (Exception e) {
                e.printStackTrace();
            }
        }
    }
    
  • How to get custom java UCM service - connected on the user id?

    I wrote a personalized service for the AAU 10 x content server.
    How to get login name of the current user from my java code of personal service?

    I use m_binder.getLocal ("userName") but it returns null :(

    SerializableAttribute public class CheckLicense extends Service
    {
    public void IsValid()
    get DataException, ServiceException
    {
    User String = m_binder.getLocal ("userName"); < = returns null
    ...
    }
    }

    Try with m_binder.getLocal ("dUser");

    Kind regards
    Boris

  • When I click to open a new tab how to get Firefox to display recent used frequently the web pages instead of my home page?

    When I click the icon "more" to open a new tab appears again my homepage. It displays a page of Web sites recently or frequently used in a format of screenshot showing the home page of the Web site that I could then click on and this website would be the load. Recently, Yahoo had an overlay on its splash screen that asked if I wanted it to be my default search engine. Without thinking, I clicked it and that seemed to change the way my home pages loaded on startup and how clicking on a tab is no longer produced the results I'm looking for as described above. I have since fixed the problem of the homepage so that it now loads properly when Firefox starts.
    Help, please. I would just go back to what I had when I clicked open a new tab. If anyone needs more information or clarification I will provide willingly. Thank you very much.

    One of your modules corresponds to this number, for example, the version 3.18, or sounds associated with "hp" in some way? You can copy and paste a list of your extensions in a response by selecting the Extensions from the list on the next page with the mouse, then using Ctrl + c or right click > copy. Either:

    • button "3-bar" menu > "?" button > troubleshooting information
    • (menu bar) Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    When you paste, it's a little messy, but we are used to it.

  • How to get a form empty when we run the page?

    Hi all!

    Hope you are well

    My question is, How to get empty a form at run time? means that when we run the page, text fields is filled with white... Could someone please help me with this...

    Thanks in advance,

    Nanda.

    Hi Nanda,

    Just follow these steps:

    (1) create a stubborn taskflow (uncheck create with fragments box)

    (2) drag the CreateInsert operation on your narrow-minded taskflow and mark it as the default activity

    (3) drag a view and the CreateInsert a link to the component view using a case of control flow

    (4) double click on the view to create the page

    (5) slide the view object in the page as a form of ADF

    6) back to your narrow-minded taskflow and the general tab make sure you under visibitliy you select "url-invoke-enabled.

    You run tasfklow and your form will be rendered in insert mode.

    Concerning

    Antonis

  • How to get inDesign CC after you have installed the version CC 2014?

    So, here's the thing, after the release of CC 2014, of course I downloaded it and then I deleted all my computer CC versions. The thing is that an external software that we use for the material of brand management does not work with inDesign documents CC 2014 so I need the CC back version. The thing is that on the creative cloud there is no more the CC Versions just CC 2014, any ideas on how to get the previous version

    Hi DobsTotev,

    How to download/install version previous to see the screenshot below in order.

    1. click on drop down Filters & Versions

    2. click on the 'install' dropdown button for desire application and select CC with the original basic version.

    I hope this helps.

    Thank you and best regards,

    Sumit Singh

  • How to get previous value of an attribute in the VOImpl file?

    Hi all
    I want to compare if the current value of the attribute VO A1 is equal to the previous value of the A1 when the value of this attribute A1 gets changed, how to get the previous value of the A1?
    I know that in the VORowImpl file I can use this.getA1 () which returns me the current value of the A1, but I don't know how me may return the previous value?

    Appreciate your help in advance!
    Thank you
    Yvette

    getPostedAttribute the value of the attribute as it was queried from the database.
    Here is an example written in EmployeesImpl

        /**
         * Sets value as the attribute value for Salary.
         * @param value value to set the Salary
         */
        public void setSalary(BigDecimal value) {
            Object attribute = getPostedAttribute((EmployeesImpl.SALARY));
            if(attribute!=null)
                System.out.println("Attribite value " + attribute); //this will give you the value as it was in the data base before you modified it.
            else
                System.out.println("attribute value is null");
            setAttributeInternal(SALARY, value);
        }
    
  • How to get a user logged in (NAME of the END USER) in the APEX?

    Hi all

    I have Apex 3.1.2 Oracle 10 g 2.

    I have an integrated application, I need to print a REPORT based on the user who runs the application. While building the app, I used Application Express - authentication schemes and created an END USER.

    But, when the report is run, I get the error. This is because it takes the ANONYMOUS user name. How to get the user_name of the logged-on user?

    Thanks in advance.

    Guru

    Published by: guru Perrin on October 14, 2008 16:25
    Modified subject line

    Hi guru,.

    You can use the & APP_USER. application for this variable. He was replaced when executing, in the name of the user connected.

    Edit: PS
    Don't forget the point. in the end ;)

    Hope this helps,
    Greetings,
    Rutger

    Published by: Rutger_de_Ruiter on October 14, 2008 03:57

  • How to get a virtual camera to work? the host is Lenovo W550s running CentOS 7.1, guest is Windows 7 Professional

    With VMware Workstation Pro 11 and now 12 never got 'virtual camera' to work.  Do not find documentation, only advice, this should work, exist.

    Active host computer is Lenovo W550s running CentOS 7.1.  Camera works very well in host in CentOS in the cheese.  As a removable device, it appears as "Chicony Camera integrated".  But appears later in the guest PC Window 7 Professional.  VMware Tools in the comments are the latest version, now for VMware Workstation Pro 12.

    Any chance install USB driver for camera (not found), so not excited to get 'virtual camera' to work.

    Intended use is GoToMeeting.

    What happens when you connect the device to the prompt?

    I did a test with my laptop HP - Win7 host - player 12.0

    Guest - VMware Tools Win7 updated at the latest.

    Built-in laptop webcam shows as a "Webcam Chicony HP HD"

    First image - tooltip for the player as I hover.

    Right-click the menu actions.

    After selecting the connection (unplug the host)

    When the guest saw the unit it is passed to Windows Update to search for a driver... and he did take a few minutes... but he was installing finally successfully.

    Windows features in the comments.

    And finally a picture taken with the webcam works inside the guest.

    Rob

  • How to get a list of all components in the EPM environment and their versions?

    Hi all

    E.M.P. verison 11.1.2.2.x

    I was wondering if there is an easier way to get a list of all components of the EPM environment (planning, Shared Services, EAS, Manager of Calc, etc.) and versions for them all.

    Currently I just go to help-> about the browser, but through the workspace, it gives only the version of workspace of the tabs and irrelevant.

    I'm trying to find the version so that I can apply the relevant patches.

    Thank you

    See you soon,.
    Abhishek

    Access

    c:\Oracle\Middleware\oracle_common\OPatch and race

    opatch.bat lsinventory - oh C:\Oracle\Middleware\EPMSystem11R1 - jre c:\oracle\middleware\jdk160_21-details

    This will give you the complete list of products.

    Concerning

    Celvin

    http://www.orahyplabs.com

    Please check the answers as useful/correct as appropriate

  • How to draw and the positioning of images in FieldManager using the method object?

    How can I add and the positioning of my images in the position desired in FieldManagers?

    I need to add more than 2 fields (HorizontalFieldManager/VerticleFieldManager) in my application and I draw an image using the method of painting ovverided.

    NOTE: The image will be established if I do not use mainScreen.add (SeparatorField ()) or mainScreen.add (hori2), see below.

    If I use mainScreen.add (mainScreen.add (hori2) SeparatorField ())... n then the horizontalFieldManger won't be empty, drawn in the output screen.

    import net.rim.device.api.ui.*;
    import net.rim.device.api.ui.component.*;
    import net.rim.device.api.ui.container.*;
    import net.rim.device.api.system.*;
    
    public class BackgroundImage extends UiApplication
    {
        private Bitmap backgroundBitmap;
        private Bitmap fieldBitmap;
    
        int width, height;
    
        public static void main(String[] args)
        {
                BackgroundImage theApp = new BackgroundImage();
                theApp.enterEventDispatcher();
        }
    
        HorizontalFieldManager hori2;
    
        public BackgroundImage()
        {
            //The background image.
            backgroundBitmap = Bitmap.getBitmapResource("jalan_logo.png");
    
            MainScreen mainScreen = new MainScreen();
    
            hori2 = new HorizontalFieldManager();
    
            HorizontalFieldManager horizontalFieldManager = new HorizontalFieldManager(HorizontalFieldManager.USE_ALL_WIDTH | HorizontalFieldManager.USE_ALL_HEIGHT){
    
                //Override the paint method to draw the background image.
                public void paint(Graphics graphics)
                {
                    System.out.println("come to here..!!");
                    width = graphics.getScreenWidth();
                    height = graphics.getScreenHeight();
                    //Draw the background image and then call paint.
                    graphics.drawBitmap(width/2, height/2, 150, 40, backgroundBitmap, 0, 0);
                    super.paint(graphics);
                }            
    
            };
    
            //The LabelField will show up through the transparent image.
            LabelField labelField = new LabelField("This is a label");
    
            //Add the manager to the screen.
            mainScreen.add(horizontalFieldManager);
    
           mainScreen.add(new SeparatorField());
           mainScreen.add(hori2);
           hori2.add(labelField);
    
            //Push the screen.
            pushScreen(mainScreen);
        }
    }
    

    Help, please.

    I have already pointed out the problem with USE_ALL_HEIGHT in first Manager add you to the form. Drop this style bit, otherwise sublayout your screen will generate an exception, and nothing appears!

    If you want HorizontalFieldManager to be of a particular size, regardless of the height of managed fields, replace its sublayout:

    HorizontalFieldManager fieldManagerTopBanner = new
             HorizontalFieldManager()
    {
         protected void sublayout(int maxWidth, int maxHeight) {
            super.sublayout(maxWidth, maxHeight);
            int myDesiredHeight = ;
            setExtent(getWidth(), Math.min(myDesiredHeight, maxHeight));
         }
    
         protected void paint(Graphics g)
         {
              // g.setBackgroundColor(0x000000);//blue
                 g.drawBitmap(100, 150, 100, 200, jlnLogoImg, 0, 0);
    
              //g.clear();
                super.paint(g);
         }
    };
    

Maybe you are looking for

  • Installation of Leopard by USB for external hard drive

    Long story short, I'm trying to install OS X Leopard on an external hard drive. I've restored a USB key to be to install OS X disk image. When I try to boot to the USB I get a kernel panic (some code in the upper left corner and a message saying that

  • Y510p problem with jack

    Hello A few days ago I bought the new y510p and I have a problem with headphones. When I put headphones jack slot after a few minutes, I can see message on the next connection and disconnection. It is to arrive at lasting a few seconds. Anyway, syste

  • HP Envy 700-112: HP Z Drive PCI - e on a Hp Envy 700-112

    I'm considdering buy a HP Z Drive Ssd pci - e to start from on my HP Envy 700-112 but I don't know if it's possible/supporter.Thanks in advance,Jaak

  • Center of gravity of a 2D array

    Hello! I want to do a sub - vi that calculates the center of gravity of the values in a table 2D (I32). Entry: 2D-Array (I32) Output CentroidX (whole I32) CentroidY (whole I32) I found this code on the web: FUNCTION centroid, array Michèle = size (ta

  • Impossible to reinstall works suite 2003 on my computer

    My old computer crashed and lira is no longer drives, or if she'll do a system restore.  I have my drives as well as the product key for the 2003 works. but because my computer doesn't read the discs, I can't reinstall.  Is there anything I can do to