Working with XML and Button

Hi,
How are all of you. Well I am new to Flex. But I have started
building simple applications. One of the top most problem I am
facing is working with XML and Button. Can you please assist me in
this. I am explaining my problem:
I have an external XML file like this:
<Menu>
<button>
<idnt>0</idnt>
<label>General Health</label>
<text>General Health pages is currently under
construction</text>
</button>
<button>
<idnt>1</idnt>
<label>Mental Health</label>
<text>Mental Health pages is currently under
construction</text>
</button>
</Menu>
Now I want to generate Buttons Dynamically from this XML. And
the second thing which is the most problematic is that how I code
it so that when I press the Button labled "General Health", it will
show the same text as in the XML tag coresponding to tag
"<label>General Health</label>" ?
I badly need this. I am realy confused on this. Kindly help
me.
Regards
..::DeX

Let's assume that variable "node" contains one element of the
XML. For example,
<button>
<idnt>0</idnt>
<label>General Health</label>
<text>General Health pages is currently under
construction</text>
</button>
such that node.label would be "General Health", node.idnt
would be 0, etc.
You can build a Button like this:
var b:Button = new Button();
b.label = node.label;
b.data = node; // more on this later
b.width = 60;
b.height = 26;
addChild(b); // critical - adds the button to the display
list so you can see it
b.addEventHandler( MouseEvent.CLICK, handleClick );
You must set the button's width and height unless the button
will be in a container that will size its own children (like Tile).
Every Flex component has a data property. You can set it to
whatever you like. For your needs it makes sense to set each
Button's data property to the node it relates to.
Now suppose that code above is in a function, createButton:
private function createButton( node:XML ) : void {
// code from above
Here's how to make all the buttons where "menu" is a variable
that contains your XML:
for(var k:int=0; k < menu.button; k++) { // menu.button is
an XMLList
createButton( menu.button[k] );
Now to handle the event:
private function handleEvent( event:MouseEvent ) : void
var b:Button = event.currentTarget as Button;
trace( b.data.text);
When a button is picked, the description element will print
in the debug console. Replace the trace with whatever code you
need.

Similar Messages

  • Working with XML and dates (i'm a begginer).

    Hi everyone,
    First of all, sorry for my english i'm a french user and I find no community in French to talk about my problem :
    I have an XML file like this :
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <pubs>
    <pub consumid="title" cover="21_07_2014/data/cover.jpg" coverthmb="21_07_2014/data/coverthmb.jpg" date="20140721" dummies="21_07_2014/ipad_dummies.xml" id="104263" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="22_07_2014/data/cover.jpg" coverthmb="22_07_2014/data/coverthmb.jpg" date="20140722" dummies="22_07_2014/ipad_dummies.xml" id="104302" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="23_07_2014/data/cover.jpg" coverthmb="23_07_2014/data/coverthmb.jpg" date="20140723" dummies="23_07_2014/ipad_dummies.xml" id="104303" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="24_07_2014/data/cover.jpg" coverthmb="24_07_2014/data/coverthmb.jpg" date="20140724" dummies="24_07_2014/ipad_dummies.xml" id="104186" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="25_07_2014/data/cover.jpg" coverthmb="25_07_2014/data/coverthmb.jpg" date="20140725" dummies="25_07_2014/ipad_dummies.xml" id="104404" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="26_07_2014/data/cover.jpg" coverthmb="26_07_2014/data/coverthmb.jpg" date="20140726" dummies="26_07_2014/ipad_dummies.xml" id="104265" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="28_07_2014/data/cover.jpg" coverthmb="28_07_2014/data/coverthmb.jpg" date="20140728" dummies="28_07_2014/ipad_dummies.xml" id="104422" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="29_07_2014/data/cover.jpg" coverthmb="29_07_2014/data/coverthmb.jpg" date="20140729" dummies="29_07_2014/ipad_dummies.xml" id="104443" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="30_07_2014/data/cover.jpg" coverthmb="30_07_2014/data/coverthmb.jpg" date="20140730" dummies="30_07_2014/ipad_dummies.xml" id="104444" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="31_07_2014/data/cover.jpg" coverthmb="31_07_2014/data/coverthmb.jpg" date="20140731" dummies="31_07_2014/ipad_dummies.xml" id="104462" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="01_08_2014/data/cover.jpg" coverthmb="01_08_2014/data/coverthmb.jpg" date="20140801" dummies="01_08_2014/ipad_dummies.xml" id="104482" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="02_08_2014/data/cover.jpg" coverthmb="02_08_2014/data/coverthmb.jpg" date="20140802" dummies="02_08_2014/ipad_dummies.xml" id="104502" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="04_08_2014/data/cover.jpg" coverthmb="04_08_2014/data/coverthmb.jpg" date="20140804" dummies="04_08_2014/ipad_dummies.xml" id="104522" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="05_08_2014/data/cover.jpg" coverthmb="05_08_2014/data/coverthmb.jpg" date="20140805" dummies="05_08_2014/ipad_dummies.xml" id="104542" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="06_08_2014/data/cover.jpg" coverthmb="06_08_2014/data/coverthmb.jpg" date="20140806" dummies="06_08_2014/ipad_dummies.xml" id="104543" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="07_08_2014/data/cover.jpg" coverthmb="07_08_2014/data/coverthmb.jpg" date="20140807" dummies="07_08_2014/ipad_dummies.xml" id="104562" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="08_08_2014/data/cover.jpg" coverthmb="08_08_2014/data/coverthmb.jpg" date="20140808" dummies="08_08_2014/ipad_dummies.xml" id="104582" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="09_08_2014/data/cover.jpg" coverthmb="09_08_2014/data/coverthmb.jpg" date="20140809" dummies="09_08_2014/ipad_dummies.xml" id="104602" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="11_08_2014/data/cover.jpg" coverthmb="11_08_2014/data/coverthmb.jpg" date="20140811" dummies="11_08_2014/ipad_dummies.xml" id="104622" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="12_08_2014/data/cover.jpg" coverthmb="12_08_2014/data/coverthmb.jpg" date="20140812" dummies="12_08_2014/ipad_dummies.xml" id="104642" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="13_08_2014/data/cover.jpg" coverthmb="13_08_2014/data/coverthmb.jpg" date="20140813" dummies="13_08_2014/ipad_dummies.xml" id="104643" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="14_08_2014/data/cover.jpg" coverthmb="14_08_2014/data/coverthmb.jpg" date="20140814" dummies="14_08_2014/ipad_dummies.xml" id="104665" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="15_08_2014/data/cover.jpg" coverthmb="15_08_2014/data/coverthmb.jpg" date="20140815" dummies="15_08_2014/ipad_dummies.xml" id="104702" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="16_08_2014/data/cover.jpg" coverthmb="16_08_2014/data/coverthmb.jpg" date="20140816" dummies="16_08_2014/ipad_dummies.xml" id="104723" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    <pub consumid="title" cover="18_08_2014/data/cover.jpg" coverthmb="18_08_2014/data/coverthmb.jpg" date="20140818" dummies="18_08_2014/ipad_dummies.xml" id="104782" name="" num=""
    productid="GVNP" sproductid="$unavailable$"/>
    </pubs>
    I just want a simple thing : deleting the nodes where dates are more than 15 days (2 weeks). Like in this example, i only want nodes where dates are between "20140802" and "20140818". The result can be in an other XML file or directly applied
    in the already existing XML file.
    I'm a newbie using PowerShell, but i already found some interesting commands like these ones :
    $xml = [xml](Get-Content E:\ipadpub.xml)
    $datations = $xml.pubs.pub | % {$_.date -ge {(Get-Date).adddays(-15)}} | $xml.Save("E:\test.xml")
    I'm testing many others commands but i'm unsucessful :(
    Can anyone give me some good tips in a way to solve my problem, it would be nice.
    Regards,
    Jf

    Back... I found something interesting by following your advices... this code get me a status (true or false) on exactly what i want.
    The fact is that I can't delete "false" nodes i'm keeping searching but if you may help it would  be nice ...
    $xml = [xml](Get-Content J:\EpaperWeb\Kiosque_Prod\epaper\xml_epaper\HAVP\ipad_publications.xml)
    $Date = Get-Date
    $DateStr = $Date.Adddays(-15)
    $DateStr = $DateStr.ToString("yyyyMMdd")
    $xml.pubs.pub | % {$_.date -le $DateStr}
    If ($xml.pubs.pub | % {$_.date -le $DateStr})
    $node = $xml.SelectSingleNode("//pubs/pub")
    [Void]$node.ParentNode.RemoveChild($node)
    $xml.Save("J:\test.xml")
    In bold here are the false code lines :(

  • Can someone tell me how to work with XML and workflow?

    Ive insert a XML file in a CLOB data type column of a table. Now I want to
    use some tags of this clob in a process of ora workflow. I know that there is a standard function get tag, but how can I say where the tag must get his information?
    Oracle should foreseen a document with step-by-step instructions, how to use XML in Oracle workflow. There is nothing to find on OTN or Metalink or even the internet to do this.
    Thanks for your time

    If you are using the standard XML Get Tag Value activity, you can specify the tag set in XPath notation. For details about this notation, see the W3C Recommendation "XML Path Language (XPath)". Note that this standard activity looks for the CLOB within an event message structure. See:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/workflow.920/a95265/std21.htm#xmlgettval
    Ive insert a XML file in a CLOB data type column of a table. Now I want to
    use some tags of this clob in a process of ora workflow. I know that there is a standard function get tag, but how can I say where the tag must get his information?
    Oracle should foreseen a document with step-by-step instructions, how to use XML in Oracle workflow. There is nothing to find on OTN or Metalink or even the internet to do this.
    Thanks for your time

  • HT4437 The airplay on my i pad works with music and pictures but I cannot get it to work with safari and mirroring.  Does anyone know what I could be doing wrong? Thanks!!

    The airplay on my i pad works with music and pictures but I cannot get it to work with safari and mirroring.  Can someone help me to get things working?  Thanks!

    As an IT person, I can put my hands up to the same difficulty.  Then on double clicking on Home button, find AirTV symbol amongst Music control
    Solved my problem having spent hours looking for a complicated answer.  Well done Apple for hiding it so well.
    Brian

  • How to work with xml in java ?

    Hello everybody. I am trying to read, write and modify xml file in java. But i don't know what is the best method for work with xml file ? Please give me some examples for read, write and modify it.
    Thanks in advance.

    >
    Hello everybody. I am trying to read, write and modify xml file in java. But i don't know what is the best method for work with xml file ?>'It depends'. I saw some discussions of XML parsing using different J2SE core XML APIs (the J2SE has a selection of ways to deal with XML) where one API was 20 times faster than the other.
    >
    ... Please give me some examples for read, write and modify it. >Please give me a ponie. ;-)
    You will probably need to do a lot of reading, as well as some experimentation, before you decide which XML API is best suited to the particular task you are facing.
    >
    Thanks in advance.>No worries.

  • Problem when load more swf files work with xml files into my movie

    hi ;
    I have one flash file & more of swf files which work with xml files .
    when I load one swf file into my flash file  and remove it and load anther one on the same movieclip in my flash file it load the old swf file.
    when i load one on movieclip and remove it and load anther swf  on anther movieclip the file doesn`t work  and stoped.
    when test my flash file to load and remove swf files without xml file it work fine but when repleaced the swf files with other work with xml files the problem hapend.
    thanks;

    YOu should trace the names of the files that are being targeted for loading to see if they agree with what you expect.  If you want help with the coding you will need to show the code that is relevant to your problem (not all of it)

  • Minimize button doesnt work with mouse right button after openning a new tab in windows 8.1 with firefox nightly

    I'am using Mozilla firefox nightly version in Windows 8.1 .... after starting the Mozilla all toolbar options, minimize, maximum buttons works fine. but as soon as i open a new tabe the (minimize, maximize, close) options do not work with mouse left button clicking. I have to click taskbar "nightly icon" to minimize or close the browser.

    HI Ashraful_007,
    Currently Nightly is not a supported version and is changing each day, however please also to not be discouraged to try to start Firefox in Safe Mode to make sure it is not an add on as well as file a bug in bugzilla.mozilla.org.

  • Anyone working with XML in portlets? How?

    Do you work with XML/XSL in a JSP Portlet to build your presentation?
    We are having trouble with german Umlauts and want to know a way for XML in portlets in general.
    Thomas

    Hallo Ingo !
    We use the Oracle XML Parser and XSL transformer in a JSP Portlet. The XML is referenced throu a URL from our XML server.
    The XSL file is in the portlet directory.
    Our Problem is:
    Even if we use encoding attributes set to UTF-8 we are not able to display Umlauts correctly. They are not encoded to HTML Umlauts (e.g. &#252; to &uuml;).
    We tested our code with Apache Xalan and Xerces and everything works fine.
    I think that Oracle XML parser treats things not as they are recommended by W3C.
    Finally we gave up parsing XML with oracle Parser and now use Apache XML/XSL Parsers.
    Or do you know a better way?
    Thomas

  • Working with placeholders and templates in 10gR4

    I am new to 10gR4 features. Can someone help me in working with placeholders and templates in 10gR4. Is there a document available on that?
    This is what is did. I created a primary page which contains a contribution region for list of articles(dynamic list fragment). Next, I created a secondary page (hcsp file) which is designed to create/update new artcicles. I also added a placeholder before the contribution region for this article by name ArticleDetail.
    I was able to add new articles and work with them as usual like in 10gR3.
    But when I tried to access the contents of a particular article using wcm_place_holder service I am not able to see any contents.
    This is the url for the request
    http://hd-pratapm/ucm/idcplg?IdcService=WCM_PLACEHOLDER&siteId=TestSite&dataFileDocName=TESTCONTENTFILE&templateDocName=ArticleDetail
    where the TESTCONTENTFILE is the content id of the article data file and ArticleDetail is the name of the placeholder placed above article contribution region.
    I tried changing the value of templateDocName to content id of the article (TESTCONTENTFILE) and also tried the content id of eondary page file for article, but the same result. I am not able to see anything on the screen.
    Also tried the same with above values with placeholderDefinitionDocName instead of templateDocName parameter but no good.
    Anything wrong I am doing here?
    Regards,
    Pratap

    I tried something different and I am getting the response but the content is not html.
    This is what I tried
    http://hd-pratapm/ucm/idcplg?IdcService=WCM_PLACEHOLDER&dataFileDocName=TESTARTICLE&templateDocName=TESTARTICLE
    and I got the response which is xml data. I think it is the contributed data file for TESTARTICLE.
    What we are looking for is the html text for presenting the article directly on external sites. The documentation for WCM_PLACEHOLDER says that it should get html directly. I am not able to get it.
    This is the snippet of code of articleDetails.hcsp secondary page
    ================================================================================================
    <!--SS_BEGIN_SNIPPET(fragment1,2)--><!--$ssFragmentInstanceId="fragment1", ssIncludeXml("SS_FRAGMENTS_PLAIN", "fragments/fragment[@id='NavMultiHorizontal']/snippets/snippet[@id='2']/text()")--><!--SS_END_SNIPPET(fragment1,2)-->
    </p>
    <p> </p>
    <p><!--$wcmPlaceholder("QtelArticleDetail")--></p>
    <p>
    <!--SS_BEGIN_OPENREGIONMARKER(region1)--><!--$SS_REGIONID="region1"--><!--$include ss_open_region_definition --><!--SS_END_OPENREGIONMARKER(region1)-->
      <!--SS_BEGIN_ELEMENT(region1_element6)--><!--$ssIncludeXml(SS_DATAFILE,region1_element6 & "/node()")--><!--SS_END_ELEMENT(region1_element6)-->  </p>
    <p><!--SS_BEGIN_ELEMENT(region1_element2)--><!--$ssIncludeXml(SS_DATAFILE,region1_element2 & "/node()")--><!--SS_END_ELEMENT(region1_element2)--> </p>
    <p><!--SS_BEGIN_ELEMENT(region1_element3)--><!--$ssIncludeXml(SS_DATAFILE,region1_element3 & "/node()")--><!--SS_END_ELEMENT(region1_element3)--></p>
    <p><!--SS_BEGIN_ELEMENT(region1_element4)--><!--$ssIncludeXml(SS_DATAFILE,region1_element4 & "/node()")--><!--SS_END_ELEMENT(region1_element4)--></p>
    <p><!--SS_BEGIN_ELEMENT(region1_element5)--><!--$ssIncludeXml(SS_DATAFILE,region1_element5 & "/node()")--><!--SS_END_ELEMENT(region1_element5)-->
    <!--SS_BEGIN_CLOSEREGIONMARKER(region1)--><!--$include ss_close_region_definition --><!--SS_END_CLOSEREGIONMARKER(region1)-->
    ================================================================================================
    Can you please suggest what else needs to be done in order to get html repsonse from WCM_PLACEHOLDER service.
    Regards,
    Pratap

  • NB200 Windows 7 Fn key not working with ESC and F1 to F8 keys

    I recently bought a Toshiba NB200-136 and everything worked fine.
    Flash cards on top/bottom of the screen work with Space, ESC and F1 to F8 keys, the rest of function buttons work without showing the cards. Lately the cards stopped showing and I cannot use the Fn + Space, ESC, F1-F8 keys (there's just no reaction), though the rest of buttons work with Fn and the LED is always lit when the Fn is pressed.
    I reset Flash Cards, checked and changed their settings few times and they work only if I choose 'Allow the mouse to bring up the cards' option. Even then they don't appear when I press Fn and the functions work only when I click one of the cards.
    The problem appeared after (though I'm not sure if immediately) such situation:
    I clicked Start -> Shut down and closed the lid. When I opened it the next morning I saw an empty list of programs that wouldn't shut down (it happens quite often, but it's off top). I clicked 'Cancel' or 'Force shut down' but it didn't work so I pressed the Power Button for 5 secs to turn the computer off. I noticed the Fn problem after turning it on and it didn't disappear after resets.
    I think the problem appeared before but disappeared after reset so I ignored it.
    I'll be thankful for your help.

    Any time that you force Windows to stop instead of letting it shut down normally (sometimes you have to shut it off), you may have lost clusters of data that interfere with the proper operation of Windows. So I suggest you start up and run scandisk and make sure you check the box for fixing problems. The other box doesn't need to be checked unless you suspect bad sectors on the hard drive and it takes a long time so I recommend only checking the one box for finding and fixing errors.
    Let us know if this worked and the problem is fixed.
    Good luck.

  • Learning to work with XML

    Hello!
    Can anyone point me to some resources/turtorials/books etc from where to learn more about working with XML in indesign?
    So far all I found on the net are some simple tutorials to make business cards and the like..
    I need to make large books (for example, right now i'm working on a cookbook), and i'we seen some amazing examples of what can be achieved using a XML workflow.
    Related question: where can i find some documentation about the "aid" namespace (i think that's the correct term? for example: <element aid:pstyle="blahblah">
    thanks all.

    InDesign CS5: Dynamic Publishing Workflows in XML with Jim Maivald (the author of the book mentioned by Steve)
    XML Publishing with Adobe InDesign by Dorothy Hoskins
    Related question: where can i find some documentation about the "aid" namespace (i think that's the correct term? for example: <element aid:pstyle="blahblah">
    Adobe InDesign CS3 and XML: A Technical Reference -- Page 20

  • FaceTime no longer working with Yosemite and IOS 8.1

    I have used FaceTime flawlessly for some time with no issue.
    After I upgraded to Yosemite on my MacBookAir and IOS8.1 on 5S and iPad air, I've had a problem connecting.
    When I get a call, all the devices ring (as they should) but it will not connect on the first device I pick up on.  It says connecting
    but all the other devices keep ringing and finally it says I have a missed call.  The connection does not happen.  If I turn off
    all devices except one, it will work...... do we have a bug here??

    Thank you for responding to my issue.  I spent the better part of two hours trying to get this to work.  Bluetooth is enabled on all devices. Each computer is set in Preferences/General to allow Handoff.  All computers and iPhones are on the same WiFi network.  I toggled all of the major settings off and on.  Rebooted each of my computers several times. I finally conceded defeat.  Then my daughter asked to have a try at it.  She worked on the first MBP for about thirty minutes and informed me that she had gotten continuity to work.  And indeed, on her MBP late 2012 she is able to use the continuity features in both directions between her computer and her iPhone 6.  But it only works with Mail and Safari.  I asked how she accomplished this feat.  She said she turned off "everything" on her computer and iPhone (WiFi, Bluetooth, "Allow handoff" under Preferences/General) and then rebooted both the iPhone and the computer.  She then turned everything back on.  This worked for her.  So we tried the same thing on my MBP and iPhone 6.  Now continuity works partially. Email activity is mirrored on both the MBP and the iPhone regardless of which device initiates the continuity activity.  But Safari activity on the computer is mirrored on the iPhone but not in the opposite direction.  There is no continuity function for Pages in either direction.  The telephone connectivity works fine on all of my devices– 3 MBPs, Mac Pro, iPad Air, 2nd gen iPad and 3rd gen iPad.

  • Looking for an app that works with Mac and iPhone that will set calendar reminders of birthdays in contacts.

    Looking for an app that works with Mac and iPhone that will set calendar reminders of birthdays in contacts.

    Hi ron1098,
    Try my application Dates to iCal. it runs on the Mac, but you can sync the calendar to your iOS device.
    See more about Dates to iCal here. It is £4 shareware with a 2 week demo.
    Best wishes
    John M
    As I sell software on my site and ask for donations, the Apple Support Communities Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Handoff not working with Yosemite and iOS 8

    I have three Macbook Pros in my household.  Two are mid 2012 models and the other a late 2012 model.  Each is supposed to support the handoff feature of Yosemite and ios8.  Everything seems to work properly between my daughter's late 2012 MBP and her iPhone 6.  But on the other two MBPs in our family the continuity feature does not work on either of them.  Receiving and sending calls works fine.  But the continuity does not work even though all three MBPs and all three iPhone 6 are on the same wifi network.
    I've tried all the suggestions that I could find.  Toggling off and on the various settings on the MBPs and the iPhones.
    John

    Thank you for responding to my issue.  I spent the better part of two hours trying to get this to work.  Bluetooth is enabled on all devices. Each computer is set in Preferences/General to allow Handoff.  All computers and iPhones are on the same WiFi network.  I toggled all of the major settings off and on.  Rebooted each of my computers several times. I finally conceded defeat.  Then my daughter asked to have a try at it.  She worked on the first MBP for about thirty minutes and informed me that she had gotten continuity to work.  And indeed, on her MBP late 2012 she is able to use the continuity features in both directions between her computer and her iPhone 6.  But it only works with Mail and Safari.  I asked how she accomplished this feat.  She said she turned off "everything" on her computer and iPhone (WiFi, Bluetooth, "Allow handoff" under Preferences/General) and then rebooted both the iPhone and the computer.  She then turned everything back on.  This worked for her.  So we tried the same thing on my MBP and iPhone 6.  Now continuity works partially. Email activity is mirrored on both the MBP and the iPhone regardless of which device initiates the continuity activity.  But Safari activity on the computer is mirrored on the iPhone but not in the opposite direction.  There is no continuity function for Pages in either direction.  The telephone connectivity works fine on all of my devices– 3 MBPs, Mac Pro, iPad Air, 2nd gen iPad and 3rd gen iPad.

  • I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.  Will Time Capsule work with this and how?

    I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.
    1. Will Time Capsule work with this and how?
    2. Can my printer USB be plugged in and then shared between the devices?
    3. Can I create a network and how?
    4.  What happend when a visitor logs onto my existing wireless router?
    I'm new to Macs (well a returning user having started with Mac Plus!!) and not very technical.  Any help / advice will be much appreciated.
    Ray

    The key to what you seem to want to do is to be able to get Apple's Time Capsule router to "join" the network that your Conceptronic router.  I believe that works with some third-party routers, but I've never seen a list of those that work in such a configuration and I have no experience with Conceptronic equipment.
    You might be better off with a Network-Attached Storage (NAS) device instead of a Time Capsule.

Maybe you are looking for

  • Custom Text Format not available

    Hi, I'm trying to specify a column (text datatype) in a report as a hyperlink, but when I navigate to the column properties screen and check the "Overide default data format" box, I only have the two "Plain Text" options in the drop down list. This i

  • Using the Insert statement in a Java program without hardcoding the data

    hello. this is james mcfadden. i have developed a program called Demo.java, which is used with another program called QueryTableModel.java (a program that allows data to be viewed in a JTable). The Demo.java program displays a menu, connects to a dat

  • How can I connect a keyboard Roland E86 to GarageBand 6.0.4?

    How can I connect a keyboard Roland E86 to GarageBand 6.0.4?

  • Home screen and open apps

    Some thoughts/suggestions after playing with Passport for two days: - Home Screen:  confusion of "home screeen":  in browser "Add to Home Screen".  it refers to the first left scroll of "Open Apps" screen. But the mini icon at the bottom of the scree

  • Number range in WCM

    I want to change buffer size for number range alloted to WCM component .I want to chane it to no buffering , will it be cause any perfomance problem ??