A few questions about the use of data and Cliq

I have the cliq, however I chose to not get 3G (so I bought full fare). So I have a few questions about the phone and the use of 3G / 2 G/Edge:

1 - is possible to disable completely the 2G / 3 G/Edge? I know you can switch between them, but are anyway just tell the phone to stop using them altogether since I'm not subbed to the service?

2. when the update takes place, I guess we'll have to reconnect motoblur and etc, but if I don't have 3 G will I have motoblur connection problems after the update? Or he keeps the latest wifi settings so that it would connect to wifi to connect. When I first got my phone it was not a problem b/c I had 3G for the first month.

I hope that makes sense, thanks!

To stop all the data, I would like to download an application called APNDroid. He cut them all down. When you log on to blur you have 3G or WIFI doe this without getting a timeout error. During the process of setting up your Blur account, you can press the menu button and set up your wifi to work, this will connect you to Blur and your phone will be connected to the blur. If I were you I would be rethinking to do a data plan since you are really losing out on most of your main features of phones. It's your choice, however.

Tags: Motorola Phones

Similar Questions

  • A few questions about the design of Data Guard

    Hi, I have a few basic questions around design Data Guard

    Q1. Looking at the instructions of Oracle for the creation of a logical standby, he recommends first creating a physical standby and then convert waiting logic. However, I thought that a logical standby might have a totally different physical structure of the primary. How can this be the case if a logical standby first starts his life pending physical (where the structure must be the same)?

    Q2. It is a normal practice to back up your database before as well - if yes why?

    Q3. Can RMAN back up a database of the day before while he is in the State mounted (rather than opening it)?

    Q4. What is the point of cascade redo apply rather than just get the primary ship to each standby?

    I guess you could try to reduce the latency of node to node if some the day before were quite remote from the primary

    Q5. Is it possible to convert a physical logical Standby?

    Q6. What number best of Standby, you can have - Oracle suggests 30 but I thought I remember reading somewhere regarding the 11 GR 2, that this limit has now been increased?

    Thank you

    Jim

    Hello again;

    "begins each logical waiting first her life on hold physical?"

    Its the only way I ever did. I think it is the simple way to do it.  By the presence of a physical standby first you have already confirmed the network and most of the settings for Data Guard so that you can focus on only the logic of the standby database configuration.

    Chapter 3 of this book, it's easy:

    http://www.Visi.com/~mseberg/data_guard/new_dg_book.html

    Best regards

    mseberg

  • A few questions about the use of a XML file to add text in a component defined in HTML TextArea

    I use AS2 in Flash CS3.

    I have a TextArea component in the scene that load its XML text and I was able to use the ul and li tags to create lists. However, when I try to include a nested list, he inserts just a line break between the nested list and the main list rather than he dash away. Is there a solution for this problem?

    Otherwise, how would I be able to add spaces nonbreaking in the XML so that they will be inside the TextArea element? I tried and & #160; without success. I've been searching the net for some help with this and find information about the change of the incorporation of xml file with a new entry for the non-breaking space of police and that has not worked either, which leaves me a bit confused.

    Flash does not support nested lists (as you know).  You can work around this limitation by using css and create your own styles of dash.  CSS have a property marginLeft, that you can use.

  • Question about the use of dates

    Hello

    I have a few SQL used for a calendar in the APEX and have a duration field to set the end date.

    What I need is an additional field that would be a date, but I need a registration for all dates in the date from beginning to end date, including all the dates between the two.
    select ID
             ,VISIT_DATE
             ,duration
             ,VISIT_DATE + round(DURATION)-1 END_DATE
    from FIELD_VISITS_CALENDAR
    
    Results
    
    ID     |VISIT_DATE|DURATION     |END_DATE
    -------------------|------------|---------
    241     |22-JAN-09 |     .5     |22-JAN-09
    239     |16-JAN-09 |     .5     |16-JAN-09
    242     |23-JAN-09 |     2     |24-JAN-09
    237     |08-JAN-09 |     1.5     |09-JAN-09
    221     |12-DEC-08 |     2     |13-DEC-08
    233     |23-DEC-08 |     1     |23-DEC-08
    238     |15-JAN-09 |     1     |15-JAN-09
    240     |09-JAN-09 |     1     |09-JAN-09
    
    Wanted results
    
    ID |VISIT_DATE|DURATION       |END_DATE  |CAL_DATE
    ---|----------|---------------|----------|---------
    241|22-JAN-09 |     .5     |22-JAN-09|22-JAN-09
    239|16-JAN-09 |     .5     |16-JAN-09|16-JAN-09
    242|23-JAN-09 |     2     |24-JAN-09|23-JAN-09
    242|23-JAN-09 |     2     |24-JAN-09|24-JAN-09
    237|08-JAN-09 |     1.5     |09-JAN-09|08-JAN-09
    237|08-JAN-09 |     1.5     |09-JAN-09|09-JAN-09
    221|12-DEC-08 |     2     |13-DEC-08|12-DEC-08
    221|12-DEC-08 |     2     |13-DEC-08|13-DEC-08
    233|23-DEC-08 |     1     |23-DEC-08|23-DEC-08
    238|15-JAN-09 |     1     |15-JAN-09|15-JAN-09
    240|09-JAN-09 |     1     |09-JAN-09|09-JAN-09
    
    
    {code}
    
    Thanks
    Adam                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    Like this?

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as (select 241 as id, to_date('22-jan-2009','dd-mon-yyyy') as visit_date, 0.5 as duration from dual union all
      2             select 239, to_date('16-jan-2009','dd-mon-yyyy'), 0.5 from dual union all
      3             select 242, to_date('23-jan-2009','dd-mon-yyyy'), 2 from dual union all
      4             select 237, to_date('08-jan-2009','dd-mon-yyyy'), 1.5 from dual union all
      5             select 221, to_date('12-jan-2009','dd-mon-yyyy'), 2 from dual union all
      6             select 233, to_date('23-jan-2009','dd-mon-yyyy'), 1 from dual union all
      7             select 238, to_date('15-jan-2009','dd-mon-yyyy'), 1 from dual union all
      8             select 240, to_date('09-jan-2009','dd-mon-yyyy'), 1 from dual)
      9  --
     10  select distinct
     11         id
     12        ,visit_date
     13        ,duration
     14        ,visit_date+(case when rn < round(duration) then rn else 0 end) as end_date
     15  from t, (select rownum-1 rn from dual connect by rownum <= (select max(duration) from t)) x
     16* order by t.id
    SQL> /
    
            ID VISIT_DATE   DURATION END_DATE
    ---------- ---------- ---------- ----------
           221 12/01/2009          2 12/01/2009
           221 12/01/2009          2 13/01/2009
           233 23/01/2009          1 23/01/2009
           237 08/01/2009        1.5 08/01/2009
           237 08/01/2009        1.5 09/01/2009
           238 15/01/2009          1 15/01/2009
           239 16/01/2009         .5 16/01/2009
           240 09/01/2009          1 09/01/2009
           241 22/01/2009         .5 22/01/2009
           242 23/01/2009          2 23/01/2009
           242 23/01/2009          2 24/01/2009
    
    11 rows selected.
    
    SQL>
    
  • A few questions about the use of reflow

    Hello

    1. How can I add a new smaller size media (768px) request to my existing doc that contains: 480px, 960px, 1100px, 1100px + (by default the last space on the right)? Currently, it seems that I can only resize an existing query from media and not add a new extra in-between. Is this correct?

    2. If I have a grid (squares of 4 x 3 boxes), some formed a section of two squares, some formed a section of four squares (think checkered... a four-square would be so two lines white/black...black/white). I want to do different pages have these sections in different positions, but it breaks to the top of my inquiries for other sizes (in the same layout). Is it possible to move stuff which does not break other media questions page layouts?

    To answer your first question, you can double-click on the top page request to the media bar to insert the media anywhere. If you want to change this query to an exact value, hold down the key of the small arrow at the top right of the app. Here's a video showing this:

    Dropbox - changingQueries.mov

    For your second question, there is no way for you to make changes to the query of a media which ensure that you do not assign another. Change the parent of a box always modifies another query. But, if you don't change the parents and only change x / values y and width/height, then, all other media requests should not move.

  • A few questions about the p6674y of hp and how best to update its graphics capabilities

    Hello

    I'm interested in upgrading my HP p6674y with a nicer graphics card. I've had this computer for about 2 years now. If I have to, I'm ready to upgrade the power to do this (even if I have no idea how to do this). I just want to be able to play YOUR v: Skyrim on my computer.

    If there is a way to upgrade just the graphics card, I want to do. The truth is that I am inexperienced with these sorts of things, then I want to be making sure not to break my beautiful machine, try to add or update!

    Do you have suggestions for what models graphics card or power supply purchase that will work with my computer?

    Thanks for any help you can give me.

    The recommended map is circa 2011 GTX550Ti (400W). See here

    Would require a new power supply, because your system has a skinny 250W. Ideally, you should select a 500W-630W PSU, as the power curve is best. The key is to find the mentioned card. Latest maps could support UEFI BIOS, and that would not work for you.

  • Recently bought a laptop computer; A few questions about the offer Upgrade to Windows 8

    I have a few questions about the Upgrade of Windows 8 offer for new computers.  I recently bought a Toshiba Satellite S855-S5268 of amazon.com, which came with Windows 7 Home Premium.  Toshiba already has a beta version of drivers and utilities for Windows 8 for the S855 on their Web site.

    (1) I bought my laptop in July of this year, and I've not yet registered for 8 Windows Upgrade offer with Microsoft.  Am I still eligible to receive the upgrade, if I sign up soon?
    (2) if I buy the upgrade through this offer, I'll be able to download an ISO file so I can burn the installation media, or do I need to upgrade to Windows 7?
    (3) if I will be able to burn the installation media, I'll be able to erase my hard drive and do a clean install of Windows 8 (which I'd rather do, I have a lot of backups of my data).  I am aware that I would probably need to provide my product key Windows 7 Home Premium 64-bit OEM during the new installation, because it is an upgrade and not a full version; This isn't a big deal, because my Windows 7 Home Premium 64-bit OEM product key is stuck at the bottom of my laptop.
    (4) my current copy of Windows 7 is activated by seeing my BIOS (I have a traditional BIOS, not a UEFI).  If I had to switch to Windows 8 and decide then I'd rather back in Windows 7, for example, a few months later, I'll be able to do that (I burned recovery of Windows 7 with the Toshiba utility disks, which I did), and Windows 7 will continue to activate by seeing my BIOS, even after the installation (and later remove) Windows 8?
    Thank you very much!

    I have a few questions about the Upgrade of Windows 8 offer for new computers.  I recently bought a Toshiba Satellite S855-S5268 of amazon.com, which came with Windows 7 Home Premium.  Toshiba already has a beta version of drivers and utilities for Windows 8 for the S855 on their Web site.

    (1) I bought my laptop in July of this year, and I've not yet registered for 8 Windows Upgrade offer with Microsoft.  Am I still eligible to receive the upgrade, if I sign up soon?
     
    Yes, the registration period is between June 2, 2012 to January 31, 2013.
    (2) if I buy the upgrade through this offer, I'll be able to download an ISO file so I can burn the installation media, or do I need to upgrade to Windows 7?
     
    Yes, the Upgrade Wizard of Windows 8 will allow you to create a bootable DVD or you can grab the ESD file and save it.
    (3) if I will be able to burn the installation media, I'll be able to erase my hard drive and do a clean install of Windows 8 (which I'd rather do, I have a lot of backups of my data).  I am aware that I would probably need to provide my product key Windows 7 Home Premium 64-bit OEM during the new installation, because it is an upgrade and not a full version; This isn't a big deal, because my Windows 7 Home Premium 64-bit OEM product key is stuck at the bottom of my laptop.
     
    Yes and there are better ways to reinstall Windows 8 without using the installation disc, you can use the reset and refresh.
     
     

    These steps will take you through refreshing your PC:

    · Press the Windows key + C on your keyboard to show the charms (if you use a touch screen: touch the right edge of your screen and drag your finger to the left)

    · Click settings

    · Click change PC settings

    · Click general in the left column

    · Under refresh your PC without affecting your files, click Start

    Then follow the instructions that will be provided on-screen to cool your PC.

    (4) my current copy of Windows 7 is activated by seeing my BIOS (I have a traditional BIOS, not a UEFI).  If I had to switch to Windows 8 and decide then I'd rather back in Windows 7, for example, a few months later, I'll be able to do that (I burned recovery of Windows 7 with the Toshiba utility disks, which I did), and Windows 7 will continue to activate by seeing my BIOS, even after the installation (and later remove) Windows 8?
     
    As long as you have a recovery disk which you should create or use the construction in the recovery partition, Yes, it will self activate.
    Thank you very much!
  • a few questions about the migration of content/web content

    Hi all


    I have a few questions about the migration of the website and content (from development to test) which are not specified after reading the oracle documentation.

    -> When we make the site replication will be migrated content (data files).

    -> when we move will contained all the ED and RD etc (any object type web site migrated).

    --> are the two the necessary step for migration when we migrate web site.


    Thank you

    -Yves

    --> When we make the site replication of the content will be migrated (data files).

    It depends on how you do it. The tool 'Site Studio Replicator' won't move any content, only the structure of the site. The 'Manage replication Site' page can be used to migrate content with the structure of the site but I do not recommend for large sites, I use separate tasks to archive to move the content. "Backup and restore" page stores the entire site in a ZIP file, not advisable for large sites.

    --> When migrate us content will be all ED and RD etc (any object type web site migrated).

    Yes. It uses the metadata xWebsites field to identify the elements that belong to the site.

    --> are the two the necessary step for migration when we migrate web site.

    Depends on how you do it, but yes, all bits are needed.

  • A few questions about the Satellite A100 PSAANE

    Hi friends,

    I have a Toshiba Satellite A 100 - PSAANE with Vista Home Basic preinstalled in it.
    Now, I have a few questions... I mention below: -.

    (1) if I want to format my laptop, I need a CD to install for Vista Home basic... then I don't have this Toshiba CD when I bought the laptop. So how do? question: How can I format it?

    (2) can I change my Vista Home Basic to windows XP? I think it's much faster than this one. is it advisable?

    (3) I have a GB of RAM in the laptop. Increase the RAM? I think that my laptop has become to slow down. is it advisable?

    (4) and on my screen, everytime I try to change my profile screen to windows Classic view, my screen begins to blink. and after a while, the screen turns off. So I can't change that. I put the color scheme of windows vista only. What to do about that?

    Please help me friends. Thanks in advance.

    Kind regards
    Perkins

    Hello

    Here, a few questions about the number:

    (1) usually, you should get the Vista Toshiba Recovery DVD. If you didn t receive this DVD then you can order it here https://backupmedia.toshiba.eu/landing.aspx or you could install the disc of Microsoft Vista.

    (2) of course, you can do this. I think that Win XP drivers can be downloaded from the Toshiba driver page.

    (3) Yes, you can upgrade the RAM. For more information, see your manual or search on this forum for similar topics

    (4) maybe it s associated with the graphics driver. Check if you can update. I would recommend additional check if you are using the latest version of the BIOS

    Welcome them

  • A few Questions about the advanced Actions window

    Hello

    I have a few questions about the progress of the Actions (using the version of track CP7)

    1. What is the function of the action to "continue?"   Out of the peak action and advance the playback cursor?

    2. What does mean this comment "Nested calls to action advanced is a nice improvement."? Is the advanced decision at the top of a page of action tabs?

    3. What is the function of the option "custom" in the IF statement - "preform action if - custom", it doesn't seem to do anything for me?

    4. where can I get information about the timeline / playhead interaction with advanced actions, i.e. where the playhead is going again at the beginning of the slide. slide custom question - display button, e.g. verification of responses, comments - when all the objects are at the beginning of the timeline. I'm looking more for the read head of infromation functionality rather than how to implement this type of question.

    Thank you

    Donal.

    Continue: If an advanced standard action is triggered by a button, this will not trigger the playback head. If you want out, you can use continues. Continue can also be a choice in a conditional action, when one orders branching has nothing to special, but in advance. Continuous is also the "dummy" statement/command (this is the official name of a line in the dialog box advanced actions) If a statement has become unusable due to some reasons, it will be replaced by continue

    There is no nested call stocks advanced possible right now, one of my many feature requests. It would be sort of a subroutine that you can use over and over again, instead of having to create each time when necessary.

    A decision is one of the conditions to be an advanced conditional action. They allow to create more complex actions, as a loop or arrays are not possible. All decisions are executed in sequence and always.

    Custom: is a combination of or but it is rather limited, because you cannot use parentheses.

    I guess you'd better visit my blog if you want to learn more about the advanced actions.

    http://blog.lilybiri.com/

    I also did several Webinars on stocks advanced, last this afternoon (on the sharing of the actions) for Adobe. They are all available on request.

    Lilybiri

  • Hello, I have a few questions about the affiliation of creative cloud

    Hallo,

    I have a few questions about the affiliation of creative cloud:

    1. There is an Adobe offer up to 27.11. : the price offered is 47.59 euros per month including MWSt (VAT) or €568,20 / year.

    For what is this offer period/how many years valid?

    2. after the period of the offer, the membership will cost the standard-price: €59,49 / month or €713,86 / year (seen on the Adobe Web site).

    For how many years this standard - the price is fixed?

    Is the standard-prices include MWSt. (VAT) too?

    Thank you

    Thomas

    Hello

    I advise you to contact Adobe sales for queries on pricing.

    Contact us | Adobe

    Kind regards

    Sheena

  • A few Questions about the creative cloud

    I read that the Creator Cloud connection will be released in the coming weeks, which is great. I have a few questions about the download file and the creative connection program of cloud.

    I have a file which I will download. The contents of this file will be updated periodically locally. I want to do the files in this folder to stay updated between my desktop and laptop. The Creative Cloud connection program will be able to do?

    If a file is changed, which is already in the cloud program will recognize the change and stay the cloud?

    I guess just a little more information on exactly what will be the program Creative Connection cloud would be nice.

    On the topic of storage I will be able to upgrade the standard 20 GB of storage that is available when / if needed? And how much will that be?

    Another question:

    When Lightroom 4 will be available via CC and why is it not available when it was released?

    Creative Cloud connection will keep files between your desktop and the Web site synchronized. You will be able to add, edit and delete files from each end and that the changes are reflected in both.

    To see the connection creative cloud in action, you can watch this video of evangelist Paul Trani Adobe http://tv.adobe.com/watch/adobe-creative-suite-6-creative-cloud-launch-week/adobe-creative - cloud - tour-/.

    There will be a way to get more than 20 GB of storage. Adobe Creative Cloud http://www.adobe.com/products/creativecloud/faq.html FAQ has a question and an answer about it down:

    Buy extra creative Cloud storage?

    Additional storage will be available for purchase later in 2012. If you have reached your storage limit, contact Adobe Customer Service.

    Lightroom 4 will be available in a few weeks. Jeff Veen also tweeted this https://twitter.com/#! / veen/status/200810541550288896. Other Articles of Jeff on what comes to the Adobe Creative cloud here in his blog of Adobe http://blogs.adobe.com/creativecloud/coming-soon-to-creative-cloud/.

  • Hello Mr President! I have a few questions about the Word report generation please.1.How can I add a border to a page in word? 2. How can I add gridlines to a table generated related word?. Can 3. how I add a border to a picture of the Word report?. Thank

    Hello!

    Sir, I have a few questions about generating word reports using (C language in labwindows) please.

    1. How can I add a border to a page in word?

    2. How do I add border lines and grid to a table generated in Word report (not "cvi control table"inserted from gui, I wonder about the table generated in Word report)?

    3. How can I fill a table cell of report word with the data type other than 'character '.

    And sir a question on the use of the timer in labwindows cvi please.

    Sir, I'm trying to set a time minimum interval timer to 1millisecond (0.001 s), that I have set, timer cares about the interval set by me he only meets the minimum default time interval which is, I think as 10milliseconds (I'm using windows xp service Pack 3 version 2002).

    Concerning

    Imran

    Pakistan

    Have you read this statement ? It explains how to set the registry value:

    If the REG_SZ useDefaultTimer does not already exist, you must create it under HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\CVI Run-Time Engine\cvirte. "" This can be done navigate to the appropriate folder, and then click Edit "New" string value. Then, click on means the name of the new value created, select Rename, and then specify useDefaultTimer as the name. Finally, double click on the name and specify the value True or False.

  • A few questions about the colors of Patone

    I have a few questions about patone color since it is the first time that I use. I want to use them to create a paper letterhead and business cards in two colors.

    1)

    I don't understand that no sex is more than coated patone washed out colors. I heard that it's because the way paper absorbs the inkt. That is why the same results inkt in different colors on different papers (right?). My question is why is the patone black no sex so different than black normal (c = 0 m = 0 y = 0, k = 100) or black intense:

    blacks.png

    When I print a normal document with cmyk, I can get pretty dark black color. How is it that I can't have this dark with patone color black color? Even text documents printed on a cheap printer can get a darker color than the color of Patone. He looks way too grey for me.

    (2) a first model, I want to print of patone in CMYK color (since I have like 10 different colors on a page of quick comparison). I know these CMYK colors distinguish the colors of patone and I can't get a representation of 100%. But is there a way to convert patone CMYK values?

    I hope some of you can help me with my questions.

    Thank you.

    You can get shades CMYK Pantone in Illustrator, (Swatches Panel > Open Swatch Library > color books > + PANTONE Color Bridge Coated or lying) but in my opinion, what's the point?  If you print to a digital printer, just use RGB (HSB) or CMYK. Personally, I never use CMYK called "equivalents." from Pantone

    Pantone colors are all mixed pigmented inks, which are fluorescent beyond the limits of the range of RGB and CMYK in particular. The original Pantone Matching System (PMS) was created for the printing industry. He described formulations of ink pigmented for each of its colors.

    Most digital printers (laser or inkjet) use CMYK. The range of CMYK is MUCH SMALLER than many mixed inks, printed on papers either paved or unpaved can deliver. When you specify no sex Pantone ink in artificial intelligence, according to Pantone conversion tables, HAVE "about" what will look like this color on a sheet no bed, try using CMYK. -In my opinion, this has little relevance to the real world conditions and should be avoided in most situations.

    If your project must be printed on a press printing with Pantone inks spots, then by all means, use Pantone colors. But don't trust the colors of the screen; rather get a Pantone swatch book and watch real inks on paper lying and uncoated, depending on the stock you will use on the press.

    With printing decreases rapidly for inkjet and web printers, Pantone has attempted to expand its relevance beyond the traction-date of publication (in the books and software alliances, with one such as Adobe) his old PMS inks and their supposed equivalent LAB and CMYK. I say "supposed" because even once, monitors RGB and CMYK inks can never be literally equivalent to many Pantone inks. But if you go to your project on a printing press printing, Pantone inks are still very relevant as of the "tones".

    I also put my preferences I > appearance of black both display all blacks accurately and output all blacks accurately. The only exception to this may be when you print on a digital printer, where there should be no problem checking.

    Rich black in artificial intelligence is a phenomenon of the screen, at least in the Prefs > appearance of Black, you specify also "out all inks like Rich Black"-something I'd do it EVER do so out for a real printing press. Still, I put my black people in artificial intelligence at the "output All Blacks Acurately" during a press release. If you fail to do so, then the press you will see any minor issue registration, with C, M and look at the back, especially around black characters.  UGH!

    Good luck!  :+)

  • A few questions about the making of the animated for a site Web Nav buttons

    Hello, I have a few questions about creating some animated for a NAV buttons.

    There are 2 actions I want to trigger on pouting above.

    If I want to use a static (PNG) image I created in Photoshop for the real button, can I use that? I want well drag the button down on the passage of the mouse and drag upward on the mouse. If I push the part of the "Web" button (sorry, that it comes from a Photoshop guy) it will disappear in the final animation? Another way to say this, if I put something lively off the coast of the white area, it no longer appears in the movie (.swf) when it is published?

    For the second part. You can see a bit of what I want to do if you look high Nav of the page of the website: http://www.photoshopsupport.com/index.html

    I need the 'light' above the button and it's going to be on another < div > color so I can't put a solid color of BG for my flash document. But I want to get the effect of the 'bar' lighting up above the button and the real key slide downwards to pouting on.

    You can provide any help would be greatly appreciated.

    We target the dynamicaly graph. Since the MouseEvent is now on the invisible sprite and not the graph itself, the one-for-all function has no reference to this graph. You can access the invisible sprite with event.target (or event.currentTarget), you can also target the chart because we declared "mygraphic" custom property to serve as a reference for the graphic. Thus, event.target.mygraphic is the benchmark for graphics.

    Of course, this is just an example. There are other variations of this trick.

    ____________________

    Design Cyboide

    Web site creation

Maybe you are looking for