Help with filters...

I have a BasicEditField Age which should accept only 0-9 and the letter 'or a' character.  Given that I am new to blackberry can someone give me an example, please?  I tried some things using TextFilters, but does not work as I wanted to.

any help is greatly appreciated.

Thank you

Vincent

Create your TextFilter class as "extends" TextFilter,

MyTextFitler extends TextFilter

Now, you must implement the abstract method validate().

public abstract boolean validate (char ch)

{

Here you will return the value true if the character is acceptable

{

Tags: BlackBerry Developers

Similar Questions

  • Could you please give me some help with filters for Cs5?

    I have installed filters from other programs not knowing that they can cause problems with Cs5, they are not 64-bit, but the problem is that I can't fix what was there and what I added. So, I would appreciate if you could check your programs if they are still with the original filters and see which ones I should delete and which ones I should keep. Thank you very much!

    Here's what I have now:

    Records:

    I have a folder of lighting with 17 filters models

    I have an Optional plug-ins folder

    Filters:

    Atexture: I have 2 of them now, a 8ba PCs. and a single 8bf

    Average

    BW

    ChannelPort

    ChromaNeg

    Clouds

    Halftone color

    Color blind

    DesaGrad

    Move

    Greyscaler1.3

    HistoFix

    HSL2RGB

    The lens blur

    Correction of the lens

    Lens Flare

    LighteningEffects

    Liquefy

    LumaNeg

    Mezzotint

    NTSC colors

    OnEdge

    Particle

    Pinch

    Pointillism

    Polar coordinates

    Radial blur

    Remtrans

    RGB2HSL

    RCG2YCC

    Ripple

    Sepia

    Shear

    Smart Blur

    Solarization

    Standard MultiPlugin

    VanishingPoint

    Variations

    YCC2RGB

    Here is a zip file that contains the entries to the directory of all the files initially installed with Photoshop CS5 32-bit and 64-bit:

    http://Noel.ProDigitalSoftware.com/temp/OriginalPSCS5Files.zip

    -Christmas

  • WebLogic 10.3 - version conflict Ant - help with filtering

    I'm trying to deploy Hudson on WebLogic 10.3

    I got an error saying Hudson needs Ant 1.7 and WebLogic loaded Ant 1.6.5 so I put prefer-web-inf-classes to true in weblogic.xml

    After that, I got another error:

    java.lang.LinkageError: class org, xml, sax, XMLReader violates constraints charger
    at org.apache.commons.jelly.parser.XMLParser.getXMLReader(XMLParser.java:496)
    at org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:312)
    at org.apache.commons.jelly.JellyContext.compileScript(JellyContext.java:521)

    Apparently, some of Hudson jar files contain org. Xml.sax.XmlReader SAX2 which is a different version of that weblogic has loaded.

    I try now to go back and instead of prefer-web-inf-classes use prefer-application-packages in weblogic application. XML

    < prefer-application-packages >

    < package name > org.apache.tools.ant. * < / package-name >

    < package name > antlr.* < / package-name >

    < / prefer-application-packages >

    but Hudson webapp still complains "Ant classes are responsible for M:\bea\modules\org.apache.ant_1.6.5\lib\ant.jar.

    do I have to specify each package into application folders - prefer - or is the wildcard character enough?


    I'm now stuck what to do next

    Hello!

    It's your lucky day, I posted exactly the use case that you use.
    Everything is explained in this article: http://m-button.blogspot.com/2008/09/how-to-deploy-hudson-on-weblogic.html

    It should take you five minutes to make it work.

    Kind regards.

    Published by: m on 1 Sep, 2008 21:19

    Published by: m on 1 Sep, 2008 21:21

  • How to improve the resolution of the image with the help of filters

    How to improve the resolution of the image with the help of filters?

    resolution of the image, please check the links below. They should give you a clear idea about the resizing and resampling of images.

    http://helpx.Adobe.com/Photoshop/KB/Advanced-cropping-resizing-resampling-Photoshop.html#m ain_Resizing_and_resampling_images

    Understanding vs Resample resize | Learn Photoshop CS6 | Adobe TV

    See you soon!

    ~ David

  • Need help with Sql Tunning

    Under Update taking 2 h complete 3000 sets.

    UPDATE ARR_TRANSACTIONS ARR

    SET = NUMBER99

    (SELECT ARR_1.NUMBER99

    OF ARR_TRANSACTIONS ARR_1, ARR_HEADER BH

    WHERE ARR_1.ARR_ID = BH. ARR_ID

    AND BH. FLAG = "Y".

    AND ARR_1.LINE_ID = ARR. ORIG_INV_LINE_ID

    AND ARR_1.NUMBER9 IS NOT NULL

    AND ROWNUM = 1)

    WHERE ARR BATCH_ID = 26219

    AND ARR. NUMBER99 IS NULL

    I added more some condition where to reduce cost and its working fine. But I need to rise more than performance on SQL.

    Please help with SQL.

    I do not see the number of 3000 lines in the plan - so I guess that the optimizer does not compute with the correct numbers. Could generate the plan with dbms_xplan.display_cursor? This could tell us something about filter predicates and access.

    In the given situation, I would check:

    • is the access to the index in step 1 (filtered by the relevant conditions: this could be BATCH_ID = 26219) return actually 248 entries (or something similar)?
    • Access table in step 2 returning 204 lines (or something similar) after applying the filters given? If the number of lines is much bigger then a Nested Loops is perhaps not a good idea.

    To make this much simpler check, you could create a plan with statistics of content (RowSource) given that the plan containing the real and the number of estimated rows.

    If the estimated cardinalities are not plausible the next question would be if the statistics are strong and up to date.

  • Need help with a query result

    Oracle Version: 11.2.0.2.0

    I need assistance with the output of the query. Here is the table.

    With Tbl_Nm as

    (

    Select 'ABC1' SYSTEM_ID, REGION 'US', 'CHI' SUB_REGION 4000 BALANCE, to_date('1-JUN-2012 10:45:00 am', 'dd-mon-yyyy hh:mi:ss am') LAST_UPD_TIME, 'A' FLAG of union double all the

    Select 'PQR2', 'UK', 'LN', 2000, To_Date('1-JUL-2012 10:46:00 am', 'dd-mon-yyyy hh:mi:ss am'), has ' starting from dual Union All

    Select 'ABC1', 'IND","MAMA", 3500, To_Date('1-AUG-2012 11:47:00 am', 'dd-mon-yyyy hh:mi:ss am'), 'A' from dual Union All

    Select "LMN3", "US", "NJ", 2500, To_Date('1-SEP-2012 09:49:00 am', 'dd-mon-yyyy hh:mi:ss am'), 'A' from dual Union All

    Select "PQR2", "UK", "MC", 2600, To_Date('1-OCT-2012 04:45:00 am', 'dd-mon-yyyy hh:mi:ss am'), 'A' from dual Union All

    Select 'ABC1', 'US', 'NY', 3200, To_Date('1-OCT-2012 06:45:00 am', 'dd-mon-yyyy hh:mi:ss am'), has ' starting from dual Union All

    Select "LMN3", "UK", "BT", 2400, To_Date('1-NOV-2012 07:45:00 am', 'dd-mon-yyyy hh:mi:ss am'), has ' From Dual

    )

    Select * from tbl_nm

    I need the output below.

    PQR2 UK MC 2600 1 OCTOBER 2012 04:45

    ABC1 US NY 3500 October 1, 2012 06:45

    LMN3 UK BT 2500 November 1, 2012 07:45

    The need the disc according to this system_id flagged as "A". But if the last disc of 'd' then it must show that the amount, but the file should be displayed in 'A '.

    I've tried a few and got stuck. Help, please. Not able to get a balance '.

    This question is a bit similar to needing help with a query result

    With Tbl_Nm as

    (

    Select 'ABC1' System_Id, region 'US', 'CHI' Sub_Region, 4000 balance, To_Date('1-JUN-2012 10:45:00 am', 'dd-mon-yyyy hh:mi:ss am') Last_Upd_Time, 'A' flag of double Union All

    Select 'PQR2', 'UK', 'LN', 2000, To_Date('1-JUL-2012 10:46:00 am', 'dd-mon-yyyy hh:mi:ss am'), has ' starting from dual Union All

    Select 'ABC1', 'IND","MAMA", 3500, To_Date('1-AUG-2012 11:47:00 am', 'dd-mon-yyyy hh:mi:ss am'), 'A' from dual Union All

    Select "LMN3", "US", "NJ", 2500, To_Date('1-SEP-2012 09:49:00 am', 'dd-mon-yyyy hh:mi:ss am'), 'A' from dual Union All

    Select "PQR2", "UK", "MC", 2600, To_Date('1-OCT-2012 04:45:00 am', 'dd-mon-yyyy hh:mi:ss am'), 'A' from dual Union All

    Select 'ABC1', 'US', 'NY', 3200, To_Date('1-OCT-2012 06:45:00 am', 'dd-mon-yyyy hh:mi:ss am'), has ' starting from dual Union All

    Select "LMN3", "UK", "BT", 2400, To_Date('1-NOV-2012 07:45:00 am', 'dd-mon-yyyy hh:mi:ss am'), has ' From Dual

    )

    Select System_Id, region, Sub_Region, Balance, Last_Upd_Time of Tbl_Nm T1

    where t1. Last_Upd_Time = (select max (Last_Upd_Time) in the Tbl_Nm T2 where T1.) SYSTEM_ID = T2. SYSTEM_ID)

    So maybe you'd then

    ORDER BY DECODE(flag,'D',9,1) ASC...

    to get the Ds at the end of the list.

    or

    ORDER BY CASE WHAT flag = has ' (your other filters) AND then 9 or 1 end CSA,...

    HTH

  • Need help with some cluster power shell scripts

    Guys,

    I need help with 2 scripts.

    Text 1.

    I need a power shell script that will get all the virtual machine in a specific cluster.  Virtual machine names as well as the number of processors, output allocated RAM and size of CSV file.

    Text 2.

    I need a script that will get all data warehouses in a specific cluster and store name data as well as the amounf of free space for a CSV output.

    Thanks in advance guys.

    Greetings, @peter79 -.

    For the first part:

    Get-Cluster myClusterName | Get-VM | Select-Object Name, MemoryMB, NumCpu | Export-Csv -NoTypeInformation c:\temp\myVMInfo.csv
    

    And for the second, how about:

    Get-Cluster myClusterName | Get-VMHost | Get-Random | Get-Datastore | Select-Object name, FreeSpaceMB, CapacityMB | Export-Csv -NoTypeInformation c:\temp\myDaterstoreInfo.csv
    

    The first would be quite a bit faster by using Get - view instead of Get - VM.  It would be like:

    ## get an array of VM View objects with just the desired/needed properties
    $arrVMViews = Get-View -ViewType VirtualMachine -SearchRoot (Get-Cluster myClusterName).MoRef -Property Config.Hardware,Name
    ## make the two filters for displaying the desired info
    $hshCPUCountFilter = @{n="NumCPUs"; e={$_.Config.Hardware.NumCPU}}
    $hshMemAmtFilter = @{n="MemoryMB"; e={$_.Config.Hardware.MemoryMB}}
    ## display the info, and export to CSV
    $arrVMViews | Select-Object name, $hshCPUCountFilter, $hshMemAmtFilter | Export-Csv -NoTypeInformation c:\temp\myVMInfo.csv
    

    Enjoy.

  • Need help with the ANSI Join syntax

    Version: 11.1.0.7

    I have my select statement that returns 3000 lines and looks like
    select ..
    from tab1 a,tab2 b,tab3 c
    where a.c1=b.c1 and
    b.c2 = c.c2(+)
    and ...
    group by
    ..
    I want to convert it to ANSI SQL, because it must be able to Hibernate, and the developer says that Hibernate include only ANSI SQL. I tried something like
    select ..
    from tab1 a INNER JOIN tab2 b
    ON a.c1=b.c1 
    LEFT OUTER JOIN tab3 c
    ON b.c2=c.c2
    where ...
    group by
    ..
    I felt bad and it turned out to be the same. It returns no rows. Please help with the correct syntax.

    I'm not sure, sorry, because it's certainly the ANSI equivalent to the non-ANSI.

    Would you have examples of queries and data that you can reproduce the problem with, and that we could analyze?

    Published by: Seanmacgc on July 15, 2009 12:48

    If there is no Clause WHERE conditions in the original that are included in the ANSI version of the query in the WHERE Clause for the EXTERNAL table itself joined, then that could transform the JOIN JOIN internally, that is, all the filters on the EXTERNAL joined table should be included in the JOIN predicate - IT (b.c2 = c.2 AND c.c3 = 'X').

  • Need help with Macbook

    Hello, I recently bought a Macbook from a friend and since I got the Mac it's very very slow at doing things like browsing the internet using Safari, it takes forever to load, web pages and all sorts of things that I'd like to get help with this problem maybe a few recommendations and also on how to speed up... If you need to care about Macbook, I can give these thx.

    To sell or transfer ownership of a Mac, even to a member of your family, you must follow these instructions. So far, you will have continuous problems.

    Refer to what to do before you sell or give away your Mac

    1. If you have enabled FileVault, disable it in system preferences > Security and privacy.
    2. "Remove" your iTunes account. Ditto for Audible if you have one.
    3. System Preferences > iCloud > deselect 'Back to My Mac' and 'find my Mac '.
    4. Disconnect from iCloud. Select "Delete from Mac" when it appears.

    Next: delete all of your personal information by erasing the internal storage of the Mac completely.

    1. If your Mac comes with a grey system installation DVD, start up your Mac with this disc in the optical drive, all holding the key c to boot from it instead of its internal volume, which must be erased before selling.
      • Apple stopped Macs shipment requiring these discs in August 2011.
    2. If your Mac does not comes with disks, boot OS X Internet Recovery:
      • using three fingers press on and hold the following keys: (command), optionand R.
      • With a fourth finger, press the power button to turn on the Mac.
      • Keep the other three fingers here where they are until you see the icon "spinning globe.
      • This method force the Mac to download BONES initially installed from Apple servers, that won't require not an Apple ID install.
    3. Remove any password Open Firmware, if you created a: select utility password firmware in the Utilities menu and remove.
    4. Select disk utility from the utilities menu.
    5. Delete all partitions that can be created.
    6. Select the icon for the hard drive to the Mac, and then select the tab "delete".
    7. Click on the 'Security Options' button and erase the drive.
      • More "robustly" you erase the disc, the longer it will.
      • The fastest method is sufficient, since all but the techniques more expensive and equipment will be able to recover data deleted safely.
    8. When he finishes, quit disk utility.
    9. In the utility menu, select Install Mac OS X .
      • An identifier Apple won't be necessary. If a prompt for an Apple ID, return to step 5.
      • Do not create user accounts.
    10. When he finishes, shut down the computer.
    11. If you want to install the bundled apps that have been included with your Mac, restart using your DVD Applications if it was included and install the bundled apps.
      • Apps, delivered with the new Macs sold without disks cannot be transferred. His new owner must buy them from the Mac App Store with its own Apple ID.

    If the Mac is sold to someone outside the family, consider the following additional information:

    1. System provided with your Mac installation DVD must stay with him forever and be included in the sale.
    2. Consider including your AppleCare certificate if you bought it, documents printed, same box if you have.
      • AppleCare remains with the equipment and can be transferred.
    3. Run an invoice indicating the serial number of the Mac.
    4. Once is no longer in your possession, remove the Mac of your devices in my support profile.
  • Help with horror? El Capitan Mac

    Hello, I have major issues with horror.  It interferes with almost all of the process: navigation (Firefox or Chrome), MS Office, Adobe Pro, Finder...  I ran a report EtreCheck (see below) and the major problem seems to be Firefox.  I was wondering if someone could take a look at this and make other suggestions.

    Thank you!

    EtreCheck version: 3.0 (300)

    Report generated 2016-08-12 12:44:23

    Download https://etrecheck.com EtreCheck

    Time 06:53

    Performance: average

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    Problem: Beachballing

    Description:

    Beach ball with Firefox, Chrome, MS Office, Adobe Pro, Finder

    Hardware information: ⓘ

    MacBook Pro Intel Core i5, Intel Core i7, 13 "(mid-2012)"

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro9, 2

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 38

    Video information: ⓘ

    Graphics Intel HD 4000

    LED Cinema Display 1920 x 1200

    System software: ⓘ

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 3 days

    Disk information: ⓘ

    HTS545050A7E362 disk HARD APPLE disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 499,25 (Go 150,27 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ - 8À8)

    USB information: ⓘ

    RD Slim BUP Seagate 2 TB

    EFI (disk1s1) < not mounted >: 210 MB

    SEAGATE External 2 to (disk1s2) Volumes/external Seagate 2 Tb: 2.00 TB free 1.20

    Apple Inc. Apple LED Cinema Display

    ISight Apple Display Inc.

    Apple Inc. Apple's USB audio device

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Hub keyboard Apple, Inc.

    Logitech USB-PS/2 optical mouse

    Apple Inc. Apple Keyboard

    Information crush: ⓘ

    Apple Inc. Thunderbolt_bus.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Kernel Extensions: ⓘ

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-08-05) [Support]

    [loading] com.sophos.nke.swi (9.4.53 - SDK 10.9 - 2016-08-05) [Support]

    Launch system officers: ⓘ

    [loaded] 8 tasks Apple

    [loading] 152 tasks Apple

    [operation] 65 tasks Apple

    [killed] 13 tasks Apple

    13 killed process lack of RAM

    Demons of launch system: ⓘ

    [loaded] 46 tasks Apple

    [loading] 150 tasks Apple

    [operation] 89 tasks Apple

    [killed] 6 tasks Apple

    6 killed process lack of RAM

    Launch officers: ⓘ

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-05-02) [Support]

    [operation] com.brother.LOGINserver.plist (2016-03-10)

    [loading] com.gog.galaxy.commservice.plist (2016-04-24) [Support]

    [failure] com.maintain.PurgeInactiveMemory.plist (2016-06-09) [Support]

    com.maintain.Restart.plist [no charge] (2016-06-09) [Support]

    com.maintain.ShutDown.plist [no charge] (2016-06-09) [Support]

    [operation] com.maintain.SystemEvents.plist (2016-06-09)

    [operation] com.sophos.uiserver.plist (2016-05-12)

    Launch of the demons: ⓘ

    [performance]    BESAgentDaemon.plist (2016-05-16)

    [loading] com.adobe.fpsaud.plist (2016-06-28)

    [loading] com.gog.galaxy.clientservice.plist (2016-04-24) [Support]

    com.maintain.HideSpotlightMenuBarIcon.plist [no charge] (2016-06-09) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25)

    [operation] com.prey.agent.plist (2016-05-17)

    [operation] com.sophos.common.servicemanager.plist (2016-05-12)

    Launch User Agents: ⓘ

    [loading] com.adobe.ARM. [...]. plist (2016-04-22)

    [loading] com.bittorrent.uTorrent.plist (2016-04-19) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-11)

    [operation] com.spotify.webhelper.plist (2016-08-10) [Support]

    [loading] com.valvesoftware.steamclean.plist (2016-07-14)

    org.Hola.VPN.plist [no charge] (2016-08-01) [Support]

    User login items: ⓘ

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    ClipMenu application (/ Applications/ClipMenu.app)

    Agent application of file transfer Android (~/Library/Application Support/Google/Android File transfer/Android File Transfer Agent.app)

    MightyText application (/ Applications/MightyText.app)

    Internet Plug-ins: ⓘ

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2016-05-02) [Support]

    FlashPlayer - 10.6: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-29)

    AdobePDFViewerNPAPI: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    AdobePDFViewer: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    Flash Player: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-29)

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-28) [Support]

    Silverlight: 5.1.50428.0 - SDK 10.6 (2016-07-29) [Support]

    The internet user Plug-ins: ⓘ

    Picasa: 1.0 - SDK 10.6 (2015-10-13) [Support]

    3rd party preference panes: ⓘ

    Flash Player (2016-06-28) [Support]

    Time Machine: ⓘ

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 499,25 GB disc used: 348,98 GB

    Destinations:

    TB external Seagate 2 [Local]

    Total size: 2.00 TB

    Total number of backups: 29

    An older backup: 15/05/16, 06:27

    Last backup: 12/08/16, 11:45

    Size of backup drive: Excellent

    Size of backup 2.00 TB > (disk size 499,25 GB X 3)

    Top of page process CPU: ⓘ

    35% firefox

    11% kernel_task

    7% mdworker (13)

    4% WindowServer

    2% BESAgent

    Top of the process of memory: ⓘ

    GB firefox 3.08

    Kernel_task 848 MB

    180 MB mdworker (13)

    90 MB Microsoft Word

    Finder 82 MB

    Information about virtual memory: ⓘ

    24 MB of free RAM

    7.98 GB RAM (1.31 GB being cached) used

    3.01 GB used Swap

    Diagnostic information: ⓘ

    August 12, 2016, 12:24:55 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-122455_ [redact ed] .crash

    / Library/Sophos Anti-Virus/SophosWebIntelligence.bundle/Contents/MacOS/SophosWebIntelligence

    August 12, 2016, 12:00:06 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-120006_ [redact ed] .crash

    August 11, 2016, 01:40:07 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-11-134007_ [redact ed] .crash

    August 11, 2016, 10:17:21 /Library/Logs/DiagnosticReports/tcosrj_2016-08-11-101721_[redacted].hang

    / Volumes/VOLUME / * / Romeo & Juliet.app/Contents/MacOS/tcosrj

    August 11, 2016, 06:33:30 /Library/Logs/DiagnosticReports/_2016-08-11-063330_[redacted].crash

    ???

    August 10, 2016, 13:44:38 /Library/Logs/DiagnosticReports/firefox_2016-08-10-134438_[redacted].cpu_resour ce.diag [details]

    /Applications/Firefox.app/Contents/MacOS/Firefox

    August 10, 2016, 06:43:13 AM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-10-064313_ [redact ed] .crash

    9 August 2016, 15:17:53 self-test - spent

    First uninstall Sophos. Anti virus apps are not necessary and may cause problems. Remove the bittorrent as well. It can be a source od malware.

  • How to get help with Add ons and extensions that stop working

    I have saved passwords and it has stopped working. It's so hard to get help with Moxilla

    rosemarybales said

    I still don't know why the extension button passwords saved with the key icon has stopped working.

    This button displays the saved passwords in Firefox's built-in password manager, is no separate passwords that record you in Dashlane. Can you save passwords in both places? (Well, I guess you do.)

    I have a guess on why it has stopped working. Firefox 40 has some changes to how extensions can work with the user interface, so quite a few extensions that have been more than one year must be updated for Firefox 40. It has been updated on January 10, 2012.

    Anyway, the way of 'long' to display the passwords saved in Firefox is through the Options page, the Security Panel, the saved passwords button.

  • What is the correct way to ask for help with the forum, rather than product, questions?

    I can't find the right way to ask a question about the forums themselves.

    PAGulley said

    I can't find the right part of the forum to ask questions about the forum itself and its features. I wonder what the right place and the way is to get help with the forum system itself. I can find the place to ask questions about specific Mozilla products very well.

    Look up where it says contributor tools and select Contributor Forums. Make sure that you scroll to the top or you'll get a bar with different links instead,

    The forum is https://support.mozilla.org/forums where you question would be better in the SUMO community discussions.

  • help with a lazy slow macbook pro

    Hi, I was wondering if someone with a good understanding of the EtreCheck might be able to help me with my old powerbook, rusty.

    Here is the report copied and pasted from the EtreCheck diagnosis that I just ran (lots of red type):

    Thank you!

    EtreCheck version: 2.9.13 (267)

    Report generated 2016-07-30 19:29

    Download EtreCheck from https://etrecheck.com

    Time 09:23

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Verify the signatures of Apple: enabled

    Problem: Beachballing

    Hardware Information:

    MacBook Pro (15-inch, mid 2009)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro5, 3

    1 3.06 GHz Intel Core 2 Duo CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 342

    Video information:

    NVIDIA GeForce 9400M - VRAM: 256 MB

    Color LCD 1440 x 900

    Cinema HD Display 1920 x 1200

    NVIDIA GeForce 9600M GT - VRAM: 512 MB

    Software:

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 3 days

    Disc information:

    ST9500420ASG disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    ShiftySeven II (disk0s2) /: 499,25 GB (56,75 GB free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ-868)

    USB information:

    Built-in ISight from Apple Inc..

    Hub keyboard Apple, Inc.

    Apple, Inc. Apple Keyboard

    Card reader Apple

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    /Applications/AirParrot.app

    com.squirrels.airparrot.framebuffer [no charge] (1.4 - SDK 10.8 - 2014-04-19) [Support]

    / Applications/Caplio Mounter.app

    [no charge] jp.co.ricoh.kext.caplio - 10.3 (4.0 - 2008-11-21) [Support]

    [no charge] jp.co.ricoh.kext.caplio - 10.4 (4.0 - 2008-11-21) [Support]

    DiskWarrior.app

    com.alsoft.Preview [no charge] (4.1 - 2007-12-31) [Support]

    / Service.app incompatible software/Parallels

    com.parallels.kext.prl_hid_hook [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_hypervisor [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_netbridge [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_usb_connect [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_vnic [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    / Library/Application Support/Avast/components/fileshield/not signed

    [loading] com.avast.AvastFileShield (3.0.0 - SDK 10.10 - 2016-07-21) [Support]

    / Library/Application Support/Avast/components/proxy/not signed

    [loading] com.avast.PacketForwarder (2.1 - SDK 10.10 - 2016-07-21) [Support]

    / Library/Extensions

    [loading] com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8 - 2016-07-26) [Support]

    [loading] net.telestream.driver.TelestreamAudio (1.1.1 - SDK 10.8 - 2016-07-26) [Support]

    / System/Library/Extensions

    [no charge] com.beceem.BeceemAppleWiMAXAdapter (5.2.56d16 - 2016-07-26) [Support]

    com.devguru.driver.DIFMCDFree [no charge] (1.1.0 - 2016-07-26) [Support]

    com.devguru.driver.DIFMSerial [no charge] (1.1.0 - 2016-07-26) [Support]

    com.fklt.driver [no charge] (1.8.0 - 2016-07-26) [Support]

    [no charge] com.novatelwireless.driver.3G (v2.2.8 (3)-2016-07-26) [Support]

    com.novatelwireless.driver.DisableAutoInstall [no charge] (1.2 - 2016-07-26) [Support]

    [no charge] com.sierrawireless.driver.SierraDevSupport (2.0.6.0 - 2016-07-26) [Support]

    [no charge] com.sierrawireless.driver.SierraFSCSupport (2.0.6.0 - 2016-07-26) [Support]

    /System/Library/Extensions/NovatelWireless3G.kext/contents/plugins

    [no charge] com.novatelwireless.driver.3GData (v2.2.8 (3)-2011-11-05) [Support]

    Startup items:

    ParallelsDesktopTransporter: Path: / Library/StartupItems/ParallelsDesktopTransporter

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [operation] com.apple.Finder.plist (2016-02-19) -invalid signature!

    [loading] com.apple.FollowUpUI.plist (2016-02-11) -invalid signature!

    [loading] com.apple.ScreenReaderUIServer.plist (2016-02-16) -invalid signature!

    [loading] com.apple.powerchime.plist (2016-02-22) -invalid signature!

    [loading] com.apple.quicklook.32bit.plist (2016-02-04) -invalid signature!

    [operation] com.apple.quicklook.plist (2016-02-04) -invalid signature!

    [loading] com.apple.quicklook.ui.helper.plist (2016-02-04) -invalid signature!

    [loaded] 9 tasks Apple

    [loading] 149 tasks Apple

    [operation] 64 tasks Apple

    [killed] 16 tasks Apple

    16 killed processes lack of RAM

    Launch system demons:

    [loaded] 45 tasks Apple

    [loading] 153 tasks Apple

    [operation] 78 tasks Apple

    [killed] 14 tasks Apple

    14 killed process lack of RAM

    Launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-06-14) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2016-07-13) [Support]

    [failure] com.adobe.AdobeCreativeCloud.plist (2016-04-27) [Support]

    [loading] com.adobe.CS5ServiceManager.plist (2010-06-17) [Support]

    [operation] com.avast.secureline.update - agent.plist (2016-06-29) [Support]

    [loading] com.avast.secureline.userinit.plist (2016-06-29) [Support]

    [operation] com.avast.update - agent.plist (2016-07-22) [Support]

    [loading] com.avast.userinit.plist (2016-07-22) [Support]

    [operation] com.brother.LOGINserver.plist (2013-10-06) [Support]

    [no charge] com.oracle.java.Java - Updater.plist [Support]

    com.TeamViewer.TeamViewer.plist [no charge] (2016-02-14) [Support]

    com.TeamViewer.teamviewer_desktop.plist [no charge] (2016-02-14) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2016-07-13) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2016-07-13) [Support]

    [loading] com.adobe.SwitchBoard.plist (2011-12-14) [Support]

    [loading] com.adobe.agsservice.plist (2015-11-02) [Support]

    [failure] com.adobe.fpsaud.plist (2016-05-09) [Support]

    com.adobe.versioncueCS3.plist [loading] (2008-06-22) [Support]

    [loading] com.avast.init.plist (2016-07-22) [Support]

    [loading] com.avast.secureline.init.plist (2016-06-29) [Support]

    [loading] com.avast.secureline.uninstall.plist (2016-06-29) [Support]

    [loading] com.avast.secureline.update.plist (2016-06-29) [Support]

    [loading] com.avast.uninstall.plist (2016-07-22) [Support]

    [loading] com.avast.update.plist (2016-07-22) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2011-03-10) [Support]

    [loading] com.oracle.JavaInstallHelper.plist (2016-04-21) [Support]

    [no charge] com.oracle.java.Helper - Tool.plist [Support]

    [loading] com.roamingclient.cell.mac.roamingclient.plist (2011-11-05) [Support]

    [loading] com.rogueamoeba.instanton - agent.plist (2016-06-23) [Support]

    [operation] com.sierrawireless.SWoCMon.plist (2010-05-20) [Support]

    com.sierrawireless.SierraReset.plist [no charge] (2010-05-20) [Support]

    [loading] com.teamviewer.Helper.plist (2015-09-29) [Support]

    com.TeamViewer.teamviewer_service.plist [no charge] (2016-02-14) [Support]

    User launch officers:

    [loading] com.adobe.AAM.Updater - 1.0.plist (2010-06-28) [Support]

    [failure] com.adobe.ARM. [...]. plist (2010-06-22) [Support]

    [failure] com.adobe.ARM. [...]. plist (2009-10-26) [Support]

    [failure] com.adobe.ARM. [...]. plist (2011-12-15) [Support]

    [operation] com.amazon.music.plist (2014-10-18) [Support]

    [failure] com.apple.MobileMeSyncClientAgent.plist (2011-06-14) -/System/Library/PrivateFrameworks/DotMacSyncManager.framework/Resources/mobilem esyncclient: Executable not found!

    [failure] com.apple.SafariBookmarksSyncer.plist (2009-09-14) -/Applications/Safari.app/Contents/SafariSyncClient.app/Contents/MacOS/SafariSyn customer: Executable not found!

    [loading] com.avast.home.userinit.plist (2016-07-22) [Support]

    [loading] com.avast.secureline.home.userinit.plist (2016-06-29) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-11) [Support]

    [operation] com.spotify.webhelper.plist (2015-05-30) [Support]

    info.lokiware.attachmenttamer.cleanup.plist [no charge] (2013-01-07) [Support]

    [failure] info.lokiware.attachmenttamer.setupagent.plist (06-01-2013) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Dropbox application (/ Applications/Dropbox.app)

    Application of Google Reader (Google Drive.app/Applications /)

    Hidden AdobeResourceSynchronizer Application (/ Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app)

    Garmin Express Service application (/ Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)

    Request for EvernoteHelper (/ Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)

    Other applications:

    [ongoing] com.adobe.CCLibrary.166112

    com.apple.BKAgentService [killed]

    com.apple.MailServiceAgent [loading]

    com.Apple.mail.80352 [loading]

    com.avast.account [loading]

    [ongoing] com.avast.daemon

    [ongoing] com.avast.FileShield

    [ongoing] com.avast.helper

    [ongoing] com.avast.proxy

    com.avast.secureline.Burger [loading]

    [ongoing] com.avast.secureline.service

    [ongoing] com.avast.service

    [ongoing] com.brother.utility.NETserver.157792

    [ongoing] com.brother.utility.USBserver.137312

    [ongoing] com.evernote.EvernoteHelper.66912

    [ongoing] com.Garmin.Renu.service.3552

    [ongoing] com.getdropbox.dropbox.134752

    [loading] 421 tasks Apple

    [operation] 184 tasks Apple

    [killed] 33 tasks Apple

    Plug-ins Internet:

    DirectorShockwave: 11.6.6r636 (2012-08-09) [Support]

    Unity Web Player: UnityPlayer version 4.1.3f3 (2013-05-30) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-26)

    Flip4Mac WMV Plugin: 2.3.8.1 (2011-01-13) [Support]

    AdobeAAMDetect: 3.0.0.0 - SDK 10.9 (2016-04-27) [Support]

    FlashPlayer - 10.6: 21.0.0.242 - SDK 10.6 (2016-05-13) [Support]

    AdobePDFViewerNPAPI: 15.017.20050 - SDK 10.11 (2016-07-13) [Support]

    Silverlight: 5.1.50428.0 - SDK 10.6 (2016-07-10) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-26)

    Flash Player: 21.0.0.242 - SDK 10.6 (2016-05-13) obsolete! Update

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-04-30)

    NP_2020Player_IKEA: 5.0.93.0 - SDK 10.6 (2011-10-03) [Support]

    AdobePDFViewer: 15.017.20050 - SDK 10.11 (2016-07-13) [Support]

    GarminGpsControl: 4.0.2.6 Beta - SDK 10.6 (2012-09-11) [Support]

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-25) [Support]

    JavaAppletPlugin: 15.0.1 - 10.7 (2016-05-04) check the version of the SDK

    User Plug-ins internet:

    WebEx: 1.0 (2010-04-06) [Support]

    Safari extensions:

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-07-30)

    DuckDuckGo - DuckDuckGo - http://duckduckgo.com (2015-07-11)

    Save on Pocket - Read It Later, Inc. - http://getpocket.com/ (2015-11-07)

    3rd party preference panes:

    Adobe Version Cue CS3 (2008-06-22) [Support]

    Flash Player (2016-05-09) [Support]

    Flip4Mac WMV (2011-01-13) [Support]

    Growl (2013-12-20) [Support]

    MacFUSE (2008-12-19) [Support]

    Time Machine:

    Skip system files: No.

    Automatic backup: YES

    Volumes to back up:

    ShiftySeven II: Disc size: 499,25 GB disc used: 442,50 GB

    Destinations:

    Toshiba Time Machine [Local]

    Total size: 999,86 GB

    Total number of backups: 40

    An older backup: 23/04/15, 16:45

    Last backup: 25/07/16, 20:34

    Backup disk size: too small

    Backup size GB 999,86 < (disc 442,50 GB X 3)

    Top of page process CPU:

    11% NotificationCenter

    iTunes 11%

    5% WindowServer

    5% coreaudiod

    3% kernel_task

    Top of page process of memory:

    919 MB kernel_task

    688 MB com.apple.WebKit.WebContent (4)

    Mdworker (13) 238 MB

    Safari of 205 MB

    Mds_stores 156 MB

    Virtual memory information:

    131 MB free RAM

    8.12 used GB RAM (4.05 GB being cached)

    176 MB used Swap

    Diagnostic information:

    July 30, 2016, 18:49:37 ~/Library/Logs/DiagnosticReports/Install_2016-07-30-184937_[redacted].crash

    com.adobe.Install - Applications/Utilities/Adobe Creative Cloud / * / Creative Installer.app/Contents/MacOS/Install Cloud

    July 27, 2016, 16:21:32 /Library/Logs/DiagnosticReports/Kernel_2016-07-27-162132_[redacted].panic [details]

    July 27, 2016, 16:18:59 /Library/Logs/DiagnosticReports/Kernel_2016-07-27-161859_[redacted].panic [details]

    Uninstall Avast. It's a worthless scam that don't do anything useful. The only thing it does is a lot more then what it claims, that he you will protect from.

  • Help with this

    Help with this

    Help with what?

  • need help with ipad app

    I tried to buy musical.ly for my ipad girls and thought I had done but the app which loaded not - it's a game says RVQ

    You can report a problem > get help with an article purchased on the iTunes Store or App Store, Mac App Store and iBooks Store - Apple Support

Maybe you are looking for

  • Firefox is no longer loads webpages, try to load the web address and it goes back to about: Home

    Just upgraded to Firefox 17 15 and when installed upgrading it said successful, however when I try to load a web address, the address bar flashes quickly and shows ' subject: House "and the Web page changes even not at all. Someone has ideas of the r

  • I want to add a Windows operating system. It takes on the boot drive?

    I have all of the required components to install Windows on a Mac Pro using VMware Fusion. The operating system Windows needs to be installed on the Mac startup drive, or can it be on its own internal drive? All the descriptions that I can find on th

  • I've never been able to use the application on my iPod Touch music.

    My old iPod was so easy to play music, but since the update to the new device, the same music app will not work unless I connect to something for a 3 month trial. I just want to play music to the iPod, I downloaded.

  • $ P27

    Greetings, I discovered a small amount of information on a new screen $, the P27: http://www.certipedia.com/quality_marks/0000049065?locale=en Does anyone have more information on this screen? See you soon,.

  • Switchable graphics Y470P problem

    Whenever I am trying to move to the high performance GPU (Radeon 7690 m) seeds to display upward and sparkles, and finally I get a BSOD, I restored the system to its original state and it still does the same thing.