Tabbing is not working properly / Flex Mobile 4.6

Hello,
I've been working on a mobile app in Flex 4.6 and I've noticed that tabbing between fields is not working properly - maybe someone else has had the same experience and has a fix?
I have 4 TextInput fields, which now all have tabEnabled set to "true" and tabIndex set accordingly, however, I am unable to tab netween the fields.
More specifically, when I run the app with a destop run configuration, any time I hit the "TAB" button on the keyboard the first field is focused on. So, if the cursor is in field 3 & I hit TAB, the focus is now in field 1.
On the mobile device (Samsung Galaxy S), there is no tabbing at all, no matter which field I am in. The soft keyboard does detect the last field though, and the "Next" button on the keyboard will change to "Done".
I've tried putting the TextInput fields withing a SkinnableContainer (as mentioned here: http://forums.adobe.com/message/2418694#2418694), but no change.
I also found a bug report on something similar, though it was closed becuase it was opened in the AIR bug base instead of the flex bug base. (https://bugbase.adobe.com/index.cfm?event=bug&id=3064944)
Here's the code for my "registration" view without any functions or function calls.
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    title="Create Account">
          <fx:Declarations>
                    <!-- Place non-visual elements (e.g., services, value objects) here -->
          </fx:Declarations>
          <s:Group left="10" right="10" top="10" bottom="10">
                    <s:layout>
                              <s:VerticalLayout/>
                    </s:layout>
                    <s:TextInput id="email" prompt="Email" tabEnabled="true" tabIndex="1"/>
                    <s:TextInput id="un" prompt="Username" tabEnabled="true" tabIndex="2"/>
                    <s:TextInput id="pw" displayAsPassword="true" prompt="Password" tabEnabled="true" tabIndex="3"/>
                    <s:TextInput id="pwc" displayAsPassword="true" prompt="Confirm Password" tabEnabled="true" tabIndex="4"/>
                    <s:Button id="button" width="100%" label="Sign Up"/>
                    <s:Group width="100%">
                              <s:layout>
                                        <s:VerticalLayout horizontalAlign="center"/>
                              </s:layout>
                              <s:BusyIndicator id="bi_reg" visible="false"/>
                              <s:Label id="msg_reg" width="100%" text="Label" textAlign="center" visible="false"/>
                    </s:Group>
          </s:Group>
</s:View>

Thanks for the response. I am using spark TextInput components as you can see in the code above. I've used these conrtols in other apps in FB 4.5 and have had no problems so it seems like something may be different in 4.6, or it's a bug.

Similar Messages

  • New tab is not working properly as before. if i click on new tab symbol(+),it is not opening.how to make it work?

    new tab is not working properly.ie.,i can not open new tabs in firefox.

    Uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and Firefox that prevents new tabs from being opened.

  • Save and Quit tabs does not work properly.

    When asked to Save and Quit tabs for the specific session is selected, Firefox does not restore tabs at the next session.
    I have read the posts where it is suggested to change the settings and simply never clear the history. However this is not the way that Firefox behaved in older versions, NOR IS IT A SOLUTION due to the following:
    The pop-up on exit to Save and Clear is clearly asking the user if that specific session should be remembered and then clearing the history should be superseded by saving instead. Otherwise, what is the point of asking the user to save? A pop-up warning saying that the tabs will not be remembered would be more appropriate.
    Regardless, the user has been asked if this specific session should be remembered, and this clearly being the last choice done by the user, supersedes the prior settings for this one specific session. The tabs should be remembered, as the user has instructed (and Firefox used to do in the past), and yet Firefox opens a new session having dumped the information.
    Changing the settings to remembering the history instead, does not serve people that want most times to clear it. This would then mandate a manual clearing of history every time before a session is ended instead.
    This will need a permanent fix/rollback to the way Firefox used to behaved in these circumstances in older versions.

    After transferring musics to the device selecting by mass storage mode you need to follow this
    Go to Device Menu> Music> Music Player> Option> refresh library
    have you followed this? if this does not help could you please provide more information sothat someone can help you to solve your problem?
    A. Device details ( type *#0000#)
    B. System Information details ( Help About- Ovi Suite- System Information : Copy & paste )
    Please THANK me by clicking on the ****WHITE STAR** ( Giving KUDOS) the big GREEN BOX to your LEFT .
    It will help me to serve you better !!!!!
    Thanking You

  • Sound.length is not working for Flex Mobile Project

    Hi
    i am working on Flash builder 4.6. I see sount.length is returning zero verytime. other sound object is working but sound.length is not working.
    Any one facing such type of problem for sound file in Flash builder 4.6.
    Thanks
    Brij Kishor
    Flash Builder App developer

    Thanks for the response. I am using spark TextInput components as you can see in the code above. I've used these conrtols in other apps in FB 4.5 and have had no problems so it seems like something may be different in 4.6, or it's a bug.

  • One accordion tab panel not working properly

    Hi,
    Can you spot where my error is here, in years 4-5?
    http://www.grad.umn.edu/gradwriting/IWP/
    The first accordion panel is open; all other accordion panels
    are shut at start . What am I missing? Thanks!

    Your code is this
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    var Accordion2 = new Spry.Widget.Accordion("Accordion2", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    var Accordion3 = new Spry.Widget.Accordion("Accordion3", {
    useFixedPanelHeights: false, defaultPanel: -1 }, {
    useFixedPanelHeights: false, defaultPanel: -1 });
    var Accordion4 = new Spry.Widget.Accordion("Accordion4");
    var Accordion5 = new Spry.Widget.Accordion("Accordion5", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    //-->
    </script>
    but should be this
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    var Accordion2 = new Spry.Widget.Accordion("Accordion2", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    var Accordion3 = new Spry.Widget.Accordion("Accordion3", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    var Accordion4 = new Spry.Widget.Accordion("Accordion4", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    var Accordion5 = new Spry.Widget.Accordion("Accordion5", {
    useFixedPanelHeights: false, defaultPanel: -1 });
    //-->
    </script>
    Accordion3 and Accordion4 lines mixed up
    Carl

  • I have lost track of the number of websites that do not work properly on the iPad without Adobe Flash player which is unsupported. I cannot use retail sites, billing sites and most important of all job application sites. All are missing tabs, links, info

    I have lost track of the number of websites which do not work properly on my iPad. They include retail sites, billing sites and most important of all job application sites. They all seem to require Adobe Flash Player which cannot be downloaded onto an iPad. Skyfire does not solve the problem. They all load without vital parts of the site such as tabs, links and correct formatting. Any suggestions?

    Most such brower/service combinations have a difficult time working with Flash-based apps and often fail completely. Flash videos are usually the most successful content these browers can handle. You can try the others apps - Puffin, iSwifter, etc - but you may find that none of them work, in which case you will not be able to use your iPad with these sites other than by using one of the various remote control solutions to take over a computer running the full Flash Player.
    IMHO, any developer that built a Flash application for a billing or job application site was an idiot, but I know that's out of the control of anyone but the relevant company.
    Regards.

  • Tab not working properly for Datagrid ItemEditor ComboBox

    When you run the app type a1 in the find an App combo box then hit the tab key.
    Click in the 3rd row in the As Bs column and a combobox will show.
    Type a3 and then hit enter.  Notice that A3 is saved as the selected item and saved to the dataprovider
    Hit the backspace key and hit enter.  Notice that the  null is saved and nothing is selected.
    Type a3 again and hit enter.
    Hit the backspce again but this time hit the tab key.  Notice the previous value is back.  ooops.
    {Code}
    <?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"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   xmlns:vo="valueObjects.*"
                   width="100%" height="100%">
        <fx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                import mx.events.FlexEvent;
                protected function aCBLabel(item:Object):String
                    if (item != null)
                        return item.name;
                    else
                        return "";
                protected function bDG_creationCompleteHandler(event:FlexEvent):void
                    bDG.selectedIndex = 0;
                protected function bAFormat(item:Object, column:DataGridColumn):String
                    if (item [column.dataField] != null)
                        return item [column.dataField].name;
                    else
                        return "";
            ]]>
        </fx:Script>
        <fx:Declarations>
            <vo:ADto id="aDto"/>
            <vo:BDto id="bDto"/>
            <s:ArrayCollection id="aList">
                <vo:ADto>
                    <vo:id>1</vo:id>
                    <vo:name>a1</vo:name>
                    <vo:bs>
                        <vo:BDto>
                            <vo:id>1</vo:id>
                            <vo:aDto>
                                <vo:ADto>
                                    <vo:id>1</vo:id>
                                    <vo:name>a1</vo:name>
                                </vo:ADto>
                            </vo:aDto>
                        </vo:BDto>
                        <vo:BDto>
                            <vo:id>2</vo:id>
                            <vo:aDto>
                                <vo:ADto>
                                    <vo:id>2</vo:id>
                                    <vo:name>a2</vo:name>
                                </vo:ADto>
                            </vo:aDto>
                        </vo:BDto>
                        <vo:BDto>
                            <vo:id>0</vo:id>
                        </vo:BDto>
                    </vo:bs>
                </vo:ADto>
                <vo:ADto>
                    <vo:id>2</vo:id>
                    <vo:name>a2</vo:name>
                    <vo:bs>
                        <vo:BDto>
                            <vo:id>3</vo:id>
                            <vo:aDto>
                                <vo:ADto>
                                    <vo:id>3</vo:id>
                                    <vo:name>a3</vo:name>
                                </vo:ADto>
                            </vo:aDto>
                        </vo:BDto>
                        <vo:BDto>
                            <vo:id>0</vo:id>
                        </vo:BDto>
                    </vo:bs>
                </vo:ADto>
            </s:ArrayCollection>
            <s:ArrayCollection id="bAList">
                <vo:ADto>
                    <vo:id>1</vo:id>
                    <vo:name>a1</vo:name>
                </vo:ADto>
                <vo:ADto>
                    <vo:id>2</vo:id>
                    <vo:name>a2</vo:name>
                </vo:ADto>
                <vo:ADto>
                    <vo:id>3</vo:id>
                    <vo:name>a3</vo:name>
                </vo:ADto>
            </s:ArrayCollection>
        </fx:Declarations>
        <fx:Binding source="aCB.selectedItem as ADto" destination="aDto"/>
        <s:Form id="AForm" width="700" height="170">
            <s:layout>
                <s:BasicLayout/>
            </s:layout>
            <s:HGroup x="0" y="50" width="670" height="60">
                <s:Label height="25" fontWeight="bold" text="Find an A" verticalAlign="middle"/>
                <s:ComboBox id='aCB'
                            prompt="Enter or Select an A Name"
                            labelFunction="aCBLabel"
                            x="110" y="10" width="375">
                    <mx:ArrayCollection id="asList" list="{aList}"/>
                </s:ComboBox>
            </s:HGroup>
        </s:Form>
        <mx:DataGrid id="bDG" x="10" y="140" width="450" height="200"
                     editable="true"
                     dataProvider="{aDto.bs}"
                     creationComplete="bDG_creationCompleteHandler(event)">
            <mx:columns>
                <mx:DataGridColumn id="bidDC"
                                   headerText="id"
                                   editable="true"
                                   dataField="id"
                                   editorDataField="value"
                                   width="50"/>
                <mx:DataGridColumn id="bNameDC"
                                   headerText="As Bs"
                                   editable="true"
                                   dataField="aDto"
                                   labelFunction="bAFormat"
                                   editorDataField="value"
                                   width="150">
                    <mx:itemEditor>
                        <fx:Component>
                            <s:MXDataGridItemRenderer implements="mx.managers.IFocusManagerComponent">
                                <fx:Script>
                                    <![CDATA[
                                        import mx.collections.ArrayCollection;
                                        import mx.controls.dataGridClasses.DataGridListData;
                                        import mx.controls.listClasses.BaseListData;
                                        import mx.events.FlexEvent;
                                        import spark.events.DropDownEvent;
                                        import spark.events.IndexChangeEvent;
                                        [Bindable]
                                        public var bAs:ArrayCollection;
                                        protected function cb_InitializeHandler(event:FlexEvent):void
                                            bAs = outerDocument.bAList;
                                            aDto = outerDocument.bDG.selectedItem.aDto;
                                            if (aDto != null)
                                                var t:ADto;
                                                for (var i:int = 0; i<bAs.length; i++)
                                                    t = bAs[i];
                                                    if (aDto.id == t.id)
                                                        cb.selectedIndex = i;
                                                        break;
                                        override public function setFocus():void
                                            cb.setFocus();
                                        public function get value():ADto
                                            if (cb.isDropDownOpen)
                                                cb.closeDropDown(true);
                                            cb.validateNow();
                                            aDto = cb.selectedItem as ADto;
                                            return aDto
                                        protected function cb_closeHandler(event:DropDownEvent):void
                                            aDto = cb.selectedItem as ADto;
                                    ]]>
                                </fx:Script>
                                <fx:Declarations>
                                    <vo:ADto id="aDto"/>
                                    <!-- Place non-visual elements (e.g., services, value objects) here -->
                                </fx:Declarations>
                                <s:ComboBox id="cb"
                                                width = "100%"
                                                prompt="{aDto.name}"
                                                dataProvider="{bAs}"
                                                labelField="name"
                                                initialize="cb_InitializeHandler(event)"
                                                close="cb_closeHandler(event)">
                                </s:ComboBox>
                            </s:MXDataGridItemRenderer>
                        </fx:Component>
                    </mx:itemEditor>
                </mx:DataGridColumn>
            </mx:columns>
        </mx:DataGrid>
    </s:Application>
    {Code}
    {Code}
    package valueObjects
        import com.adobe.fiber.services.IFiberManagingService;
        import com.adobe.fiber.valueobjects.IValueObject;
        import mx.collections.ArrayCollection;
        import valueObjects.BDto;
        import com.adobe.fiber.core.model_internal;
        use namespace model_internal;
        public class ADto implements com.adobe.fiber.valueobjects.IValueObject
            private var _internal_id : int;
            private var _internal_name : String;
            private var _internal_bs : ArrayCollection;
            model_internal var _internal_bs_leaf:valueObjects.BDto;
            public function ADto()
            public function get id() : int
                return _internal_id;
            public function get name() : String
                return _internal_name;
            public function get bs() : ArrayCollection
                return _internal_bs;
            public function set id(value:int) : void
                var oldValue:int = _internal_id;
                if (oldValue !== value)
                    _internal_id = value;
            public function set name(value:String) : void
                var oldValue:String = _internal_name;
                if (oldValue !== value)
                    _internal_name = value;
            public function set bs(value:*) : void
                var oldValue:ArrayCollection = _internal_bs;
                if (oldValue !== value)
                    if (value is ArrayCollection)
                        _internal_bs = value;
                    else if (value is Array)
                        _internal_bs = new ArrayCollection(value);
                    else if (value == null)
                        _internal_bs = null;
                    else
                        throw new Error("value of bs must be a collection");
            private var _managingService:com.adobe.fiber.services.IFiberManagingService;
            public function set managingService(managingService:com.adobe.fiber.services.IFiberManagi ngService):void
                _managingService = managingService;
    {Code}
    {Code}
    package valueObjects
    import com.adobe.fiber.core.model_internal;
    import com.adobe.fiber.services.IFiberManagingService;
    import com.adobe.fiber.valueobjects.IValueObject;
    import valueObjects.ADto;
    import mx.collections.ArrayCollection;
    use namespace model_internal;
    public class BDto implements com.adobe.fiber.valueobjects.IValueObject
        private var _internal_id : int;
        private var _internal_aDto : ADto;
        private static var emptyArray:Array = new Array();
        public function BDto()
            _internal_id = 0;
        public function get id() : int
            return _internal_id;
        public function get aDto() : ADto
            return _internal_aDto;
        public function set id(value:int) : void
            var oldValue:int = _internal_id;
            if (oldValue !== value)
                _internal_id = value;
        public function set aDto(value:ADto) : void
            var oldValue:ADto = _internal_aDto;
            if (oldValue !== value)
                _internal_aDto = value;
        private var _managingService:com.adobe.fiber.services.IFiberManagingService;
        public function set managingService(managingService:com.adobe.fiber.services.IFiberManagi ngService):void
            _managingService = managingService;
    {Code}

    the reason the tab was not working is because it was not changing the selection and just exiting the combo box.  So, in the value function add if (cb.textInput.text == "") cb.selectedIndex = -1;  This will change the selection as desired and fixes the problem.

  • TAB BUTTON randomly not working properly?

    I haven't been messing with my preferences or anything...my tab button will not allow me to tab any thing. It just keeps skipping lines. What do I do?! (Iwork '08)

    Hi Lukka,
    1. The reason might be you are Assigning the next navigation item as current item.
    For Ex. Consider you are having two text items named item5 and item6. For item5 you should set next
    navigation item as item6. you might assigned item5 instead of item6. In this case tab will not work.
    (plz Check)
    2. There is no need to set previous and next navigation item property for items. Because Form builder
    automatically navigates through items in the order of they resides in the block.
    Regards
    Sankar MN

  • In my MacBook Pro Maps app not working properly?.. any solution

    Maps app not working properly?.. any solution

    If i search any routes by clicking directions tab,the message shows like this " DIRECTIONS ARE NOT AVAILABLE A ROUTE TO THE DESTINATION FROM ITS NEAREST ROAD CANNOT BE DETERMINED"

  • Adobe Photoshop Touch is not working properly on my Samsung Tablet

    I just recently downloaded the Photoshop Touch App to my Samsung Tablet.  The program will open and some of the tools will work, but MOST tools will not!  I have attempted to clear the cashe, uninstall, and then reinstall the program.  The problem persists.  When will Adobe provide an update with repairs so that I can actually use the App I just bought?

    Dear Guido.
    We have followed instructions to uninstall and and then reinstall the Photoshop Touch program onto the Samsung Galaxy Tab 3. 
    It is still not working properly.
    NONE of the Fx's are working.  (about 26 effects!)
    The Fx's under the menu headings of... "Basic" , "Stylize" , "Artistic", or "Photo" do not work! 
    Under the heading of "Adjustments"... only Invert, and Black and White work... NONE of the others do!
    The items that do work are... the Camera Layers, Layers and Selections, Image Blending, and the Basic FX called Gaussian Blur.
    Croping image size, text, etc. under the & symbol also work. 
    So, as you can see....at this point we have purchased an App that is practically USELESS even tho the Google Play Store said that it was compatible with our device.
    Please Advise, or Create a proper Update for this device,
    Thank you

  • Dial UP Modem is not working properly in Satellite A200-1GB

    My A200 - 1 GB's modem is not working properly. It tries to connect but at last it says remote computer is not responding. As i noticed It has a "Agree" 56kpbs modem.
    It shown as Toshiba Software Modem.
    I tried so many times it doesn't work properly. I tried by changing the assigned COM ports to several other COM ports like COM1,COM10,COM 4 ext... same thing occurs.
    When I diagnose the modem via the modem properties no matters found.
    Same as when I'm dialing through the modem to a telephone (i mean as a call) it's working properly. I mean it can call to a mobile phone or land phone.
    But the same phone line is working properly with my desktop modem as same as another HP laptop modem.
    It seems there is some malfunction on my 56k modem.
    I tried even uninstalling and reinstalling but still the matter exists.
    Can anybody help me in this case?

    Please check this thread:
    http://forums.computers.toshiba-europe.com/forums/message.jspa?messageID=109510#109510
    Seems you have started two threads about the same theme.

  • Html is not working properly

    i was trying to work on texteditor to code a simple html page but its not working properly like the shows only two color on the background that are green and black
    i dont know whats the issue but it use to work fine in mountain lion
    i have even tried to use color code still it didnt work then  i re-installed the os but the same problem again!
    is there any special setting ?
    i have change it to plain text and traditional html ..
    thank you

    Hi,
    Do you really think it applies to all these:-
    Categories:  Accessibility,  Boot Camp,  Finder Tabs & Tags,  iCloud Keychain,  iMessage & Messages,  Internet & Wi-Fi,  Installation, Migration & Setup, Mail, Contacts & Calendar,  Maps,  Multiple Displays,  Printing, Users & Groups,  Using OS X Mavericks    
    Tags:wireless, backup, ical, screen, email, duplicate, printer, preferences, time,
    hard, login, restart, vpn, font, dvd, excel, kernel, address, migration, mode, locked,
    dvd_problem, hdd, thunderbolt, gray
    It would be useful to see the HTML code you are using.
    It would also useful to know which version of HTML you are using to do that.
    8:57 pm      Wednesday; March 12, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Windows reports that the "USB-IF xHCI USB Host Controller" device is not working properly.

    I have been receiving the following error and instructions to fix it for a long time now, prior to updating to Windows 8.1:
    A device is not working properly
    Windows reports that the "USB-IF xHCI USB Host Controller" device is not working properly.
     Recommended solution to the problemUse Windows Update to check whether new device drivers are available. Proceed as follows:
    Open Device Manager
    Search in the device manager for the device whose driver you would like to update and double-click on the device name. You may first have to enable the "Show hidden devices" entry in the "View" menu.
    Switch to the Driver tab, click Update driver and follow the instructions
    When I follow the instructions and try to update the driver, I am told "The best driver software for your device is already installed."
    How do I update the driver to stop receiving the error?  
    This question was solved.
    View Solution.

    I have solved the initial problem.    
    I found the solution on the Forum at http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03926756&tmp_task=solveCategory&cc=us&dlc=en&la...

  • Bbm not working properly

    BBM on my Z10 is not working properly. My service provider is airtel n according to them there is a problem with my handset. what should i do?

    Do you have a BlackBerry Data Plan enabled on your account with your carrier or mobile provider?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Applemobiledevice not working properly message

    Just downloaded the latest itunes. Every time I open itunes there's an "apple mobile device not working properly" message that continually pops up and it won't stop. I use Vista and have no clue how to stop it. Can anyone help?

    Take a look here:
    http://discussions.apple.com/ann.jspa?annID=640
    Selective startup info:
    http://support.microsoft.com/kb/310560
    Hope that helps.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums, in the User Tips Library and in the Apple Knowledge Base before you post a question.
    Regards.

Maybe you are looking for

  • Can i install final cut 4 and final cut 5 on the same machine ?

    hi i currently use fcp 5.14 on my g5 dual 2.3 (pci-x). i am starting to teach fcp at a college where they use fcp 4.5. i know that i wont be able to prepare assignments for the students on fcp 5 'cause they wont be able to open them up on 4.5. the sy

  • Can't install the current version of iTunes

    I have itunes 8 installed. I successfully downloaded the current version of iTunes (I downloaded it using Firefox and IE - not sure what version, but it's a later version) and attempted to install it, I got this error message: *An error occurred duri

  • Firefox4 will not go to fullscreen

    firefox 4 will not go to full screen on my account but will go to full screen on the other user accounts?

  • Query Views on Workbook - filter doesnt work

    Hi All, I have developed a workbook using a query view, When i try to do filtering using the filter button the workbook data does'nt change. Can anyone of you advise what needs to be done. Thanking you.

  • DHCP and SMB service failing

    We have a X server with 10.5.5 installed. This server is our main server with active settings for OD, SMB, DNS, DHCP and AFP. At variable intervals the DHCP and SMB service gets corrupt. here's excerpt from the server log: Nov 15 04:19:59 FileServer