Placing icons and label inside a ToggleButtonBar

As It's explain on subject, I try to create a custom ToggleButtonBar with icon and label on top.
To do that, I create the class you can read below
package
import mx.controls.Button;
import mx.controls.ToggleButtonBar;
import mx.core.IFlexDisplayObject;
public class IconToggleButtonBar extends ToggleButtonBar
[Inspectable (enumeration = "left,right,top,bottom", defaultValue="left")]
public var labelPlacement:String="left";
override protected function createNavItem(label:String, icon:Class=null):IFlexDisplayObject
var b:Button = Button (super.createNavItem(label,icon));
b.labelPlacement= labelPlacement;
return b;
To use this class, I had done:
<fx:Script >
<![CDATA[
[Embed (source= "icon/paramList/archive.png")]
public var icon1:Class ;
private var listeObject:Object={label:"Label1", icon : icon1};
private var actesObject:Object={label:"Label2", icon : icon1};
private var preimpObject:Object={label:"Label3", icon : icon1};
private var amoamcObject:Object={label:"Label4", icon : icon1};
private var agendaObject:Object={label:"Label5", icon : icon1};
[bindable]
public var buttons:Array = [listeObject, actesObject, preimpObject, amoamcObject, agendaObject];
]]>
</fx:Script>
<component:IconToggleButtonBar
dataProvider="{buttons}"
itemClick="changeBbHandler(event)"
includeIn="tout"
selectedIndex="-1"
toggleOnClick="true"
x="7" width="95%"     
color="0xff0000"
height="49"/>
In my case, icon is visible on IconToggleButtonBar but no label appear.
Is anyone can explain to me why?
Thanks for helping

I tried that first. Updating the script to this doesn't work.
myXML.onLoad = function(){
//Set varible to store the XML childNodes
//This allows you to get the number of buttons in the XML file.
//You'll use this tell flash how many times to loop the for loop.
var linkname:Array = this.firstChild.childNodes;
//Set a for loop
for(i=0;i<linkname.length;i++){
//Push the button name into the names Array
names.push(linkname[i].attributes.NAME);
//Push the button link into the links Array
links.push(linkname[i].attributes.LINK);
//Attach the button Movie Clip from the libray give it an instance name and place it on the next highest level
this.attachMovie("button","btn"+i,this.getNextHighestDepth());
//Set the y position of the buttons
this["btn"+(i)]._y = yPosition;
//Increace the varible yPosition 15 pixel each time the loop runs to place each button under each other
yPosition = yPosition + 25
//Place the button name from names Array into the blackTxt text box
this["btn"+(i)].buttonText.Txt.text = (names[i]);
//Assign the btnRelease function to the button onRelease state.
this["btn"+(i)].onRelease = btnRelease;

Similar Messages

  • Placing the icon and label vertically in MenuBar

    Hi,
    Is there a way, to place the menuitems icon and label vertically in MenuBar. Flex doesn't provided any property for this? It seems we need to extend the MenuBar. Can anyone help me in getting this workaround?
    I have the below code with me. Here I have to place the labelField & iconField vertically (by default, flex is placing them horizontally).
    <mx:MenuBar id="menu"
            themeColor="#FFFFFF"
            width="100%" height="100%" x="0" y="0"
            dataProvider="{iconMenu}" showRoot="false"
            creationComplete="init()"
            itemClick="" labelField="@label" iconField="@icon">
    </mx:MenuBar>
    Thanks in advance.
    -RajaFlex

    It seems, I need to override the following function in MenuBar.as . Can anyone help me in overriding this function.
    override protected function updateDisplayList(unscaledWidth:Number,
                                                      unscaledHeight:Number):void
            super.updateDisplayList(unscaledWidth, unscaledHeight);
            var lastX:Number = MARGIN_WIDTH;
            var lastW:Number = 0;
            var len:int = menuBarItems.length;
            var clipContent:Boolean = false;
            var hideItems:Boolean = (unscaledWidth == 0 || unscaledHeight == 0);
            for (var i:int = 0; i < len; i++)
                var item:IMenuBarItemRenderer = menuBarItems[i];
                item.setActualSize(item.getExplicitOrMeasuredWidth(), unscaledHeight);
                item.visible = !hideItems;
                lastX = item.x = lastX+lastW;
                lastW = item.width;
                if (!hideItems &&
                    (item.getExplicitOrMeasuredHeight() > unscaledHeight ||
                     (lastX + lastW) > unscaledWidth))
                    clipContent = true;
            if (background)
                background.setActualSize(unscaledWidth, unscaledHeight);
                background.visible = !hideItems;
            // Set a scroll rect to handle clipping.
            scrollRect = clipContent ? new Rectangle(0, 0,
                    unscaledWidth, unscaledHeight) : null;
    Thanks!
    RajaFlex

  • "Customized Icon and Label has stopped working" message on startup in Windows Vista after latest iTunes upgrade

    I upgraded to the latest iTunes as part of the process for upgrading my iPhone to iOS6.
    Now I get a message window with the above message when I start Windows Vista.
    Besides the nominal inconvenience of clicking to close the popup window, is this a problem?

    Same exact problem with my iPod Touch ever since updating iTunes to 10.4.1. I've reinstalled iTunes and still no progress. What the ****, Apple?

  • Share ratings and labels

    Is there a way to share my ratings and labels that I made in Bridge with other people?
    I usually work with my editor, we both have all the clips on our computers (we work in different places).
    What I'd like to do is to give him all the ratings and labels I've done in Bridge without sending him all the files again.
    Can I do something like this?
    Thank you!
    Stefano

    Thanks, but I work with video and I do all the shooting. Once at home I review all the footage within Bridge and I sort all the clips by rating them with 1 to 3 stars.
    Sometimes my editor doesn't have any file when I've done all the rating so I just send him all the files and they actually have rating and label inside the metadata (because Bridge writes them inside the file's metadata while rating).
    The problem is when my editor takes with him all the footage right after the shooting (and it happens quite all the time). When I've done all my sorting I need to send him stars and labels but it's not confortable to send him all the files again so I was wondering if there is a way to export all my ratings to send him.
    Working with Premiere and After Effects is easy, we both have all the footage in the same directory and we just have to send the projects to each other (and the software automatically link all the media) but recently I've discoverd how usefull is Bridge to orginize and manage all the clips and I'd like to share with him all my work. It'd be a lot easier and faster!
    Thank you again,
    Stefano

  • Can I access a label inside of an MC and then go back to the main time line

    Here is my current set up.
    I have a labeled section on main time line which has icons of 12 different videos. Each icon acts as a button and brings a user to a labeled section with a FLV Video Playback component impemented to play the corresponding video. These labeled sections are located on the main time.
    This methog makes my main time line very long. Is there a way to make an additional MC which will hold all the video buttons and then have this MC separated into labeled sections.
    In other words can I access a label inside of an MC and then go back to the main time line?
    My present code for accessing the label located on the main timeline is:
    HowTo_maininfo_mc.theArrangement_btn.addEventListener(MouseEvent.CLICK, theArrangement_btn_amimated_btnDown);
    function theArrangement_btn_amimated_btnDown(event:MouseEvent):void {
    gotoAndPlay("theArrangement");
    How would it look if my label "theArrangement" would be located inside of an MC?
    Is there any specific code if I want to have a close button located on the label inside of an MC and it needs to fire out to a label located on the main timeline?

    Oh, WOW! It is working perfectly now.
    My mistake was that I was specifiying the var sourceVar:String;
    for every single button. It was not clear to me from the first example that it has to be specified only once.
    I made a small test Flash file and everything works now. It still doesn't work on my big flash file, I guess some other code messes it up and I can' not figure what it is exactly.
    I would like to include the OUTPUT error message in hopes that you can spot right away what a mistake could be:
    VideoError: 1000: Unable to make connection to server or to find FLV on server
              at fl.video::VideoPlayer/stop()
              at fl.video::FLVPlayback/stop()
              at acolyteVideos_fla::mainsite_mc_2/stopF2()[acolyteVideos_fla.mainsite_mc_2::frame484:21]
              at flash.display::MovieClip/gotoAndPlay()
              at acolyteVideos_fla::mainsite_mc_2/onClick_GoBackToHowTo2()[acolyteVideos_fla.mainsite_mc_2 ::frame484:13]
    If there is no immediate cure for it, I will go through code line by line. Since it is working on the test it must be something wrong with my main file.
    Additiona question (please let me know if I should paste it as a new thread)
    I have similar set up with UILoader. Where different buttons set up to bring a user to individual labeled sections with individual UILoader. Should it be arranged in the same way that it is only one loader and "var sourceVar:String;" code is the one which brings up different content for each button?

  • Is there a way to increase the icon size (and the text below) without using zoom?  I am trying to help out someone who has moderate visual impairment that does not want to use zoom just to see the icons and their labels.

    Is there a way to increase the icon size (and the text below) without using zoom in iOS 7?  I am trying to help out someone who has moderate visual impairment that does not want to use zoom just to see the icons and their labels.

    Hello Apple.
    It seems you have gone to great lengths to improve accessibility in many areas of the iPad. Why was this obvious problem with icon text size missed?  (It's not with the Mac.). And for so long too.
    Do you employ people with actual accessibility problems to help you do UI design?
    I think too, that some buttons are too close for people who might have motor control problems.
    I love my iPad but I fear as I age, the iPad might not keep up with me.

  • The Keynote icon is dimmed and labeled as "waiting..." on Home screen

    The Keynote icon is dimmed and labeled as "waiting..." on Home screen. I've tried restart but it still "waiting...". Keynote app not load when I tap its icon too (however I can open .PPT file by Keynote from Safari, using "Open in..."). How can I fix it?
    iPad Air 7.0.4 (no jailbreak)

    A few more suggestions.....
    Have you tried deleting the app by going to Settings>General>Usage>Storage. Tap the arrow next to the app name and then tap Delete App in the next screen?
    Another thing that you can try is to sign out of your account, restart the iPad, then sign in again. Settings>iTunes & App Stores. 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 Stores>Apple ID. Sign in again. See if you can resume the download.
    Turn WiFi off in Settings>WiFi>Off. Restart the iPad as described above. Go back to Settings>WiFi>On. See if the download will resume.
    You could also try resetting your router by unplugging it from power for about 30 seconds and then plug it in again. After the router resets, try to resume the download.

  • I have an app labeled productivity. It has taken notes and iTranslate inside. How do I get them out?

    I have an app labeled productivity. It has taken notes and iTranslate inside. How do I get them out?

    You shoudl really read the manual.
    You move them as you would any other app.
    iPhone User Guide (For iOS 5.1 Software)

  • My I phone was down loading the latest update to O S 7.o and it froze showing an I tunes icon and the wire connection to the charger. My phone is not working now.

    My I phone was down loading the latest update to OS 7.0 and it froze showing an I tunes icon, and an arrow pointing to the cord used to charge and download.
    I can't use the phone now its frozen in this screen.

    Hello, Indy car fan. 
    Thank you for visiting Apple Support Communities.
    When experiencing issues restoring or updating an iPhone, here are the best articles to go through.  If you received a specific error number when restoring, see the section labeled Get more help in the second article below.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Resolve iOS update and restore errors in iTunes
    http://support.apple.com/kb/ts1275
    Cheers,
    Jason H.

  • Best practice to show ICON instead Label for ADF Component

    Hi,
    I am using JDeveloper 11.1.1.6.
    My requirement is to use Icons instead Label text for my ADF components. Those are in one Form layout wich means that if I just used a panelgroup horizontal and put then the image and then the input component, the panelForm Layout wont automatically align my components. So I was trying to fallow this link
    http://adfpractice-fedor.blogspot.co.uk/2011/08/panel-form-layout-and-labels-with-icons.html with no success.
    Anyone else could orientate me on the right path?
    Thank you

    You can try to use af:panelFormLayout and set "rows" property.
    Then set simple="true" on your input components.
    For example:
    <af:panelFormLayout id="pfl1" rows="2">
          <af:image source="image1.png" id="i1"/>
          <af:image source="image2.png" id="i2"/>
          <af:inputText label="Label 1" id="it1" simple="true"/>
          <af:inputText label="Label 2" id="it2" simple="true"/>
    </af:panelFormLayout>Dario

  • My iPod displays black & white battery charge icon and sad iPod face. help!

    I plugged my iPod into an older iMac; it froze and had to be restarted.
    I restarted it and started listening on shuffle.
    It would skip through all of my songs without me pressing any buttons.
    I restarted again and it worked fine.
    I came home and plugged it into my 10.3.9 iMac and the tracks started skiping and barely playing on iTunes.
    I tried to eject it, but it wouldn't...so I unplugged it.
    I then restarted it, but after the silver-on-black iMac icon came up, the sad iPod face showed.
    So I pluged it back into the computer. It spontaniously restarted when I tried all of the steps of restarting and reinstalling.
    Then it just displays a black& white old battery charge icon with a thunder bolt that flickers on the screen now and then.
    And continues to restart itself with first the apple icon turning into the sad ipod face and then into the battery charge icon.
    I really do not want to restore my iPod. I am hoping to keep my files but at this point, my future is bleak.
    This happened last night. They said it might just be my battery so I kept it plugged in for about 10 hours. Nothing.
    What can I do?
    Please, please help.

    Hello,
    If a sad iPod icon or an exclamation point and folder icon appears on your iPod’s screen, or with sounds of clicking or HD whirring, it is usually the sign of a hard drive problem and you have the power to do something about it now. Your silver bullet of resolving your iPod issue – is to restore your iPod to factory settings.
    http://docs.info.apple.com/article.html?artnum=60983
    If you're having trouble, try these steps at different levels one at a time until the issue is resolved. These steps will often whip your iPod back into shape.
    Make sure you do all the following “TRYs”
    A. Try to wait 30 minutes while iPod is charging.
    B. Try another FireWire or USB through Dock Connector cable.
    C. Try another FireWire or USB port on your computer .
    D. Try to disconnect all devices from your computer's FireWire and USB ports.
    E. Try to download and install the latest version of iPod software and iTunes
    http://www.apple.com/ipod/download/
    http://www.apple.com/itunes/download/
    F. Try these five steps (known as the five Rs) and it would conquer most iPod issues.
    http://www.apple.com/support/ipod/five_rs/
    G. Try to put the iPod into Disk Mode if it fails to appear on the desktop
    http://docs.info.apple.com/article.html?artnum=93651
    If none of these steps address the issue, you may need to go to Intermediate level listed below in logical order. Check from the top of the lists to see if that is what keeping iPod from appearing on your computer in order for doing the Restore.
    Intermediate Level
    A. Try to connect your iPod with another computer with the iPod updater pre-installed.
    B. Still can’t see your iPod, put it in Disk Mode and connect with a computer, instead of doing a Restore on iPod Updater. Go and format the iPod instead.
    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iPod Updater and click “Restore”
    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iPod Updater and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“HP USB Disk Storage Format Tool”.
    http://discussions.apple.com/thread.jspa?threadID=501330&tstart=0
    C. Windows users having trouble with their iPods should locate a Mac user. In many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    Tips
    a. It does not matter whether the format is completed or not, the key is to erase (or partly) the corrupted firmware files on the Hard Drive of the iPod. After that, when the iPod re-connected with a computer, it will be recognized as an fresh external hard drive, it will show up on the iPod updater.
    b. It is not a difficult issue for a Mac user to find a window base computer, for a PC user, if they can’t find any Mac user, they can go to a nearest Apple Shop for a favor.
    c. You may need to switch around the PC and Mac, try to do several attempts between “Format” and “Restore”
    http://discussions.apple.com/thread.jspa?messageID=2364921&#2364921
    Advance Level
    A. Diagnostic mode solution
    If you have tried trouble shooting your iPod to no avail after all the steps above, chances are your iPod has a hardware problem. The iPod's built-in Diagnostic Mode is a quick and easy way to determine if you have a "bad" iPod.
    You need to restart your iPod before putting it into Diagnostic Mode. Check that your hold switch is off by sliding the switch away from the headphone jack. Toggle it on and off to be safe.
    Press and hold the following combination of buttons simultaneously for approximately 10 seconds to reset the iPod.
    iPod 1G to 3G: "Menu" and "Play/Pause"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Menu" and "Select"
    The Apple logo will appear and you should feel the hard drive spinning up. Press and hold the following sequence of buttons:
    iPod 1G to 3G: "REW", "FFW" and "Select"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Back" and "Select"
    You will hear an audible chirp sound (3G models and higher) and the Apple logo should appear backwards. You are now in Diagnostic Mode. Navigate the list of tests using "REW" and "FFW". The scroll wheel will not function while in diagnostic mode. For further details on Diagnostic mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/
    Try to do the 5in1, HDD R/W and HDD scan tests. Some successful cases have been reported after the running the few tests under the Diagnostic mode. In case it does not work in your case, and the scan tests reports show some errors then it proves your iPod has a hardware problem and it needs a repairing service.
    B. Format your iPod with a start disk
    I have not tried this solution myself, I heard that there were few successful cases that the users managed to get their iPod (you must put your iPod in disk mode before connecting with a computer) mounted by the computer, which was booted by a system startup disk. For Mac, you can use the Disk Utility (on the Tiger OS system disk), for PC user, you can use the window OS system disk. Try to find a way to reformat your iPod, again it does not matter which format (FAT32, NTFS or HFS+) you choose, the key is to erase the corrupted system files on the iPod. Then eject your iPod and do a Reset to switch out from Disk Mode. Reboot your computer at the normal way, connect your iPod back with it, open the iPod updater, and hopefully your iPod will appear there for the Restore.
    If none of these steps address the issue, your iPod may need to be repaired.
    Consider setting up a mail-in repair for your iPod http://depot.info.apple.com/ipod/
    Or visit your local Apple Retail Store http://www.apple.com/retail/
    In case your iPod is no longer covered by the warranty and you want to find a second repairing company, you can try iPodResQ at your own risk
    http://www.ipodresq.com/index.php
    Just in case that you are at the following situation
    Your iPod warranty is expired
    You don’t want to pay any service charges
    You are prepared to buy a new one
    You can’t accept the re-sell value of your broken iPod
    Rather than leave your iPod as paper-weight or throw it away.
    You can try the following, but again, only do it as your last resort and at your own risk.
    Warning !!!! – It may or may not manage to solve your problem, and with a risk that you may further damage your iPod, which end up as an expensive paper weight or you need to pay more higher repairing cost. Therefore, please re-consider again whether you want to try the next level
    Last Resort Level
    1. . Disconnecting the Hard Drive and battery inside the iPod – Warning !! Your iPod warranty will be waived once you open the iPod.
    In Hong Kong there are some electronic shops offering an iPod service for Sad iPod, the first thing they do is to open up the iPod’s case and disconnecting the battery and the Hard Drive from the main board of the iPod. Wait for 5-10 minutes and reconnecting them back. The reason behind which I can think of is to do a fully reset of a processor of the iPod. In case you want do it itself and you believe that you are good on fixing the electronics devices and have experience to deal with small bits of electronic parts, then you can read the following of how to open the iPod case for battery and HDD replacement (with Quicktimes)
    http://eshop.macsales.com/tech_center/index.cfm?page=Video/directory.html
    2.Press the reset button on the Hard Drive inside the iPod – Suggestion from Kill8joy
    http://discussions.apple.com/thread.jspa?messageID=2438774#2438774
    Have I tried these myself? No, I am afraid to do it myself as I am squeamish about tinkering inside electronic devices, I have few experiences that either I broke the parts (which are normally tiny or fragile) or failed to put the parts back to the main case. Therefore, I agree with suggestion to have it fixed by a Pro.
    2. Do a search on Google and some topics on this discussion forum about “Sad iPod”
    What should I do with my iPod? Send it or keep it?
    http://discussions.apple.com/thread.jspa?threadID=469080&tstart=0
    Strange error on iPod (probably death)
    http://discussions.apple.com/thread.jspa?threadID=435160&start=0&tstart=0
    Sad Face on iPod for no apparent reason
    http://discussions.apple.com/thread.jspa?threadID=336342&start=0&tstart=0
    Meeting the Sad iPod icon
    http://askpang.typepad.com/relevanthistory/2004/11/meeting_thesad.html#comment-10519524
    Sad faced iPod, but my computer won’t recognize it?
    http://discussions.apple.com/thread.jspa?messageID=2236095#2236095
    iPod Photo: unhappy icon + warranty question
    http://discussions.apple.com/thread.jspa?messageID=2233746#2233746
    4th Gen iPod Users - are we all having the same problem?
    http://discussions.apple.com/message.jspa?messageID=2235623#2235623
    Low Battery, and clicking sounds
    http://discussions.apple.com/thread.jspa?messageID=2237714#2237714
    Sad faced iPod, but my computer won’t recognize it
    http://discussions.apple.com/thread.jspa?messageID=2242018#2242018
    Sad iPod solution
    http://discussions.apple.com/thread.jspa?threadID=412033&tstart=0
    Re: try to restore ipod and it says "can't mount ipod"
    http://discussions.apple.com/thread.jspa?threadID=443659&tstart=30
    iPod making clicking noise and is frozen
    http://discussions.apple.com/thread.jspa?messageID=2420150#2420150
    I am not suggesting that you should follow as well, but just read them as your reference. You are the person to make the call.

  • How to keep form field and label together?

    In InDesign Creative Cloud (ID CC), I need to create a 20 page form (a type of questionnaire). As a prelude to doing this, I created a one page form. I am trying to keep labels (text) and fields together, so that if I add a question in the middle of the form, everything else moves down and stays in the correct alignment and relationship. Here is what I tried.
    Option 1: Anchored Fields. I created fields on a "fields" layer and labels on a "text" layer. The text layer generally had tables to help me see where fields should be placed. However, to keep fields and text in the same relationship on the page, I anchored the field to the text. Hoewever, this has the effect of moving the field object into the same layer as the text. When I tried to use the Articles panel to put the fields in correct tab order, I discovered that only fields (unanchored) that were in the forms layer could be dragged into the Articles panel; anchored fields (now in the text layer) could not be dragged into the Articles panel. Why?
    I know that I could also use the Object / Interactive / Set Tabs Order command, but I wanted to use Articles to see how that works.
    In this approach, I also could not figure out how to put underline the text form field
    Option 2: Tabs and Character Styles. I used character styles for underlining by not using tables, but using paragraphs and tabs to align where the fields should be. I applied a character style to a right-justified tab to get the underline. However, using this option, whenever I add a new question (field + label or instruction) in the middle of the form, everything else down on the page goes out of alignment.
    What recommendations do other form designers have? I have been trying to think of how IRS has "dense" or "complex" forms, and how these might be designed in InDesign CC. in order to apply similar techniques to my form design.
    I am running on a Mac, OS X 10.8.4, InDesign CC.

    Unless I am gravely mistaken, isnt this what you want?
    for (int i = 0; i < folderList.size(); i++) {
       String folder = (String) folderList.get(i);
        System.out.println("Folder: " + folder);
        System.out.println ("Messages: " + folderMap.get (folder));
    }

  • Cannot return to message list while in a message without clicking on "compose new message icon" and then cancelling it.

    After updating to 8.1 from 8 i cannot return to my message list from inside a message without clicking on the "compose new message" icon and then canceling out of that.
    Also, where it used to say return, it now says "Edit" and the word "Message" on the top of the screens is scruched together.
    Here is a link to a screenshot of my phone from the main messages listing.
    And here is a link to a screen shot of my phone from within a message.

    Hi Sir,
    Code snippet for reference:
    Private Sub Application_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean)Handles OutlookApplication.ItemSend
    Try
       Dim SentMailItemObject As Outlook.MailItem
    SentMailItemObject = CType(Item,
    Outlook.MailItem)
    ‘Can
    we add here User property in Mail Object Reference?
     Catch ex As Exception
    MsgBox(ex.Message, MsgBoxStyle.Information)
     End Try
    End
    Sub

  • There are black dots below some of my icons and I can't get any volume

    there are black dots below some of my icons and I can't get any volume

    OS X 10.10.1 Yosemite
    Black dots under the icons in the Dock?
    If an application is running, it is normal seeing a black dot under the application in the Dock.
    Closing the window doesn't make the application quit.
    Quit the application from the menu bar.
    Sound
    1.Plug in and  remove the headphone.
        If you see red light in the headphone port, plug the headphone
        in and out of the port 5 or 6 times to flip the microswitch inside.
        Sound output may be stuck in the digital mode.
    2. Reset PRAM.  http://support.apple.com/kb/PH14222
        Do this twice
    3. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:    "Resetting SMC on portables with a battery you should not remove on your own".

  • StarOffice 8 CDE Icon and Document File Extension Associations

    I recently upgraded to Solaris 10 (5/08). With previous versions of Solaris, I installed StarOffice 7 from CD and it placed the nice little icon in the CDE desktop panel and it created StarOffice associations to all the typical office file extensions (ie. .doc, .xls, etc.). I would like to use the StarOffice 8 that is bundled with Solaris 10. Is there an installation step or some other way to automatically setup the CDE icon and the file extension associations?
    Thanks,
    Joe
    Edited by: jdulisse on Sep 19, 2008 11:45 AM

    I came across the same problem on windows XP SP2 machines.
    I created a registry key that forces the file associations as follows:
    Windows Registry Editor Version 5.00
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\shell&#93;
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\shell\open&#93;
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\shell\open\command &#93;
    @="\"C:\\Program Files\\Sun\\StarOffice 8\\program\\soffice.exe\" \"%1\""
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\shell&#93;
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\shell\open&#93;
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\shell\open\command &#93;
    @="\"C:\\Program Files\\Sun\\StarOffice 8\\program\\soffice.exe\" \"%1\""
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\shell&#93;
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\shell\open&#93;
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\shell\open\command &#93;
    @="\"C:\\Program Files\\Sun\\StarOffice 8\\program\\soffice.exe\" \"%1\""

Maybe you are looking for

  • Error while changing password after Forgot password

    I have integrated OAM and OAAM in my environment. This issue occurs while accessing a protected resource. After clicking on forgot password and correctly answering the challenge questions, when I change the password, it shows me an error message: "Th

  • Where can I get a cable to connect my 2nd generation iPod to a USB port on a Windows PC?

    My wife wants to give her old iPod to her sister but we don't have a cable that will connect to a PC's USB port.  Are there adapters or something similar available that will enable our old 2nd generation iPod to communicate with a PC via a USB connec

  • Amount in words in F110 (sapscript -indian format)

    Hi Experts. I have changed the F110_PRENUM_CHCK to Z110_PRENUM_CHCK . I want the amount to be in word in indian format. say Ten Lakh ninty thousand and fifty But i am getting the output in "One millon .. " format Pls give me the coding and also sugge

  • Photo Booth Problem Solved

    For early adopters of iSight (NON-built-in) who want a solution to not being able to use Apple's PhotoBooth software: Craig Hickman (creator of KidPix, and University of Oregon art Professor) has developed a similar if not better program called Mugsh

  • Float Images to Left of Content DIV?

    I am using iWeb 3.0.4 with the 2.0 Layered Paper theme. I am trying to figure out a way to allow the wagon wheels (shown in the screen shot below) to extend to the left visably.  I have them at the front, and when I hold down Command while dragging,