Dv Components in af:panelBox not resized after minimizing (showMaximize ="always")

JDev version 11.1.1.7.0
I have a panelDashboard with multiple panelBox inside.  Each panel box contains a different DV components (dvt:barGraph, dvt:pieGraph, dvt:timeline) e.g.
<af:panelDashboard id="pd1" columns="2" rowHeight="50%">
    <af:panelBox text="Messages" id="pb1" type="stretch" showMaximize="always"
                 styleClass="AFStretchWidth">
      <f:facet name="toolbar"/>
            <dvt:barGraph id="barGraph1"
The issue is that when I maximise the panelBox the panelBox expands to fill the screen and it redraws the e.g. graph component to fill the panelBox.  But when I minimise the panelBox the graph does not redraw back to its original size when the panel box is shrunk.
I therefore end up with the panel box only showing a quarter of the graph.
Pressing F5 to refresh the screen redraws the graph back to the original size as required.
But this is not happening automatically when I click on the minimize panelBox icon - This is the same for timeline component and pieGraph component.
I have tried this on IE8 and Firefox both with the same results.
Many thanks,
Mark

I imported the code for
http://jdevadf.oracle.com/adf-richclient-demo/faces/visualDesigns/dashboard.jspx#!
And noticed that they don't use the standard 'showMaximize' property provided by the af:panelBox properties but instead put in their own command link with Java to show a maximised / restored panel.
Seems yet another lack of testing from Oracle on this product to ensure it actually works out of the box.
I can't see why include a very useful function that doesn't actually work fully!  Seems a common theme on many ADF components...

Similar Messages

  • Bug: View does not resize after soft keyboard dismissal

    On Android when resizeForSoftKeyboard=true, the view does not resize after dismissing the soft keyboard. This simple app demonstrates the bug.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   applicationDPI="160"
                   resizeForSoftKeyboard="true"
                   applicationComplete="applicationComplete()">
        <fx:Script>
            <![CDATA[
                private function applicationComplete():void {
                    keywordTextInput.setFocus();
                private function keywordTextInputEnter():void {
                    stage.focus = null;
            ]]>
        </fx:Script>
        <s:Rect id="rect1" width="100%" height="100%">
            <s:stroke>
                <s:SolidColorStroke color="#FF0000" weight="4"/>
            </s:stroke>
        </s:Rect>
        <s:TextInput id="keywordTextInput" enter="keywordTextInputEnter()" returnKeyLabel="go"/>
    </s:Application>
    1) Start app.
    2) Click on the "go" button on the soft keyboard
    I observe that the red rectangle remains the same size (about half the screen). I expect the red rectangle to resize to fill the entire screen as it does on iOS.
    My environment:
    Flash Builder 4.7 beta
    Flex 4.6.0
    AIR 3.4
    ASUS Transformer (Android 4.0.3)

    Submitted bug:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3657721

  • JTree in JScrollPane not resizing after model change.

    I have a JTree in a JScrollPane that's put in a JPanel using the JGoodies FormLayout as it's layout manager. The column definition defines the column to grow so the JScrollPane should have enough space. The tree is empty when I create it and put it in the JScrollPane.
    After adding some nodes to the tree the JScrollPane does not resize automatically, it only resizes when a forced repaint occurs (moving or resizing the window , etc).
    I've tried calling invalidate(), repaint(),revalidate() on both the JTree and the JScrollPane. I also do a reload() on the TreeModel after adding the nodes (which is probably unnecessary as I use insertNodeInto(node,parent,position) from the DefaultTreeModel to add the new nodes).
    Anybody knows what I'm missing here?
    Thanks a lot in advance !

    Update:
    The card is running now. I had another Arch system (arch2) on the same network (to compare with), and after I shut that down and rebooted the first one (arch1) the network interfaces show up, both lo and eth0.
    However, the startup routine hangs about 2-3 minutes on the network daemon (with blinking router lights and hdd activity), so it's still not perfect. Another thing is that I can't get the right gateway from the router's dhcp. Here's an overview of the setup:
    Home: 192.168.2.x
    arch1 .2.102-------|
    |
    arch2 .2.101-------| old SMC router: .2.1
    |
    fritzbox .2.2 -----|
    router/modem
    |
    |
    ~~~~~
    internet
    The gateway is supposed to be the fritzbox with ip 192.168.2.2. The old SMC router serves addresses in the range .2.101-110. I set it up this way because I need the 8 ports on the SMC (and I like watching the lights).
    Here's my /etc/rc.conf for both systems:
    arch1 (starts slow):
    eth0="dhcp"
    ROUTES=(!gateway)
    arch2 (working):
    eth0="eth0 192.168.2.101 netmask 255.255.255.0 broadcast 192.168.2.255"
    gateway="default gw 192.168.2.2"
    ROUTES=(gateway)
    arch1 gets the SMC as gateway, arch2 gets the fritzbox.
    Ideally all computers on the network should get their IPs from the SMC dhcp, which also gives them the fritzbox as gateway. But that just doesn't work for the arch1. arch2 and the windows PCs get online just fine.
    I had also tried setting arch1 the same as arch2 except for the ip=2.102. Then the network starts faster, but the gateway is still stuck at the SMC router -> no internet.
    Rather complicated, but what are networks for? Anyone see daylight in this mess?
    Last edited by bitpal (2009-08-13 21:24:02)

  • Window.resizeTo in addon (overlay commonDialog) does not resize after some minimum size in FF v17 & 18

    I created an addon which overlay commonDialog.xul.
    In the load event, window.resizeTo is called and set to a very small size (like 10x10) so it is almost invisible to users.
    This works fine in FF 15. After upgrading to FF 17 or FF 18, this stops working.
    When I set the size big, it works fine. When setting it to a small size, it seems like when hitting a limit, the window size stays the same. The window size is the same when setting to 10x10 or 100x100.
    This is on a MAC, but same behavior is observed on Windows too.
    It seems like there is a minimum size predefined and the window does not get smaller than that.
    Aren't we supposed to be able to resize the window as we wish in the addon?

    If you create your own window with a unique ID then it should be possible to create more specific CSS rules for that window.
    How (when) do you resize that window when you need it to show with the default dimensions?
    If you have specific questions about developing extensions then it is best to ask advice at the MozillaZine Extension Development forum.
    *http://forums.mozillazine.org/viewforum.php?f=19
    The helpers at that forum are more knowledgeable.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • StageWebView not resizing after using soft keyboard

    Viewing web pages in my Adobe Air app using stageWebView works fairly well. However, whenever I use the soft keyboard to enter data into a text field on a form, after I finish and dismiss the soft keyboard my stageWebView remains resized as it was (automatically) to view the soft keyboard. So it is approx 1/2 of the screen when it should be on the whole screen. And the space where the soft keyboard was displayed is blank. No matter what page I navigate to this situation remains until I force close the app and restart.
    How would I fix this?

    Hi,I find a way to solve this problem.
    Frist ,when you click textinput in stagewebview, you should turn back to flex view. You should setfoucs on a textinput which using by flex. 
    Then you can use stagewebviewbriadge which javascritpt can commuicate actionscript each other.You can sent the textinput value using by flex to the textinput using by html.
    Here some main code:
       public var webView:StageWebViewBridge;
       public var boxColor:Sprite = new Sprite();
       public function addedToStageHandler()
        initUI()
       protected function removedFromStageHandler():void
        webView.dispose();
        stage.removeEventListener(SoftKeyboardEvent.SOFT_KEYBOARD_DEACTIVATE,resize1);
        stage.removeEventListener(StageOrientationEvent.ORIENTATION_CHANGE, orientationChangeHandler);
       protected function orientationChangeHandler(event:StageOrientationEvent):void
        resizeWebView();
       protected function resizeWebView():void
        webView.viewPort = new Rectangle(5,100,stage.width-10,stage.height-200);
       private function initUI():void
        stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGE, orientationChangeHandler);
        stage.addEventListener(SoftKeyboardEvent.SOFT_KEYBOARD_DEACTIVATE,resize1);
        StageWebViewBridge.DEBUGMODE=false;
        StageWebViewBridge.setRootFolder('htmlFiles');
        webView = new StageWebViewBridge();
        webView.stage = this.stage;
        stage_height=stage.height;
        stage_width=stage.width;
        resizeWebView();
        webView.loadURL("http://192.168.1.101/WebForm/Woman.aspx");
        addJavascriptCallBacks();
       private var inputname:String;
       private function resize(str0:String,str:String,str1:String):void
        webView.viewPort = null;
        astext.setFocus();
        inputname=str;
        container.visible=true;
        aslabel.text=decodeURI(str0);
        astext.text=decodeURI(str1);
       private var stage_height:Number;
       private var stage_width:Number;
       private function resize1(e:SoftKeyboardEvent):void
        webView.viewPort = new Rectangle(5,100,stage_width,stage_height-90);
        webView.bridge.call("resizeJS",null,inputname,URLEncodeChange(astext.text,"UTF-8"));
        container.visible=false;
       public function addJavascriptCallBacks():void
        webView.bridge.addCallback("backMain",backMain);
        webView.bridge.addCallback("resize",resize);
       private function backMain(str:String):void
        trace(str)
    //    navigator.pushView(LivingPeopleMainView);
       protected function asbtn_clickHandler(event:MouseEvent):void
        // TODO Auto-generated method stub
        webView.viewPort = new Rectangle(5,100,stage_width,stage_height-90);
        webView.bridge.call("resizeJS",null,inputname,URLEncodeChange(astext.text,"UTF-8"));
        container.visible=false;
       public  function URLEncodeChange(p:String,chartSet:String):String{
        var result:String ="";
        var byte:ByteArray =new ByteArray();
        byte.writeMultiByte(p,chartSet);
        for(var i:int;i<byte.length;i++){
         result += escape(String.fromCharCode(byte[i]));
        return result;
      ]]>
    </fx:Script>
    <s:navigationContent>
      <s:Button label="后退" click="navigator.popView()"/>
    </s:navigationContent>
    <s:VGroup id="container" visible="false">
      <s:HGroup>
       <s:Label id="aslabel">
       </s:Label>
       <s:TextInput id="astext">
       </s:TextInput>
      </s:HGroup>
      <s:Button id="asbtn" label="确定" click="asbtn_clickHandler(event)"/>
    </s:VGroup>
    </s:View>

  • IPad 2 CDMA not working after iOS8 upgrade (always "searching for network")

    My iPad2 CDMA version cannot find the Verizon network anymore after upgrading the device to iOS8.0.
    The version 8.0.1 and 8.0.2 have not solved the problem so far.
    I have tried to reset completely the ipad as new but it still shows "searching" on top left corner.
    I have also lost GPS capability.
    Went to Verizon and Apple stores but no luck! and Apple store refused to take this issue under their responsibility.
    Everything else on the device are working just fine.

    I've had the same problem for weeks.  None of the solutions in Apple support or on this community board have worked for me.  I've sent several feedback forms to Apple with no reply.  Seems like the Apple store "genius" folks are telling people it's their IPad and that they need a new one.  It seems odd that all these devices worldwide all just happened to go bad at the same time as the software update.  This clearly is a software problem that Apple should fix.  I don't why they're not.

  • Windows disc does not update after resizing boot camp partition

    When I bought my iMac, it came with a 500 GB HDD. I used bootcamp to make a 200GB windows partition and a 300GB Mac partition. The other day I bought a 250GB SSD, and moved everything from my 300GB Mac partition onto the SSD.
    My plan was to use the whole 500GB HDD for windows. So, I deleted the 300GB Mac partition and made it free space on the drive. I then expanded the boot camp partition to take up the whole drive using Mini Tool on windows 7.
    Now, windows 7 shows that my drive is 465GB, but when I boot into mac, the bootcamp hard drive still reads 200GB and 300GB are "free space" even though I expanded the drive using Mini Tool.
    I tried to fix this by filling up the hard drive with an extra 120 GB so it exceeded the 200GB limit that windows shows. But when I booted back into OSX to see if it had worked, none of the files were showing up in the drive, making me believe that boot camp and OS X are not reading changes I am making to the bootcamp drive when I use Windows.
    How can I change this so Disk Utility shows the full size of the disc, like Mini Tool does?
    I will try to upload screenshots soon.

    Re-sizing Windows partitions is not supported on Bootcamp. It requires a clean install. The other option is using Winclone.
    Boot Camp 5.1: Frequently asked questions
    How can a Windows partition be resized after Windows is installed?
    You need to delete the Windows partition using the Boot Camp Assistant, and start over to change the size of the Windows partition. Back up your important Windows files first.

  • Components will not resize correctly in Catalyst

    Download PSD: http://dl.dropbox.com/u/814249/campusariel.psd
    Download FXP: http://dl.dropbox.com/u/814249/campusariel.fxp
    I am completely new to Flash Catalyst (any and all versions). I am currently using Photoshop CS5.5 to design and Catalyst 5.5 to import and translate into a flash project. I recently picked up a job creating an interactive application for a college campus. I have attached my two project files for anyone who can help to view to see what is wrong. I have also attached inline screenies for those who cannot/will not download.
    Here is my problem: I created the attached PSD in Photoshop with what I thought were the correct layers and groups/folders. I am hoping to achieve the following effect: when a user rolls over the purple buttons, multiple similar copies of that button that are initially hidden beneath the visible one popup in sequence above the rolled over purple button.
    Ex. State 1:
    Animation/Action Sequence to the following:
    The purple popup objects will have their own text content and will be buttons themselves that a user clicks to change to a different state with more specific information.
    Not only am I unsure of how to create such animation/action sequence, my purple components (whether I actually convert them to components in Catalyst or not) will not resize correctly. NOTE: I did click the resizable option when importing the PSD into Catalyst. The following effect occurs both ways. I add constraints to all objects by selecting all, right clicking, and choosing add constraints to all; the following occurs when stretched inwards using the resize test handle:
    and this when stretched out:
    When viewed using CTRL+Enter, the application is nowhere near resized in the browser window. I must be missing something, especially being new to Catalyst. I tried flattening the image in Photoshop, which obviously allowed the image to be easily resizable in Catalyst and the test browser window. However, I cannot use my separate elements when flattened; flattening defeats the purpose of Catalyst if I'm not mistaken.
    Any guidance?
    Message was edited by: joshlev

    Hi Martin - Those are really good questions! I did check and the image is uploaded. I assume I can see the image in my one browser because of the cache  since I could not see it on several computers that I had never pulled the site up on before.
    And actually I have it working now. Nancy had a good idea to check to see if I saved it as CMYK instead of RGB. When I went to go open the file on my computer Photoshop and Fireworks had an error in opening it. They had a problem opening the one I downloaded from the ftp too. It just looks like somehow the file became corrupted! Not sure how, but that seems like what the problem was since I have a new image up there now and it's working fine again.
    Thanks for all your help!
    Liz

  • JFrame change : now components are not resized

    I recompiled a Swing app that I wrote a few years back and noticed that resizing the window does not resize the components within it.
    To see what I mean, compile and run BorderLayoutDemo.java with 1.6, and then with 1.4 (I don't know about 1.5). The buttons will resize in the version compiled and run with 1.4 but will not with 1.6.
    Does anyone know of a readme or tutorial which details what mods I have to make to my code to effect the "old" functionality of having the Components of a JFrame resize using the default ContentPane and LayoutManager ?

    Both work OK for me, 1.4 and 1.6, on winxp

  • Itunes does not work after Update any more

    Itunes does not start after the uodate and cannot be reinstalled.
    Seems not only a problem to me
    Any solutions yet ?

    Hello Wizzie71,
    It sounds like you updated iTunes and now it will not open. Try the steps outlined in the following article. You may need to re install iTunes but your library will remain intact if you do.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • File- Export not working after upgrade from 11i to R12

    Hi,
    File -> Export not working after upgrade from 11i to R12.1.3 in few systems. Can you please let me know what could be the issue.
    If export record count more than 200 it is working fine in all the systems and if change the profile option "Export MIME type” value to ‘text/tab-separated-values’ from application/excel also it is wokring.
    Thanks and Regards,
    Jagadeesha

    Enabled the FRD. Below are few last lines. Can you please let me know what i can in this log file contents.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing GET_ITEM_PROPERTY/FIELD_CHARACTERISTIC Built-in:
    In Argument 0 - Type: Integer Value: 196613
    In Argument 1 - Type: Number Value: 54
    Out Argument 0 - Type: String Value: 12
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_MENU_ITEM Built-in:
    In Argument 0 - Type: String Value: FILE.EXPORT
    Out Argument 0 - Type: Integer Value: 19
    Executing GET_MENU_ITEM_PROPERTY Built-in:
    In Argument 0 - Type: Integer Value: 19
    In Argument 1 - Type: Number Value: 79
    Out Argument 0 - Type: String Value: TRUE
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_synch.menu_toolbar_sync. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: NULL
    In Argument 1 - Type: String Value: GLOBAL.OUT
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND GETPROFILE NAME="UPK_RECORDING_ENABLED" FIELD="GLOBAL.OUT" N
    FNDCPVCM, 11, Built-In, Entry, 316509814, USER_EXIT
    FNDCPVCM, 11, Built-In, Exit, 316509814, USER_EXIT
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.OUT
    Out Argument 0 - Type: String Value: N
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing GET_APPLICATION_PROPERTY Built-in:
    In Argument 0 - Type: Number Value: 75
    Out Argument 0 - Type: String Value: IHR40P
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed call_all_libraries. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_standard.event. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    FNDCPVCM, 10, Prog Unit, Exit, 316509814, /FNDCPVCM-3/P45_30_DEC_201223_28_33
    FNDCPVCM, 9, Trigger, Exit, 316509814, WHEN-NEW-ITEM-INSTANCE
    FNDCPVCM, 8, Prog Unit, Exit, 316509814, /DMU-4/P8_30_DEC_201223_23_12
    # 15 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301498413820
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3
    # 16 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301512613925
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3

  • Overhead calculation not happening after using Overhead key and orgin group

    overhead calculation not happening after using Overhead key and orgin group.
    There was a runtime error earlier related to u201Cdefine credit u201C IMG node under costing sheet component and we have applied SAP note 769946 and that error was gone out of the way
    We want to apply/add Overhead to SFG/FG materials.
    We are using PP order with PCC(product cost collector) as the cost object , i.e costing by period.(system ECC 6)
    But our problem is with material standard cost estimate process.
    We have assigned overhead keys to the percentage rates in costing sheet for material standard costing and assigned the origin groups to the credits of costing sheet. But after running the cost estimate overhead is not taking into account for standard cost calculation.
    In the define credit entry table key field is valid to date strangly and actually system should allow one than one entry with same valid to date and same sec.Cost element(type-41) for different cost centers.
    But if we without using overhead key and origin group, the entire cost in that supporting cost center will come to all materials (SFG/FG) and we can not distinguish between different product materials(SFG /FG).
    We have checked all things as mentined below.
    Firstly that the correct costing sheet is assigned to the valuation
    variant.
    That the costing sheet is entered for the appropriate material type:
    Finished and semi finished or material components.
    All of the above can be checked and verified via transaction OKKN.
    In addition make sure that the base value maintained is present in the
    costing, for example the base may include an Origin group, is that
    origin group part of the materials being costed?
    Similarly if the base is found and values exist how is the overhead
    rate of the costing sheet set up, is it valid etc.
    And finally do a similar check for the credit.
    we doubt this as a programm error...
    So, request all experts to have ur feedback..

    Dear,
    Check your origin group & material unit of mesaurement is same.
    some time in costing sheet origin group is maintain in different unit & for materail it's maitain in other unit of mesaurement.
    You can see unit of measure for material in Additional data - unit of measure.
    Check BOM component material unit also.
    Check same  unit of measure is maintain in KZS2
    I hope above will useful.
    GOPAN

  • Overhead calculation not happening after using orgin group.

    overhead calculation not happening after using orgin group.
    There was a runtime error earlier related to u201Cdefine credit u201C IMG node under costing sheet component and we have applied SAP note 769946 and that error was gone out of the way
    We want to apply/add Overhead to SFG/FG materials.
    We are using PP order with PCC(product cost collector) as the cost object , i.e costing by period.(system ECC 6)
    But our problem is with material standard cost estimate process.
    We have assigned overhead keys to the percentage rates in costing sheet for material standard costing and assigned the origin groups to the credits of costing sheet. But after running the cost estimate overhead is not taking into account for standard cost calculation.
    In the define credit entry table key field is valid to date strangly and actually system should allow one than one entry with same valid to date and same sec.Cost element(type-41) for different cost centers.
    But if we without using overhead key and origin group, the entire cost in that supporting cost center will come to all materials (SFG/FG) and we can not distinguish between different product materials(SFG /FG).
    We have checked all things as mentined below.
    Firstly that the correct costing sheet is assigned to the valuation
    variant.
    That the costing sheet is entered for the appropriate material type:
    Finished and semi finished or material components.
    All of the above can be checked and verified via transaction OKKN.
    In addition make sure that the base value maintained is present in the
    costing, for example the base may include an Origin group, is that
    origin group part of the materials being costed?
    Similarly if the base is found and values exist how is the overhead
    rate of the costing sheet set up, is it valid etc.
    And finally do a similar check for the credit.
    we doubt this as a programm error...
    So, request all experts to have ur feedback..

    Dear,
    Check your origin group & material unit of mesaurement is same.
    some time in costing sheet origin group is maintain in different unit & for materail it's maitain in other unit of mesaurement.
    You can see unit of measure for material in Additional data - unit of measure.
    Check BOM component material unit also.
    Check same  unit of measure is maintain in KZS2
    I hope above will useful.
    GOPAN

  • Ipod touch 5th gen will not sync after windows 8.1 update

    ipod touch 5th gen will not sync after windows 8.1 update. Computer see's Itouch as mass storage and charges. Worked with Window's 8 fine, as soon as update was done and restarted computer Itouch doesn't show up. Itouch seen on two other computers.

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    Run this to help if it identifies the cause
    iTunes for Windows: Device Sync Tests
    Have you tried on another computer to help determine if you have a computer or iPod problem?

  • Internet does not work after kernel upgrade...

    I have been reading all of the other threads and have tried everything possible to downgrade my kernel to 2.6.26 rather then 2.6.27.  I have found a package for kernel 2.6.26.2-1 and nvidia 173.14.12-2 but they do not mix and wont let me start x when i downgrade both of them.  Is there some way i can get past this as not having internet is frustrating
    Edit:
    I have tried using this
    echo 0 >/proc/sys/net/ipv4/tcp_sack
    echo 0 >/proc/sys/net/ipv4/tcp_dsack
    and it did not work, i have also tried downgrading dhcpcd and that didn't work so i'm assumin git is infact the kernel.
    Edit again:
    When downgrading both the kernel and nvidia with those two packages i found, my computer boots up fine up untill i get to the command line to type "startx".  The i get this error message after typing "startx" :
    Error: API mismatch: the nvidia kernel module has version 173.14.12, but thus nvidia driver component has version 177.80. Please make sure that the kernel module and all NVIDIA driver components have the same version.
    After i got this i went and reinstall kernel 2.6.27 and the latest nvidia to look at the nvidia package i had installed.  I extracted it and all the was in it was a hierarchy of folders "/lib/modules/2.6.26-ARCH/kernel/drivers/video/nvidia.ko"  and that nvidia.ko file.  Is it possible that i'm not installing the driver jsut a kernel module?
    Once again... Edit lol:
    Also i found a package for nvidia-utils and installed it with nvidia and the kernel and i can "startx", but it freezes everytime and i have to manually restart the computer with the reset button
    Last edited by opeth115 (2008-10-19 22:03:56)

    I use nvidia96xx legacy drivers with no trouble, so I'm not sure I'll be of much help. I did read the announcment that nvidia no longer supports a certain card/cards, and there is a new legacy driver in the repo. Maybe you need to be using that one?
    Also, I wasn't effected with any issues with the new kernel, but I did have a small issue with dhcpcd shortly after the kernel upgrade. It kept failing when trying to connect to the Internet. It was a simple fix though. I compared my  /etc/conf.d/dhcpcd with /etc/conf.d/dhcpcd.pacnew and there was a significant difference.
    I was using the string....
    DHCPCD_ARGS="-N -t 30 -h $HOSTNAME"
    I just needed to change it to the string in dhcpcd.pacnew....
    DHCPCD_ARGS="-q -L -t 30 -h $HOSTNAME"
    Anyway, sorry if this doesn't help.

Maybe you are looking for

  • How to create a filter on BAPI

    We have got a requirement where we are passing bank data using BANK_SAVEREPLICA. Now the issue is that we need to put a filter for one particular country code ( the particular value say 'IND' could be excluded from the list of country codes within th

  • Printhead problem oxc19a0020

    Suddenly it will not print.  I get error message "Problem with Print head oxc19a0020.  There is a problem with the printhead."  What and where is the print head.  Is this something that has to be cleaned or replaced?  Or is this a premanent problem?

  • How can I download content from this site

    How can I download content from this site: http://www.oxfordbusinessgroup.com/full_content/agriculture-67

  • What is a good printer to get accurate color printing a photo in iphoto?

    What is a good printer to get accurate color printing a photo in iphoto?

  • Simultaneously call not working properly

    Dear all, I have some problems regarding lync 2013 simultaneously call. Some users have turn off simultaneusely call amny days ago but the call still call both lync phone and their mobile. I cannot find why this mat happens. Any help is apriciated