Dynamic Icon Generation

Hi,
We have got 11i on Linux AS2.1
The application seems to be working fine, but the icons for logout, preferences, help etc. are not being displayed in the top right had corner of the screen.
Can anyone advise me as to why this may be happening and how to fix it.
Thanks in advance

hi erdem,
Dynamic programming is a good and joyful work and I always like it, but as far as it is concerned to the actual developments the task completely depends upon the business requirement. If you kow dynamic programming it will defintely sharpen your skills and add up to it.
Regards
Naresh Garg

Similar Messages

  • New way to do Dynamic Icons in Flex

    Hi All,
    I figured out another way to make dynamic icons in Flex:
    Flex Code:
    In the container mxml:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml"
    paddingLeft="2" paddingRight="2" horizontalGap="2">
    <mx:Script>
        <![CDATA[
       import mx.core.Application;
      [Bindable]
      [Embed(source="common/swf/dynamicIcon.swf") ]
      public var isDynamicIcon:Class;
            ]]>
    </mx:Script>
    <mx:Image id="ico_mag_sm" source="{isDynamicIcon}" />
    <mx:Spacer width="1"/>
    <mx:Text id="_name" text="{data.ApplicationName}"
    paddingLeft="5" selectable="false"/>       
    </mx:HBox>
    In the Applicaton mxml:
    <mx:Script>
        <![CDATA[
        i// ActionScript file
            import inc.ApplicationProperties;
            //NOTE: do NOT type the commonPath variable. Typing it to String breaks the code.
             public var commonPath = ApplicationProperties.COMMON_PATH;//this is the url to the server where the icons are located.
            ]]>
        </mx:Script>
    dynamicIcon.swf AS 3.0 code:
    stop();
    var iconFolder:String = "inc/icons/";
    var  parentArray:Array = new Array();
    //find the highest display container
    function getIconName(myObject){
          while (myObject.parent){
             myObject = myObject.parent;
              var topParent = myObject;
             var objectName:String =  myObject.name;
             parentArray.push(objectName);
        // for some reason I can't just set the iconName equal to the myObject.name. The only way I could get it to work is to push
       //it onto an array first and then access it in the array.
          for(var i:Number=0;i<parentArray.length; i++){
              if(parentArray[i].indexOf("ico_")==0){
                 var  iconName:String = parentArray[i];
                 break;
         var myURL:String =  topParent.getChildAt(0).application["commonPath"];
         var  loadPath:String = myURL+iconFolder+iconName+".png";
         var loadit =  new Loader();
         addChild(loadit);
         loadit.load(new  URLRequest(loadPath));
    getIconName(this.parent);
    BUT, I am new to Flex and AS 3.0 and I know this code is uglier than it needs to be and have the following two issues.
    1) In the AS 3.0 code, to determine the parent application, I should be able to just reference the parent application directly rather than have to iterate through .parent.  Since I am using the Image tag and not using a loader, the only way I could figure out how is to iterate thought .parent. Is there a more direct way to get the parent or more specifically, the COMMON_PATH attribute of the ApplicationProperties class?
    2) In the AS 3.0 code, for some reason, I could not just stick the retrieved myObject.name in into the iconName variable and add it to the URL string. Just out of desperation, I pushed it onto an array first and then accessed it and it worked.
    Anyone got any ideas on either or both item 1 or 2 above?
    TIA,
    Steve

    I should have been more clear. This largely based on I am Link's method to create dynamic icons in a datagrid:
    http://blog.tygate.com/?p=359
    I just took it a step further.

  • UIX: how to get dynamic image generation working on ias10G?

    Hi,
    Anybody got UIX Dynamic Image Generation working on ias10G, on unix? My Images do not get generated (the page only shows the plain links)
    My env:
    - ias10G
    - AIX Version 5
    - java version: unknown, do not know what version ias10G is using
    On earlier versions (OC4J 903) we had to make sure an XServer was running and pointed our DISPLAY variable to that server. When the XServer was down, we got a nice error message in the application logs. However on ias10G I cannot figure out where to set this variable and I cannot find any error messages.
    Can anybody please help me out a bit?
    Cheers,
    Martijn

    Hi Andy,
    Thanks for your reply. However, I have not yet been able to get it working.
    I have verified that the java version is indeed (this is what the oc4j logfile shows when I supply the -showversion parameter)
    java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
    Classic VM (build 1.4.1, J2RE 1.4.1 IBM AIX build ca1411-20030930 (JIT enabled: jitc))The relevant fragment of the opmn.xml:
              <process-type id="oc4j_cif_mh" module-id="OC4J">
                   <module-data>
                      <category id="start-parameters">
                         <data id="java-options" value="-Djava.security.policy=/oracbd/j2ee/oc4j_cif_mh/config/java2.policy -
    Djava.awt.headless=true -Xmx75m -Xms75m -showversion"/>
                         <data id="oc4j-options" value="-properties"/>
                      </category>
                      <category id="stop-parameters">
                         <data id="java-options" value="-Djava.security.policy=/oracbd/j2ee/oc4j_cif_mh/config/java2.policy -
    Djava.awt.headless=true"/>
                      </category>
                   </module-data>
                   <start timeout="900" retry="2"/>
                   <stop timeout="120"/>
                   <restart timeout="720" retry="2"/>
                   <port id="ajp" range="3301-3400"/>
                   <port id="rmi" range="3201-3300"/>
                   <port id="jms" range="3701-3800"/>
                   <process-set id="default_island" numprocs="1"/>
                </process-type>Finally, your JSP passes the test. I can access it. But still no uix image generation. Are there any logfiles I can check for error messages on the failing image generation? May it be a web cache problem?
    Thanks in advance

  • XMLParseException during dynamic theme generation

    Hi,
    I4m having problems with SQL statements in some requests to MapViewer during dynamic theme generation.
    When I put in the WHERE clause the operator "less than" the request fails. An XMLParseException is generated.
    For example:
    <jdbc_query XXXXXXX>
    select geom from table where column < 10
    </jdbc_query>
    the following exception is generated:
    oracle.xml.parser.v2.XMLParseException: Expected name instead of .
    When I change de symbol < to &lt; (like MapViewer Users Guide recommends):
    <jdbc_query XXXXXXX>
    select geom from table where column &lt; 10
    </jdbc_query>
    the following exception is generated:
    oracle.xml.parser.v2.XMLParseException: Unexpected EOF
    If the is no WHERE clause (select geom from table) the request works.
    What can be wrong ? Can I use the less than operator in the WHERE clause ?
    Thanks in advance,
    Rodrigo     

    OK. The OC4J version is 1.0.2.2.1. I4m using Oracle8i Enterprise Edition Release 8.1.7.0.0.
    Some examples of XML requests:
    1) This works fine
    <?xml version="1.0" standalone="yes"?>
    <map_request
    title=""
    basemap="MAP1"
    datasource="DS1"
    width="1098"
    height="648"
    bgcolor="#FFFFFF"
    antialiase="false"
    format="GIF_URL">
    <center size="73063.00272634998">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates> 376875.541941716, 7810266.276712325</coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name ="PLANTIOS_MPD">
                   <jdbc_query
                   asis="true"
    spatial_column="GEOM"
                   render_style="C.PLANTIOS_MPD"
                   jdbc_host="MyServer"
                   jdbc_port="1521"
                   jdbc_sid="db01"
                   jdbc_user="scott"
                   jdbc_password="tiger"
                   jdbc_mode="thin">
                   select geom from table where column = 50
    </jdbc_query>
         </theme>
    </themes>
    </map_request>
    2) This doesn4t work ('<' replaces '=' in SQL WHERE clause)
    <?xml version="1.0" standalone="yes"?>
    <map_request
    title=""
    basemap="MAP1"
    datasource="DS1"
    width="1098"
    height="648"
    bgcolor="#FFFFFF"
    antialiase="false"
    format="GIF_URL">
    <center size="73063.00272634998">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates> 376875.541941716, 7810266.276712325</coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name ="PLANTIOS_MPD">
                   <jdbc_query
                   asis="true"
    spatial_column="GEOM"
                   render_style="C.PLANTIOS_MPD"
                   jdbc_host="MyServer"
                   jdbc_port="1521"
                   jdbc_sid="db01"
                   jdbc_user="scott"
                   jdbc_password="tiger"
                   jdbc_mode="thin">
                   select geom from table where column < 50
    </jdbc_query>
         </theme>
    </themes>
    </map_request>
    3) This also doesn4t work ('&lt;' replaces '=' in SQL WHERE clause)
    <?xml version="1.0" standalone="yes"?>
    <map_request
    title=""
    basemap="MAP1"
    datasource="DS1"
    width="1098"
    height="648"
    bgcolor="#FFFFFF"
    antialiase="false"
    format="GIF_URL">
    <center size="73063.00272634998">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates> 376875.541941716, 7810266.276712325</coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name ="PLANTIOS_MPD">
                   <jdbc_query
                   asis="true"
    spatial_column="GEOM"
                   render_style="C.PLANTIOS_MPD"
                   jdbc_host="MyServer"
                   jdbc_port="1521"
                   jdbc_sid="db01"
                   jdbc_user="scott"
                   jdbc_password="tiger"
                   jdbc_mode="thin">
                   select geom from table where column &lt; 50
    </jdbc_query>
         </theme>
    </themes>
    </map_request>
    Thanks,
    Rodrigo

  • Creating dynamic Icon objects

    Hi,
    I've a graph for which I provide right click menu for changing the color of various elements in graph. I would like to show the current color of these elements as well when showing the menu items. For this, I need to create a rectangular or some shaped icon filled with the current color of the corresponding element and display it right next to each menu item.
    My question is, how can i creating dynamic icons of this type, so that I can show them along with my menu items.
    -Avinash

    Use:
    Image image = createImage(32,32);
    Graphics gr = image.getGraphics();
    // draw what you want on gr
    ImageIcon ii = new ImageIcon(image);
    Noah

  • UIX dynamic image generation problem under SUSE Linux

    Hi,
    we have developed an application with UIX 2.1.14 under Windows 2000, and everything works fine when we run the application on the local OC4J.
    But after deploying the .war file to our production system under SUSE Linux SLES-7 and 9iAS Rel.2, the dynamic image generation doesn't work correctly:
    One strange thing we noticed is that rendering works fine when we use ground colours like #00FF00, #FF0000 and so on. But not when we use colours like #3172ba. We have tried this with XVFB, VNC and with "headless" JDK 1.4 (with java option -Djava.awt.headless=true in opmn.xml).
    Any ideas? Or possible reasons why image generation works using colours like #FF0000 and why not with colours like #3172BA?
    Regards,
    Matthias Scherer

    Hi Brian,
    there are no messages telling us that there is a problem with our x-server. The only messages belonging to the graphics initialization we get are:
    Rendering page = Page[name=pages/login]
    oracle.cabo.image: Initializing image cache: /oracle/ias1/j2ee/OC4J_AIS/applications/aisintra/aisintra/cabo/images/cache/de/ ...
    oracle.cabo.image: Finished initializing image cache: /oracle/ias1/j2ee/OC4J_AIS/applications/aisintra/aisintra/cabo/images/cache/de/
    oracle.cabo.style: Initializing graphics environment...
    oracle.cabo.style: Waiting for graphics environment initialization...
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    oracle.cabo.style: Finished initializing graphics environment.
    oracle.cabo.style: Initializing fonts...
    oracle.cabo.style: Waiting for font initialization...
    oracle.cabo.style: Finished initializing fonts.
    oracle.cabo.image: Initializing image cache: /oracle/ias1/j2ee/OC4J_AIS/applications/aisintra/aisintra/cabo/images/cache/ ...
    oracle.cabo.image: Finished initializing image cache: /oracle/ias1/j2ee/OC4J_AIS/applications/aisintra/aisintra/cabo/images/cache/
    Regards,
    Matthias

  • Dynamic  report generation

    We are migrating our client reports from crystal reports to business object reports and I need your help on how to achieve the below functionality in Business object reports.
    Requirements
    1. We need to generate and deliver around 30,000 statements to clients (mostly ftp and email) from 300 Webi report templates.
    2. This has to be a complete automated process with no user intervention.
    For example: Using Webi / Deski Report1, we need to run the report for each client account and then generate a statement and deliver it to client (only client specific data). Web1 reports are complex and some might take 30 to 60mins for generation.
    Questions
    1) Can it be done by just using BO tools with out coding ( using any .net sdk)?
    2) Can a single BO server handle the load, If not How to load balance reports generation and delivery across multiple servers?
    3) How to dynamically pass parameters to Webi report without coding?
    Thanks for reading my post. Any help/ suggestion is appreciated.

    In our current architecture, 
    1) We use crystal report templates and pass dynamic datasets at runtime to generate multiple client statements.
    2) For load balancing, we have 6 app servers with crystal runtime installed and we distribute load across the servers using custom code.
    My question is if use BO enterprise will there be any performance enhancements?

  • Dynamic HTML generation from a Dynamic PDF/XDP

    I was wondering if LiveCycle is able to generate a dynamic HTML page from a dynamic XDP/PDF form in LiveCycle ES ?
    I have read up on the help contents regarding HTML generation from PDF forms but its not mentioned anywhere whether LiveCycle supports the creation of an HTML page that mimics the dynamic behavior of a dynamic PDF/XDP form.
    Thanks in advance

    Yes it does ....
    Paul

  • Dynamic form generation

    Dynamic NX form generation from recordset
    Quite often I've needed different forms (edit from an ADDT nextensio list)
    dependent on user level or company
    it would be very useful to be able to define the form fields from a recordset first
    rather than create individually tailored forms
    Paul

    Hi
    1. You're on the wrong forum. Please post on the LiveCycle designer forum.
    2. Use a Table or a repeating subform. Bind the table row to "persons[*]" and the column cells to person/first_name.
    Howard
    http://www.avoka.com

  • Dynamic Icon Titles?

    I've got a course I'm developing. Depending on a student's
    choice at the
    beginning, certain terms will change.
    For this example, let's say that if the student says they
    work at a "Bank"
    than all references to "Customer" will remain "Customer", and
    if they chose
    "Credit Union" instead, all references to "Customer" will be
    replaced with
    "Member".
    This is all fine and good for audio and on-screen
    graphics/text done through
    display icons.
    But I've got buttons that I need to change the text from
    Customer to Member.
    I'd prefer to not have a separate button for each term, but
    just have a way
    that i could change the button's text from:
    "What Does the Customer Think?"
    to
    "What Does the Member Think?"
    is there any way, through the use of variables, that I could
    dynamically
    change the names of buttons?

    Doh!
    I completely forgot about the label field. I always just
    leave the label
    field blank, and rely on the iconTitle to build out the
    button's label
    Thanks Amy :)
    "Amy Blankenship *AdobeCommunityExpert*"
    <[email protected]>
    wrote in message news:e90obd$7eu$[email protected]..
    > Look at the "label" field in the button's response
    properties. That can be
    > a variable.
    >
    > HTH;
    >
    > Amy
    >
    > "Joseph Sites"
    <jsites@trcinteractive__NOSPAM__.com> wrote in message
    > news:e90nps$6q2$[email protected]..
    >> I've got a course I'm developing. Depending on a
    student's choice at the
    >> beginning, certain terms will change.
    >>
    >> For this example, let's say that if the student says
    they work at a
    >> "Bank" than all references to "Customer" will remain
    "Customer", and if
    >> they chose "Credit Union" instead, all references to
    "Customer" will be
    >> replaced with "Member".
    >>
    >> This is all fine and good for audio and on-screen
    graphics/text done
    >> through display icons.
    >>
    >> But I've got buttons that I need to change the text
    from Customer to
    >> Member. I'd prefer to not have a separate button for
    each term, but just
    >> have a way that i could change the button's text
    from:
    >>
    >> "What Does the Customer Think?"
    >>
    >> to
    >>
    >> "What Does the Member Think?"
    >>
    >>
    >>
    >> is there any way, through the use of variables, that
    I could dynamically
    >> change the names of buttons?
    >>
    >
    >

  • How to get dynamic icons like in "Searching this Mac"?

    Hello,
    So whenver I use spotlight to search something and click on "Show all in finder" I get the "Searching This Mac" window. The one where I can add filters and "stuff". When I resize this window, the icons rearrange themselves to allways fit the window, so that no icons are ommited. It's like they adapt dynamically to the window's size. OS is Lion.
    Is there a way to get this behaviour on all finder windows? If so, how do I get them to behave that way?
    Thank you in advance,
    Milton Sá

    I don't know of a way to make it happen automatically.
    But you can make it happen with little effort. After resizing the window, press Command-Option-1
    This instruction will perform a Clean Up action making the icons fill the window, using 'by name'. If you want a different arrangement function, look in the View menu, Clean Up By submenu.

  • Dynamic Tab generation

    Hi,
    We need to create tabs in a portal page dynamically based on the user logged in. Can anybody suggest how this can be done.
    Thanks in advance
    Vandana

    Perhaps this will help. I have 5 tabs on my portal. My 'Sys Admin' tab is only available to the developers. The 'Accounts', 'Maintenance', and 'Reports' tabs are available only to personnel in the Hotline. The 'Groups' tab is available to Hotline personnel and to group coordinators. So in effect, group coordinators only see the 'Group' tab.
    I do this by creating Portal Groups for the Portal Users in each catagory (e.g. GROUP_OWNERS, HL_SUPPORT, and PORTAL_DEVELOPERS) and then setting the access for each tab to the group(s) I want to have access. You can use the Groups Portlet to create the groups you want. Then, click the Customize link on your portal page or go to Navigator -> Top-Level Pages and then click on the link to edit your page. If it isn't selected already, click the Portlets tab.
    For each tab, click the Edit Tab icon (pencil) and select the Advanced Options tab.
    Click the Specify Access Settings radio button and then scroll down to the Grant Access section. You can select groups and/or individual users to grant access to current tab to.
    null

  • Dynamic icons for iphone

    Can someone point me in the right direction for how to dynamically change the icon of an iphone app? For example, how does the mail app add a red number on it representing the number of unread emails? I basically would like to have two states on my application and a different icon for each state.

    mahongue wrote:
    Can someone point me in the right direction for how to dynamically change the icon of an iphone app?
    You can't. I think the only exception is Apple's calendar app.
    For example, how does the mail app add a red number on it representing the number of unread emails?
    It uses an application badge (an overlay to the icon). See UIApplication.applicationIconBadgeNumber in the docs.

  • Dynamic UIElement Generation at Runtime

    Hi everybody,
    My problem is, that I want to create a number of elements at runtime. The number depends on the records in the database. So when I got 30 records in my database. I want to create 30 elements. So far, so good.
    The connection through the WebServices works very well.
    Now I got my problems with display the elements. I want to use the tray element.
    Now my Code looks like this:
    //... much code before! :-)
    //here you get the number of affected rows
    length = req.getResponse().getResultAsArray().length;
    //dynamically create trays, after the number of selected rows
    for (int i = 0; i < length; i++)
    IWDTransparentContainer transparent = (IWDTransparentContainer) view.createElement(IWDTransparentContainer.class, "TC."+i);
    IWDTray tray = (IWDTray) view.createElement(IWDTray.class, "tray."+i);
    //I don't want any more options at the moment ;-)
    tray.setEnabled(true);
    tray.setExpanded(false);
    transparent.addChild(textView);
    transparent.addChild(tray);
    So but nothing is shown on the screen.
    Now there exists the method setVisible(), I think this is the key to solve my problem. But this method expects a WDVisibility parameter and I don't know what I must type in.
    I tried it with com.sap.ide.webdynpro.uielemtdefinitions.Visibility, it doesn't work.
    Then I created a context attribute with this type!
    doesn't work, too.
    My you can help me?
    Kind Regards,
    Andre

    Hi,
    for (int i = 0; i < length; i++)
    <b>IWDTransparentContainer container = (IWDTransparentContainer)view.getElement("RootUIElementContainer");</b>
    IWDTransparentContainer transparent = (IWDTransparentContainer) view.createElement(IWDTransparentContainer.class, "TC."+i);
    IWDTray tray = (IWDTray) view.createElement(IWDTray.class, "tray."+i);
    //I don't want any more options at the moment
    tray.setEnabled(true);
    tray.setExpanded(false);
    transparent.addChild(textView);
    transparent.addChild(tray);
    <b>container.addChild(transparent);</b>
    Hope it helps,
    Regards,
    Nagarajan.
    Message was edited by: Nagarajan Kumarappan

  • Dynamic icon in the table control

    hi friends ,
    I  wanna to place a command with the icon changing when the status changed .Pls show me how .Thks .

    hI jACK
    I am trying to get it .
    as these text store in the table D021T and able to modify the table where the text can be modified to the ICON from PUSHBUTTON.
    MODULE status_0100 OUTPUT.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
    DATA RESULT(60).
    LOOP AT SCREEN.
    IF screen-name = 'BB'.
    CALL FUNCTION 'ICON_CREATE'
      EXPORTING
        name                        = 'ICON_GREEN_LIGHT'
      TEXT                        = ' '
      INFO                        = ' '
      ADD_STDINF                  = 'X'
    IMPORTING
       RESULT                      = RESULT
    EXCEPTIONS
      ICON_NOT_FOUND              = 1
      OUTPUTFIELD_TOO_SHORT       = 2
    UPDATE D021T SET DTXT = RESULT WHERE PROG = 'ZMTEST_99'.
    MODIFY SCREEN.
    endif.
    ENDLOOP.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    still i am trying .
    I will come back to you.
    Regards
    Ramchander Rao.K

Maybe you are looking for

  • Is there any way to stop "Voice Control"?

    Hiya I am hoping one of you will be able to help me with this...... Tonight my phone has started to beep and then on the screen it shows "Voice Control" with a list of question ideas to ask voice control. I have read that "Voice Control" cant be disa

  • Volume level

    is the only place to adjust the volume level of a selected "track" with those volume level lines. They seem to make such a little difference and it seems as though certain audio clips just cant even get loud. There must be a logical answer , i know i

  • Can't watch movies online

    Hi so I just recently bought a 13" Macbook Air. So of course I wanted to go to youtube to see some reviews or tips on my Macbook but youtube videos won't play. All I see is a black screen, no pause button, it's not buffering. I saw a post saying to t

  • HT1689 unauthorized in app purchase

    Hi, my daughter, who has only 4 year old,  have bought in app "set of 625000 coins" in the "Star Girl" App    That is my first ipad and is my daughter who are using it. I didn't know about in app purchase. Now I have restrict in app purchase.      In

  • Will my n95 8GB Work in South America

    Hi Remember that mobiles would not work between US and Europe - different band or something? Have just bought N95 8GB and am heading to Argentina for a trip. Will it work there? Why ? ie whats in the spec that says it will? Thanks!