Menu accordion need help with 1084 identifier expected before case (line 58 & 98); in the meantime identifier before rightmenu (line 59 & 99)

Guys,

I am doing an accordion menu option and wrote the ActionScript for that and in the end I got a two errors. I enclose the code, it would really help if you could help me solve this problem.

line 58 & 59

case 'whoBar ':

if(this.whoBackground.y<0) {}

line 98 & 99

case 'innoBar ':

if(this.innoBackground.y<72) {}

Code:

package {}

import flash.display.MovieClip;

import flash.events.Event;

import flash.events.MouseEvent;

SerializableAttribute public class MenuAccordionMC extends MovieClip {}

public var activeColor:String = new String();

public var speed: Number = new Number().

public void MenuAccordionMC() {}

activeColor = 'none ';

Speed = 10;

addEventListener (MouseEvent.CLICK, accordionClick);

addEventListener (Event.ENTER_FRAME, accordionMove);

}

public void accordionClick(event:MouseEvent):void {}

{if(Event.Target.currentFrame==1)}

event.target.gotoAndStop (2);

activeColor = event.target.name;

} else {}

event.target.gotoAndStop (1);

activeColor = 'none ';

}

}

public void accordionMove(event:Event):void {}

Switch (activeColor) {}

'none ': case study

If (this.whoBackground.y > =-288) {}

this.whoBackground.y = speed;

}

If (this.innoBackground.y > =-216) {}

this.innoBackground.y = speed;

}

If (this.susBackground.y > = 144) {}

this.susBackground.y = speed;

}

If (this.transBackground.y > =-72) {}

this.transBackground.y = speed;

}

If (this.contriBackground.y > = 0) {}

This.contribackground.y = speed;

}

}

if(this.innoBar.x>72) {}

this.innoBar.x = speed;

}

if(this.susBar.x>144) {}

this.susBar.x = speed;

}

if(this.transBar.x>216) {}

this.transBar.x = speed;

}

if(this.contriBar.x>288) {}

this.contriBar.x = speed;

}

break;

case 'whoBar ':

if(this.whoBackground.y<0) {}

this.whoBackground.y += speed;

move all the bars to the right of the screen and sets the previous bar position x

if(this.innoBar.y<432) {}

this.innoBar.y += speed;

}

if(this.innoBackground.y<72) {}

this.innoBackground.y += speed;

}

if(this.susBar.y<504) {}

this.susBar.y += speed;

}

if(this.susBackground.y<144) {}

this.susBackground.y += speed;

}

if(this.transBar.y<576) {}

this.transBar.y += speed;

}

if(this.transBackground.y<216) {}

this.transBackground.y += speed;

}

if(this.contriBar.y<648) {}

this.contriBar.y += speed;

}

if(this.contriBackground.y<288) {}

this.contriBackground.y += speed;

}

If another color is already selected

{if(this.innoBar.currentFrame==2)}

this.innoBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.transBar.currentFrame==2)

this.transBar.gotoAndStop (1);

} else {if(this.contriBar.currentFrame==2)

this.contriBar.gotoAndStop (1);

}

}

break;

case 'innoBar ':

if(this.innoBackground.y<72) {}

this.innoBackground.y += speed;

if(this.susBar.y<504) {}

this.susBar.y += speed;

}

if(this.susBackground.y<144) {}

this.susBackground.y += speed;

}

if(this.transBar.y<576) {}

this.transBar.y += speed;

}

if(this.transBackground.y<216) {}

this.transBackground.y += speed;

}

if(this.contriBar.y<648) {}

this.transBar.y += speed;

}

if(this.transBackground.y<288) {}

this.transBackground.y += speed;

}

If another color is already selected

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.transBar.currentFrame==2)

this.transBar.gotoAndStop (1);

} else {if(this.contriBar.currentFrame==2)

this.transBar.gotoAndStop (1);

}

}

if(this.innoBar.y>72) {}

this.innoBar.y = speed;

If (this.whoBackground.y >-288) {}

this.whoBackground.y = speed;

}

if(this.susBar.y<504) {}

this.susBar.y += speed;

}

if(this.susBackground.y<144) {}

this.susBackground.y += speed;

}

if(this.transBar.y<576) {}

this.transBar.y += speed;

}

if(this.transBackground.y<216) {}

this.transBackground.y += speed;

}

if(this.contriBar.y<648) {}

this.contriBar.y += speed;

}

if(this.contriBackground.y<288) {}

this.contriBackground.y += speed;

}

If another color is already selected

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.transBar.currentFrame==2)

this.transBar.gotoAndStop (1);

} else {if(this.contriBar.currentFrame==2)

this.contriBar.gotoAndStop (1);

}

}

break;

case 'susBar ':

if(this.susBackground.y<144) {}

this.susBackground.y += speed;

if(this.transBar.y<576) {}

this.transBar.y += speed;

}

if(this.transBackground.y<216) {}

this.transBackground.y += speed;

}

if(this.contriBar.y<648) {}

this.contriBar.y += speed;

}

if(this.contriBackground.y<288) {}

this.contriBackground.y += speed;

}

If another color is already selected

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.innoBar.currentFrame==2)

this.innoBar.gotoAndStop (1);

} else {if(this.transBar.currentFrame==2)

this.transBar.gotoAndStop (1);

} else {if(this.contriBar.currentFrame==2)

this.contriBar.gotoAndStop (1);

}

}

if(this.susBar.y>144) {}

this.susBar.y = speed;

If (this.whoBackground.y >-288) {}

this.whoBackground.y = speed;

}

if(this.innoBar.y>72) {}

this.innoBar.y = speed;

}

If (this.innoBackground.y > =-216) {}

this.innoBackground.y = speed;

}

if(this.transBar.y<576) {}

this.transBar.y += speed;

}

if(this.transBackground.y<144) {}

this.transBackground.y += speed;

}

if(this.contriBar.y<648) {}

this.contriBar.y += speed;

}

if(this.transBackground.y<216) {}

this.transBackground.y += speed;

}

If another color is already selected

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.innoBar.currentFrame==2)

this.innoBar.gotoAndStop (1);

} else {if(this.transBar.currentFrame==2)

this.transBar.gotoAndStop (1);

} else {if(this.contriBar.currentFrame==2)

this.contriBar.gotoAndStop (1);

}

}

break;

case "transBar:

if(this.transBackground.y<216) {}

this.transBackground.y += speed;

if(this.contriBar.y<648) {}

this.contriBar.y += speed;

}

if(this.contriBackground.y<288) {}

this.contriBackground.y += speed;

}

If another color is already selected

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.innoBar.currentFrame==2)

this.innoBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.contriBar.currentFrame==2)

this.contriBar.gotoAndStop (1);

}

}

if(this.transBar.y>216) {}

this.transBar.y = speed;

If (this.whoBackground.y >-288) {}

this.whoBackground.y = speed;

}

if(this.innoBar.y>72) {}

this.innoBar.y = speed;

}

If (this.innoBackground.y > =-216) {}

this.innoBackground.y = speed;

}

if(this.susBar.y>144) {}

this.susBar.y = speed;

}

If (this.susBackground.y > = 144) {}

this.susBackground.y = speed;

}

if(this.contriBar.y<648) {}

this.contriBar.y += speed;

}

if(this.contriBackground.y<288) {}

this.contriBackground.y += speed;

}

If another color is already selected

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.innoBar.currentFrame==2)

this.innoBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.contriBar.currentFrame==2)

this.contriBar.gotoAndStop (1);

}

}

break;

case 'contriBar ':

if(this.contriBackground.y<288) {}

this.contriBackground.y += speed;

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.innoBar.currentFrame==2)

this.innoBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.transBar.currentFrame==2)

this.transBar.gotoAndStop (1);

}

}

if(this.contriBar.y>288) {}

this.contriBar.y = speed;

If (this.whoBackground.y >-288) {}

this.whoBackground.y = speed;

}

if(this.innoBar.y>72) {}

this.innoBar.y = speed;

}

If (this.innoBackground.y > =-216) {}

this.innoBackground.y = speed;

}

if(this.susBar.y>144) {}

this.susBar.y = speed;

}

If (this.susBackground.y > = 144) {}

this.susBackground.y = speed;

}

if(this.transBar.y>216) {}

this.transBar.y = speed;

}

If (this.transBackground.y > =-72) {}

this.transBackground.y = speed;

}

{if(this.whoBar.currentFrame==2)}

this.whoBar.gotoAndStop (1);

} else {if(this.innoBar.currentFrame==2)

this.innoBar.gotoAndStop (1);

} else {if(this.susBar.currentFrame==2)

this.susBar.gotoAndStop (1);

} else {if(this.transBar.currentFrame==2)

this.transBar.gotoAndStop (1);

}

}

break;

}

}

}

}

Please, I worked on it for a long time.

public void accordionMove(event:Event):void {}

Switch (activeColor) {}

'none ': case study

{if(this.whoBackground.y>=-288)}

this.whoBackground.y = speed;

}

{if(this.innoBackground.y>=-216)}

this.innoBackground.y = speed;

}

{if(this.susBackground.y>=-144)}

this.susBackground.y = speed;

}

{if(this.transBackground.y>=-72)}

this.transBackground.y = speed;

}

{if(this.contriBackground.y>=0)}

This.contribackground.y = speed;

}

}  //<- this="" is="" the="" end="" of="" your="" switch="" statement="" and="" is="" the="" first="" problematic="" line. ="" remove="">

Tags: Adobe Animate

Similar Questions

  • Menu accordion, need help...

    Heya,
    So, I'm working on a drawing that I want to use the menu accordion style. I'd be willing to use the Flash component but I have honestly never successfully used a component before because I can't understand how they demand any less effort than just build them yourself.

    Example: http://owasbhat.com/_blog/2004/08/skinning-v2-components.html

    I tried to use the features of deployment simple turnaround but I have unusual problems, can anyone help?

    Figured it out. I did not understand what who or how the actionscript code measured the height of the collapse, it turns out that he it is the graph of the height that I give an instance name of "title". Which was a png which was about 20px to artboard that cause this initial gap. Thank you guys!

  • Please need help with my application manifest signed Comodo to get rid of the Oracle security warning

    Dear members. I need your help please

    I have a game I'm hosting at www.hiredforoneday.com

    I signed the code with Comodo M/s. I wrote the manifest file (and changed so many times) but I still get the Oracle security warning:

    "This application will run with unrestricted access, which can put your computer and personal information at risk.

    Run this application if you trust the place and the editor above.

    I'm must admit am bat / do not understand what I do.

    Please I need your help on how to write the code manifest, how correctly put it in the jar and how to reference the html code

    The game can be played online from www.hiredforone Day

    I need the system clock of the client and also I used getResources() to read images in the jar file

    on the site, I have a (Play) button. During a call to the play button, the index page connects to the file play.html which is located in the folder pots.
    The file play.html calls the HiredForOneDay.jar file that is located in the folder of the pots. Files such as launch.jnlp, launch.html are all in the jarsfolder.

    My game using Cardlayout (CardLayOutClass) in the Applets init() the

    cardLayoutClass.showCongratulationsPanel (); which shows the Congraculations class

    then setJMenuBar (helpTopicSelector.getBar ()); HelpTopicSelector is also another class

    Here is the code

    [code]

    package hiredforoneday;

    /**
    * @(#) HiredForADayApplet.java
    *

    * @author Ruth Bugembe
    * @author John Bannick
    * @version December 23, 2012
    */
    @SuppressWarnings ("serial")
    SerializableAttribute public class HiredForADayApplet extends javax.swing.JApplet {}

    public static CardLayoutClass cardLayoutClass;
    HelpTopicSelector helpTopicSelector;
    @Override
    @SuppressWarnings("static-access")
    public void init() {}

    cardLayoutClass = new CardLayoutClass();
    helpTopicSelector = new HelpTopicSelector (this);

    Add (cardLayoutClass.getMainPanel (), BorderLayout.CENTER);
    cardLayoutClass.showCongratulationsPanel ();

    setJMenuBar (helpTopicSelector.getBar ());

    }

    } [/ code]

    I didn't send in the manifest code because I did so many versions and now am confused

    Thanks again for your time

    Ruth

    I don't think it's possible to prevent the warning message from appearing at least once. There could be an option 'do not show this again' on the dialog box warning that users can check to prevent it from appearing again. Codezone-the only thing I can think is to eliminate the dependency on the system clock client side so that the attribute in the manifest file permissions can be set to 'sandbox' rather than 'all rights '. You don't know if he read images from the same signed jar file still qualified under 'sandbox' - try it and see.

    It is worth noting that other publishers Java RIA as the Knowledge Base for the Skillsoft Support are also facing the same issue, and they document simply as a relatively mild warning message.

  • I need help with change of subscription countries - in Australia now, moving to the UK in 6 months.

    Hi adobe communities.

    I was wondering if someone could kindly help? Please, I beg you.

    Currently, I am based in Melbourne since April. I came to the United Kingdom.

    I intend to sign up to the below plan in the coming days when my trial ends. Come February 2016 (for 6 months), I'll be back to the United Kingdom in recent years.

    It's regarding Adobe Creative cloud (for Photoshop and Lightroom) an amount of $9.99 per month plan.

    Q1. If me sign up for a subscription to Adobe and start using Lightroom in Australia now... in 6 months when I move to the United Kingdom, what steps should I do so that things will run smoothly for me in terms of Photoshop and Lightoom? Can someone please clarify, step by step, please?

    Q2.  I'll LOSE all the presets and also all action I did my edited and imported images that I've done so far in my Adobe Lightroom (in Australia)?

    OR I'll be able to transfer all my Australian presets and imported images published to my NEW Adobe in the United Kingdom?

    Q3. I noticed there are only 2 subscriptions: Annual Plan - pay monthly & annual Plan - prepaid.

    My question: is there a plan monthly - paid monthly?

    So am I right in saying that: if I choose the Annual - Plan paid a monthly subscription now... .and in February 2016 (duration of 6 months)... when I cancel that subscription, I will be always deducted 6 months x $9.99 = $60 for my rest of commitment 6 months... I just wanted to clarify so I know where I am.

    Q4. How can I Cancel when it comes to January 2016? What are the steps...

    Q5. My Lightroom trial period is about to end in a few days time... If I just decide to sign up and start my monthly subscription (for example in 3 weeks) I'll LOSE all my presets of action and program of the edited images, I currently have in my Lightroom trial?

    Q6. Am I just creative cloud Adobe (for Photoshop and Lightroom) $ 9.99 per month plan has only 2 GB of cloud.

    Which means at some point soon, I have to remove my images currently published from Lightroom in order to continue to import and working on new images...

    Thanks very much for kindness for all your answers... deeply and sincerely appreciate it.

    Thanks again,

    Kevin

    Hey Kevin,

    1. You can check the Change the country associated with your Adobe ID link.
    2. The actions presets are stored in the memory of your computer and associated subscription or adobe ID. So unless you change the computer, everything associated with applications will remain the same.

    3. Yes, we have only an annual Plan - pay monthly & annual Plan - paid in case of cloud Creative photography program

    After Six months, when you will spend in the UK then:

    PREPAID ANNUAL plan - you can continue the subscription without cancelling if you buy

    Paid MONTHLY - ANNUAL plan, you can continue to use the subscription if you want to use the billing information, address and e-mail id of Australia you do not need to cancel

    Or, you must cancel and redeem the subscription with new details

    When you cancel after 6 months, there will be some early termination fee which will be 50% of the remaining months. You can check the link plans creative cloud pricing and membership | Adobe Creative Cloud

    For more information

    4. to cancel the subscription, you can check the link below.

    Cancel your membership creative cloud

    5. No, all edited images and presets will remain the same because they are saved in the memory of your office.

    6. Yes, you reason that Adobe Creative cloud (for Photoshop Lightroom &) $ 9.99 per month plan has only 2 GB of space cloud. Given that all the images are stored on your computer's memory, the cloud storage space is not used.

    Kind regards

    Hervé Khare

  • I need help with an error message that I started to get during the build.

    BB Storm on JDE 4.7.0

    I created a small class to allow me to easily create and play sounds. I have just run the following code to play a sound at any time (and I can play again too).

    IpAudioClip crash("libs.testother","/testother/crash.aac","audio/aac");
    ...
    if (crash.isSupported("audio/aac"))
    {
        crash.play();
    }
    ...
    

    Now, when I build, I get an error that I've never seen elsewhere as follows:

    libs. IpAudioClip: error! : lack of card from the pile to the label: 35
    Error while building project

    When I get this error on the web, I see preverify associated messages.

    First of all, can someone explain what the preverify step is all about? Also, why it is not managed by default in the JDE?

    What is causing this error? What should I do for the JDE to fix?

    According to me, that there is a box of pre-build in the properties of each file. Do I need to add a step preverify in there or something? How do we know when to do (if that's the solution)?

    Any info would be greatly appreciated.

    Thank you

    -Donald

    I solved it myself. JDE projects can sometimes get damaged. I had a project that was link a library even if he hasn't said to link this library. That's what was causing the error message. The solution was to delete the project and create a new one of the same name, overwriting the old and adding the same files as before and be careful not to add libraries was planned initially that he didn't need. Now all this very well built.

    This error message means there is a problem with a jar somewhere.

    THX

    D

  • Need help with "get-annotation" in a loop by comparing vievents to the vcenter data

    I have a loop in a script that I am running. I used the code that I found on a website earlier. I would add 2 values of annotation, "Department" and "request" to this specific report in each loop run. "." I tried different keys and nothing seems to work for me.

    $created = @()
    
    Get-VIEvent -Start (Get-Date).AddDays(-7) -MaxSamples $samples | `
    Where-Object {$_.Gettype().Name-eq "VmCreatedEvent" -or $_.Gettype().Name-eq "VmBeingClonedEvent" -or $_.Gettype().Name-eq "VmBeingDeployedEvent"} | % {
         $row = "" | Select Date, Msg, User, Cluster, Host
         $row.Date = $_.createdTime
         $row.Msg = $_.fullFormattedMessage
         $row.User = $_.userName
         
         $t = New-Object VMware.Vim.ManagedObjectReference
         $t.type = $_.computeResource.computeResource.type
         $t.Value = $_.computeResource.computeResource.Value
         $row.Cluster = (Get-View $t).Name
       
    
         $t.type = $_.host.host.type
         $t.Value = $_.host.host.Value
         $row.Host = (Get-View $t).Name
        
        if ($row.Cluster -eq $cluster){$created += $row}
    }
    $createdprocessed = ( $created | format-list | out-string)
    

    PS: I don't get my failed attempts because I'm embarrassed. : b

    PPS: I know that my use of loop 2 variable, I keep "created" for other uses later in the script

    I assumed that you ment the custom attributes defined on the guests.

    Then you can do it like this

    $created = @()
    
    Get-VIEvent -Start (Get-Date).AddDays(-7) -MaxSamples $samples | `
    Where-Object {$_.Gettype().Name-eq "VmCreatedEvent" -or $_.Gettype().Name-eq "VmBeingClonedEvent" -or $_.Gettype().Name-eq "VmBeingDeployedEvent"} | % {
         $row = "" | Select Date, Msg, User, Cluster, Host, Department, Application
         $row.Date = $_.createdTime
         $row.Msg = $_.fullFormattedMessage
         $row.User = $_.userName
         $row.Cluster = (Get-View $_.ComputeResource.ComputeResource).Name
         $row.Host = (Get-View $_.Host.Host).Name
         $vm = Get-View $_.VM.VM
         $row.Department = $vm.CustomFields.Item("Department")
         $row.Application = $vm.CustomFields.Item("Application")
    
         if ($row.Cluster -eq $cluster){$created += $row}
    }
    $createdprocessed = ( $created | format-list | out-string)
    

    Note that the recovery of the cluster and the host name can be simplified.

    No need to build the MoRef yourself from scratch.

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Need help with query to get days of work there are using the calendar BOM

    RDBMS: 10.2.0.4.0
    Oracle Applications: 11.5.10.2

    I try to use the BOM existing in the EBS to calculate working days calendar, there is a report that I am train. The BOM calendar presents the working days and non-working with the weekend days and holidays listed as non-working days. The following query gives correct results, but I'm looking for two different ways to do the same without "the union. I have nothing against the "unions", but I feel that I'm missing a more elegant to get there way. The query will in Discoverer Plus 10.1.2.3, so using a statement 'By' is not supported.
    sample data
    
    calendar_code                calendar_date                 seq_num                     
    SAC-WRKDAY                   12/3/2010                     1817
    SAC-WRKDAY                   12/4/2010                                                              
    SAC-WRKDAY                   12/5/2010                                                              
    SAC-WRKDAY                   12/6/2010                     1818                                 
    SAC-WRKDAY                   12/7/2010                     1819                                 
    SAC-WRKDAY                   12/8/2010                     1820     
    SAC-WRKDAY                   12/9/2010                     1821
    SAC-WRKDAY                   12/10/2010                    1822
    SAC-WRKDAY                   12/11/2010                   
    SAC-WRKDAY                   12/12/2010
    SAC-WRKDAY                   12/13/2010                    1823             
    select calendar_code
         , calendar_date
         , seq_num
         , sum(decode(bcd.seq_num,null,0,1))over(partition by bcd.calendar_code order by bcd.calendar_date desc) workdays_ago
    from   bom.bom_calendar_dates bcd
    where  calendar_code = 'SAC-WRKDAY'     
    and    trunc(bcd.calendar_date) < trunc(sysdate)
    
    union
    
    select calendar_code
         , calendar_date
         , seq_num
         , -sum(decode(bcd.seq_num,null,0,1))over(partition by bcd.calendar_code order by bcd.calendar_date ) workdays_ago
    from   bom.bom_calendar_dates bcd
    where  calendar_code = 'SAC-WRKDAY'
    and    trunc(bcd.calendar_date) > trunc(sysdate)
    sample output
    
    calendar_code                calendar_date                 seq_num                      workdays_ago
    SAC-WRKDAY                   12/3/2010                     1817                                  3
    SAC-WRKDAY                   12/4/2010                                                           2
    SAC-WRKDAY                   12/5/2010                                                           2
    SAC-WRKDAY                   12/6/2010                     1818                                  2
    SAC-WRKDAY                   12/7/2010                     1819                                  1
    SAC-WRKDAY                   12/9/2010                     1821                                 -1
    SAC-WRKDAY                   12/10/2010                    1822                                 -2
    SAC-WRKDAY                   12/11/2010                                                         -2
    SAC-WRKDAY                   12/12/2010                                                         -2
    SAC-WRKDAY                   12/13/2010                    1823                                 -3

    Hello

    Of course, you should be able to combine these queries, something like this:

    select calendar_code
         , calendar_date
         , seq_num
         , sum ( CASE
               WHEN  bcd.seq_num IS NULL
               THEN  0
               WHEN  bcd.calendar_date < TRUNC (SYSDATE)
               THEN  1
               ELSE  -1
              END
            ) over ( partition by  bcd.calendar_code
                  ,            SIGN (SYSDATE - bcd.calendar_date)
                  order by        ABS  (SYSDATE - bcd.calendar_date)
                ) workdays_ago
    from   bom.bom_calendar_dates bcd
    where  calendar_code = 'SAC-WRKDAY'
    and    trunc(bcd.calendar_date) < trunc(sysdate)
    

    If you do not want to display some CREATE TABLE and INSERT statements for the sample data, and then I could test it.

    t_norwillo wrote:
    ... I have nothing against the "unions", but I feel that I'm missing a more elegant to get there way.

    Good thinking!
    When the two branches of the UNION query the same table, there is usually a more effective way: something that only requires a pass through the table.

  • Need help with mobile layout

    Hello. Need help with my layout sensitive, using straight lines only html5 and css3 that I can understand and explain a novice level please - without any restart. Desktop and mobile are in a single html doc. The desktop version is 'ok '.

    current version (6_2)

    Try to match these mobile Office layouts

    On the mobile version:

    -Impossible to get the buttons nav blocks, vertical text button Align, and align the image of the product (square pictures) to the Center. (margin: auto; does not work)

    I used heights in the header because I'll have code for desktop, mobile and tablet in the CSS so it changes (and do not know how to support better). Also need to Add a link to the logo image background in header.

    Thanks in advance!

    TheOriginal150mph wrote:

    Hello. Need help with my layout sensitive, using straight lines only html5 and css3 that I can understand and explain a novice level please - without any restart. Desktop and mobile are in a single html doc. The desktop version is 'ok '.

    current version (6_2)

    Try to match thesemobile Officelayouts     

    On the mobile version:

    -Impossible to get the buttons nav blocks, vertical text button Align, and align the image of the product (square pictures) to the Center. (margin: auto; does not work)

    Commenting on just a habit of property changing the css if you have defined it for the desktop version. Your nav elements are not vertically Center because you have a bottom padding set on them for the office, there are only changes for mobile in your css media query.

    .main-nav a {}

    display: block;

    text-decoration: none;

    / * padding-bottom: 15px;   */

    Padding: 12px 0;

    }

    Change the properties for the .product-images for mobile boxes: you have float attached to them for the desktop version and which cascade down to the mobile version, unless you change in the media query:

    .product-image {}

    float: none;

    Width: 50%;

    margin: 0 auto 20px auto;

    }

    As I mentioned in one of my posts related to your project, you will probably have to make your product images a bit larger. They fill the area once they form a column to width of 768px screen or you could resist transform them to one column until a little more by using a media query extra set at a narrow screen width to evoke this action

  • Need help with text in After Effects

    Hello!

    I'm new with After Effects and need help with something that should be simple.

    I use the effect of the stroke and Freehand drawing, and I'm trying to get the text to go from left to right, but for some reason any, that it seems to be random.

    Any ideas?

    Click and drag as you would layers.

    If you're new to AE, it would be a good idea to take a step back, take some time and go through these resources. Have solid foundation in how AE work will make things go a lot faster and with much less frustration.

  • Need help with my Mail window. I can't export my message to the PST format. I keep getting the message error "an error occurred during initialization of MAPI".

    Hello

    Need help with my Mail window. I can't export my message to the PST format. I keep getting the message error "an error occurred during initialization of MAPI". Y at - it solution or another method?

    Hi ErikLee,

    Do you have MS Outlook installed on your computer?

    Windows mail import and export opportunities are limited to an Outlook .pst file or an Exchange Server mailbox. They are available only if MS Outlook is installed.
    If MS Outlook is not installed and you start an import or export action, the necessary support files are not present for Windows mail complete the operation. Then I suggest you to install Outlook temporarily and see if the problem is resolved.

    Follow the instructions below and check if the problem is resolved.

    1. reboot your computer, and then start Windows Mail.
    2. on the Tools menu, click Options.
    3. in the connection tab, click on edit to open the Internet Properties dialog box.
    4. in the tab programs, click on an application other than Windows mail e-mail in the e-mail list. Click on apply and then click OK.
    5. click OK again to close the Options dialog box.
    6. exit Windows mail and restart Windows mail.

    If this does not work, I suggest you upgrade to Windows Live Mail to import or export messages that may help you resolve the issue.

    To download Windows Live Mail, visit the following Microsoft Web site:
    http://get.live.com/wlmail/overview

    For more information about Windows Live Mail, see the Microsoft Web site at the following address:
    http://windowshelp.Microsoft.com/Windows/en-us/help/4b30d3d6-abe2-46d1-a5fd-4a1ba786a1381033.mspx

    Check whether the problem is resolved.

    Please post back and let us know if it helped to solve your problem.

    Kind regards
    KarthiK TP

  • Need help with windows defender. all my files folders pictures everythiing disappeared and I find myself with this black screen and it is not all good: o)

    Need help with windows defender. all my files folders pictures everythiing disappeared and I find myself with this black screen and it is not all good: o)

    I don't know why vista windows no longer charge, or when the files and folders disappeared

    How Windows Defender is on this problem?

    Follow these steps to try to solve your problems of boot.

     

     

    Restore point:

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     

    If restore work not and you do not have a Vista DVD from Microsoft, do a repair disc to do a Startup Repair:

    Download the ISO on the link provided and make a record of repair time it starts.

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu.

    When you have changed that, insert the Bootable disk you did in the drive and reboot.

    http://www.bleepingcomputer.com/tutorials/tutorial148.html

    Link above shows what the process looks like and a manual, it load the repair options.

    NeoSmart containing the content of the Windows Vista DVD 'Recovery Centre', as we refer to him. It cannot be used to install or reinstall Windows Vista, and is just a Windows PE interface to recovering your PC. Technically, we could re-create this installation with downloadable media media freely from Microsoft (namely the Microsoft WAIK, several gigabyte download); but it is pretty darn decent of Microsoft to present Windows users who might not be able to create such a thing on their own.

    Read all the info on the website on how to create and use:

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    ISO Burner:http://www.snapfiles.com/get/active-isoburner.html

    It's a very good Vista startup repair disk.

    You can do a system restart tool, system, etc it restore.

    It is NOT a disc of resettlement.

    And the 32-bit is what normally comes on a computer, unless 64-bit.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Data recovery:

    1. slave of your hard drive in another computer and read/save your data out there.

    2. put your Hard drive in a USB hard drive case, plug it into another computer and read/save from there.

    3 Alternatively, use Knoppix Live CD to recover data:

    http://www.Knopper.NET/Knoppix/index-en.html

    Download/save the file Knoppix Live CD ISO above.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://isorecorder.alexfeinman.com/isorecorder.htm

    Download the Vista software from the link above.

    After installing above ISO burning software, right click on the Knoppix ISO file > copy the Image to a CD.

    Knoppix is not installed on your PC; use only the resources of your PC, RAM, graphics etc.

    Change the boot order in YOUR computer/laptop to the CD/DVD Drive 1st in the boot order.

    Plug a Flash Drive/Memory Stick, BOOT with the Live CD, and you should be able to read the hard drive.

    When the desktop loads, you will see at least two drive hard icons on the desktop (one for your hard drive) and one for the USB key.

    Click on the icons of hard drive to open and to understand which drive is which.

    Click the icon for the USB drive and click on "Actions > Change the read/write mode" so you can write to disk (it is read-only by default for security reasons).

    Now to find the files you want to back up, just drag and drop them on the USB. When you're done, shut down the system and remove the USB key.

    See you soon.

    Mick Murphy - Microsoft partner

  • Need help with the error of connection Internet "Reset local connection adapter".

    Original title: Need help with Internet connection.

    Hi, sometimes when I go to my office (HP 2009 m) I get a message that I am not connected to the internet (although I have no problem with the connection on my IPad).  When I click on solve internet connection Windows Network Diagnostics freezes when it gets to solve problems "the local connection adapter reset."   I have to turn off my computer by unplugging and then it works normally when she returns to the top. (Sorry if my explanation is difficult to decipher, I'm not very tech savvy) This could be the cause and how to fix it?  Thanks in advance.

    Well, I expected more of a response, but I'll wing it from here: your cable goes into a modem.  This modem can be a wireless modem/router, or simply a modem cable to your computer.

    Connection problem you might start by connecting the cable into the modem.  Ensure that it is well defined.  If everything looks good, then it is possible that there is a decline in cable service before he gets to the modem.  For example, the interface side of the House can be affected by a bad connection, for example water intrusion, or poor soil.  So you may want to check into that.  Then, there is always the possibility that your cable provider has lost his momentaily of transmission, and that the modem needs to be reset.  If this happens often, you must contact the cable provider.

    Modem, your computer can be connected by cable, so you will need to check how firmly the connection is.  Then, there is always the possibility that the modem is wrong.

    But if your connection is through a wireless modem/router, your connection may have lost because of a bad signal.  Once more..., the modem/router could go wrong.

    Edit has added:

    Looking back on what you said about the Ipad, I feel that you have a wireless modem/router.  It is possible that your connection to the desktop must be after you have used the Ipad.  For example, you may need to right-click on the monitor icon in the Systray to your desktop and open your network sharing Center.  Even if you can say that you are connected to the Internet, you may not.  Then... just ... simplement cliquer click on 'connect or disconnect', then find your network connection appropriate, right click on that and select disconnect, then immediately right-click the same but select Connect.


    Will be a new connection to the Internet.

  • Hello, I need help with my photoshop, rececently the majority of my family disappeared merger options and I cant access AVC and other options ive tried reset preferences and it seems to come back but when I add an image and try add text again

    Hello, I need help with my photoshop, the majority of my family rececently disappeared options fusion and I can't access strokes and other options ive tried to reset the settings of preference and he seems to come back but when I add an image and you try to add text again, they'll only options I have are drop shadow , gradient, Chromakey, shine of satin overlay, inner (I use photoshop cc 2015) Please help, my Skype contact options are: RoblivionM8 and email:[email protected]

    Thanks for your time

    Your first screenshot shows the layer style dialog where not all types of effects are indicated on the left. Bottom left of the dialog box, you see a small icon fx with a menu arrow drop-down. Use drop down the menu and make sure all you click on show all effects or restore the default list. I don't know what you're trying the shoe on the second screen capture.

  • Making the ear of corn and need help with the ball.

    I do some corn on the COB for an illustration and I need help with the texture of the ball. I've been slowly making progress with gradient for kernels mesh, but I can't seem to recreate the look of the ball at all. I tried to recreate it in a rectangle by using the option in the menu object (1 row, 50 columns) gradient mesh and I'm trying with the fusion in object mode, but not lucky yet. Can someone help to put me on the right track to make the texture:

    http://images.clipartof.com/sweet-corn-on-the-cob-with-husk-royalty-free-vegetable-stock-photo-by-kennygadams-4501068853.jpg

    http://image.shutterstock.com/display_pic_with_logo/660550/660550,1298544740,8/stock-photo-ripe-corn-vector-illustration-on-white-background-71847955.jpg

    http://static5.depositphotos.com/1012047/533/v/950/depositphotos_5336961-Corn-oil.-Stylized-drop-of-oil-and-corn-cob..jpg

    I've been slowly making progress with gradient for kernels mesh, but I can't seem to recreate the look of the ball at all.

    Tank,

    You have published three images stylistically very different. The first is photographic and call probably (but not necessarily) for graduates of mesh. The other two are graphical treatments (and frankly, they're both rather flat; lack of depth).

    Illustration style extends the range of cartoonish in sketchy photo-realism and all the rest. The problem is you didn't show your own attempt so that anyone can have an idea of what you're trying to achieve the stylistic point of view.

    I just need to put in place so that the final step does not appear the whole box. The problem now is trying to make the style of the good brush to reproduce the effect...

    You seem to think you have to build a kind of linear construction and then find a way to reshape the shape of each part of the leaf. Yes, you pouvez approach it this way, but Illustrator users has often tend to be what aunt Molly would call "too clever by half."

    Not everything must be something semi intelligent auto or complex and tedious consruct involving brushes, envelopes, masks, etc, etc. Much can be accomplished by thinking that he just thanks to measure you draw directly economic paths and constructions, which take no more time (often less) and result in very tidy, simple files. Again, a lot depends on what you are trying to achieve the stylistic point of view. But here's an example that only took a few minutes to draw:

    If the above consists of:

    Three roads closed, 8 points each, with ordinary linear degrees

    Three mixtures of open path with three anchor points for each key path

    Six paths closed for shadows / highlights, with 19 points in total

    Mixtures being directly from the paths drawn comic forms, the spacing of the veins 'automatically' and intuitively follows the width from point of view of the worksheet.

    Rather than to build a boilerplate brush, colouring and the weight of each of the three main paths of the vein mixtures can be set individually at any time, simply directly by selecting the key path.

    JET

  • I'm suddenly needing help with my browser Firefox (6.0.2)

    Hello
    I'm suddenly needing help with my browser Firefox (6.0.2)

    (OS: I use Windows XP).

    When I open the browser, I don't see is a totally white screen of white, with all the toolbars at the top.

    I know that my physical connections are very good: I have tested the modem, turned the pc market etc and I can also receive/send emails.

    This problem started today, September 8, 2011 and has never happened before.

    Is it a coincidence that Firefox itself to day before I disconnected yesterday evening? Could this be something to do with this particular new update?

    I also noticed that just before I "opened" Firefox, I now get a small box indicating:

    [JAVASCRIPT APPLICATION]
    Handl exc in Ev: TypeError: this oRoot.enable is not a function

    This never appeared before - I hope that it offers a clue has what is wrong.

    The browser not be stuck in Mode safe, said by the way.

    Of course, I can't find solutions to the problem on the internet, I don't physically see all Web sites!
    (A friend sends this request in my name from their pc)

    Any light you can throw on this problem of confusion would be much appreciated. I'd rather not have to uninstall and reinstall Firefox if possible.

    If the only option is to uninstall Firefox and reinstall from your site, I'm also in trouble (I can not see the internet or download).
    In this case, would you be able to send the .exe file as an attachment to my e-mail address? In the affirmative, please let me know and I'll give you more details.

    Thanks in advance.

    One possible cause is security software (firewall) that blocks or limits Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox in the list of permissions in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

Maybe you are looking for