ToolTip positioning and volume 'hit' area problem

Hello,
I have been working on re-skinning the player that comes with Adobe's FMS, in flex builder 3 and I would really appreciate some help on the following issues.
1. Positioning the tooltips. I have figured out how to change the style of these (text, background opacity etc) via the embedStyle.css, no problems with that. However, I just cannot figure out how to actually reposition them from the default position of the bottom right.
2. My volume control (volume slider) sits above my progress bar on the players GUI. You can drag both of these to adjust. However, when the progress bar is under the volume bar the progress bar loose it's interactivity. The volume slider only has a height of 2, but it appears that it's actual button 'hit' area is sitting over the progress bar.
I have do a stack of googling on these but I am still hitting a wall with it. Any help would be much appreciated.
thanks

To add to this question: What is the best way to continue the animation until the end when the user exits the hit area instead of just jumping back to the Up state?
Thanks
Daniel

Similar Messages

  • Pan and Volume Sliders are disabled

    Hello there! My Pan Button and my volume slider are disabled in GarageBand '08. Everything is up-to-date with my new MacBook I've just bought last week. The same thing happens to a friend who has upgraded from Tiger to Leopard.
    Is someone has problem with this issue? Is there a solution?
    Unfortunately, the show must go on...
    Thanks!

    http://www.bulletsandbones.com/GB/GBFAQ.html#pandisabled
    http://www.bulletsandbones.com/GB/GBFAQ.html#voldisabled

  • My ipod power button and volume button are both broken what should i do??

    My ipod power an volume button are both broken what should i do??

    Try here. Some of the fixes for the Home button are also applicable to the Power button.
    fix for Home button
    What happensed to the buttons? Is ther physical damage to the iPod that caused the problem?
    Have you tried the standard troubleshooting of:
    - reset.
    - Restore from backup
    - Restore to factory defaults/new iPod
    to rule out a software problem?

  • My sleep and volume button are not working. Help please!!!

    I tried restoring my Ipod and it doesn't work. It worked once then i couldn't do it again. Please help.

    If you only restored from backup, restore to factory defaults/new iPod.  If you then still have the problem it is likely a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • Touch 3.1.2 update and Volume Problem

    Hey guys, im trying to find the 3.1.2 update for the ipod touch to download outside of itunes but preferably at apple.com somewhere, i have dial-up at my house and wi-fi at college. i need to restore my brothers touch but he wont let it out of his sight. i have both 3.0 and 3.1 saved on my computer (.ipsw files) does anybody know where i can find the 3.1.2 file? He's also having a problem with it when the headphones are plugged into it and he turns the volume all the way down you can still hear the music playing quite loud anybody else having this prob? any ideas on a solution would be much appreciated. -Thanks Jake
    Message was edited by: Grimmjac

    Okay, check this:
    In settings>music, check to see if EQ and Volume limit are both off. (Also check volume limit is not locked.)
    It appears as of right now you'll need iTunes to update to 3.1.2. (I figured Apple would have it elsewhere. My bad.) You can try here for 3.1.2: http://mac.softpedia.com/progDownload/iPhone-Firmware-Download-38026.html --but be advised you do so at your own risk.
    Doc
    Message was edited by: Doc

  • Period and Volume Discounts

    It is unfortunate that Period and Volume discounts are not currently supported.
    I have a situation where a customer is using this functionality :currently there are around 2500 customers and 1500 prices with single discounted quantity breaks.
    In B1 the quantity breaks are handled in the standard way and I would not want to set up individual special prices in B1 for each customer and synch.
    How then to handle this online ?
    I assume using SQL to insert some 3 million records into the PartsPricing table is possible but I don't know how practical this is or whether it would affect performance.
    Is there perhaps a more practical alternative using some code which runs when the calculate button is clicked ? This would have to combine the Customer the part and an integer representing the quantity break and a discount %.
    Any ideas would be appreciated

    I thought that this was supported in this version? (sp1p1). I haven't tested yet, but I had hoped to turn off my work around.
    The work around involves populating the partspricing table with qtybreak records for each item & price list that has a qtybreak setup. We do not have that many, and currently there are only about 573 records (no. items with qtybreaks x no. breaks x no. pricelists). I do this using an SSIS package that runs each night. I also had to add a trigger on the PartsPricingMaster to make sure that the SpecialCalcType stayed as B, for some reason Webtools overwrites this value each sync, which prevented the qtybreaks from working.
    Far from ideal, but it worked. However, I have not yet tested the current version to see what changes have been made in relation to this.
    Hope that helps.
    Also, I have the sql for the select query if you need it.
    Edited by: Martin Barrett on Apr 2, 2009 12:32 PM

  • How to disable safe mode on xperia z1,power and volume button doesn't work

    How to disable safe mode on xperia z1,power and volume button doesn't work

    Hi rafharum,
    Welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    A simple restart to the device would generally resolve this issue, however if the power key and Volume key are not working they may very well be causing the handset to execute safemode when ever you power the device on.
    If this is the case, you will need to get the handset to a service agent for assessment. Please use the link below to contact Sony Mobile Customer Care directly.
    http://support.sonymobile.com/global-en/contactUs/
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Huge volume of records are routing to the remote user other than his position and organization records. Synchronization and DB initialization taking more time around 36 hours.

    Huge volume of records are routing to the remote user other than his position and organization records. Synchronization and DB initialization taking more time around 36 hours.
    Actual accounts & contacts need to be route around 2000 & 3000 but we have observed lakhs of records routing into local DB.
    We have verified all the Assignment Rules, Views.
    We ran docking object visibility rules and we have observed that some other accounts are routing due to Organization rule passing. (these records are not supposed to route).
    Version Siebel 7.7.2.12,
    OS Solaris.

    let me know what would be the reason that 1st million takes only 15 minuts and the time goes on increasing gradually with the increase of dataYes that's a little strange. I only can guess:
    1. You are in archivelog mode and the Archiver is not able to archive the redo logs fast enough
    2. You don't use Direct Load and DBWR ist not able to write the direty block to disk fast enough. You could create more DBWR processes in that case.
    3. Make a snapshot of v$system_event:
    create table begin as select * from v$system_event;After the import run
    create table end as select * from v$system_event;Now compare the values:
    select * from begin order by TIME_WAITED_MICRO descwith the values given you by
    select * from end order by TIME_WAITED_MICRO descSo you can look where your DB spent so much time waiting for something.
    Alternativly, you could start a 10046 trace on the loading session and use tkprof.
    Dim

  • Yosemite is awful- unable to empty trash, volume options are haywire, error codes on file management, and files won't replace when moved. What are my options at this point?

    Like the topic - "Yosemite is awful- unable to empty trash, volume options are haywire, error codes on file management, and files won't replace when moved. What are my options at this point?"
    I installed this OS, and it looks nice, but it's terrible to use. I randomly have the volume controls get disabled, and sometimes the volume menu in the system tray does nothing when adjusted which I've never seen in an OS before. The trash won't empty. When I try to drag and drop newer files over existing ones, nothing happens. The old ones just stay there. I have to delete the old ones and then move the new ones. And when I go into the protected files to manage audio plugins (I make music), the first thing I hit are error codes galore, and password prompts that either don't popup when they should, or don't execute the command after I provide my password.
    What can I do now that I installed the flames of **** onto my computer?

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    resetp
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • Hey! recently my key board settings has changed and now my volume buttons are no longer F10 and F11, now if i want to change the volume i have to do it on the top bar of the screen! how do i change it back to work normally on my wireless keyboard?

    Hey! recently my key board settings has changed and now my volume buttons are no longer F10 and F11, now if i want to change the volume i have to do it on the top bar of the screen! how do i change it back to work normally on my wireless keyboard?

    Hi, did you upgrade the OS lately?
    I think Spark cured this for another person and the same problem...
    http://www.shadowlab.org/Software/spark.php

  • Creation of lsmw for updation of position and pers area

    Hi friends,
    I am tried many time to update position and personnel area through lsmw for all employees ,at time of recording its coming.But once compltion of lsmw preparation i am uploaded my inputs through tabfile that time its updating only personnel number and infotype  and its asking the save the action screen (At the same time its showing one popup below screen like there is no recording for mp000000).Can you tell any one there whats the problem.At the same time is it possible to upload the position and personnel area through lsmw.
    Thanks,
    arjun.

    Hi Arjun
    Are you performing a hiring actions, if you are performing a hiring action, when you start with LSMW, the recording should be correct with hire date or start date, personnel number, reason for hire, position number, personal area, employee group and subgroup.
    The source field you specific should contain the required field name, type, length and field discription.  The field mapping should be done perfectly and assign the specified file in txt format and try to upload.
    If you are facing any problem, let me know.  I think I can help you
    Regards
    Santhosh.S

  • I have an iMac mid 2010. After Disk utilities said the drive was corrupt, I ran the hardware test (extended) 3 times. No problems. I than ran Disk utility again and got 2 messages in red-keys out of order, and --Volume corrupt, can't be repaired.  I tried

    I have an iMac mid 2010. After Disk utilities said the drive was corrupt, I ran the hardware test (extended) 3 times. No problems. I than ran Disk utility again and got 2 messages in red…keys out of order, and ……Volume corrupt, can't be repaired.
    I tried to do a system install, but message said…disk can't be changed. Will a complete erase and install fix this ?
    Everything is backed-up.

    There's hardware and software.
    Your drive could physically be in good condition but something has caused the file structure to be messed up (it just happens sometimes).  The directory that keep track of files is corrupt.  Disk Utility can help determine if that is the issue.  In some cases it can repair the problem but it cannot do it to a drive that is being used to boot the system while you are doing that.  You have to boot from another drive.  Some things DU cannot repair and you need to try a stronger utility such as Diskwarrior.
    A failing hard drive (one with mechanical issues) can be a cause of file structure issues but this is by no means always the case.  Apart from looking at the SMART diagnosis feature of Disk Utility (and smart isn't totally reliable) there often isn't a way to tell if a drive is failing until it suddenly happens, which is why you need to maintain backups.
    In your situation it does sound serious and not just minor directory corruption.  You can try erasing (formatting) the drive,  You may need to do this if it is really corrupt, in which case there could be underlying physical issues.  I use old technology but if you have the patience you can try erasing the drive with the security option of writing zeros once (don't do more unless you are going on a 3 week vacation).  This makes the drive not simply assume everything is okay by forcing it try every part of the drive by writing data.  If something is gong wrong you may find it marks a lot of bad sectors, or flat out refuses to format.  Then you know you need a new drive.

  • Where are brightness and volume in percentage ?

    Hi, i'm configuring conky and i don't see where are brightness and volume. I found temperatures in /sys/class/thermal/thermal_zone0/temp, but i didn't find brightness or volume, i tryed find it via checking keyboardkeys, but i think i have controlling brightness only in bios. I have shortcuts (Fn+left or right arrow) which works but i need percentage lighting display, which i'll use for conky. The same problem i have for volume. Thanks for help

    [root@acer ~]# cat /proc/acpi/video/OVGA/CRT1/info
    device_id: 0x0100
    type: CRT
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DFP1/info
    device_id: 0x0300
    type: UNKNOWN
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DFP2/info
    device_id: 0x0600
    type: UNKNOWN
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DTV1/info
    device_id: 0x0200
    type: TVOUT
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DTV2/info
    device_id: 0x0500
    type: UNKNOWN
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/LCD/info
    device_id: 0x0400
    type: UNKNOWN
    known by bios: no
    I really don't know how Fn+key work but i checked all infos in previous post
    Last edited by STANKAR (2010-12-26 14:04:17)

  • After trying to update all in app store the icons are just staying on waiting position and noting happens

    After trying to update all in app store the icons are just staying on waiting position and noting happens

    I have posted this quite a few times and some of these suggestions have worked for others in the past. See if anything works for you.
    1. Tap the "waiting" icon and see if you can pause it. If it does pause, then tap it again and see if it will resume. If that works, repeat the same steps for each "waiting" icon.
    2. Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    3. Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download at a time on the iPad so that could be what is causing the problem.
    4. If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and then try to update again. Tap one waiting icon only if necessary to start the download stream.
    5. You can also try deleting the waiting icons - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again. You can also dete apps in Settings>General>Usage>Storage.
    6. You can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered.
    7. If all else fails, download the updates or the apps in iTunes on your computer and then sync the content to your iPad.

  • I am using i phone 4s 64 gb.recently got a re furbished phone.when i check it,i can see a minute difference,volume increase and decrease bottons are alligned upside down.what  i can do now?

    hi there,i am raj from new zealand.i am using my i phone 4s for the past two and half years.i found a difficulty with my phone and then i called apple care and send my old phone and got a refurbished piece in the starting of this year.
    and recently i noticed that the volume increase and decrease bottons are mis placed(placed upside down).
    as per my concern,apple is a great organisation and this mistake is going to be a big problem to their name and business.so please some one help me out to talk to a right person to deal about it.
    thanks

    If there is Warranty or AppleCare, take to Apple for resolution. If no coverage, do not worry about it, the button is the same either way. Your iPhone will function perfectly.

Maybe you are looking for