Getting squish to work on IE inside accordion which is inside a table

Greetings all. I'm having trouble getting Squish to work
inside an accordion, on IE only. Everything works fine in Firefox.
Now, technically, this isn't a Spry problem; it's a problem with
the lame HTML I'm currently stuck with. See, everything works fine
when isolated in its own page. But when I drop the stuff into our
existing HTML, on IE the squish stops working. What happens is that
the div the squish is to open simply doesn't open up. it stays
hidden.
I've narrowed it down to this: it stops working when I put
the accordion divs inside a table cell. Yes, I'm stuck with using
tables for layout at this point and I can't change that. So the
question is, Is there a way I can get the squish to work in IE with
the accordion divs inside a table cell?
Here's the code:
<TABLE CLASS="bodyTable" cellpadding="0" cellspacing="0"
width="820">
<TR>
<TD CLASS="middleCol" align="left" width="100%"
id="middleCol">
<div class="library_Accordion" id="library">
<div
id="library_AccordionPanel_1"class="library_AccordionPanel">
<div
id="library_AccordionPanelTab_1"class="library_AccordionPanelTab"
onclick="accordionSetSelectedTabCookie('_accordion_library',0)"><h3>Search
Library</h3></div>
<div id="library_AccordionPanelContent_1"
class="library_AccordionPanelContent">
<div>
jjjj
</div>
</div>
</div>
<div
id="library_AccordionPanel_2"class="library_AccordionPanel">
<div
id="library_AccordionPanelTab_2"class="library_AccordionPanelTab"
onclick="accordionSetSelectedTabCookie('_accordion_library',1)"><h3>Add
Custom PDF</h3></div>
<div id="library_AccordionPanelContent_2"
class="library_AccordionPanelContent">
fff
<input type="checkbox" name="AddToLibrary" value="1"
onclick="effect.start();resizePanel()">Add upload to Library?
<div>
<div id="AddToLibraryDiv" align="left"
style="visibility:hidden;display:none">
<p>blah blah blah</p>
<p>blah blah blah</p>
<p>blah blah blah</p>
<p>blah blah blah</p>
<p>blah blah blah</p>
</div>
</div>
<script type="text/javascript">
var effect = new Spry.Effect.Squish("AddToLibraryDiv",{from:
"0%", to: "100%", duration: 100, toggle: true, fps: 90,
scaleContent: false});
function resizePanel(){
document.getElementById('library_AccordionPanelContent_2').style.height="auto";
document.getElementById('library_AccordionPanelContent_2').style.display="block";
document.getElementById('library_AccordionPanelContent_2').style.visibility="visible";
</script>
</div>
</div>
</div>
<script language="JavaScript" type="text/javascript">
var library = new
Spry.Widget.Accordion("library",{enableAnimation:true,steps:10,duration:200,defaultPanel: 0,useFixedPanelHeights:false});
</script>
</TD>
</TR>
</TABLE>
Thanks to all for any advice!
Marc E.

now this is interesting: it appears that the problem is in
the construction of the effect widget. if I do this:
<input type="checkbox"
onclick="startIt();resizePanel();">check me
<script>
function startIt(){
new Spry.Effect.Squish("AddToLibraryDiv",{from: "0%", to:
"100%", duration: 200, toggle: true, fps: 90, scaleContent:
false}).start();
function resizePanel(){
document.getElementById('library_AccordionPanelContent_2').style.height="auto";
document.getElementById('library_AccordionPanelContent_2').style.display="block";
document.getElementById('library_AccordionPanelContent_2').style.visibility="visible";
</script>
Then the div will show up. now, the behavior is wrong in that
it never disappears because of the way i'm doing it. still, this at
least leads me to believe that showing/hiding the div inside of an
accordion inside of a table cell is possible. So I can't use the
constructor in the normal manner... question is, is there a way to
do it otherwise?
thanks all!

Similar Messages

  • USB webcam recognized but cannot get it to work

    Hi,
    May be this was posted earlier, i tried looking but could not find anything. Question is that i have a webcam which used to get detected as a PC CAMERA in a PC. When i plugged it into the MacBook, i thought it did not see it at all. Fiddled around a little and found that it showed up in the system profiler under USB devices as "Guess What" PC CAMERA. Now how to get to use it. Its a night vision cam which has a 1.3 MP resolution. All applications open the built in isight, how do i get them to work with the new cam which is recognized as PC CAMERA.

    Windows 7 operating system....constantly pops up with a window that says I am not on the internet and can't register my product....obviously I am on the internet at this moment because I am posting on an online forum.   I downloaded the software four times now, after uninstalling it three times.  I downloaded XI Pro. 

  • Spry Effect Inside Accordion

    I've come across a little hiccup when using a Spry Effect inside an Accordion. I am creating a survey page with one question per accordion tab. Some of these questions have sub-questions based on a yes or no answer.
    I was able to use an onclick with a radio button to open a Spry Effect that will display more questions. The problem is that these questions are normally hidden and when the accordion renders it passes over the hidden content and ignores it when it is time for the onclick event to display them.
    I was able to get it to work with one set by making the accordion open to that tab by default first (which renders the content) and then hides the sub-questions. The Spry Effect then calls a javascript function to open the fist accordion tab using the setup trigger.
    But this doesn't seem to work for multiple Spry Effects on different tabs... am I missing something?
    I have a demo page here (click "yes" on question 3) -- http://tv.swirelive.com/survey/demo_survey.php

    Ok. I figured it out. I had to define the Spry Effects first and then the Accordion last.

  • Cisco 1812 wireles setup, can't get it to work

    Hello everyone,
    I've read trough the "871 wireless setup" topic, which I found very helpful, but I still can't get my wireless working. Basically I have a Cisco 1812W and I would like both wireless and wired to be on the same subnet. We aren't using DHCP, so the IP's are all static (even for the wireless clients). I can connect to my wireless SSID, but ping doesn't go trough either way. Wired connections are working fine. So the wireless client is connected, but has no IP address as far as the router goes (show Dot11 associations shows it's IP as 0.0.0.0) , but the wireless client does have an IP set up.
    I guess I'm overlooking something in my config, so here it is (i took out the firewall rules and aaa setup, they aren't relevant if i'm not mistaken and there's a limit to post size):
    ip cef
    ip tcp synwait-time 10
    no ip bootp server
    ip name-server <removed>
    ip name-server <removed>
    crypto pki trustpoint TP-self-signed-1358229530
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-1358229530
    revocation-check none
    rsakeypair TP-self-signed-1358229530
    crypto pki certificate chain TP-self-signed-1358229530
    certificate self-signed <removed>
    quit
    username <removed>
    bridge irb
    interface Null0
    no ip unreachables
    interface FastEthernet0
    description $ETH-WAN$$FW_OUTSIDE$
    ip address extip extsubnet
    ip access-group 101 in
    ip verify unicast reverse-path
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nbar protocol-discovery
    ip flow ingress
    ip flow egress
    ip nat outside
    ip inspect sdm_ins_in_100 in
    ip inspect SDM_MEDIUM out
    ip virtual-reassembly
    ip route-cache flow
    duplex auto
    speed auto
    interface FastEthernet1
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip route-cache flow
    shutdown
    duplex auto
    speed auto
    interface BRI0
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    encapsulation hdlc
    ip route-cache flow
    shutdown
    interface FastEthernet2
    interface FastEthernet3
    interface FastEthernet4
    interface FastEthernet5
    interface FastEthernet6
    interface FastEthernet7
    interface FastEthernet8
    interface FastEthernet9
    interface Dot11Radio0
    description 802.11g
    no ip address
    encryption mode ciphers tkip
    ssid <removed>
    authentication open
    authentication key-management wpa
    guest-mode
    wpa-psk ascii 7 <removed>
    speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
    station-role root
    bridge-group 1
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    interface Dot11Radio1
    description 802.11a
    no ip address
    shutdown
    encryption key 1 size 40bit 7 1ED10A3EC0C5 transmit-key
    encryption mode wep mandatory
    speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
    station-role root
    interface Vlan1
    description $FW_INSIDE$
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip virtual-reassembly
    ip route-cache flow
    bridge-group 1
    interface BVI1
    ip address <internal router ip> <subnet>
    ip access-group 100 in
    ip nat inside
    ip virtual-reassembly
    ip route 0.0.0.0 0.0.0.0 <external router IP> permanent
    ip flow-top-talkers
    top 5
    sort-by bytes
    ip http server
    ip http access-class 1
    ip http authentication local
    ip http secure-server
    <bunch of static nats>
    <access rules>
    no cdp run
    radius-server attribute 32 include-in-access-req format %h
    radius-server vsa send accounting
    control-plane
    bridge 1 protocol ieee
    bridge 1 route ip
    line con 0
    line aux 0
    line vty 0 4
    access-class 102 in
    password 7 <removed>
    transport input ssh
    scheduler allocate 4000 1000
    webvpn context Default_context
    ssl authenticate verify all
    no inservice
    end

    Okay, I've somewhat figured it out. Apparently my WPA-PSK configuration doesn't work with the integrated Broadcom adapter found in the laptop I was testing it with.
    Either that or my WPA-PSK configuration is broken.
    I switched over to an open network with no encrpytion and everything works now.

  • Kisight: How do I get my iSight working ?  Trouble Shooting an iSight Camera.  (Version 3)

    Replacement for the second draft of this Thread   (To be removed if Published as Tip)
    kisight: How do I get my iSight working ?
    Trouble Shooting an iSight Camera.  (Version 3)
    Hi,     On many subjects Apple has Articles and Documents that can help.
    In some case they are written by an Engineer or similar and can miss the mark for the average user.
    In other cases they are crafted, detailed responses to an issue that has popped up many times in the Apple Discussions and take the best from many responses in those User-to-User Discussions, creating something that can not be surpassed.
    This is the case of the Apple Article HT2090 on Trouble Shooting an iSight.
    It lists steps and processes to go through for both Internal iSights and External ones.
    However as with most things it does sometime pay to reword things differently so that people grasp the points in language they understand.
    The info here is a reworking itself of two pages at ralphjohns.co.uk/EZ Jim pages namely EZ JIm's page 2 Where can I Find Help With My iSight ? and his page 4, How Can I Test My iSight is Completely Functional ?  which were written several years ago and predate the Apple Article, being aimed at the External iSight.  They have been updated since to address the Internal iSight as well but some of the comments are useful between the two types.
    External First.  For Internal iSights Start at 2b)  (you will need to adjust some options/steps as the Internal is USB)
    Steps
    1) Pre Purchase
    If buying an External iSight you should if you an get to see it in action.Apple no longer sells the External iSight so you will be buying it second hand.If you cannot get to see the device plugged in and working on  Mac then check the smaller print of the seller and selling site as to nature of Returns and Faulty Goods.
    2) Does it work ?
    a) First of all Plug it in.  It should come with a suitable mount (although there are variants on this) and a 6 pin to 6 pin Firewire cable.
    Ideally it should have it's own Firewire port/socket on your computer. Connecting it "DaisyChained" to other devices can be a problem as they do not all use Firewire at the same Data speed.
    It will then go through some checks as the OS powers it up and checks it's firmware.
    Do not be concerned that the little green indicator light atop your iSight illuminates for a few seconds and then goes dark when you first connect your iSight or power on your Mac. Do not be concerned if you hear a soft whir as iSight attempt to focus either. Both these occurrences are normal. If your iSight passes the following tests, do not worry about this sound or the status of the green light.
    There is no ON switch as such.  It does have an iris mechanism that can be controlled by the User.  The iris should be turned so you can see the Lens for the iSight to send pictures to an application.
    b) Pick an Application to see the picture the iSight produces.iChat is one application you can use. Photobooth is another. iMovie (Version 4 or above for external iSight -- Version 6 or above for in-built iSight) and Comic Book (if bundled on your Mac) are yet more.
    See this Users Tip for more applications Or this page for yet more.
    Photo Booth is probably the simplest as it has no Preferences to choose a camera in the original version and is done from the Menu items in later versions  (nor is there any setting in the OS) and Photo Booth will default to the External Camera if one is plugged in before the application is started.     If you see your self or what the camera is pointing at, It Works !!
    3) If it does Not Work
    a) Check Cables/leads.  Re-seat the cable at both ends. DO this carefully as although Firewire cables are keyed to fit the right way it has been known to force them the wrong way.
    Try another 6 pin to 6 pin firewire cable.
    b) Unplug the cable from any other FireWire device and give the iSight it's Own FireWire port/socket on the Mac (exclude issues with other FireWire devices). It is important that this be a port/socket on your computer and that you know that it works. Do not use a port in a FireWire hub or another FireWire device or a FireWire port in an Apple Display for testing.  (Also see d below if you have an 800 FIreWIre Computer)
    c) Check System Profiler (Apple Icon menu top Left > About this Mac. > More Info Button)Open the Reveal Triangles to see the list and go to Hardware > FireWire.  (Use USB for Internal Cameras)
    If it appears here try booting or Logging in as another user on the Mac (Create a Test account if you don't have one) and try item 2b) above again.
    d) With FireWire 800 computers you may have to change your FireWire 400 to 800 Adaptor or Cable to get full Audio functionality with Lion Apps
    If it is not in the System Profiler you are almost certainly going to need the Trouble Shooting Article from Apple at this point.  This Article may also be of help (number HT1317 What to do if your computer won't recognise a FireWire or USB device).
    If you have not resolved things at this stage it is going to be time for an Engineer with Apple credentials.There are no user serviceable parts inside any iSight.
    Other Items
    Audio.
    The External Camera has two mics inside.The volume it records at or plays through for iChat is controlled in System Preferences > Sound > Input tab (select device) and this should be set to get the blue response bar to at least half way (preferably three quarters) when you talk.The same applies to any other Mic, even the Internal one on laptops and some other Macs.
    Firmware.
    The System Profiler as detailed above should tell you the Firmware the iSight has.  The current version is 1.0.3 and was updated in Panther.  (Essentially it is an Audio compatibility update but does seem to help in other situations)
    If your computer is running Panther (10.2.x) then use this Updater
    If running Tiger (10.4.x) or Leopard (10.5.x) then navigate manually to your Hard Drive/System/Library/Core Services/iSight Updater and run the updater found there.
    If an iSight is Plugged in on the Computer when you do an  OS update and the firmware needs updating on the iSight this app is supposed to be triggered but it seem it may need a hand at times.
    Focusing on the External iSight
    Essentially the External iSight is self or Autofocusing.
    If in doubt then try better lighting and strong colours as opposes to light or pastels.
    (All built-in iSights are fixed focus. Therefore, unless a built-in iSight lens cover is dirty or smudged, any built-in iSight whose image is blurry needs service by an Engineer with Apple credentials.)
    EZ Jim has these more specific recommendations for piece of mind.
      Make a cross whose lines are about one-half inch or more wide on a plain background to use as a focus target. (I have even used black electrical tape.)
    Turn on plenty of light and hold the target very still at about two or three feet from the lens. Watch iSight focus. (You may need to use a tripod or brace yourself to hold the target still enough.)
    Then quickly move the target and hold it very still at about one foot away from the lens. Watch iSight focus.
      Finally, move in to about six inches from iSight, and check focus there, too. (Holding the target still is more important as you get closer to iSight.)
    This Users Tip by Ian Bickerstaff  can give you clues for any application really  "Look  and sound good in iChat"
    Other Info and Links
    iSight Support info at Apple Links to Users Guide, Manual and many other topics on the External iSight.
    Apple's iSight Firewire Connectivity FAQs
    Apple's iSight Service FAQs
    If you feel you have not understood or think you have not grasped something here or in the links so far try the iSight Discussion Forum
    1:13 PM      Saturday; October 8, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

    Replacement for the second draft of this Thread   (To be removed if Published as Tip)
    kisight: How do I get my iSight working ?
    Trouble Shooting an iSight Camera.  (Version 3)
    Hi,     On many subjects Apple has Articles and Documents that can help.
    In some case they are written by an Engineer or similar and can miss the mark for the average user.
    In other cases they are crafted, detailed responses to an issue that has popped up many times in the Apple Discussions and take the best from many responses in those User-to-User Discussions, creating something that can not be surpassed.
    This is the case of the Apple Article HT2090 on Trouble Shooting an iSight.
    It lists steps and processes to go through for both Internal iSights and External ones.
    However as with most things it does sometime pay to reword things differently so that people grasp the points in language they understand.
    The info here is a reworking itself of two pages at ralphjohns.co.uk/EZ Jim pages namely EZ JIm's page 2 Where can I Find Help With My iSight ? and his page 4, How Can I Test My iSight is Completely Functional ?  which were written several years ago and predate the Apple Article, being aimed at the External iSight.  They have been updated since to address the Internal iSight as well but some of the comments are useful between the two types.
    External First.  For Internal iSights Start at 2b)  (you will need to adjust some options/steps as the Internal is USB)
    Steps
    1) Pre Purchase
    If buying an External iSight you should if you an get to see it in action.Apple no longer sells the External iSight so you will be buying it second hand.If you cannot get to see the device plugged in and working on  Mac then check the smaller print of the seller and selling site as to nature of Returns and Faulty Goods.
    2) Does it work ?
    a) First of all Plug it in.  It should come with a suitable mount (although there are variants on this) and a 6 pin to 6 pin Firewire cable.
    Ideally it should have it's own Firewire port/socket on your computer. Connecting it "DaisyChained" to other devices can be a problem as they do not all use Firewire at the same Data speed.
    It will then go through some checks as the OS powers it up and checks it's firmware.
    Do not be concerned that the little green indicator light atop your iSight illuminates for a few seconds and then goes dark when you first connect your iSight or power on your Mac. Do not be concerned if you hear a soft whir as iSight attempt to focus either. Both these occurrences are normal. If your iSight passes the following tests, do not worry about this sound or the status of the green light.
    There is no ON switch as such.  It does have an iris mechanism that can be controlled by the User.  The iris should be turned so you can see the Lens for the iSight to send pictures to an application.
    b) Pick an Application to see the picture the iSight produces.iChat is one application you can use. Photobooth is another. iMovie (Version 4 or above for external iSight -- Version 6 or above for in-built iSight) and Comic Book (if bundled on your Mac) are yet more.
    See this Users Tip for more applications Or this page for yet more.
    Photo Booth is probably the simplest as it has no Preferences to choose a camera in the original version and is done from the Menu items in later versions  (nor is there any setting in the OS) and Photo Booth will default to the External Camera if one is plugged in before the application is started.     If you see your self or what the camera is pointing at, It Works !!
    3) If it does Not Work
    a) Check Cables/leads.  Re-seat the cable at both ends. DO this carefully as although Firewire cables are keyed to fit the right way it has been known to force them the wrong way.
    Try another 6 pin to 6 pin firewire cable.
    b) Unplug the cable from any other FireWire device and give the iSight it's Own FireWire port/socket on the Mac (exclude issues with other FireWire devices). It is important that this be a port/socket on your computer and that you know that it works. Do not use a port in a FireWire hub or another FireWire device or a FireWire port in an Apple Display for testing.  (Also see d below if you have an 800 FIreWIre Computer)
    c) Check System Profiler (Apple Icon menu top Left > About this Mac. > More Info Button)Open the Reveal Triangles to see the list and go to Hardware > FireWire.  (Use USB for Internal Cameras)
    If it appears here try booting or Logging in as another user on the Mac (Create a Test account if you don't have one) and try item 2b) above again.
    d) With FireWire 800 computers you may have to change your FireWire 400 to 800 Adaptor or Cable to get full Audio functionality with Lion Apps
    If it is not in the System Profiler you are almost certainly going to need the Trouble Shooting Article from Apple at this point.  This Article may also be of help (number HT1317 What to do if your computer won't recognise a FireWire or USB device).
    If you have not resolved things at this stage it is going to be time for an Engineer with Apple credentials.There are no user serviceable parts inside any iSight.
    Other Items
    Audio.
    The External Camera has two mics inside.The volume it records at or plays through for iChat is controlled in System Preferences > Sound > Input tab (select device) and this should be set to get the blue response bar to at least half way (preferably three quarters) when you talk.The same applies to any other Mic, even the Internal one on laptops and some other Macs.
    Firmware.
    The System Profiler as detailed above should tell you the Firmware the iSight has.  The current version is 1.0.3 and was updated in Panther.  (Essentially it is an Audio compatibility update but does seem to help in other situations)
    If your computer is running Panther (10.2.x) then use this Updater
    If running Tiger (10.4.x) or Leopard (10.5.x) then navigate manually to your Hard Drive/System/Library/Core Services/iSight Updater and run the updater found there.
    If an iSight is Plugged in on the Computer when you do an  OS update and the firmware needs updating on the iSight this app is supposed to be triggered but it seem it may need a hand at times.
    Focusing on the External iSight
    Essentially the External iSight is self or Autofocusing.
    If in doubt then try better lighting and strong colours as opposes to light or pastels.
    (All built-in iSights are fixed focus. Therefore, unless a built-in iSight lens cover is dirty or smudged, any built-in iSight whose image is blurry needs service by an Engineer with Apple credentials.)
    EZ Jim has these more specific recommendations for piece of mind.
      Make a cross whose lines are about one-half inch or more wide on a plain background to use as a focus target. (I have even used black electrical tape.)
    Turn on plenty of light and hold the target very still at about two or three feet from the lens. Watch iSight focus. (You may need to use a tripod or brace yourself to hold the target still enough.)
    Then quickly move the target and hold it very still at about one foot away from the lens. Watch iSight focus.
      Finally, move in to about six inches from iSight, and check focus there, too. (Holding the target still is more important as you get closer to iSight.)
    This Users Tip by Ian Bickerstaff  can give you clues for any application really  "Look  and sound good in iChat"
    Other Info and Links
    iSight Support info at Apple Links to Users Guide, Manual and many other topics on the External iSight.
    Apple's iSight Firewire Connectivity FAQs
    Apple's iSight Service FAQs
    If you feel you have not understood or think you have not grasped something here or in the links so far try the iSight Discussion Forum
    1:13 PM      Saturday; October 8, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Getting applets to work in Firefox or IE7!!

    Hi folks.
    I've been reading Jason Hunters excellet book on Java Servlet Programming and become rather stuck on being able to get applets to work in a browser.
    1) I managed to briefly get an Applet to work in IE7. Then things went astray (I say work, because applet initially displayed correctly graphically)
    2) I introduced a bug and tried to redisplay. And haven't been able to recover.
    3) When 2) occurred I swapped over to Firefox, since IE7 doesn't have a Java Console. (& theres no setting to enable it in security settings either)
    4) Then Firefox prompted to download JRE... This was an odd one to me.... Since I already had a Java runtime...
    I got this through downloading file java_app_platform_sdk-5_04-windows.exe
    java -version yeilds:
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Jeremy>java -version
    java version "1.6.0_04"
    Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    C:\Documents and Settings\Jeremy>
    Browser Versions
    IE : is at version 7.0.5730.13
    Firefox started out at 2.0.0.12... Now Firefox didn't seem to detect the JRE
    5) It said additional plugins are required to display the media on this page...
    6) I clicked the button to "Install missing plugins"
    It then presents Plugin Finder Service with "Available Plugin Downloads" of Java Runtime Environment with checkbox ticked.
    7) I clicked "next", at which point it completes saying
    No plugins were installed
    Java Runtime Environment failed with "Manual Install" button...
    Clicking said button gave me executeable xpiinstall.exe from http://sdlc-esd.sun.com
    8) When I ran this it
    a) proceeded to cause Firefox to crash and a report was sent to Mozilla...
    b) created a restore point called "Installed Java (TM) 6 update 5..
    9)So now I went back to IE 7 having given up on Firefox...
    Now it complained about missing classes which I felt sure were in a jar I'd deployed in Tomcat...
    10) I tried to validate my assumptions by looking inside the Jar with Winzip...
    Then I got a pop up with "Java Virtual Machine Launcher" in its title saying..
    "Failed to load Main-Class manifest attribute from cos.jar"
    At this point I realised 8) was the culprit after posting here and looking at possible causes for said pop-up.
    [http://www.artima.com/forums/flat.jsp?forum=1&thread=61427&start=75&msRange=15]
    None of solutions posted there seemed to apply to me
    11) So now I restored to a restore point prior to 8) and though my problems were over
    12) I've since upgraded to Firefox 2.0.0.14. Firefox pushed update to me. Also tried manually uninstalling and downloading file. Still saying missing plugin!!!
    13) I've tried changing my tags in my html from
    APPLET to OBJECT for IE7 or EMBED for Firefox..
    I've validated my APPLET with APPLETVIEWER following advice posted here:
    [http://java.sun.com/docs/books/tutorial/deployment/applet/index.html]
    No tell tale signs appear in Tomcat Console or logs..
    *The only thing that seems weird is codebase tag*
    14) Book I've been reading mentioned putting both html code and applet class in root folder of tomcat
    I've hosted both files here:
    C:\Apps\apache-tomcat-6.0.16\webapps\ROOT
    15) When I test with appletviewer from this folder and codebase set to / appletviewer doesn't find class.
    I think I need to set this so when web browser runs it finds class. Maybe this is the route of my problems.
    What's haunting me here though is placeholder for applet graphic worked at one point!
    I don't recall fussing with codebase attribute of applet tag, yet suddenly things stopped working.
    16) When I tried to verify with appletviewer I had to remove codebase attribute completely to get things to work.
    Here are three versions of html file. Firefox version doesn't seem to be recognized by Appletviewer
    Applet tag version: (BTW have tried with CODEBASE=/ too. This was how it appeared in book, Remember I'm hosting in Tomcat 6.0.16)
    {code}
    <HTML>
    <HEAD><TITLE>Daytime Applet</TITLE></HEAD>
    <BODY>
    <CENTER><H1>Daytime Applet</H1></CENTER>
    <CENTER><APPLET CODE="DaytimeApplet.class" WIDTH=300 HEIGHT=180></APPLET></CENTER>
    </BODY></HTML>
    {code}
    IE Version only
    {code}
    <HTML>
    <HEAD><TITLE>Daytime Applet</TITLE></HEAD>
    <BODY>
    <CENTER><H1>Daytime Applet</H1></CENTER>
    <CENTER><object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    width="300" height="180">
    <param name="code" value="DaytimeApplet.class"></object></CENTER>
    </BODY></HTML>
    {code}
    Firefox version with JRE matching what java -version says precisely and using "jpi-version" so need for download instructions url 'should' be redundant..
    {code}
    <HTML>
    <HEAD><TITLE>Daytime Applet</TITLE></HEAD>
    <BODY>
    <CENTER><H1>Daytime Applet</H1></CENTER>
    <CENTER>
    <embed code="DaytimeApplet.class"
    width="300" height="180"
    type="application/x-java-applet;jpi-version=1.6.0_04"/>
    </CENTER>
    </BODY></HTML>
    {code}
    I don't want to be staring at a placeholder in a Web Browser.
    I want to GUI as it appears in AppletViewer and how it once had it working in IE7!
    You wouldn' t think that was to much to ask for would you! Sorry for length of this post.
    Any clues as to where to go next would be greatly appreciated as I'm pulling hairs out with frustration at the moment...
    A few of footnotes:
    1) I've relaxed my security zone settings for intranet, added localhost to local intranet sites..
    2) I've tried deleting all temporay files in IE7 even to point of resetting to install setup thinking there may be some sort of caching issue with bad applet... No luck
    3) I can still get Glassfish server to login to Admin Console.
    So the integrity of my pc should me intact based on the shenanigans of point 11. Restoring to get rid of second JRE

    paulcw wrote:
    I'm not sure what to tell you. I've never had any trouble installing the JRE and getting applets to work. Maybe it's an IE7 thing. Firefox is usually easier to configure.
    Anyway, it sounds like something that you need to be sitting at your computer to fix, so I don't know how useful a forum will be. It might be best just to ask a coworker with a lot of arcane knowledge to take a look at it.1) Unfortunately I'm learning from home and don't have the luxury of asking a co-worker. Have fired off email to one of folks at Sun..
    In my efforts to try and track down the problem yesterday, Google uncovered some interesting findings regarding Caching of Applets. Thought I'd share this:
    2) [http://www.velocityreviews.com/forums/t603400-ltobjectgt-tag-and-applet-caching.html]
    There is an interesting post some way down posted by james.a.cleland
    Quote:
    "My solution is to x-c in the Java console to clear
    this cache. This works without unloading the JVM and while the applet
    is running. It looks like the browser isn't caching any applets. At
    least my browser cache doesn't contain any, although I do regularly
    use half a dozen, so it must be the JRE. Anyway, clearing through the
    console solves my problem".
    I can't access Java Console in IE7 as you know...
    3) There is always another way to skin a cat regarding clearing cache.
    Found this here:
    [http://www.aurigma.com/Support/DocViewer/28/UpdatingImageUploaderonClientSide.htm.aspx]
    Search for Java section
    Quote:
    "Java applets are stored in the cache that is accessible through the Java control panel. Follow these steps to do it:
    Open Java Plug-in Control Panel. Depending on the platform, it can be found in different locations:
    Windows: Control Panel -> Java Plug-in
    Click the Cache tab.
    Click Clear to clear all cached applets."
    *Problem is that there is no Java Plug-In within Control panel. Mentioned this with Coffee Cup reference above..*
    4) Also saw this article on *"How to troubleshoot Java applet and component download problems"* at:
    [http://support.microsoft.com/kb/241111]
    Java console or output log section:
    Javalog.txt in the windows\java or winnt\java directory
    windows\java contains
    - classes
    - trustdb
    No such file: classes & trustdb are empty folders.
    5) I have same problem mentioned here:
    [http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=915520&SiteID=1]
    Quote:
    "I cannot get java applets to display on any web pages - instead this message appears:
    alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag! "
    Yep. That's my predicament.
    BTW: Get this by doing test here:
    [http://java.sun.com/products/plugin/1.5.0/demos/applets/Clock/example1.html]
    6) Sun's Verify Installation fails on me too:
    [http://www.java.com/en/download/installed.jsp]
    7) I'm interested in knowing how IE7 caches the applets too. Does it store some sort of class-id in the registry? (I'm on XP SP2)
    8) Is there an installation integrity verifier for Sun? Something that verifies the integrity against a baseline install and reports anomalies.Like I mentioned earlier I've got java_app_platform_sdk-5_04-windows.exe file installed. Not the latest incarnation, but the one immediately before. With SE 1.6.0_04-b12 built built into it

  • Kisight:- How do I get my iSight working ?

    kisight:- How do I get my iSight working ?
    Trouble Shooting an iSight Camera.
    Hi,
    On many subjects Apple has Articles and Documents that can help.
    In some case they are written by an Engineer or similar and can miss the mark for the average user.
    In other cases they are crafted, detailed responses to an issue that has popped up many times in the Apple Discussions and take the best from many responses in those User-to-User Discussions, creating something that can not be surpassed.
    This is the case of the Apple Article HT2090 on Trouble Shooting an iSight.
    It lists steps and processes to go through for both Internal iSights and External ones.
    However as with most things it does sometime pay to reword things differently so that people grasp the points in language they understand.
    The info here is a reworking itself of two pages at Ralphjohns.co.uk/EZ Jim pages namely EZ JIm's page 2 Where can I Find Help With My iSight ? and his page 4, How Can I Test My iSight is Completely Functional ? which were written several years ago and predate the Apple Article, being aimed at the External iSight. They have been updated since to address the Internal iSight as well but some of the comments are useful between the two types.
    External First. For Internal iSights Start at 2b) (you will need to adjust some options/steps as the Internal is USB)
    Steps
    1) Pre Purchase
    If buying an External iSight you should if you an get to see it in action.
    Apple no longer sells the External iSight so you will be buying it second hand.
    If you cannot get to see the device plugged in and working on Mac then check the smaller print of the seller and selling site as to nature of Returns and Faulty Goods.
    2) Does it work ?
    a) First of all Plug it in. It should come with a suitable mount (although there are variants on this) and a 6 pin to 6 pin Firewire cable.
    Ideally it should have it's own Firewire port/socket on your computer. Connecting it "DaisyChained" to other devices can be a problem as they do not all use Firewire at the same Data speed.
    It will then go through some checks as the OS powers it up and checks it's firmware.
    Do not be concerned that the little green indicator light atop your iSight illuminates for a few seconds and then goes dark when you first connect your iSight or power on your Mac. Do not be concerned if you hear a soft whir as iSight attempt to focus either. Both these occurrences are normal. If your iSight passes the following tests, do not worry about this sound or the status of the green light.
    There is no ON switch as such. It does have an iris mechanism that can be controlled by the User.
    The iris should be turned so you can see the Lens for the iSight to send pictures to an application.
    b) Pick an Application to see the picture the iSight produces.
    iChat is one, Photobooth is another, iMovie (Version 4 or above), Comic Book if bundled on your Mac are yet more.
    See this Users Tip for more applications Or this page for yet more.
    Photo Booth is probably the simplest as it has no Preferences to choose a camera and the OS and Photo Booth will default to the External Camera if one is plugged in before the application is started.
    If you see your self or what the camera is pointing at, It Works !!
    3) If it does Not Work
    a) Check Cables/leads.
    Re-seat the cable at both ends. DO this carefully as although Firewire cables are keyed to fit the right way it has been known to force them the wrong way.
    Try another 6 pin to 6 pin firewire cable.
    b) Unplug the cable form any other Firewire device and give the iSight it's Own Firewire port/socket on the Mac (exclude issues with other Firewire devices).
    Use a firewire port on your Mac that you know works.
    c) Check System Profiler (Apple Icon menu top Left > About this Mac. > More Info Button)
    Open the Reveal Triangles to see the list and go to Hardware > Firewire. (Use USB for Internal Cameras)
    If it appears here try booting or Logging in as another user on the Mac (Create a Test account if you don't have one) and try item 2b) above again.
    If it is not in the System Profiler you are almost certainly going to need the Trouble Shooting Article from Apple at this point.
    This Article may also be of help (number HT1317 What to do if your computer won't recognize a FireWire or USB device).
    If you have not resolved things at this stage it s going to be time for an Engineer with Apple credentials.
    Other Items
    Audio.
    The External Camera has two mics inside.
    The volume it records at or plays through for iChat is controlled in System Preferences > Sound > Input tab (select device) and this should be set to get the blue response bar to at least half way (preferably three quarters) when you talk.
    The same applies to any other Mic, even the Internal one on laptops and some other Macs.
    Firmware.
    The System Profiler as detailed above should tell you the Firmware the iSight has.
    The current version is 1.0.3 and was updated in Panther. (Essentially it is an Audio compatibility update but does seem to help in other situations)
    If your computer is running Panther (10.2.x) then use this Updater
    If running Tiger (10.4.x) or Leopard (10.5.x) then navigate manually to your Hard Drive/System/Library/Core Services/iSght Updater and run the updater found there.
    If an iSight is Plugged in on the Computer when you do an OS update and the firmware needs updating on the iSight this app is supposed to be triggered but it seem it may need a hand at times.
    Focusing on the External iSight
    Essentially the External iSight is self or Autofocusing.
    If in doubt then try better lighting and strong colours as opposes to light or pastels.
    EZ Jim has these more specific recommendations for piece of mind.
    Make a cross whose lines are about one-half inch or more wide on a plain background to use as a focus target. (I have even used black electrical tape.)
    Turn on plenty of light and hold the target very still at about two or three feet from the lens. Watch iSight focus. (You may need to use a tripod or brace yourself to hold the target still enough.)
    Then quickly move the target and hold it very still at about one foot away from the lens. Watch iSight focus.
    Finally, move in to about six inches from iSight, and check focus there, too. (Holding the target still is more important as you get closer to iSight.)
    This Users Tip by Ian Bickerstaff can give you clues for any application really
    "Look and sound good in iChat"
    Other Info and Links
    iSight Support info at Apple Links to Users Guide, Manual and many other topics on the External iSight.
    Apple's iSight Firewire Connectivity FAQs
    Apple's iSight Service FAQs
    If you feel you have not understood or think you have not grasped something here or in the links so far try the iSight Discussion Forum
    First Draft.
    Comment please.
    9:59 PM Friday; May 15, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

    Replacement for the second draft of this Thread   (To be removed if Published as Tip)
    kisight: How do I get my iSight working ?
    Trouble Shooting an iSight Camera.  (Version 3)
    Hi,     On many subjects Apple has Articles and Documents that can help.
    In some case they are written by an Engineer or similar and can miss the mark for the average user.
    In other cases they are crafted, detailed responses to an issue that has popped up many times in the Apple Discussions and take the best from many responses in those User-to-User Discussions, creating something that can not be surpassed.
    This is the case of the Apple Article HT2090 on Trouble Shooting an iSight.
    It lists steps and processes to go through for both Internal iSights and External ones.
    However as with most things it does sometime pay to reword things differently so that people grasp the points in language they understand.
    The info here is a reworking itself of two pages at ralphjohns.co.uk/EZ Jim pages namely EZ JIm's page 2 Where can I Find Help With My iSight ? and his page 4, How Can I Test My iSight is Completely Functional ?  which were written several years ago and predate the Apple Article, being aimed at the External iSight.  They have been updated since to address the Internal iSight as well but some of the comments are useful between the two types.
    External First.  For Internal iSights Start at 2b)  (you will need to adjust some options/steps as the Internal is USB)
    Steps
    1) Pre Purchase
    If buying an External iSight you should if you an get to see it in action.Apple no longer sells the External iSight so you will be buying it second hand.If you cannot get to see the device plugged in and working on  Mac then check the smaller print of the seller and selling site as to nature of Returns and Faulty Goods.
    2) Does it work ?
    a) First of all Plug it in.  It should come with a suitable mount (although there are variants on this) and a 6 pin to 6 pin Firewire cable.
    Ideally it should have it's own Firewire port/socket on your computer. Connecting it "DaisyChained" to other devices can be a problem as they do not all use Firewire at the same Data speed.
    It will then go through some checks as the OS powers it up and checks it's firmware.
    Do not be concerned that the little green indicator light atop your iSight illuminates for a few seconds and then goes dark when you first connect your iSight or power on your Mac. Do not be concerned if you hear a soft whir as iSight attempt to focus either. Both these occurrences are normal. If your iSight passes the following tests, do not worry about this sound or the status of the green light.
    There is no ON switch as such.  It does have an iris mechanism that can be controlled by the User.  The iris should be turned so you can see the Lens for the iSight to send pictures to an application.
    b) Pick an Application to see the picture the iSight produces.iChat is one application you can use. Photobooth is another. iMovie (Version 4 or above for external iSight -- Version 6 or above for in-built iSight) and Comic Book (if bundled on your Mac) are yet more.
    See this Users Tip for more applications Or this page for yet more.
    Photo Booth is probably the simplest as it has no Preferences to choose a camera in the original version and is done from the Menu items in later versions  (nor is there any setting in the OS) and Photo Booth will default to the External Camera if one is plugged in before the application is started.     If you see your self or what the camera is pointing at, It Works !!
    3) If it does Not Work
    a) Check Cables/leads.  Re-seat the cable at both ends. DO this carefully as although Firewire cables are keyed to fit the right way it has been known to force them the wrong way.
    Try another 6 pin to 6 pin firewire cable.
    b) Unplug the cable from any other FireWire device and give the iSight it's Own FireWire port/socket on the Mac (exclude issues with other FireWire devices). It is important that this be a port/socket on your computer and that you know that it works. Do not use a port in a FireWire hub or another FireWire device or a FireWire port in an Apple Display for testing.  (Also see d below if you have an 800 FIreWIre Computer)
    c) Check System Profiler (Apple Icon menu top Left > About this Mac. > More Info Button)Open the Reveal Triangles to see the list and go to Hardware > FireWire.  (Use USB for Internal Cameras)
    If it appears here try booting or Logging in as another user on the Mac (Create a Test account if you don't have one) and try item 2b) above again.
    d) With FireWire 800 computers you may have to change your FireWire 400 to 800 Adaptor or Cable to get full Audio functionality with Lion Apps
    If it is not in the System Profiler you are almost certainly going to need the Trouble Shooting Article from Apple at this point.  This Article may also be of help (number HT1317 What to do if your computer won't recognise a FireWire or USB device).
    If you have not resolved things at this stage it is going to be time for an Engineer with Apple credentials.There are no user serviceable parts inside any iSight.
    Other Items
    Audio.
    The External Camera has two mics inside.The volume it records at or plays through for iChat is controlled in System Preferences > Sound > Input tab (select device) and this should be set to get the blue response bar to at least half way (preferably three quarters) when you talk.The same applies to any other Mic, even the Internal one on laptops and some other Macs.
    Firmware.
    The System Profiler as detailed above should tell you the Firmware the iSight has.  The current version is 1.0.3 and was updated in Panther.  (Essentially it is an Audio compatibility update but does seem to help in other situations)
    If your computer is running Panther (10.2.x) then use this Updater
    If running Tiger (10.4.x) or Leopard (10.5.x) then navigate manually to your Hard Drive/System/Library/Core Services/iSight Updater and run the updater found there.
    If an iSight is Plugged in on the Computer when you do an  OS update and the firmware needs updating on the iSight this app is supposed to be triggered but it seem it may need a hand at times.
    Focusing on the External iSight
    Essentially the External iSight is self or Autofocusing.
    If in doubt then try better lighting and strong colours as opposes to light or pastels.
    (All built-in iSights are fixed focus. Therefore, unless a built-in iSight lens cover is dirty or smudged, any built-in iSight whose image is blurry needs service by an Engineer with Apple credentials.)
    EZ Jim has these more specific recommendations for piece of mind.
      Make a cross whose lines are about one-half inch or more wide on a plain background to use as a focus target. (I have even used black electrical tape.)
    Turn on plenty of light and hold the target very still at about two or three feet from the lens. Watch iSight focus. (You may need to use a tripod or brace yourself to hold the target still enough.)
    Then quickly move the target and hold it very still at about one foot away from the lens. Watch iSight focus.
      Finally, move in to about six inches from iSight, and check focus there, too. (Holding the target still is more important as you get closer to iSight.)
    This Users Tip by Ian Bickerstaff  can give you clues for any application really  "Look  and sound good in iChat"
    Other Info and Links
    iSight Support info at Apple Links to Users Guide, Manual and many other topics on the External iSight.
    Apple's iSight Firewire Connectivity FAQs
    Apple's iSight Service FAQs
    If you feel you have not understood or think you have not grasped something here or in the links so far try the iSight Discussion Forum
    1:13 PM      Saturday; October 8, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • I purchase the Forms plus,  bywidgets.mu, and can't get it to work.  any help?

    I purchase the Forms + bywidgets.mu
    I've followed the directions on the weblink (https://widgets.mu/se/FormsPlus/demo/)
    and still can't get anything to work.
    I just keep getting <> inside a box and that's it.
    Help please!

    Hi Lisa,
    Do you have a URL where I can take a look at the issue? It may be a configuration issue or it may be a bug so I just want to check and make sure.
    In terms of the radio buttons one, I just published up update to the Forms+ Widget this morning that includes a new way to do grouping for radio buttons. Creative Cloud should download the updated version of the .mulib file into your downloads folder (and it should now be called something like FormsPlus Bundle.mulib), and you can double click that to add the updated widgets to your Muse library. The one I'm referring to in particular is called the "Radio Group (Box Selection)" widget. Basically, when you drag the widget out onto the page, it shows a dotted line box and you simply drag and resize the box around the radio items you'd like to group together. The box itself won't be exported so you don't have to worry about that, but it will allow you to visually group them instead of doing so with labels.
    Let me know if you have any trouble getting the new update or using the box selection widget and I'd be happy to help further.
    Thanks,
    Andrew

  • SSL / AnyConnect can't get SSH to work

    Hi,
    I have a working SSL vpn setup on my 5505. Once logged in ,I can use rdp, http...and so on. However, when I try to use ssh sessions to my internal hosts, I can't connect. I just get the login prompt and after a few seconds the status line goes red and displays "not connected"
    I get the same error message on Windows, Linux and Mac.

    Hi,
    Is this what you mean? Is it possible to upgrade the ssh "plug-in" on the asa 5505 separately to get it to work?
    Result of the command: "show version"
    Cisco Adaptive Security Appliance Software Version 8.0(3)
    Device Manager Version 6.0(3)
    Compiled on Tue 06-Nov-07 22:59 by builders
    System image file is "disk0:/asa803-k8.bin"
    Config file at boot was "startup-config"
    bahnhof up 56 days 23 hours
    Hardware: ASA5505, 256 MB RAM, CPU Geode 500 MHz
    Internal ATA Compact Flash, 128MB
    BIOS Flash M50FW080 @ 0xffe00000, 1024KB
    Encryption hardware device : Cisco ASA-5505 on-board accelerator (revision 0x0)
    Boot microcode : CN1000-MC-BOOT-2.00
    SSL/IKE microcode: CNLite-MC-SSLm-PLUS-2.01
    IPSec microcode : CNlite-MC-IPSECm-MAIN-2.04
    0: Int: Internal-Data0/0 : address is 001f.cabb.c3a1, irq 11
    1: Ext: Ethernet0/0 : address is 001f.cabb.c399, irq 255
    2: Ext: Ethernet0/1 : address is 001f.cabb.c39a, irq 255
    3: Ext: Ethernet0/2 : address is 001f.cabb.c39b, irq 255
    4: Ext: Ethernet0/3 : address is 001f.cabb.c39c, irq 255
    5: Ext: Ethernet0/4 : address is 001f.cabb.c39d, irq 255
    6: Ext: Ethernet0/5 : address is 001f.cabb.c39e, irq 255
    7: Ext: Ethernet0/6 : address is 001f.cabb.c39f, irq 255
    8: Ext: Ethernet0/7 : address is 001f.cabb.c3a0, irq 255
    9: Int: Internal-Data0/1 : address is 0000.0003.0002, irq 255
    10: Int: Not used : irq 255
    11: Int: Not used : irq 255
    Licensed features for this platform:
    Maximum Physical Interfaces : 8
    VLANs : 20, DMZ Unrestricted
    Inside Hosts : Unlimited
    Failover : Active/Standby
    VPN-DES : Enabled
    VPN-3DES-AES : Enabled
    VPN Peers : 25
    WebVPN Peers : 2
    Dual ISPs : Enabled
    VLAN Trunk Ports : 8
    AnyConnect for Mobile : Disabled
    AnyConnect for Linksys phone : Disabled
    Advanced Endpoint Assessment : Disabled
    This platform has an ASA 5505 Security Plus license.
    Serial Number: *
    Running Activation Key: *
    Configuration register is 0x1
    Configuration last modified by * at 07:55:28.322 UTC Fri Sep 26 2008

  • Get the ID of a dynamically created symbol from library, INSIDE another symbol.

    Hi everyone,
    I'm trying to get the id from a dynamic created symbol from library.
    When dynamically creating the symbol directly on the stage (or composition level), there's no problem.
    But I just can't get it to work when creating the symbol inside another symbol. 
    Below some examples using both "getChildSymbols()" and "aSymbolInstances" 
    // USING "getChildSymbols()" ///////////////////////////////////////////////////////////////////////// 
    // ON THE STAGE 
    var m_item = sym.createChildSymbol("m_item","Stage");
    var symbolChildren = sym.getChildSymbols(); 
    console.log(symbolChildren[0].getSymbolElement().attr('id')); // ok eid_1391853893203
    // INSIDE ANOTHER SYMBOL
    var m_item = sym.createChildSymbol("m_item", sym.getSymbol("holder").getSymbolElement()); 
    var symbolChildren = sym.getSymbol("holder").getChildSymbols(); // Am i using this wrong maybe?
    console.log(symbolChildren.length) // returns 0 so can't get no ID either
    // USING "aSymbolInstances"" ////////////////////////////////////////////////////////////////////////// 
    // ON THE STAGE
    var m_item = sym.createChildSymbol("m_item","Stage"); 
    console.log(sym.aSymbolInstances[0]); // ok (i guess) x.fn.x.init[1] 0: div#eid_1391854141436
    // INSIDE ANOTHER SYMBOL
    var m_item = sym.createChildSymbol("m_item", sym.getSymbol("holder").getSymbolElement());
    console.log(sym.getSymbol("holder").aSymbolInstances[0]); // Javascript error in event handler! Event Type = element 
    In this post http://forums.adobe.com/message/5691824 is written: "mySym.aSymbolInstances will give you an array with all "names" when you create symbols"
    Could it be this only works on the stage/ composition level only and not inside a symbol? 
    The following methods to achieve the same are indeed possible, but i simply DON'T want to use them in this case:
    1) Storing a reference of the created symbol in an array and call it later by index.
    2) Giving the items an ID manually on creation and use document.getElementById() afterwards.
    I can't believe this isn't possible. I am probably missing something here.
    Forgive me I am a newbie using Adobe Edge!
    I really hope someone can help me out here.
    Anyway, thnx in advance people!
    Kind Regards,
    Lester.

    Hi,
    Thanks for the quick response!
    True this is also a possibility. But this method is almost the same of "Giving the items an ID manually on creation and use document.getElementById() afterwards".
    In this way (correct me if i'm wrong) you have to give it an unique ID yourself. In a (very) big project this isn't the most practical way.
    Although I know it is possible.
    Now when Edge creates a symbol dynamically on the Stage (or composition level) or inside another symbol it always gives the symbol an ID like "eid_1391853893203".
    I want to reuse this (unique) ID given by Edge after creation.
    If created on the stage directly you can get this ID very easy. Like this;
    var m_item = sym.createChildSymbol("m_item","Stage");
    var symbolChildren = sym.getChildSymbols(); 
    console.log(symbolChildren[0].getSymbolElement().attr('id')); // ok eid_1391853893203
    I want to do exactly the same when created INSIDE another symbol.
    var m_item = sym.createChildSymbol("m_item", sym.getSymbol("holder").getSymbolElement());
    Now how can I accomplish this? How can I get the Id of a dynamically created symbol INSIDE another symbol instead of created directly on the stage?
    This is what i'm after.
    Thnx in advance!

  • Cant get GraphicDrivers to work in bootcamp

    Hey!
    So I tried for the last week to get Windows to work on my iMac, I spent endless hours to do that and I had no success.
    Well, Windows runs but it runs sooo crappy. I think its because of the graphics drivers.
    In Windows 7 game perfomance was worse then in Linux or OSX, and didnt improved with installed drivers, like they didnt even worked. In Device Manager as signature the windows driver was still shown, even after "Successful" installation. Windows lagged and freezed inside of other Windows and general look and feel was bad. After a couple reinstalls and reading online, trying different drivers etc. etc. I installed Windows8 because I thought it would maybe run fine. Windows 8 didnt had such a bad look and feel as Windows 7, so Windows were smoother etc. but you still saw that theres something wrong. Game perfomance was still bad, drivers didnt work...
    I got a 2011 iMac with a radeon 6700M, I've tried nearly all AMD Drivers available (Mobility and normal one's out of desperation).
    No success with anyone and the AMD Tool that should detect your hardware and download the driver for it tells me that I dont have compatible hardware..
    What can I do?
    Or do I really need to get a PC for Windows to work? -_-
    Regards.

    maybe slow down, do it "by the book" once, and after you have everyting installed and Apple drivers, and run WEI, then get the "right" newest mobility from AMD.
    Sometimes, in the past, the Nvidia gpu was not installing when users ran Boot Camp 4/5 Setup.exe and had to go in and run just one.
    Installing off USB has the unfortunate effect of ejecting/disconnecting the device when the USB driver was being installed leading to a botched driver install. I always run and download drivers in Windows or copy to Windows desktop folder.
    I assume you have Windows 7 64-bit, maybe SP1  version, and more than 4GB RAM, 8GB perferably. And "more than enough" space for Windows, for games, for page and hibernation files to reside and still have about 50% free space.

  • I can't play the downloaded iTunes movie on my newly updated iMac to OS X Maverick. Why not? And How can I get it to work? Thanks.

    I can't play the downloaded iTunes movie on my newly updated iMac to OS X Maverick. Why not? And How can I get it to work? Thanks.

    Do you get any error message?
    What actually happens when you open it?
    What app are you trying to play the files inside? Try iTunes.
    I assume these files have DRM from the iTunes store. The Mac needs to be authorized to play them, open iTunes & select Authorize in the store menu, then sign in with the Apple ID that purchased the files.
    Select the iTem in iTunes & get info on it (from the File menu) & you can see the account name that it belongs to.

  • Anyone get GNOME Shell working in Virtualbox yet?

    The latest version of Virtualbox came out today and it's supposed to have 3D support for GNOME 3 now and I've heard of some people on other distros getting GNOME Shell working, but I'm not having any such luck. I did a fresh install of Arch tonight, just in case, but I still get fallback mode (after upgrading Virtualbox and enabling 3D support, guest additions, etc). This is the error I'm getting:
    [root@sandbox ~]# gnome-shell --replace
    failed to create drawable
    (gnome-shell:1242): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to select the newly created GLX context
    Window manager error: Unable to initialize Clutter.
    It's the same error that someone was getting here a few weeks ago: https://bbs.archlinux.org/viewtopic.php?pid=928760
    However, with the Virtualbox upgrade, it's *supposed* to be running now, so I have no idea... So has anyone got this to work yet?

    djgera wrote:
    In guest:
    ln -s /usr/lib/xorg/modules/dri /usr/lib/dri
    or if the directory /usr/lib/dri is present, then
    ln -s /usr/lib/xorg/modules/dri/vboxvideo_dri.so /usr/lib/dri
    Or use latest virtualbox-guest-additons package.
    Enjoy!
    Somehow, it fails to work for me, don't know why! I just did a fresh install of Arch on a VM inside VirtualBox. Then installed Gnome by pacman -Sf gnome (yeah, conflicts. Had to force!) But, it dropped to fallback mode! Now, how do I get the 3d support?

  • Getting UMA to work with unlocked phone

    I purchased an unlocked 8220 phone to use on T-Mobile. One of the reasons to pick this phone is that it supports UMA ( this was listed as a feature when I purchased ). Does anyone know what I have to do to get UMA to work? I can connect to WiFi at home, so that is not the problem.

    Hello,
    There are a series of different articles in the public KB's...I suggest you search them for "UMA" and see if any of the kb's are useful to your situation:
    http://www.blackberry.com/btsc/microsites/microsite.do
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I have 2 ipad minis and I can't get headphones to work on either one.

    I have 2 ipad minis and I can't get headphones to work in either one. I have tried to push plug into the jack hard. All the headphones work in my ipod. Music still plays outside the headphones but not inside. Please help, I have 2 frustrated children because they can't use their headphones.

    Never mind figured it out. Things are so simple, but yet so hard :)

Maybe you are looking for