Simple Button not functioning correctly?

The button functions correctly, but for some reason when I launch the flash page, the button shows up with the alpha at 50%. I narrowed it down to the    var elasticTween3:Tween = new Tween(my_box,"alpha",Strong.easeOut, 0.5, 1, 1, true);  line of code, but I need that line to fade the alpha from 50% to 100% when mouse out occurs. Am I missing something??
Below is my code:
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
import flash.events.MouseEvent;
var myTween:Tween = new Tween(my_box, "alpha", Strong.easeOut, 1, 0.5, 1, true);
myTween.stop();
var elasticTween1:Tween = new Tween(my_box, "x", Elastic.easeOut, 35, 45, 1.5, true);
var elasticTween2:Tween = new Tween(my_box, "x", Elastic.easeOut, 45, 35, 1.5, true);
elasticTween1.stop();
elasticTween2.stop();
my_btn.addEventListener(MouseEvent.MOUSE_OVER,hover);
function hover(e:MouseEvent){
myTween.start();
elasticTween1.start();
elasticTween2.start();
var elasticTween3:Tween = new Tween(my_box,"alpha",Strong.easeOut, 0.5, 1, 1, true);
elasticTween3.stop();
my_btn.addEventListener(MouseEvent.MOUSE_OUT,out);
function out(e:MouseEvent){
elasticTween3.start();
elasticTween1.start();
elasticTween2.start();

make sure that code executes exactly once.  ie, that frame shouldn't be re-entered.  use the trace() function to confirm, if you think you've prevented re-entry.
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
import flash.events.MouseEvent;
var myTween:Tween = new Tween(my_box, "alpha", Strong.easeOut, 1, 0.5, 1, true);
myTween.stop();
var elasticTween1:Tween = new Tween(my_box, "x", Elastic.easeOut, 35, 45, 1.5, true);
var elasticTween2:Tween = new Tween(my_box, "x", Elastic.easeOut, 45, 35, 1.5, true);
elasticTween1.stop();
elasticTween2.stop();
my_btn.addEventListener(MouseEvent.MOUSE_OVER,hover);
function hover(e:MouseEvent){
myTween.start();
elasticTween1.start();
elasticTween2.start();
var elasticTween3:Tween = new Tween(my_box,"alpha",Strong.easeOut, 0.5, 1, 1, true);
elasticTween3.stop();
my_btn.addEventListener(MouseEvent.MOUSE_OUT,out);
function out(e:MouseEvent){
elasticTween3.start();
elasticTween1.start();
elasticTween2.start();

Similar Messages

  • Simple button not functioning?

    I've been staring at this code for an hour. Maybe I need a break? This is a very simple button that just won't accept my touch events.
    I have a movie clip. It's instance name is "boardA." The name of the symbol is "letterA" and it is linked to a class file called "Letters" (which is properly linked, I checked).
    This is the code in the class file:
    public function Letters() {
                this.addEventListener(TouchEvent.TOUCH_BEGIN, createLetter);
                trace (this.letter);
            public function createLetter(e:TouchEvent): void {
                trace ("You clicked it!");
                trace ("eName = " + e.target.letter);
    Yet nothing happens when I click the button. The constructor for the file never executes.
    I even moved the touch event to the main frame "boardA.addEventListener(TouchEvent.TOUCH_BEGIN, createLetter)" and it still didn't work. Nothing when I touch the button.
    What am I missing here?
    Thanks
    Amber

    No. Letters.as is in com/freerangeeggheads/spellmaster. It's linked as such - here is the text.
    The base class is: com.freerangeeggheads.spellwhiz.Letters
    The class is: letterA
    When I click the green check box it tell me it can find the class, and when I click the edit class button it takes me to the proper script file.
    I also have the file imported into my main frame.
    This is the Letters.as file:
    package  com.freerangeeggheads.spellwhiz {
        import flash.display.*;
        import flash.events.*;
        import com.freerangeeggheads.spellwhiz.*;
        public class Letters extends MovieClip {
            public var letter:String = "";
            public function Letters(): void {
                this.addEventListener(TouchEvent.TOUCH_BEGIN, createLetter);
                trace (this.letter);
            public function createLetter(e:TouchEvent): void {
                trace ("You clicked it!");
                trace ("eName = " + e.target.letter);
    Thanks!

  • Buttons not functioning correctly

    Greetings:
    I'm developing a site that has different pages on different frames. My buttons work correctly, and go to the correct frame, however, if I press it twice, it jumps to another frame. I have the actions to stop at each frame and this is the code I am using for the navigation. Any help?
    //these are the navigation actions
    //home button
    home_btn.addEventListener(MouseEvent.CLICK, onClick);
    function onClickClick(event:MouseEvent):void
    gotoAndPlay(2);
    //about button
    about_btn.addEventListener(MouseEvent.CLICK, onClick);
    function onClick(event:MouseEvent):void
    gotoAndPlay(3);
    //portfolio button
    portfolio_btn.addEventListener(MouseEvent.CLICK, onClick);
    function onPortfolioClick(event:MouseEvent):void
    gotoAndPlay(4);
    //services button
    services_btn.addEventListener(MouseEvent.CLICK, onClick);
    function onServicesClick(event:MouseEvent):void
    gotoAndPlay(5);

    You may want to remove the eventListener
    home_btn.removeEventListener(MouseEvent.CLICK, onClick);
    then re add the eventlistener in another button so that when it is pressed you will reactive the listener that was removed .
    e.g.
    //home button
    home_btn.addEventListener(MouseEvent.CLICK, onClick, false, 0, true)
     function  onClickClick(event:MouseEvent):void{
    // will re-add about_btn event listener
    about_btn.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
    gotoAndPlay(2) //I recommend changing from a number to label for example "start"
    // eliminate the ability to click once pressed
    home_btn.removeEventListener(MouseEvent.Click, onClick, false, 0, true)
    //about button
    about_btn.addEventListener(MouseEvent.CLICK, onClick, false, 0, true)
     function  onClickClick(event:MouseEvent):void 
    // will re-add home_btn event listener
    home_btn.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
    gotoAndPlay(3) //I recommend changing from a number to label for example "next"
    // eliminate the ability to click once pressed
    about_btn.removeEventListener(MouseEvent.Click, onClick, false, 0, true)

  • Captivate 7 - Incorrect Answers not allowing quiz to Continue. Buttons not functioning correctly (Clear, Back, Next). I have Knowledge Check

    I am experiencing a problem with the Quiz feature of Captivate 7. Correct answers are submitting o.k., but Incorrect answers are not. You cannot go forward with them, i.e., the program will not Continue or go to the next question with an Incorrect answer in the Assessment.
    This presentation has 15 Knowledge Check questions (0 points) and 10 Assessment Questions (10 points each).
    Also the buttons don't always work correctly, i.e. Clear, Next, Back.
    What could I try?

    Thank you for your response. No. I didn't do anything like that. I figured that I should probably divide this into 2 parts and aggregate them. That was going to work, but  I checked with one of our other users in TX. He told me that what they always do is to divide up the presentations into 2 parts. They don't aggregate them, but instead, let the LMS take care of going from the learning module (with the Knowledge Check questions) to the Assessment Module. Once you exit from the learning module, you immediately go into the assessment.
    Captivate 7 doesn't really allow for this type of test without aggregation or an LMS. You can have a pre-test, but it expects those questions to come at the beginning of the course, not to be interspersed throughout the course. I also found that using the Question Pools gave me more flexibility in moving Knowledge Check questions around using the Filmstrip.
    The other interesting thing was that the TX expert told me to remove the Accessibility Feature because, apparently, it causes other parts of Captivate not to work. I found that to be strange.

  • Loop add button not functioning correctly

    Hey all,
    I have been trying to get a for loop to produce buttons based
    on a value.
    My current code is:
    var xPosition:Number = 50;
    var yPosition:Number = 15;
    //problem one is that "rows" is a variable from the html page
    the swf is
    on, I have had it working on other flash programs, but unable
    to get it
    working on this, but for the purpose of this, I can replace
    it with a
    numeric value e.g. "3".
    //but this causes the main problem, if it is set to 3, the
    3rd button
    only appears, if set to 2 the 2nd button only appears.
    for(i=0;i<rows;i++){
    _root.attachMovie("button","btn"+i,_root.getNextHighestDepth());
    _root["btn"+i]._x = xPosition;
    _root["btn"+i]._y = yPosition;
    yPosition = yPosition + 25;
    //Does anyone have any idea's for this?
    Thanks in advance.
    Slpixe

    trace(btn0); ect
    i was tracing out the btn in the loop. because its only
    appearing once
    is resulting in only 1 button appearing at a time,
    I attempted having the resulting button componnents all
    returning
    different names, but that resulted in no buttons appearing
    (_root.attachMovie("button"+i,"btn"+i,) i tried
    OMG WOW
    100+i works! all the buttons are appearing now! =D
    Will do some testing
    Thanks loads guys
    VisionaryStudios wrote:
    > I learned not to trust .getNextHighestDepth a while ago
    and never went back to
    > it. Why not just replace that with 100+i. And see if
    that is the problem:
    >
    > _root.attachMovie("button","btn"+i, 100+i);
    >
    > Also, I have no idea what you are tracing out, can you
    post your trace command?
    >

  • Edge S430 - Touchpad, Trackpoint & Mouse Buttons Not Functioning Correctly

    Hi.
    My new Lenovo S430's Trackpad works most of the time but sometimes just suddenly stops working and I have to restart the laptop using keyboard navigation Often this happens when the machine is under load like an antivirus scan or similar. Sometimes the Trackpad is also sluggish to respond, like it ignores the first touch.
    The Trackpoint and mouse buttons (the ones above the Touchpad) work for the first 3-5 minutes after boot up and then suddenly stops working and doesn't start again until it's restarted.
    I've tried uninstalling and reinstalling most of the drivers (for various other issues) on the machine but it hasn't helped.
    Does anyone have a solution to this problem?

    Hi there.
    First of all, I'd like to say that Lenovo Customer Care have been extremely difficult to deal with and quite unhelpful; They are no longer returning communications and have seriously damaged any faith I had in Lenovo as a brand and the extended warranty I bought is useless. I cannot recommend their products to friends or collegues as a result.
    Now that that is out of the way, what I've gleaned from the hours spent trying to get through to customer care and the minutes talking to them is that the problem is in one of three places:
    1. Microscopic crack in motherboard (highly unlikely, but still it's a hypothesis thrown around by my computer tech friends)
    2. The keyboard and touch pad connectors are improperly seated or faulty
    3. The RAM modules are improperly seated or faulty
    As far as I know there is no solution to problem 1 IF it is indeed the cause. I tend to apply the following process to try to cover both possible causes 2 and 3:
    1. Remove keyboard and connectors from laptop
    2. Remove and replace RAM modules
    3. Remove touchpad connector (it looks like a tiny connector like how the two keyboard connectors attach to the motherboard)
    4. Replace all connectors very carefully and ensuring that they are fully installed
    5. Replace keyboard
    That SHOULD do it in theory. It's worth pointing out that I haven't had to do this with my laptop since January, but the trust is broken. I used to have to do it at least once a week since I got it and it was a nightmare, especially in the middle of a busy college term.
    I hope that helps.

  • Spry Menu Issues - Not functioning correctly in Microsoft IE

    Hi there,
    I am fairly new to web design and dreamweaver.
    I have constructed a simple page that I am happy with complete with Spry Menu which again I am happy with.  However this spry menu works perfectly in firefox but for some reason on IE my spry menu does not function correctly and goes all over my page!
    CORRECT VERTICAL MENU - FIREFOX -
    INCORRECT MENU FUNCTION! - IE -
    See my CSS Code below for the spry menu in questions - if this helps -
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: inherit;
        font-size: 100%;
        cursor: default;
        width: 1000px;
        height: 47px;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: medium;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 318px;
        float: left;
        height: auto;
        background-color: #000000;
        border: 2px solid #FFF;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: auto;
        cursor: default;
        width: auto;
        position: absolute;
        left: -1000em;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 318px;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin-top: -5%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #bcbdb9;
        padding: 0.5em 0.75em;
        color: #FFF;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #000;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #000;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inherit;
        f\loat: left;
        background: #FFF;
    ** I am also using Windows 8 and Dreamweaver CS6 If this helps.**
    Any help with this would be fantastic as I need this to be resolved before the end of the week. 
    Any further information required please message me to find out.
    Thanks,
    Jamie

    THE CONFLICT IS BETWEEN YOUR DOCUMENT CSS AND THE SPRY CSS.
    It is because the <li> and <a> TAGS have been styled and therefore OVERRIDDEN THE SPRY CSS.
    Use CLASS TAGS e.g.  <li class="anyclass"> and <a class="anyclass">
    and STOP USING THE <a> TAGS.
    N.b. you may need to unstyle any <a> or other TAGS that conflict with the SPRY CSS.  (However it's best to start over knowing that styling basic tags may affect the SPRY CSS).

  • N96 Telephone Service Not Functioning Correctly

    Good evening folks,
    Now, I've had this problem for as long as I've had an N96. TWO N96's in fact, as my first was replaced by Nokia due to the screen-slide connection malfunctioning. Both have been fully firmware updated and restored on multiple occasions in an attempt to fix the problem.
    The telephone service on the handset has the habit of not functioning correctly, like the service has hanged or just doesn't respond.
    For example, I find a contacts name in contacts, press the green key to show their contact numbers, and green again on the number I wish to call- nothing happens, other than the available numbers disappear and you return to the regular contacts view. This is what would normally happen anyway, only you'd have an outgoing call happening over it and showing the "telephone" screen.
    Or, example two, in a text message I chose Options > Call > Voice Call and press the select or middle button to initiate the call- No call, instead the options dialogue disappears and I return to the standard message view. Again, I should be in an outgoing call, not viewing my text message.
    Example three, to really show the telephone service isn't working;
    I'm in full signal, text messages are functioning correctly and the mobile web is working flawlessly. A friend sat next to me rings me and is immediately directed to my voicemail, not a single indication from the handset that I may have been receiving a call.
    Seconds later I receive a text message from my operator to let me know about a new voicemail my friend just left me.
    So, the telephone service isn't functioning as it should be.
    A quick restart fixes the problem in 4 out of 5 cases, however usually within 24 hours the problem is persisting again.
    Not being able to make outgoing calls isn't a problem, because at least then I know the telephone service has failed on me and I can restart.
    A potentially important incoming call about anything being directed immediately to my voicemail? Problematic, especially if they don't leave a message and instead just keep trying me, as I receive no notification from my operator about missed calls and there is no way other than to try and make an outgoing call as to determine whether the service is still functioning.
    It isn't shown as a regular application whilst not in a call and I don't believe I should even have to check if it's still running as this function is the main function implied in the device category 'smartphone'.
    Rant over, so if there's anyone out there who could shed some light onto this situation, please do.
    Also, kind of off topic- but in the case that this is a universal problem (which I'm assuming it is, having had two completely different handsets with the same symptoms), do I go after Nokia to provide me with a different model of handset, or the supplier (The Carphone Warehouse) since my handset isn't properly providing a function that is advertised?
    Somehow I presume I'm rightfully entitled to a reimbursement or different model. Hopefully.
    Thanks in advance people

    You're so right....   I managed to get over the problems, never upgraded the firmware...  Once I got all the apps I use and needed, never touched it....  Still the phone is a mess, worst ever...   I came from an Iphone, fleeing from lock OS and stuff, and found myself in a Symbian hell.....    Definitely Windows Mobile...  I'm so down on this phone, I spent 650 dollars, one year ago....  The worst investment ever...  Never again a Nokia or a Symbian smartphone, for cheap ones apparently are the best.  I'll wait another year, to feel less pain when buying a new one for 600-1000 dollars.
    Solution: Buy another phone...  Better if it is a Windows Mobile.... As HTC for example.
    Regards,

  • I am backing up to my time capsule for the first time. It has been stuck on 348mb of 20.1 gb for days. Is this normal or is the machine not functioning correctly?

    I am backing up to my time capsule for the first time. It has been stuck on 348mb of 20.1 gb for days. Is this normal or is the machine not functioning correctly?

    That seems to be OK via WLAN!
    It ist better to do the first backup via LAN-cable.

  • I cannot activate my phone because my keyboard is not functioning correctly.  How do I bypass my password to activate my phone

    I cannot activate my phone because my keyboard is not functioning correctly.  How do I bypass my password to activate my phone

    Are you being asked for your Apple ID and password in order to activate the phone?
    ~Lyssa

  • Title & Menu Buttons not working correctly on remote control/ set top player but work in preview.

    Title & Menu Buttons not working correctly on remote control/ set top player but work in encore preview. This only happens for a Blu ray project. When a user presses the menu button it should go to the previous menu they were on but it goes to the main menu. When they press the title button they should go to the main menu but it doesn't do anything. My DVD projects work as expected.I've tried creating a new "test" project with different footage and still get the same undesirable results.
    Overrides grayed out and set to "not set" for timelines and menus.Project settings and build are set to blu ray. Also I've noticed when I preview a Bluray project the preview window shows a red colored disc next to the Title button when viewing the timelines and green when playing the menus but not so for a DVD project it displays red if motion menus and or timelines are not rendered/encoded. I'm not using motion menus and all the media is encoded according to the project specs.
    I've searched this forum but couldn't find the answer. Any help or redirects to a solution would be appreciated. Working with CS5. Thanks.

    I found out on my Samsung Blu ray player the remote has a tools button on it that brings up audio, angle, chapter selection etc.and also title selection which is actually the menus and the timelines unfortunately. It's not as easy or direct as last menu selected but it's a workaround at least. I also plan on using a pop up menu. I'll let you know.

  • Exit button not functioning in MSS Team - Recruiting - Create new Candidate

    Hello Experts,
    Exit button not functioning in MSS Team - Recruiting - Create new Candidate Assessment iview
    Location of exit button :Create new Candidate Assessment iview we have next button when we click on we can see exit button in next iview
    any idea why it not functioning / help on this / or is it a bug from SAP
    Thanks,
    Regards
    Vijay

    Hi Krishore,
    Thanks for reply,
    The version of BP_ERP5ESS is 1.0 SP8 and The version of SAP_ESS is  600 SP8.
    do need to add extra patch for this.
    please help me on this issue. 
    Thanks,
    Regards
    Vijai

  • Hyperlinks Are Not Functioning Correctly

    I have a problem with the some of the hyperlinks in my
    WebHelp Pro project not functioning correctly once the project is
    compiled. What happens is that when I click on a hyperlink the text
    doesn't change from blue to purple. Not all the hyperlinks on a
    page are affected; some may work while others do not.
    When I look at the HTML code, I see two different things
    happening, and both things may not occur in the same code:
    1) In some documents the code reads "a visited=0000ff." The
    value should be 800080.
    2) In other documents "font color=blue" is being added to the
    HTML code for a particular hyperlink. Other hyperlink code in the
    same document may be unaffected.
    I have checked the font color in the editor to make sure it
    was set to "automatic" before I created the hyperlink. I removed
    the hyperlinks altogether, recompiled, then opened the document
    back up and recreated the hyperlinks. The problem still exists.
    Every document in my project is using the default.css style sheet.
    I use the same paragraph style throughout the project, both on the
    links that work correctly and those that do not.
    Has anyone ever experienced this problem? And if so, do you
    know the fix? I could manually edit the HTML code before publishing
    my project, but that is just a bandaid fix.

    The hyperlink color is controlled by the style sheet. I edit
    my style sheets in a text editor. Make sure you clear your browser
    history before testing the color changes.
    FWIW, I like my links to stay blue--I usually have the color
    change to purple in hover just to indicate that what is moused is
    indeed a viable link.

  • Widgets not functioning correctly on tablet layout

    I've noticed that my new ipad is showing my tablet layout of muse website, but some of the widgets are not functioning correctly. I have tried a few widgets for the tablet layout and it has resulted in problems.
    Please take a look at www.littlesouth.com for an example of the current error.

    Hi
    I tried to check the site in tablet and it works fine.
    Can you please elaborate as which specific widgets are not working ? and are they on home page or any particular page within the site.
    Thanks,
    Sanjit

  • ICal not functioning correctly

    First of all, I have been using Entourage which I sync with iCal so that I can sync my calendar with my iPhone. I would like to discontinue using Entourage but for some reason, iCal is not functioning correctly. First, the calendars do not appear in the left hand window and I cannot seem to figure out how to get them to appear.
    Second, when iCal opens off of the dock, there is nothing showing on the calendar at all. When I change the view (i.e., month, to week) then all of my scheduled events appear. When I go back to the original view, everything appears. When I attempt to sync with MobileMe, I get a message at the website that "a script is not responding." I don't know whether the two are related or not.
    Any help?????

    I have the same problems. Also, I can't enter a "multi day' event, the system tells me there is a fault and it cannot synch. I was automatically updated to MobileMe, but the system isn't performing as promised.

Maybe you are looking for

  • JSSE  Client and server communication problem .err:untrusted server cert

    Hai all, I am trying to communicate JSSE client and server. I have created root.cert(CA),root.key,server.cert,server.key , client.cert and client.key. All these certificates are created using openssl. I have placed root.cert in default keystore cacer

  • Iweb domain names question

    Can anyone explain how i can use .mac... iLife etc, to make a personalised Domain name... so a name like http://web.mac.com/andrews_artcakes can become www.andrewscakes.com (more professional) I thought that the iweb2.0 allowed you to do this.. so wa

  • Scheduling start up, shut down and internet connection without override

    System: I have a Mac on 10.5.8 and I have just purchased a new desktop Mac, and I need to be able to apply the solution to this question on both of those computers. I'll also be adding an iphone and ipad in the next couple of weeks. Question: I need

  • Import selection RAW / JPG in Lightroom 3

    Hello, On some assignments I need to quickly upload some photo's in jpg to a client. But for my archive I need the same pictures in RAW. Therefore in those situations I shoot both RAW and JPG on the same CF-card. I am looking for a way to quickly sel

  • X509 certificate format

    Hi, I want to use certificate to identify my thin client hardware .Only thin client terminal who have certificate will be able to use my server software functionality. I want to issue them certificate on the basis of following information. 1.HW seria